-- MySQL dump 10.9
--
-- Host: localhost    Database: r13amps_ampsbadges
-- ------------------------------------------------------
-- Server version	4.1.22-standard-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!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 `address_book`
--

DROP TABLE IF EXISTS `address_book`;
CREATE TABLE `address_book` (
  `address_book_id` int(11) NOT NULL auto_increment,
  `customers_id` int(11) NOT NULL default '0',
  `entry_gender` char(1) collate latin1_general_ci NOT NULL default '',
  `entry_company` varchar(32) collate latin1_general_ci default NULL,
  `entry_firstname` varchar(32) collate latin1_general_ci NOT NULL default '',
  `entry_lastname` varchar(32) collate latin1_general_ci NOT NULL default '',
  `entry_street_address` varchar(64) collate latin1_general_ci NOT NULL default '',
  `entry_suburb` varchar(32) collate latin1_general_ci default NULL,
  `entry_postcode` varchar(10) collate latin1_general_ci NOT NULL default '',
  `entry_city` varchar(32) collate latin1_general_ci NOT NULL default '',
  `entry_state` varchar(32) collate latin1_general_ci default NULL,
  `entry_country_id` int(11) NOT NULL default '0',
  `entry_zone_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`address_book_id`),
  KEY `idx_address_book_customers_id_zen` (`customers_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `address_book`
--

LOCK TABLES `address_book` WRITE;
/*!40000 ALTER TABLE `address_book` DISABLE KEYS */;
INSERT INTO `address_book` VALUES (1,1,'m','JustaDemo','Bill','Smith','123 Any Avenue','','12345','Here','',223,12),(2,2,'m','','Andrew','Polland','Testing','','Testing','Testing','Testing',222,0);
/*!40000 ALTER TABLE `address_book` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `address_format`
--

DROP TABLE IF EXISTS `address_format`;
CREATE TABLE `address_format` (
  `address_format_id` int(11) NOT NULL auto_increment,
  `address_format` varchar(128) collate latin1_general_ci NOT NULL default '',
  `address_summary` varchar(48) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`address_format_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `address_format`
--

LOCK TABLES `address_format` WRITE;
/*!40000 ALTER TABLE `address_format` DISABLE KEYS */;
INSERT INTO `address_format` VALUES (1,'$firstname $lastname$cr$streets$cr$city, $postcode$cr$statecomma$country','$city / $country'),(2,'$firstname $lastname$cr$streets$cr$city, $state    $postcode$cr$country','$city, $state / $country'),(3,'$firstname $lastname$cr$streets$cr$city$cr$postcode - $statecomma$country','$state / $country'),(4,'$firstname $lastname$cr$streets$cr$city ($postcode)$cr$country','$postcode / $country'),(5,'$firstname $lastname$cr$streets$cr$postcode $city$cr$country','$city / $country'),(6,'$firstname $lastname$cr$streets$cr$city$cr$state$cr$postcode$cr$country','$postcode / $country');
/*!40000 ALTER TABLE `address_format` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `admin`
--

DROP TABLE IF EXISTS `admin`;
CREATE TABLE `admin` (
  `admin_id` int(11) NOT NULL auto_increment,
  `admin_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `admin_email` varchar(96) collate latin1_general_ci NOT NULL default '',
  `admin_pass` varchar(40) collate latin1_general_ci NOT NULL default '',
  `admin_level` tinyint(1) NOT NULL default '1',
  PRIMARY KEY  (`admin_id`),
  KEY `idx_admin_name_zen` (`admin_name`),
  KEY `idx_admin_email_zen` (`admin_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `admin`
--

LOCK TABLES `admin` WRITE;
/*!40000 ALTER TABLE `admin` DISABLE KEYS */;
INSERT INTO `admin` VALUES (1,'mainadmin','amp@ampzone.com','f952082bf0ca54c1459633f2566ba376:71',1);
/*!40000 ALTER TABLE `admin` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `admin_activity_log`
--

DROP TABLE IF EXISTS `admin_activity_log`;
CREATE TABLE `admin_activity_log` (
  `log_id` int(15) NOT NULL auto_increment,
  `access_date` datetime NOT NULL default '0001-01-01 00:00:00',
  `admin_id` int(11) NOT NULL default '0',
  `page_accessed` varchar(80) collate latin1_general_ci NOT NULL default '',
  `page_parameters` varchar(150) collate latin1_general_ci default NULL,
  `ip_address` varchar(15) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`log_id`),
  KEY `idx_page_accessed_zen` (`page_accessed`),
  KEY `idx_access_date_zen` (`access_date`),
  KEY `idx_ip_zen` (`ip_address`)
) ENGINE=MyISAM AUTO_INCREMENT=1573 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `admin_activity_log`
--

LOCK TABLES `admin_activity_log` WRITE;
/*!40000 ALTER TABLE `admin_activity_log` DISABLE KEYS */;
INSERT INTO `admin_activity_log` VALUES (1,'2007-10-25 21:52:54',1,'alt_nav.php','','86.30.114.1'),(2,'2007-10-25 21:53:51',1,'configuration.php','gID=1&','86.30.114.1'),(3,'2007-10-25 21:53:59',1,'configuration.php','gID=1&cID=4&action=edit&','86.30.114.1'),(4,'2007-10-25 21:54:09',1,'configuration.php','gID=1&cID=4&action=save&','86.30.114.1'),(5,'2007-10-25 21:54:10',1,'configuration.php','gID=1&cID=4&','86.30.114.1'),(6,'2007-10-25 21:54:44',1,'configuration.php','gID=1&cID=30&action=edit&','86.30.114.1'),(7,'2007-10-25 21:54:49',1,'configuration.php','gID=1&cID=13&action=edit&','86.30.114.1'),(8,'2007-10-25 21:55:02',1,'configuration.php','gID=1&cID=13&action=save&','86.30.114.1'),(9,'2007-10-25 21:55:03',1,'configuration.php','gID=1&cID=13&','86.30.114.1'),(10,'2007-10-25 21:55:22',1,'alt_nav.php','','86.30.114.1'),(11,'2007-10-25 21:55:40',1,'template_select.php','','86.30.114.1'),(12,'2007-10-25 21:55:47',1,'template_select.php','page=1&tID=1&action=edit&','86.30.114.1'),(13,'2007-10-25 21:55:52',1,'template_select.php','page=1&tID=1&','86.30.114.1'),(14,'2007-10-25 21:58:47',1,'developers_tool_kit.php','','86.30.114.1'),(15,'2007-10-25 22:48:30',1,'categories.php','','86.30.114.1'),(16,'2007-10-25 22:49:27',1,'categories.php','cPath=&cID=63&action=delete_category&','86.30.114.1'),(17,'2007-10-25 22:49:30',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.114.1'),(18,'2007-10-25 22:49:31',1,'categories.php','cPath=&','86.30.114.1'),(19,'2007-10-25 22:50:08',1,'store_manager.php','','86.30.114.1'),(20,'2007-10-25 22:50:28',1,'layout_controller.php','','86.30.114.1'),(21,'2007-10-25 22:50:47',1,'layout_controller.php','page=&cID=62&','86.30.114.1'),(22,'2007-10-25 22:50:53',1,'layout_controller.php','page=&cID=62&action=edit&','86.30.114.1'),(23,'2007-10-25 22:51:01',1,'layout_controller.php','page=&cID=62&action=save&layout_box_name=manufacturers.php&','86.30.114.1'),(24,'2007-10-25 22:51:02',1,'layout_controller.php','page=&cID=62&','86.30.114.1'),(25,'2007-10-25 22:51:36',1,'layout_controller.php','page=&cID=69&','86.30.114.1'),(26,'2007-10-25 22:51:39',1,'layout_controller.php','page=&cID=69&action=edit&','86.30.114.1'),(27,'2007-10-25 22:51:44',1,'layout_controller.php','page=&cID=69&action=save&layout_box_name=reviews.php&','86.30.114.1'),(28,'2007-10-25 22:51:45',1,'layout_controller.php','page=&cID=69&','86.30.114.1'),(29,'2007-10-25 22:52:08',1,'layout_controller.php','page=&cID=68&','86.30.114.1'),(30,'2007-10-25 22:52:11',1,'layout_controller.php','page=&cID=68&action=edit&','86.30.114.1'),(31,'2007-10-25 22:52:16',1,'layout_controller.php','page=&cID=68&action=save&layout_box_name=record_companies.php&','86.30.114.1'),(32,'2007-10-25 22:52:16',1,'layout_controller.php','page=&cID=68&','86.30.114.1'),(33,'2007-10-25 22:52:37',1,'layout_controller.php','page=&cID=76&','86.30.114.1'),(34,'2007-10-25 22:52:41',1,'layout_controller.php','page=&cID=76&action=edit&','86.30.114.1'),(35,'2007-10-25 22:52:49',1,'layout_controller.php','page=&cID=76&action=save&layout_box_name=whos_online.php&','86.30.114.1'),(36,'2007-10-25 22:52:50',1,'layout_controller.php','page=&cID=76&','86.30.114.1'),(37,'2007-10-25 22:53:02',1,'layout_controller.php','page=&cID=61&','86.30.114.1'),(38,'2007-10-25 22:53:05',1,'layout_controller.php','page=&cID=61&action=edit&','86.30.114.1'),(39,'2007-10-25 22:53:10',1,'layout_controller.php','page=&cID=61&action=save&layout_box_name=languages.php&','86.30.114.1'),(40,'2007-10-25 22:53:10',1,'layout_controller.php','page=&cID=61&','86.30.114.1'),(41,'2007-10-25 22:53:27',1,'layout_controller.php','page=&cID=56&','86.30.114.1'),(42,'2007-10-25 22:53:31',1,'layout_controller.php','page=&cID=56&action=edit&','86.30.114.1'),(43,'2007-10-25 22:53:35',1,'layout_controller.php','page=&cID=56&action=save&layout_box_name=currencies.php&','86.30.114.1'),(44,'2007-10-25 22:53:36',1,'layout_controller.php','page=&cID=56&','86.30.114.1'),(45,'2007-10-25 22:53:51',1,'layout_controller.php','page=&cID=65&','86.30.114.1'),(46,'2007-10-25 22:53:54',1,'layout_controller.php','page=&cID=65&action=edit&','86.30.114.1'),(47,'2007-10-25 22:53:58',1,'layout_controller.php','page=&cID=65&action=save&layout_box_name=music_genres.php&','86.30.114.1'),(48,'2007-10-25 22:53:59',1,'layout_controller.php','page=&cID=65&','86.30.114.1'),(49,'2007-10-25 22:54:52',1,'layout_controller.php','page=&cID=63&','86.30.114.1'),(50,'2007-10-25 22:56:06',1,'define_pages_editor.php','','86.30.114.1'),(51,'2007-10-25 22:58:20',1,'define_pages_editor.php','define_it=4&action=new_page&','86.30.114.1'),(52,'2007-10-25 22:59:49',1,'define_pages_editor.php','lngdir=english&filename=define_main_page.php&action=save&','86.30.114.1'),(53,'2007-10-25 22:59:50',1,'define_pages_editor.php','','86.30.114.1'),(54,'2007-10-25 23:00:40',1,'layout_controller.php','','86.30.114.1'),(55,'2007-10-25 23:02:34',1,'layout_controller.php','page=&cID=73&','86.30.114.1'),(56,'2007-10-25 23:02:38',1,'layout_controller.php','page=&cID=73&action=edit&','86.30.114.1'),(57,'2007-10-25 23:02:43',1,'layout_controller.php','page=&cID=73&action=save&layout_box_name=specials.php&','86.30.114.1'),(58,'2007-10-25 23:02:44',1,'layout_controller.php','page=&cID=73&','86.30.114.1'),(59,'2007-10-25 23:03:23',1,'configuration.php','gID=19&','86.30.114.1'),(60,'2007-10-25 23:03:55',1,'configuration.php','gID=19&cID=402&action=edit&','86.30.114.1'),(61,'2007-10-25 23:04:37',1,'configuration.php','gID=19&cID=402&action=save&','86.30.114.1'),(62,'2007-10-25 23:04:38',1,'configuration.php','gID=19&cID=402&','86.30.114.1'),(63,'2007-10-25 23:06:16',1,'configuration.php','gID=25&','86.30.114.1'),(64,'2007-10-25 23:08:18',1,'configuration.php','gID=19&','86.30.114.1'),(65,'2007-10-25 23:09:06',1,'configuration.php','gID=30&','86.30.114.1'),(66,'2007-10-25 23:09:16',1,'featured.php','','86.30.114.1'),(67,'2007-10-25 23:10:03',1,'layout_controller.php','','86.30.114.1'),(68,'2007-10-25 23:38:10',1,'configuration.php','gID=24&','86.30.114.1'),(69,'2007-10-25 23:38:56',1,'configuration.php','gID=24&cID=498&action=edit&','86.30.114.1'),(70,'2007-10-25 23:38:59',1,'configuration.php','gID=24&cID=498&action=save&','86.30.114.1'),(71,'2007-10-25 23:39:00',1,'configuration.php','gID=24&cID=498&','86.30.114.1'),(72,'2007-10-25 23:39:15',1,'configuration.php','gID=24&cID=499&action=edit&','86.30.114.1'),(73,'2007-10-25 23:39:19',1,'configuration.php','gID=24&cID=499&action=save&','86.30.114.1'),(74,'2007-10-25 23:39:20',1,'configuration.php','gID=24&cID=499&','86.30.114.1'),(75,'2007-10-25 23:39:23',1,'configuration.php','gID=24&cID=500&action=edit&','86.30.114.1'),(76,'2007-10-25 23:39:29',1,'configuration.php','gID=24&cID=500&action=save&','86.30.114.1'),(77,'2007-10-25 23:39:30',1,'configuration.php','gID=24&cID=500&','86.30.114.1'),(78,'2007-10-25 23:40:00',1,'configuration.php','gID=24&cID=501&action=edit&','86.30.114.1'),(79,'2007-10-25 23:40:03',1,'configuration.php','gID=24&cID=501&action=save&','86.30.114.1'),(80,'2007-10-25 23:40:07',1,'configuration.php','gID=24&cID=501&','86.30.114.1'),(81,'2007-10-25 23:42:42',1,'configuration.php','gID=19&','86.30.114.1'),(82,'2007-10-25 23:47:31',1,'configuration.php','gID=19&cID=438&action=edit&','86.30.114.1'),(83,'2007-10-25 23:47:35',1,'configuration.php','gID=19&cID=438&action=save&','86.30.114.1'),(84,'2007-10-25 23:47:36',1,'configuration.php','gID=19&cID=438&','86.30.114.1'),(85,'2007-10-26 00:33:09',1,'banner_manager.php','','86.30.114.1'),(86,'2007-10-26 00:34:05',1,'banner_manager.php','page=1&bID=7&','86.30.114.1'),(87,'2007-10-26 00:34:23',1,'banner_manager.php','page=1&bID=7&','86.30.114.1'),(88,'2007-10-26 00:34:30',1,'banner_manager.php','page=1&bID=1&','86.30.114.1'),(89,'2007-10-26 00:34:39',1,'banner_manager.php','page=1&bID=1&action=delete&','86.30.114.1'),(90,'2007-10-26 00:34:43',1,'banner_manager.php','page=1&bID=1&action=deleteconfirm&','86.30.114.1'),(91,'2007-10-26 00:34:43',1,'banner_manager.php','page=1&','86.30.114.1'),(92,'2007-10-26 00:35:26',1,'developers_tool_kit.php','','86.30.114.1'),(93,'2007-10-26 00:35:34',1,'define_pages_editor.php','','86.30.114.1'),(94,'2007-10-26 00:41:13',1,'configuration.php','gID=1&','86.30.114.1'),(95,'2007-10-26 00:41:36',1,'configuration.php','gID=19&','86.30.114.1'),(96,'2007-10-26 00:41:44',1,'configuration.php','gID=19&cID=429&action=edit&','86.30.114.1'),(97,'2007-10-26 00:41:54',1,'configuration.php','gID=19&cID=429&action=save&','86.30.114.1'),(98,'2007-10-26 00:41:55',1,'configuration.php','gID=19&cID=429&','86.30.114.1'),(99,'2007-10-26 00:42:39',1,'configuration.php','gID=24&','86.30.114.1'),(100,'2007-10-26 00:42:48',1,'configuration.php','gID=30&','86.30.114.1'),(101,'2007-10-26 00:43:23',1,'configuration.php','gID=25&','86.30.114.1'),(102,'2007-10-26 00:43:37',1,'salemaker.php','','86.30.114.1'),(103,'2007-10-26 00:43:45',1,'alt_nav.php','','86.30.114.1'),(104,'2007-10-26 00:44:16',1,'define_pages_editor.php','','86.30.114.1'),(105,'2007-10-26 00:44:25',1,'define_pages_editor.php','define_it=4&action=new_page&','86.30.114.1'),(106,'2007-10-26 00:44:53',1,'admin.php','','86.30.114.1'),(107,'2007-10-26 01:02:18',1,'configuration.php','gID=30&','86.30.114.1'),(108,'2007-10-26 01:02:41',1,'ezpages.php','','86.30.114.1'),(109,'2007-10-26 01:03:05',1,'ezpages.php','action=status_header&current=0&ezID=7&page=1&','86.30.114.1'),(110,'2007-10-26 01:03:05',1,'ezpages.php','page=1&ezID=7&','86.30.114.1'),(111,'2007-10-26 01:03:35',1,'ezpages.php','action=status_header&current=1&ezID=10&page=1&','86.30.114.1'),(112,'2007-10-26 01:03:36',1,'ezpages.php','page=1&ezID=10&','86.30.114.1'),(113,'2007-10-26 01:04:44',1,'ezpages.php','page=1&ezID=7&','86.30.114.1'),(114,'2007-10-26 01:04:55',1,'ezpages.php','page=1&ezID=7&action=new&','86.30.114.1'),(115,'2007-10-26 01:05:05',1,'ezpages.php','page=1&action=update&','86.30.114.1'),(116,'2007-10-26 01:05:06',1,'ezpages.php','page=1&ezID=7&','86.30.114.1'),(117,'2007-10-26 01:13:36',1,'logoff.php','','86.30.114.1'),(118,'2007-10-26 17:52:15',1,'layout_controller.php','','86.30.114.184'),(119,'2007-10-26 17:52:46',1,'layout_controller.php','page=&cID=70&','86.30.114.184'),(120,'2007-10-26 17:52:49',1,'layout_controller.php','page=&cID=70&action=edit&','86.30.114.184'),(121,'2007-10-26 17:53:02',1,'layout_controller.php','page=&cID=70&action=save&layout_box_name=search.php&','86.30.114.184'),(122,'2007-10-26 17:53:02',1,'layout_controller.php','page=&cID=70&','86.30.114.184'),(123,'2007-10-26 17:54:11',1,'layout_controller.php','page=&cID=59&','86.30.114.184'),(124,'2007-10-26 17:54:14',1,'layout_controller.php','page=&cID=59&action=edit&','86.30.114.184'),(125,'2007-10-26 17:54:22',1,'layout_controller.php','page=&cID=59&action=save&layout_box_name=featured.php&','86.30.114.184'),(126,'2007-10-26 17:54:23',1,'layout_controller.php','page=&cID=59&','86.30.114.184'),(127,'2007-10-27 18:09:44',1,'ezpages.php','','86.30.115.84'),(128,'2007-10-27 18:09:54',1,'ezpages.php','page=1&ezID=12&action=new&','86.30.115.84'),(129,'2007-10-27 18:10:05',1,'ezpages.php','page=1&action=update&','86.30.115.84'),(130,'2007-10-27 18:10:06',1,'ezpages.php','page=1&ezID=12&','86.30.115.84'),(131,'2007-10-27 18:10:17',1,'ezpages.php','page=1&ezID=1&','86.30.115.84'),(132,'2007-10-27 18:10:23',1,'ezpages.php','page=1&ezID=1&action=new&','86.30.115.84'),(133,'2007-10-27 18:11:27',1,'ezpages.php','page=1&action=update&','86.30.115.84'),(134,'2007-10-27 18:13:07',1,'ezpages.php','page=1&action=update&','86.30.115.84'),(135,'2007-10-27 18:13:08',1,'ezpages.php','page=1&ezID=1&','86.30.115.84'),(136,'2007-10-27 18:18:25',1,'layout_controller.php','','86.30.115.84'),(137,'2007-10-27 18:18:39',1,'banner_manager.php','','86.30.115.84'),(138,'2007-10-27 18:20:21',1,'banner_manager.php','','86.30.115.84'),(139,'2007-10-27 18:20:29',1,'banner_manager.php','page=1&bID=5&','86.30.115.84'),(140,'2007-10-27 18:20:34',1,'banner_manager.php','page=1&bID=5&action=new&','86.30.115.84'),(141,'2007-10-27 18:22:11',1,'banner_manager.php','page=1&action=update&','86.30.115.84'),(142,'2007-10-27 18:22:44',1,'banner_manager.php','page=1&action=insert&','86.30.115.84'),(143,'2007-10-27 18:24:00',1,'banner_manager.php','','86.30.115.84'),(144,'2007-10-27 18:24:04',1,'banner_manager.php','page=1&bID=5&','86.30.115.84'),(145,'2007-10-27 18:24:31',1,'layout_controller.php','','86.30.115.84'),(146,'2007-10-27 18:25:15',1,'layout_controller.php','page=&cID=71&action=edit&','86.30.115.84'),(147,'2007-10-27 18:25:20',1,'banner_manager.php','','86.30.115.84'),(148,'2007-10-27 18:25:24',1,'banner_manager.php','page=1&bID=5&','86.30.115.84'),(149,'2007-10-27 18:25:28',1,'banner_manager.php','page=1&bID=5&action=new&','86.30.115.84'),(150,'2007-10-27 18:25:47',1,'banner_manager.php','page=1&action=update&','86.30.115.84'),(151,'2007-10-27 18:26:42',1,'banner_manager.php','page=1&action=insert&','86.30.115.84'),(152,'2007-10-27 18:56:12',1,'banner_manager.php','','86.30.115.84'),(153,'2007-10-27 18:56:20',1,'banner_manager.php','action=new&','86.30.115.84'),(154,'2007-10-27 18:56:54',1,'banner_manager.php','action=insert&','86.30.115.84'),(155,'2007-10-27 19:00:31',1,'banner_manager.php','action=insert&','86.30.115.84'),(156,'2007-10-27 19:00:31',1,'banner_manager.php','bID=9&','86.30.115.84'),(157,'2007-10-27 19:02:12',1,'layout_controller.php','','86.30.115.84'),(158,'2007-10-27 19:03:22',1,'stats_products_lowstock.php','','86.30.115.84'),(159,'2007-10-27 19:03:37',1,'stats_customers_referrals.php','','86.30.115.84'),(160,'2007-10-27 19:04:37',1,'layout_controller.php','','86.30.115.84'),(161,'2007-10-27 19:05:32',1,'layout_controller.php','page=&cID=53&','86.30.115.84'),(162,'2007-10-27 19:07:24',1,'layout_controller.php','page=&cID=53&action=edit&','86.30.115.84'),(163,'2007-10-27 19:07:31',1,'layout_controller.php','page=&cID=53&layout_box_name=banner_box_all.php&','86.30.115.84'),(164,'2007-10-27 19:07:59',1,'banner_manager.php','','86.30.115.84'),(165,'2007-10-27 19:08:03',1,'banner_manager.php','page=1&bID=5&','86.30.115.84'),(166,'2007-10-27 19:08:07',1,'banner_manager.php','page=1&bID=5&action=new&','86.30.115.84'),(167,'2007-10-27 19:09:44',1,'banner_manager.php','page=1&action=update&','86.30.115.84'),(168,'2007-10-27 19:09:45',1,'banner_manager.php','page=1&bID=5&','86.30.115.84'),(169,'2007-10-27 19:11:01',1,'banner_manager.php','page=1&bID=5&action=new&','86.30.115.84'),(170,'2007-10-27 19:11:06',1,'banner_manager.php','page=1&action=update&','86.30.115.84'),(171,'2007-10-27 19:11:06',1,'banner_manager.php','page=1&bID=5&','86.30.115.84'),(172,'2007-10-27 19:20:22',1,'banner_manager.php','page=1&bID=9&','86.30.115.84'),(173,'2007-10-27 19:20:30',1,'banner_manager.php','page=1&bID=9&action=setflag&flag=0&','86.30.115.84'),(174,'2007-10-27 19:20:30',1,'banner_manager.php','page=1&bID=9&','86.30.115.84'),(175,'2007-10-27 20:41:02',1,'define_pages_editor.php','','86.30.115.84'),(176,'2007-10-27 20:46:39',1,'countries.php','','86.30.115.84'),(177,'2007-10-27 20:46:56',1,'orders.php','','86.30.115.84'),(178,'2007-10-27 20:47:13',1,'modules.php','set=shipping&','86.30.115.84'),(179,'2007-10-27 20:47:33',1,'configuration.php','gID=7&','86.30.115.84'),(180,'2007-10-27 20:47:41',1,'configuration.php','gID=7&cID=202&action=edit&','86.30.115.84'),(181,'2007-10-27 20:47:48',1,'configuration.php','gID=7&cID=202&action=save&','86.30.115.84'),(182,'2007-10-27 20:47:49',1,'configuration.php','gID=7&cID=202&','86.30.115.84'),(183,'2007-10-27 20:47:52',1,'configuration.php','gID=7&cID=203&action=edit&','86.30.115.84'),(184,'2007-10-27 20:48:00',1,'configuration.php','gID=7&cID=203&action=save&','86.30.115.84'),(185,'2007-10-27 20:48:00',1,'configuration.php','gID=7&cID=203&','86.30.115.84'),(186,'2007-10-27 20:48:47',1,'configuration.php','gID=13&','86.30.115.84'),(187,'2007-10-27 20:49:15',1,'configuration.php','gID=19&','86.30.115.84'),(188,'2007-10-27 20:50:56',1,'configuration.php','gID=11&','86.30.115.84'),(189,'2007-10-27 20:51:31',1,'modules.php','set=shipping&','86.30.115.84'),(190,'2007-10-27 20:52:03',1,'orders_status.php','','86.30.115.84'),(191,'2007-10-27 20:52:09',1,'orders_status.php','page=1&oID=3&','86.30.115.84'),(192,'2007-10-27 20:52:11',1,'orders_status.php','page=1&oID=3&action=edit&','86.30.115.84'),(193,'2007-10-27 20:52:31',1,'orders_status.php','page=1&oID=3&action=save&','86.30.115.84'),(194,'2007-10-27 20:52:31',1,'orders_status.php','page=1&oID=3&','86.30.115.84'),(195,'2007-10-27 20:53:00',1,'countries.php','','86.30.115.84'),(196,'2007-10-27 20:53:06',1,'countries.php','page=1&cID=240&action=delete&','86.30.115.84'),(197,'2007-10-27 20:53:14',1,'countries.php','page=1&cID=240&action=deleteconfirm&','86.30.115.84'),(198,'2007-10-27 20:53:15',1,'countries.php','page=1&','86.30.115.84'),(199,'2007-10-27 20:53:18',1,'countries.php','page=1&cID=1&action=delete&','86.30.115.84'),(200,'2007-10-27 20:53:21',1,'countries.php','page=1&cID=1&action=deleteconfirm&','86.30.115.84'),(201,'2007-10-27 20:53:22',1,'countries.php','page=1&','86.30.115.84'),(202,'2007-10-27 20:53:25',1,'countries.php','page=1&cID=2&action=delete&','86.30.115.84'),(203,'2007-10-27 20:53:27',1,'countries.php','page=1&cID=2&action=deleteconfirm&','86.30.115.84'),(204,'2007-10-27 20:53:28',1,'countries.php','page=1&','86.30.115.84'),(205,'2007-10-27 20:53:30',1,'countries.php','page=1&cID=3&action=delete&','86.30.115.84'),(206,'2007-10-27 20:53:35',1,'countries.php','page=1&cID=3&action=deleteconfirm&','86.30.115.84'),(207,'2007-10-27 20:53:35',1,'countries.php','page=1&','86.30.115.84'),(208,'2007-10-27 20:53:38',1,'countries.php','page=1&cID=4&action=delete&','86.30.115.84'),(209,'2007-10-27 20:53:40',1,'countries.php','page=1&cID=4&action=deleteconfirm&','86.30.115.84'),(210,'2007-10-27 20:53:41',1,'countries.php','page=1&','86.30.115.84'),(211,'2007-10-27 20:53:43',1,'countries.php','page=1&cID=5&action=delete&','86.30.115.84'),(212,'2007-10-27 20:53:46',1,'countries.php','page=1&cID=5&action=deleteconfirm&','86.30.115.84'),(213,'2007-10-27 20:53:46',1,'countries.php','page=1&','86.30.115.84'),(214,'2007-10-27 20:54:36',1,'countries.php','page=1&cID=6&action=delete&','86.30.115.84'),(215,'2007-10-27 20:54:40',1,'countries.php','page=1&cID=6&action=deleteconfirm&','86.30.115.84'),(216,'2007-10-27 20:54:40',1,'countries.php','page=1&','86.30.115.84'),(217,'2007-10-27 20:54:43',1,'countries.php','page=1&cID=7&action=delete&','86.30.115.84'),(218,'2007-10-27 20:54:45',1,'countries.php','page=1&cID=7&action=deleteconfirm&','86.30.115.84'),(219,'2007-10-27 20:54:46',1,'countries.php','page=1&','86.30.115.84'),(220,'2007-10-27 20:54:48',1,'countries.php','page=1&cID=8&action=delete&','86.30.115.84'),(221,'2007-10-27 20:54:52',1,'countries.php','page=1&cID=8&action=deleteconfirm&','86.30.115.84'),(222,'2007-10-27 20:54:52',1,'countries.php','page=1&','86.30.115.84'),(223,'2007-10-27 20:54:56',1,'countries.php','page=1&cID=9&action=delete&','86.30.115.84'),(224,'2007-10-27 20:54:59',1,'countries.php','page=1&cID=9&action=deleteconfirm&','86.30.115.84'),(225,'2007-10-27 20:55:00',1,'countries.php','page=1&','86.30.115.84'),(226,'2007-10-27 20:55:15',1,'countries.php','page=1&cID=10&action=delete&','86.30.115.84'),(227,'2007-10-27 20:55:17',1,'countries.php','page=1&cID=10&action=deleteconfirm&','86.30.115.84'),(228,'2007-10-27 20:55:18',1,'countries.php','page=1&','86.30.115.84'),(229,'2007-10-27 20:55:20',1,'countries.php','page=1&cID=11&action=delete&','86.30.115.84'),(230,'2007-10-27 20:55:23',1,'countries.php','page=1&cID=11&action=deleteconfirm&','86.30.115.84'),(231,'2007-10-27 20:55:23',1,'countries.php','page=1&','86.30.115.84'),(232,'2007-10-27 20:55:26',1,'countries.php','page=1&cID=12&action=delete&','86.30.115.84'),(233,'2007-10-27 20:55:28',1,'countries.php','page=1&cID=12&action=deleteconfirm&','86.30.115.84'),(234,'2007-10-27 20:55:29',1,'countries.php','page=1&','86.30.115.84'),(235,'2007-10-27 20:55:31',1,'countries.php','page=1&cID=13&action=delete&','86.30.115.84'),(236,'2007-10-27 20:55:33',1,'countries.php','page=1&cID=13&action=deleteconfirm&','86.30.115.84'),(237,'2007-10-27 20:55:34',1,'countries.php','page=1&','86.30.115.84'),(238,'2007-10-27 20:55:36',1,'countries.php','page=1&cID=14&action=delete&','86.30.115.84'),(239,'2007-10-27 20:55:39',1,'countries.php','page=1&cID=14&action=deleteconfirm&','86.30.115.84'),(240,'2007-10-27 20:55:40',1,'countries.php','page=1&','86.30.115.84'),(241,'2007-10-27 20:55:42',1,'countries.php','page=1&cID=15&action=delete&','86.30.115.84'),(242,'2007-10-27 20:55:45',1,'countries.php','page=1&cID=15&action=deleteconfirm&','86.30.115.84'),(243,'2007-10-27 20:55:45',1,'countries.php','page=1&','86.30.115.84'),(244,'2007-10-27 20:55:48',1,'countries.php','page=1&cID=16&action=delete&','86.30.115.84'),(245,'2007-10-27 20:55:50',1,'countries.php','page=1&cID=16&action=deleteconfirm&','86.30.115.84'),(246,'2007-10-27 20:55:51',1,'countries.php','page=1&','86.30.115.84'),(247,'2007-10-27 20:55:54',1,'countries.php','page=1&cID=17&action=delete&','86.30.115.84'),(248,'2007-10-27 20:55:57',1,'countries.php','page=1&cID=17&action=deleteconfirm&','86.30.115.84'),(249,'2007-10-27 20:55:58',1,'countries.php','page=1&','86.30.115.84'),(250,'2007-10-27 20:56:00',1,'countries.php','page=1&cID=18&action=delete&','86.30.115.84'),(251,'2007-10-27 20:56:03',1,'countries.php','page=1&cID=18&action=deleteconfirm&','86.30.115.84'),(252,'2007-10-27 20:56:04',1,'countries.php','page=1&','86.30.115.84'),(253,'2007-10-27 20:56:06',1,'countries.php','page=1&cID=19&action=delete&','86.30.115.84'),(254,'2007-10-27 20:56:09',1,'countries.php','page=1&cID=19&action=deleteconfirm&','86.30.115.84'),(255,'2007-10-27 20:56:10',1,'countries.php','page=1&','86.30.115.84'),(256,'2007-10-27 20:56:12',1,'countries.php','page=1&cID=20&action=delete&','86.30.115.84'),(257,'2007-10-27 20:56:16',1,'countries.php','page=1&cID=20&action=deleteconfirm&','86.30.115.84'),(258,'2007-10-27 20:56:17',1,'countries.php','page=1&','86.30.115.84'),(259,'2007-10-27 20:56:20',1,'countries.php','page=1&cID=21&action=delete&','86.30.115.84'),(260,'2007-10-27 20:56:23',1,'countries.php','page=1&cID=21&action=deleteconfirm&','86.30.115.84'),(261,'2007-10-27 20:56:24',1,'countries.php','page=1&','86.30.115.84'),(262,'2007-10-27 20:56:31',1,'countries.php','page=1&cID=22&action=delete&','86.30.115.84'),(263,'2007-10-27 20:56:34',1,'countries.php','page=1&cID=22&action=deleteconfirm&','86.30.115.84'),(264,'2007-10-27 20:56:34',1,'countries.php','page=1&','86.30.115.84'),(265,'2007-10-27 20:56:38',1,'countries.php','page=1&cID=23&action=delete&','86.30.115.84'),(266,'2007-10-27 20:56:40',1,'countries.php','page=1&cID=23&action=deleteconfirm&','86.30.115.84'),(267,'2007-10-27 20:56:44',1,'countries.php','page=1&cID=23&action=deleteconfirm&','86.30.115.84'),(268,'2007-10-27 20:56:44',1,'countries.php','page=1&','86.30.115.84'),(269,'2007-10-27 20:56:48',1,'countries.php','page=1&cID=24&action=delete&','86.30.115.84'),(270,'2007-10-27 21:18:16',1,'countries.php','page=1&cID=24&action=deleteconfirm&','86.30.115.84'),(271,'2007-10-27 21:18:17',1,'countries.php','page=1&','86.30.115.84'),(272,'2007-10-27 21:22:38',1,'countries.php','page=1&cID=25&action=delete&','86.30.115.84'),(273,'2007-10-27 21:22:41',1,'countries.php','page=1&cID=25&action=deleteconfirm&','86.30.115.84'),(274,'2007-10-27 21:22:42',1,'countries.php','page=1&','86.30.115.84'),(275,'2007-10-27 21:23:06',1,'developers_tool_kit.php','','86.30.115.84'),(276,'2007-10-27 21:24:01',1,'developers_tool_kit.php','action=locate_all_files&','86.30.115.84'),(277,'2007-10-27 21:24:25',1,'developers_tool_kit.php','action=locate_all_files&','86.30.115.84'),(278,'2007-10-27 21:24:35',1,'developers_tool_kit.php','action=locate_all_files&','86.30.115.84'),(279,'2007-10-27 21:25:10',1,'developers_tool_kit.php','action=locate_all_files&','86.30.115.84'),(280,'2007-10-27 21:25:24',1,'countries.php','','86.30.115.84'),(281,'2007-10-27 21:37:01',1,'countries.php','page=1&cID=26&action=delete&','86.30.115.84'),(282,'2007-10-27 21:37:08',1,'countries.php','page=1&cID=26&action=deleteconfirm&','86.30.115.84'),(283,'2007-10-27 21:37:08',1,'countries.php','page=1&','86.30.115.84'),(284,'2007-10-27 21:37:12',1,'countries.php','page=1&cID=27&action=delete&','86.30.115.84'),(285,'2007-10-27 21:37:15',1,'countries.php','page=1&cID=27&action=deleteconfirm&','86.30.115.84'),(286,'2007-10-27 21:37:15',1,'countries.php','page=1&','86.30.115.84'),(287,'2007-10-27 21:38:52',1,'countries.php','page=1&cID=28&action=delete&','86.30.115.84'),(288,'2007-10-27 21:38:55',1,'countries.php','page=1&cID=28&action=deleteconfirm&','86.30.115.84'),(289,'2007-10-27 21:38:56',1,'countries.php','page=1&','86.30.115.84'),(290,'2007-10-27 21:38:59',1,'countries.php','page=1&cID=29&action=delete&','86.30.115.84'),(291,'2007-10-27 21:39:04',1,'countries.php','page=1&cID=29&action=deleteconfirm&','86.30.115.84'),(292,'2007-10-27 21:39:05',1,'countries.php','page=1&','86.30.115.84'),(293,'2007-10-27 21:43:42',1,'countries.php','page=1&cID=30&action=delete&','86.30.115.84'),(294,'2007-10-27 21:43:48',1,'countries.php','page=1&cID=30&action=deleteconfirm&','86.30.115.84'),(295,'2007-10-27 21:43:49',1,'countries.php','page=1&','86.30.115.84'),(296,'2007-10-27 21:48:36',1,'countries.php','page=1&cID=31&action=delete&','86.30.115.84'),(297,'2007-10-27 21:53:53',1,'countries.php','page=1&cID=31&action=deleteconfirm&','86.30.115.84'),(298,'2007-10-27 21:53:55',1,'countries.php','page=1&','86.30.115.84'),(299,'2007-10-27 21:54:00',1,'countries.php','page=1&cID=33&','86.30.115.84'),(300,'2007-10-27 21:54:07',1,'countries.php','page=1&cID=33&action=delete&','86.30.115.84'),(301,'2007-10-27 21:54:12',1,'countries.php','page=1&cID=33&action=deleteconfirm&','86.30.115.84'),(302,'2007-10-27 21:54:14',1,'countries.php','page=1&','86.30.115.84'),(303,'2007-10-27 21:54:19',1,'countries.php','page=1&cID=32&action=delete&','86.30.115.84'),(304,'2007-10-27 21:54:25',1,'countries.php','page=1&cID=32&action=deleteconfirm&','86.30.115.84'),(305,'2007-10-27 21:54:27',1,'countries.php','page=1&','86.30.115.84'),(306,'2007-10-27 21:57:10',1,'countries.php','page=1&cID=34&action=delete&','86.30.115.84'),(307,'2007-10-27 21:57:28',1,'countries.php','page=1&cID=34&action=deleteconfirm&','86.30.115.84'),(308,'2007-10-27 21:57:28',1,'countries.php','page=1&','86.30.115.84'),(309,'2007-10-27 21:57:31',1,'countries.php','page=1&cID=35&action=delete&','86.30.115.84'),(310,'2007-10-27 21:57:50',1,'countries.php','page=1&cID=35&action=deleteconfirm&','86.30.115.84'),(311,'2007-10-27 21:57:50',1,'countries.php','page=1&','86.30.115.84'),(312,'2007-10-27 21:59:45',1,'countries.php','page=1&cID=36&action=delete&','86.30.115.84'),(313,'2007-10-27 21:59:49',1,'countries.php','page=1&cID=36&action=deleteconfirm&','86.30.115.84'),(314,'2007-10-27 21:59:51',1,'countries.php','page=1&','86.30.115.84'),(315,'2007-10-27 22:00:02',1,'modules.php','set=shipping&','86.30.115.84'),(316,'2007-10-27 22:00:25',1,'modules.php','set=shipping&module=storepickup&','86.30.115.84'),(317,'2007-10-27 22:00:31',1,'modules.php','set=shipping&module=storepickup&action=remove&','86.30.115.84'),(318,'2007-10-27 22:00:32',1,'modules.php','set=shipping&module=storepickup&','86.30.115.84'),(319,'2007-10-27 22:01:02',1,'modules.php','set=shipping&module=item&','86.30.115.84'),(320,'2007-10-27 22:01:08',1,'modules.php','set=shipping&module=item&action=remove&','86.30.115.84'),(321,'2007-10-27 22:01:09',1,'modules.php','set=shipping&module=item&','86.30.115.84'),(322,'2007-10-27 22:01:17',1,'modules.php','set=shipping&module=freeshipper&','86.30.115.84'),(323,'2007-10-27 22:01:35',1,'modules.php','set=shipping&module=freeshipper&action=remove&','86.30.115.84'),(324,'2007-10-27 22:01:36',1,'modules.php','set=shipping&module=freeshipper&','86.30.115.84'),(325,'2007-10-27 22:07:21',1,'modules.php','set=shipping&module=table&','86.30.115.84'),(326,'2007-10-27 22:07:24',1,'modules.php','set=shipping&module=table&action=install&','86.30.115.84'),(327,'2007-10-27 22:07:25',1,'modules.php','set=shipping&module=table&action=edit&','86.30.115.84'),(328,'2007-10-27 22:58:57',1,'modules.php','set=shipping&module=table&action=save&','86.30.115.84'),(329,'2007-10-27 22:58:58',1,'modules.php','set=shipping&module=table&','86.30.115.84'),(330,'2007-10-27 22:59:14',1,'modules.php','set=shipping&module=flat&','86.30.115.84'),(331,'2007-10-27 22:59:17',1,'modules.php','set=shipping&module=flat&action=remove&','86.30.115.84'),(332,'2007-10-27 22:59:21',1,'modules.php','set=shipping&module=flat&','86.30.115.84'),(333,'2007-10-27 23:00:02',1,'layout_controller.php','','86.30.115.84'),(334,'2007-10-27 23:00:38',1,'layout_controller.php','page=&cID=72&','86.30.115.84'),(335,'2007-10-27 23:00:50',1,'layout_controller.php','page=&cID=72&action=edit&','86.30.115.84'),(336,'2007-10-27 23:01:19',1,'layout_controller.php','page=&cID=72&action=save&layout_box_name=shopping_cart.php&','86.30.115.84'),(337,'2007-10-27 23:01:21',1,'layout_controller.php','page=&cID=72&','86.30.115.84'),(338,'2007-10-27 23:01:31',1,'modules.php','set=shipping&','86.30.115.84'),(339,'2007-10-27 23:01:34',1,'modules.php','set=shipping&module=table&','86.30.115.84'),(340,'2007-10-27 23:03:56',1,'configuration.php','gID=1&','86.30.115.84'),(341,'2007-10-27 23:04:02',1,'configuration.php','gID=1&cID=31&action=edit&','86.30.115.84'),(342,'2007-10-27 23:04:11',1,'configuration.php','gID=1&cID=31&action=save&','86.30.115.84'),(343,'2007-10-27 23:04:11',1,'configuration.php','gID=1&cID=31&','86.30.115.84'),(344,'2007-10-27 23:04:45',1,'configuration.php','gID=1&cID=23&action=edit&','86.30.115.84'),(345,'2007-10-27 23:05:33',1,'configuration.php','gID=7&','86.30.115.84'),(346,'2007-10-27 23:05:57',1,'configuration.php','gID=7&cID=208&action=edit&','86.30.115.84'),(347,'2007-10-27 23:06:08',1,'configuration.php','gID=7&cID=209&action=edit&','86.30.115.84'),(348,'2007-10-27 23:06:29',1,'configuration.php','gID=7&cID=207&action=edit&','86.30.115.84'),(349,'2007-10-27 23:06:46',1,'configuration.php','gID=7&cID=207&action=save&','86.30.115.84'),(350,'2007-10-27 23:06:47',1,'configuration.php','gID=7&cID=207&','86.30.115.84'),(351,'2007-10-27 23:06:52',1,'configuration.php','gID=7&cID=206&action=edit&','86.30.115.84'),(352,'2007-10-27 23:07:14',1,'configuration.php','gID=7&cID=206&action=save&','86.30.115.84'),(353,'2007-10-27 23:07:15',1,'configuration.php','gID=7&cID=206&','86.30.115.84'),(354,'2007-10-27 23:07:22',1,'configuration.php','gID=7&cID=205&action=edit&','86.30.115.84'),(355,'2007-10-27 23:07:42',1,'configuration.php','gID=7&cID=206&action=edit&','86.30.115.84'),(356,'2007-10-27 23:07:46',1,'configuration.php','gID=7&cID=206&action=save&','86.30.115.84'),(357,'2007-10-27 23:07:47',1,'configuration.php','gID=7&cID=206&','86.30.115.84'),(358,'2007-10-27 23:08:21',1,'configuration.php','gID=8&','86.30.115.84'),(359,'2007-10-27 23:08:37',1,'configuration.php','gID=8&cID=213&action=edit&','86.30.115.84'),(360,'2007-10-27 23:09:23',1,'configuration.php','gID=8&cID=221&action=edit&','86.30.115.84'),(361,'2007-10-27 23:09:53',1,'configuration.php','gID=8&cID=221&action=save&','86.30.115.84'),(362,'2007-10-27 23:09:54',1,'configuration.php','gID=8&cID=221&','86.30.115.84'),(363,'2007-10-27 23:09:57',1,'configuration.php','gID=8&cID=222&action=edit&','86.30.115.84'),(364,'2007-10-27 23:10:12',1,'configuration.php','gID=8&cID=223&action=edit&','86.30.115.84'),(365,'2007-10-27 23:10:35',1,'configuration.php','gID=9&','86.30.115.84'),(366,'2007-10-27 23:11:04',1,'configuration.php','gID=9&cID=236&action=edit&','86.30.115.84'),(367,'2007-10-27 23:11:17',1,'configuration.php','gID=10&','86.30.115.84'),(368,'2007-10-27 23:11:40',1,'configuration.php','gID=17&','86.30.115.84'),(369,'2007-10-27 23:11:53',1,'configuration.php','gID=18&','86.30.115.84'),(370,'2007-10-27 23:12:14',1,'configuration.php','gID=18&cID=390&action=edit&','86.30.115.84'),(371,'2007-10-27 23:13:43',1,'configuration.php','gID=18&cID=376&action=edit&','86.30.115.84'),(372,'2007-10-27 23:13:56',1,'configuration.php','gID=18&cID=377&action=edit&','86.30.115.84'),(373,'2007-10-27 23:14:14',1,'configuration.php','gID=18&cID=378&action=edit&','86.30.115.84'),(374,'2007-10-27 23:14:31',1,'configuration.php','gID=19&','86.30.115.84'),(375,'2007-10-27 23:15:23',1,'configuration.php','gID=24&','86.30.115.84'),(376,'2007-10-27 23:15:44',1,'products_price_manager.php','','86.30.115.84'),(377,'2007-10-27 23:15:54',1,'categories.php','','86.30.115.84'),(378,'2007-10-27 23:16:52',1,'categories.php','cPath=&cID=1&action=delete_category&','86.30.115.84'),(379,'2007-10-27 23:16:56',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(380,'2007-10-27 23:16:58',1,'categories.php','cPath=&','86.30.115.84'),(381,'2007-10-27 23:17:04',1,'categories.php','cPath=&cID=2&action=delete_category&','86.30.115.84'),(382,'2007-10-27 23:17:06',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(383,'2007-10-27 23:17:07',1,'categories.php','cPath=&','86.30.115.84'),(384,'2007-10-27 23:17:12',1,'categories.php','cPath=&cID=3&action=delete_category&','86.30.115.84'),(385,'2007-10-27 23:17:14',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(386,'2007-10-27 23:17:15',1,'categories.php','cPath=&','86.30.115.84'),(387,'2007-10-27 23:17:56',1,'layout_controller.php','','86.30.115.84'),(388,'2007-10-27 23:18:45',1,'layout_controller.php','page=&cID=72&','86.30.115.84'),(389,'2007-10-27 23:18:48',1,'layout_controller.php','page=&cID=72&action=edit&','86.30.115.84'),(390,'2007-10-27 23:18:55',1,'layout_controller.php','page=&cID=72&action=save&layout_box_name=shopping_cart.php&','86.30.115.84'),(391,'2007-10-27 23:18:56',1,'layout_controller.php','page=&cID=72&','86.30.115.84'),(392,'2007-10-27 23:20:32',1,'layout_controller.php','page=&cID=58&','86.30.115.84'),(393,'2007-10-27 23:20:35',1,'layout_controller.php','page=&cID=58&action=edit&','86.30.115.84'),(394,'2007-10-27 23:20:45',1,'layout_controller.php','page=&cID=58&action=save&layout_box_name=ezpages.php&','86.30.115.84'),(395,'2007-10-27 23:20:45',1,'layout_controller.php','page=&cID=58&','86.30.115.84'),(396,'2007-10-27 23:21:22',1,'modules.php','set=payment&','86.30.115.84'),(397,'2007-10-27 23:21:29',1,'modules.php','set=payment&module=moneyorder&','86.30.115.84'),(398,'2007-10-27 23:21:32',1,'modules.php','set=payment&module=moneyorder&action=remove&','86.30.115.84'),(399,'2007-10-27 23:21:33',1,'modules.php','set=payment&module=moneyorder&','86.30.115.84'),(400,'2007-10-27 23:21:38',1,'modules.php','set=payment&module=freecharger&','86.30.115.84'),(401,'2007-10-27 23:21:46',1,'modules.php','set=payment&module=freecharger&action=remove&','86.30.115.84'),(402,'2007-10-27 23:21:47',1,'modules.php','set=payment&module=freecharger&','86.30.115.84'),(403,'2007-10-27 23:21:50',1,'modules.php','set=payment&module=cc&','86.30.115.84'),(404,'2007-10-27 23:21:52',1,'modules.php','set=payment&module=cc&action=remove&','86.30.115.84'),(405,'2007-10-27 23:21:52',1,'modules.php','set=payment&module=cc&','86.30.115.84'),(406,'2007-10-27 23:21:56',1,'modules.php','set=payment&module=paypal&','86.30.115.84'),(407,'2007-10-27 23:22:51',1,'modules.php','set=payment&module=paypal&action=install&','86.30.115.84'),(408,'2007-10-27 23:22:51',1,'modules.php','set=payment&module=paypal&action=edit&','86.30.115.84'),(409,'2007-10-27 23:24:57',1,'modules.php','set=payment&module=paypal&action=save&','86.30.115.84'),(410,'2007-10-27 23:24:58',1,'modules.php','set=payment&module=paypal&','86.30.115.84'),(411,'2007-10-27 23:30:09',1,'store_manager.php','','86.30.115.84'),(412,'2007-10-27 23:30:27',1,'coupon_admin.php','','86.30.115.84'),(413,'2007-10-27 23:30:50',1,'email_welcome.php','','86.30.115.84'),(414,'2007-10-27 23:56:38',1,'ezpages.php','','86.30.115.84'),(415,'2007-10-28 00:06:37',1,'categories.php','','86.30.115.84'),(416,'2007-10-28 00:08:41',1,'categories.php','cPath=&cID=22&action=delete_category&','86.30.115.84'),(417,'2007-10-28 00:08:51',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(418,'2007-10-28 00:08:52',1,'categories.php','cPath=&','86.30.115.84'),(419,'2007-10-28 00:09:15',1,'categories.php','cPath=&cID=23&action=delete_category&','86.30.115.84'),(420,'2007-10-28 00:09:40',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(421,'2007-10-28 00:09:43',1,'categories.php','cPath=&','86.30.115.84'),(422,'2007-10-28 00:09:55',1,'categories.php','cPath=&cID=28&action=delete_category&','86.30.115.84'),(423,'2007-10-28 00:10:12',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(424,'2007-10-28 00:10:13',1,'categories.php','cPath=&','86.30.115.84'),(425,'2007-10-28 00:10:40',1,'categories.php','cPath=&cID=25&action=delete_category&','86.30.115.84'),(426,'2007-10-28 00:10:44',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(427,'2007-10-28 00:10:46',1,'categories.php','cPath=&','86.30.115.84'),(428,'2007-10-28 00:11:16',1,'categories.php','cPath=&cID=24&action=delete_category&','86.30.115.84'),(429,'2007-10-28 00:11:19',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(430,'2007-10-28 00:11:19',1,'categories.php','cPath=&','86.30.115.84'),(431,'2007-10-28 00:11:24',1,'categories.php','cPath=&cID=33&action=delete_category&','86.30.115.84'),(432,'2007-10-28 00:11:27',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(433,'2007-10-28 00:11:28',1,'categories.php','cPath=&','86.30.115.84'),(434,'2007-10-28 00:11:33',1,'categories.php','cPath=&cID=48&action=delete_category&','86.30.115.84'),(435,'2007-10-28 00:11:38',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(436,'2007-10-28 00:11:39',1,'categories.php','cPath=&','86.30.115.84'),(437,'2007-10-28 00:12:41',1,'categories.php','cPath=&cID=49&action=delete_category&','86.30.115.84'),(438,'2007-10-28 00:12:45',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(439,'2007-10-28 00:12:46',1,'categories.php','cPath=&','86.30.115.84'),(440,'2007-10-28 00:12:51',1,'categories.php','cPath=&cID=50&action=delete_category&','86.30.115.84'),(441,'2007-10-28 00:12:54',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(442,'2007-10-28 00:12:55',1,'categories.php','cPath=&','86.30.115.84'),(443,'2007-10-28 00:12:59',1,'categories.php','cPath=&cID=53&action=delete_category&','86.30.115.84'),(444,'2007-10-28 00:13:02',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(445,'2007-10-28 00:13:03',1,'categories.php','cPath=&','86.30.115.84'),(446,'2007-10-28 00:13:08',1,'categories.php','cPath=&cID=54&action=delete_category&','86.30.115.84'),(447,'2007-10-28 00:13:11',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(448,'2007-10-28 00:13:12',1,'categories.php','cPath=&','86.30.115.84'),(449,'2007-10-28 00:13:16',1,'categories.php','cPath=&cID=62&action=delete_category&','86.30.115.84'),(450,'2007-10-28 00:13:25',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(451,'2007-10-28 00:13:26',1,'categories.php','cPath=&','86.30.115.84'),(452,'2007-10-28 00:13:30',1,'categories.php','cPath=&cID=64&action=delete_category&','86.30.115.84'),(453,'2007-10-28 00:13:58',1,'categories.php','action=delete_category_confirm&cPath=&','86.30.115.84'),(454,'2007-10-28 00:13:59',1,'categories.php','cPath=&','86.30.115.84'),(455,'2007-10-28 00:14:04',1,'categories.php','cPath=21&','86.30.115.84'),(456,'2007-10-28 00:14:10',1,'product.php','page=1&product_type=1&cPath=21&pID=47&action=new_product&','86.30.115.84'),(457,'2007-10-28 00:14:23',1,'categories.php','cPath=21&pID=47&page=1&','86.30.115.84'),(458,'2007-10-28 00:14:28',1,'product.php','cPath=21&product_type=1&pID=47&action=delete_product&','86.30.115.84'),(459,'2007-10-28 00:14:51',1,'product.php','page=1&product_type=1&cPath=21&pID=28&action=new_product&','86.30.115.84'),(460,'2007-10-28 00:15:37',1,'product.php','cPath=21&product_type=1&pID=28&action=new_product_preview&page=1&','86.30.115.84'),(461,'2007-10-28 00:15:52',1,'product.php','cPath=21&product_type=1&pID=28&action=update_product&page=1&','86.30.115.84'),(462,'2007-10-28 00:15:53',1,'categories.php','cPath=21&pID=28&page=1&','86.30.115.84'),(463,'2007-10-28 00:16:14',1,'product.php','cPath=21&product_type=1&pID=47&action=delete_product&','86.30.115.84'),(464,'2007-10-28 00:16:40',1,'product.php','action=delete_product_confirm&product_type=1&cPath=21&page=1&','86.30.115.84'),(465,'2007-10-28 00:16:41',1,'categories.php','cPath=21&','86.30.115.84'),(466,'2007-10-28 00:17:21',1,'salemaker.php','','86.30.115.84'),(467,'2007-10-28 00:18:47',1,'alt_nav.php','','86.30.115.84'),(468,'2007-10-28 00:19:22',1,'configuration.php','gID=16&','86.30.115.84'),(469,'2007-10-28 00:19:46',1,'configuration.php','gID=7&','86.30.115.84'),(470,'2007-10-28 00:20:14',1,'modules.php','set=shipping&','86.30.115.84'),(471,'2007-10-28 00:20:23',1,'modules.php','set=shipping&module=freeshipper&','86.30.115.84'),(472,'2007-10-28 00:20:28',1,'modules.php','set=shipping&module=freeshipper&action=install&','86.30.115.84'),(473,'2007-10-28 00:20:29',1,'modules.php','set=shipping&module=freeshipper&action=edit&','86.30.115.84'),(474,'2007-10-28 00:20:58',1,'modules.php','set=shipping&module=freeshipper&action=save&','86.30.115.84'),(475,'2007-10-28 00:21:01',1,'modules.php','set=shipping&module=freeshipper&','86.30.115.84'),(476,'2007-10-28 00:21:16',1,'modules.php','set=ordertotal&','86.30.115.84'),(477,'2007-10-28 00:21:32',1,'modules.php','set=ordertotal&module=ot_coupon&','86.30.115.84'),(478,'2007-10-28 00:21:44',1,'countries.php','','86.30.115.84'),(479,'2007-10-28 00:21:50',1,'countries.php','page=1&cID=37&action=delete&','86.30.115.84'),(480,'2007-10-28 00:21:55',1,'countries.php','page=1&cID=37&action=deleteconfirm&','86.30.115.84'),(481,'2007-10-28 00:21:55',1,'countries.php','page=1&','86.30.115.84'),(482,'2007-10-28 00:22:01',1,'countries.php','page=1&cID=38&action=delete&','86.30.115.84'),(483,'2007-10-28 00:22:05',1,'countries.php','page=1&cID=38&action=deleteconfirm&','86.30.115.84'),(484,'2007-10-28 00:22:06',1,'countries.php','page=1&','86.30.115.84'),(485,'2007-10-28 00:22:11',1,'countries.php','page=1&cID=39&action=delete&','86.30.115.84'),(486,'2007-10-28 00:22:15',1,'countries.php','page=1&cID=39&action=deleteconfirm&','86.30.115.84'),(487,'2007-10-28 00:22:16',1,'countries.php','page=1&','86.30.115.84'),(488,'2007-10-28 00:22:23',1,'countries.php','page=1&cID=40&action=delete&','86.30.115.84'),(489,'2007-10-28 00:22:31',1,'countries.php','page=1&cID=40&action=deleteconfirm&','86.30.115.84'),(490,'2007-10-28 00:22:32',1,'countries.php','page=1&','86.30.115.84'),(491,'2007-10-28 00:22:42',1,'currencies.php','','86.30.115.84'),(492,'2007-10-28 00:22:52',1,'currencies.php','page=1&cID=3&','86.30.115.84'),(493,'2007-10-28 00:22:56',1,'currencies.php','page=1&cID=3&action=edit&','86.30.115.84'),(494,'2007-10-28 00:23:08',1,'currencies.php','page=1&cID=3&action=save&','86.30.115.84'),(495,'2007-10-28 00:23:08',1,'currencies.php','page=1&cID=3&','86.30.115.84'),(496,'2007-10-28 00:23:21',1,'languages.php','','86.30.115.84'),(497,'2007-10-28 00:23:27',1,'orders_status.php','','86.30.115.84'),(498,'2007-10-28 00:23:48',1,'layout_controller.php','','86.30.115.84'),(499,'2007-10-28 00:24:28',1,'categories.php','','86.30.115.84'),(500,'2007-10-28 00:24:32',1,'categories.php','cPath=21&','86.30.115.84'),(501,'2007-10-28 00:24:39',1,'product.php','cPath=21&product_type=1&pID=29&action=new_product&','86.30.115.84'),(502,'2007-10-28 00:24:58',1,'product.php','cPath=21&product_type=1&pID=29&action=new_product_preview&','86.30.115.84'),(503,'2007-10-28 00:25:03',1,'product.php','cPath=21&product_type=1&pID=29&action=update_product&','86.30.115.84'),(504,'2007-10-28 00:25:04',1,'categories.php','cPath=21&pID=29&','86.30.115.84'),(505,'2007-10-28 00:25:12',1,'product.php','page=1&product_type=1&cPath=21&pID=28&action=new_product&','86.30.115.84'),(506,'2007-10-28 00:25:18',1,'product.php','cPath=21&product_type=1&pID=28&action=new_product_preview&page=1&','86.30.115.84'),(507,'2007-10-28 00:25:36',1,'product.php','cPath=21&product_type=1&pID=28&action=update_product&page=1&','86.30.115.84'),(508,'2007-10-28 00:25:44',1,'product.php','cPath=21&product_type=1&pID=28&action=new_product_preview&page=1&','86.30.115.84'),(509,'2007-10-28 00:25:50',1,'product.php','cPath=21&product_type=1&pID=28&action=update_product&page=1&','86.30.115.84'),(510,'2007-10-28 00:25:51',1,'categories.php','cPath=21&pID=28&page=1&','86.30.115.84'),(511,'2007-10-28 00:26:03',1,'product.php','page=1&product_type=1&cPath=21&pID=32&action=new_product&','86.30.115.84'),(512,'2007-10-28 00:26:41',1,'product.php','cPath=21&product_type=1&pID=32&action=new_product_preview&page=1&','86.30.115.84'),(513,'2007-10-28 00:26:46',1,'product.php','cPath=21&product_type=1&pID=32&action=update_product&page=1&','86.30.115.84'),(514,'2007-10-28 00:26:47',1,'categories.php','cPath=21&pID=32&page=1&','86.30.115.84'),(515,'2007-10-28 00:27:12',1,'product.php','page=1&product_type=1&cPath=21&pID=30&action=new_product&','86.30.115.84'),(516,'2007-10-28 00:28:07',1,'product.php','cPath=21&product_type=1&pID=30&action=new_product_preview&page=1&','86.30.115.84'),(517,'2007-10-28 00:28:15',1,'product.php','cPath=21&product_type=1&pID=30&action=update_product&page=1&','86.30.115.84'),(518,'2007-10-28 00:28:16',1,'categories.php','cPath=21&pID=30&page=1&','86.30.115.84'),(519,'2007-10-28 00:28:29',1,'product.php','page=1&product_type=1&cPath=21&pID=30&action=new_product&','86.30.115.84'),(520,'2007-10-28 00:28:36',1,'product.php','cPath=21&product_type=1&pID=30&action=new_product_preview&page=1&','86.30.115.84'),(521,'2007-10-28 00:28:39',1,'product.php','cPath=21&product_type=1&pID=30&action=update_product&page=1&','86.30.115.84'),(522,'2007-10-28 00:28:40',1,'categories.php','cPath=21&pID=30&page=1&','86.30.115.84'),(523,'2007-10-28 00:28:47',1,'product.php','page=1&product_type=1&cPath=21&pID=31&action=new_product&','86.30.115.84'),(524,'2007-10-28 00:29:29',1,'product.php','cPath=21&product_type=1&pID=31&action=new_product_preview&page=1&','86.30.115.84'),(525,'2007-10-28 00:37:04',1,'product.php','cPath=21&product_type=1&pID=31&action=update_product&page=1&','86.30.115.84'),(526,'2007-10-28 00:37:05',1,'categories.php','cPath=21&pID=31&page=1&','86.30.115.84'),(527,'2007-10-28 01:18:41',1,'product.php','page=1&product_type=1&cPath=21&pID=32&action=new_product&','86.30.115.84'),(528,'2007-10-28 01:19:30',1,'product.php','cPath=21&product_type=1&pID=32&action=new_product_preview&page=1&','86.30.115.84'),(529,'2007-10-28 01:19:42',1,'product.php','cPath=21&product_type=1&pID=32&action=update_product&page=1&','86.30.115.84'),(530,'2007-10-28 01:19:43',1,'categories.php','cPath=21&pID=32&page=1&','86.30.115.84'),(531,'2007-10-28 01:20:57',1,'product.php','page=1&product_type=1&cPath=21&pID=28&action=new_product&','86.30.115.84'),(532,'2007-10-28 01:21:53',1,'product.php','cPath=21&product_type=1&pID=28&action=new_product_preview&page=1&','86.30.115.84'),(533,'2007-10-28 01:21:57',1,'product.php','cPath=21&product_type=1&pID=28&action=update_product&page=1&','86.30.115.84'),(534,'2007-10-28 01:21:58',1,'categories.php','cPath=21&pID=28&page=1&','86.30.115.84'),(535,'2007-10-28 01:22:09',1,'product.php','page=1&product_type=1&cPath=21&pID=30&action=new_product&','86.30.115.84'),(536,'2007-10-28 01:22:52',1,'product.php','cPath=21&product_type=1&pID=30&action=new_product_preview&page=1&','86.30.115.84'),(537,'2007-10-28 01:24:09',1,'product.php','cPath=21&product_type=1&pID=30&action=update_product&page=1&','86.30.115.84'),(538,'2007-10-28 01:24:13',1,'categories.php','cPath=21&pID=30&page=1&','86.30.115.84'),(539,'2007-10-28 01:24:20',1,'product.php','page=1&product_type=1&cPath=21&pID=29&action=new_product&','86.30.115.84'),(540,'2007-10-28 01:24:30',1,'product.php','cPath=21&product_type=1&pID=29&action=new_product_preview&page=1&','86.30.115.84'),(541,'2007-10-28 01:24:45',1,'product.php','cPath=21&product_type=1&pID=29&action=update_product&page=1&','86.30.115.84'),(542,'2007-10-28 01:24:45',1,'categories.php','cPath=21&pID=29&page=1&','86.30.115.84'),(543,'2007-10-28 01:24:49',1,'product.php','page=1&product_type=1&cPath=21&pID=31&action=new_product&','86.30.115.84'),(544,'2007-10-28 01:25:00',1,'product.php','cPath=21&product_type=1&pID=31&action=new_product_preview&page=1&','86.30.115.84'),(545,'2007-10-28 01:25:17',1,'product.php','cPath=21&product_type=1&pID=31&action=update_product&page=1&','86.30.115.84'),(546,'2007-10-28 01:25:18',1,'categories.php','cPath=21&pID=31&page=1&','86.30.115.84'),(547,'2007-10-28 01:28:00',1,'categories.php','cPath=21&pID=31&page=1&','86.30.115.84'),(548,'2007-10-28 01:28:10',1,'product.php','page=1&product_type=1&cPath=21&pID=32&action=new_product&','86.30.115.84'),(549,'2007-10-28 01:28:15',1,'categories.php','cPath=21&pID=31&page=1&','86.30.115.84'),(550,'2007-10-28 01:28:26',1,'product.php','page=1&product_type=1&cPath=21&pID=28&action=new_product&','86.30.115.84'),(551,'2007-10-28 01:28:40',1,'product.php','cPath=21&product_type=1&pID=28&action=new_product_preview&page=1&','86.30.115.84'),(552,'2007-10-28 01:28:43',1,'product.php','cPath=21&product_type=1&pID=28&action=update_product&page=1&','86.30.115.84'),(553,'2007-10-28 01:28:44',1,'categories.php','cPath=21&pID=28&page=1&','86.30.115.84'),(554,'2007-10-28 01:28:54',1,'product.php','page=1&product_type=1&cPath=21&pID=31&action=new_product&','86.30.115.84'),(555,'2007-10-28 01:29:05',1,'product.php','cPath=21&product_type=1&pID=31&action=new_product_preview&page=1&','86.30.115.84'),(556,'2007-10-28 01:29:10',1,'product.php','cPath=21&product_type=1&pID=31&action=update_product&page=1&','86.30.115.84'),(557,'2007-10-28 01:29:11',1,'categories.php','cPath=21&pID=31&page=1&','86.30.115.84'),(558,'2007-10-28 01:29:17',1,'product.php','page=1&product_type=1&cPath=21&pID=29&action=new_product&','86.30.115.84'),(559,'2007-10-28 01:29:26',1,'product.php','cPath=21&product_type=1&pID=29&action=new_product_preview&page=1&','86.30.115.84'),(560,'2007-10-28 01:29:29',1,'product.php','cPath=21&product_type=1&pID=29&action=update_product&page=1&','86.30.115.84'),(561,'2007-10-28 01:29:30',1,'categories.php','cPath=21&pID=29&page=1&','86.30.115.84'),(562,'2007-10-28 01:30:02',1,'product.php','page=1&product_type=1&cPath=21&pID=28&action=new_product&','86.30.115.84'),(563,'2007-10-28 01:30:11',1,'product.php','cPath=21&product_type=1&pID=28&action=new_product_preview&page=1&','86.30.115.84'),(564,'2007-10-28 01:30:14',1,'product.php','cPath=21&product_type=1&pID=28&action=update_product&page=1&','86.30.115.84'),(565,'2007-10-28 01:30:14',1,'categories.php','cPath=21&pID=28&page=1&','86.30.115.84'),(566,'2007-10-28 01:30:23',1,'product.php','page=1&product_type=1&cPath=21&pID=30&action=new_product&','86.30.115.84'),(567,'2007-10-28 01:30:30',1,'product.php','cPath=21&product_type=1&pID=30&action=new_product_preview&page=1&','86.30.115.84'),(568,'2007-10-28 01:30:32',1,'product.php','cPath=21&product_type=1&pID=30&action=update_product&page=1&','86.30.115.84'),(569,'2007-10-28 01:30:33',1,'categories.php','cPath=21&pID=30&page=1&','86.30.115.84'),(570,'2007-10-28 01:30:42',1,'product.php','page=1&product_type=1&cPath=21&pID=29&action=new_product&','86.30.115.84'),(571,'2007-10-28 01:30:57',1,'product.php','cPath=21&product_type=1&pID=29&action=new_product_preview&page=1&','86.30.115.84'),(572,'2007-10-28 01:31:00',1,'product.php','cPath=21&product_type=1&pID=29&action=update_product&page=1&','86.30.115.84'),(573,'2007-10-28 01:31:00',1,'categories.php','cPath=21&pID=29&page=1&','86.30.115.84'),(574,'2007-10-28 01:31:06',1,'product.php','page=1&product_type=1&cPath=21&pID=31&action=new_product&','86.30.115.84'),(575,'2007-10-28 01:31:14',1,'product.php','cPath=21&product_type=1&pID=31&action=new_product_preview&page=1&','86.30.115.84'),(576,'2007-10-28 01:31:18',1,'product.php','cPath=21&product_type=1&pID=31&action=update_product&page=1&','86.30.115.84'),(577,'2007-10-28 01:31:18',1,'categories.php','cPath=21&pID=31&page=1&','86.30.115.84'),(578,'2007-10-28 01:32:04',1,'gv_queue.php','','86.30.115.84'),(579,'2007-10-28 01:32:09',1,'gv_mail.php','','86.30.115.84'),(580,'2007-10-28 01:32:15',1,'gv_sent.php','','86.30.115.84'),(581,'2007-10-28 01:32:19',1,'coupon_admin.php','','86.30.115.84'),(582,'2007-10-28 01:33:58',1,'layout_controller.php','','86.30.115.84'),(583,'2007-10-28 01:35:18',1,'layout_controller.php','page=&cID=58&','86.30.115.84'),(584,'2007-10-28 01:37:07',1,'categories.php','','86.30.115.84'),(585,'2007-10-28 01:37:46',1,'categories.php','cPath=21&','86.30.115.84'),(586,'2007-10-28 01:38:05',1,'categories.php','cID=21&','86.30.115.84'),(587,'2007-10-28 01:38:36',1,'categories.php','cPath=&cID=21&action=edit_category&','86.30.115.84'),(588,'2007-10-28 01:39:22',1,'categories.php','action=update_category&cPath=&','86.30.115.84'),(589,'2007-10-28 01:39:23',1,'categories.php','cPath=&cID=21&','86.30.115.84'),(590,'2007-10-28 01:40:00',1,'logoff.php','','86.30.115.84'),(591,'2007-10-28 15:58:35',1,'configuration.php','gID=1&','86.30.115.223'),(592,'2007-10-28 15:59:03',1,'configuration.php','gID=2&','86.30.115.223'),(593,'2007-10-28 15:59:12',1,'configuration.php','gID=5&','86.30.115.223'),(594,'2007-10-28 15:59:27',1,'configuration.php','gID=5&cID=134&action=edit&','86.30.115.223'),(595,'2007-10-28 15:59:38',1,'configuration.php','gID=5&cID=134&action=save&','86.30.115.223'),(596,'2007-10-28 15:59:39',1,'configuration.php','gID=5&cID=134&','86.30.115.223'),(597,'2007-10-28 16:00:16',1,'configuration.php','gID=7&','86.30.115.223'),(598,'2007-10-28 16:01:00',1,'configuration.php','gID=13&','86.30.115.223'),(599,'2007-10-28 16:01:27',1,'configuration.php','gID=11&','86.30.115.223'),(600,'2007-10-28 16:01:44',1,'configuration.php','gID=25&','86.30.115.223'),(601,'2007-10-28 16:14:45',1,'ezpages.php','','86.30.115.223'),(602,'2007-10-28 17:43:36',1,'ezpages.php','','86.30.115.223'),(603,'2007-10-28 17:58:44',1,'ezpages.php','ezID=4&action=new&','86.30.115.223'),(604,'2007-10-28 20:37:45',1,'ezpages.php','','86.30.115.223'),(605,'2007-10-28 20:38:32',1,'ezpages.php','ezID=8&action=new&','86.30.115.223'),(606,'2007-10-28 20:39:18',1,'ezpages.php','action=update&','86.30.115.223'),(607,'2007-10-28 20:39:18',1,'ezpages.php','ezID=8&','86.30.115.223'),(608,'2007-10-28 20:40:23',1,'ezpages.php','page=1&ezID=11&','86.30.115.223'),(609,'2007-10-28 20:40:27',1,'ezpages.php','ezID=11&action=new&','86.30.115.223'),(610,'2007-10-28 20:41:02',1,'ezpages.php','action=update&','86.30.115.223'),(611,'2007-10-28 20:41:03',1,'ezpages.php','ezID=11&','86.30.115.223'),(612,'2007-10-28 20:41:34',1,'ezpages.php','action=status_footer&current=1&ezID=6&page=1&','86.30.115.223'),(613,'2007-10-28 20:41:35',1,'ezpages.php','page=1&ezID=6&','86.30.115.223'),(614,'2007-10-28 20:41:55',1,'ezpages.php','ezID=1&action=new&','86.30.115.223'),(615,'2007-10-28 20:42:07',1,'ezpages.php','action=update&','86.30.115.223'),(616,'2007-10-28 20:42:07',1,'ezpages.php','ezID=1&','86.30.115.223'),(617,'2007-10-28 20:46:04',1,'ezpages.php','ezID=4&action=new&','86.30.115.223'),(618,'2007-10-28 20:46:58',1,'ezpages.php','action=update&','86.30.115.223'),(619,'2007-10-28 20:46:59',1,'ezpages.php','ezID=4&','86.30.115.223'),(620,'2007-10-28 20:47:20',1,'ezpages.php','ezID=5&action=new&','86.30.115.223'),(621,'2007-10-28 20:48:15',1,'ezpages.php','action=update&','86.30.115.223'),(622,'2007-10-28 20:48:16',1,'ezpages.php','ezID=5&','86.30.115.223'),(623,'2007-10-28 20:50:22',1,'ezpages.php','action=status_sidebox&current=1&ezID=6&page=1&','86.30.115.223'),(624,'2007-10-28 20:50:23',1,'ezpages.php','page=1&ezID=6&','86.30.115.223'),(625,'2007-10-28 20:50:30',1,'ezpages.php','action=status_sidebox&current=1&ezID=13&page=1&','86.30.115.223'),(626,'2007-10-28 20:50:30',1,'ezpages.php','page=1&ezID=13&','86.30.115.223'),(627,'2007-10-28 20:50:41',1,'ezpages.php','action=page_open_new_window&current=0&ezID=4&page=1&','86.30.115.223'),(628,'2007-10-28 20:50:41',1,'ezpages.php','page=1&ezID=4&','86.30.115.223'),(629,'2007-10-28 20:50:52',1,'ezpages.php','action=page_open_new_window&current=0&ezID=5&page=1&','86.30.115.223'),(630,'2007-10-28 20:50:53',1,'ezpages.php','page=1&ezID=5&','86.30.115.223'),(631,'2007-10-28 20:51:00',1,'ezpages.php','action=page_open_new_window&current=0&ezID=1&page=1&','86.30.115.223'),(632,'2007-10-28 20:51:01',1,'ezpages.php','page=1&ezID=1&','86.30.115.223'),(633,'2007-10-28 20:59:22',1,'ezpages.php','action=status_header&current=1&ezID=9&page=1&','86.30.115.223'),(634,'2007-10-28 20:59:23',1,'ezpages.php','page=1&ezID=9&','86.30.115.223'),(635,'2007-10-28 20:59:50',1,'ezpages.php','action=status_header&current=1&ezID=6&page=1&','86.30.115.223'),(636,'2007-10-28 20:59:51',1,'ezpages.php','page=1&ezID=6&','86.30.115.223'),(637,'2007-10-28 21:00:35',1,'banner_manager.php','','86.30.115.223'),(638,'2007-10-28 21:12:10',1,'banner_manager.php','action=new&','86.30.115.223'),(639,'2007-10-28 21:23:50',1,'banner_manager.php','action=insert&','86.30.115.223'),(640,'2007-10-28 21:23:51',1,'banner_manager.php','bID=10&','86.30.115.223'),(641,'2007-10-28 21:24:43',1,'banner_manager.php','page=1&bID=10&action=new&','86.30.115.223'),(642,'2007-10-28 21:25:20',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(643,'2007-10-28 21:25:21',1,'banner_manager.php','page=1&bID=10&','86.30.115.223'),(644,'2007-10-28 21:25:58',1,'banner_manager.php','page=1&bID=10&action=new&','86.30.115.223'),(645,'2007-10-28 21:26:10',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(646,'2007-10-28 21:26:10',1,'banner_manager.php','page=1&bID=10&','86.30.115.223'),(647,'2007-10-28 21:27:50',1,'banner_manager.php','page=1&bID=4&action=setflag&flag=0&','86.30.115.223'),(648,'2007-10-28 21:27:51',1,'banner_manager.php','page=1&bID=4&','86.30.115.223'),(649,'2007-10-28 21:27:55',1,'banner_manager.php','page=1&bID=7&action=setflag&flag=0&','86.30.115.223'),(650,'2007-10-28 21:27:56',1,'banner_manager.php','page=1&bID=7&','86.30.115.223'),(651,'2007-10-28 21:28:02',1,'banner_manager.php','page=1&bID=8&action=setflag&flag=0&','86.30.115.223'),(652,'2007-10-28 21:28:03',1,'banner_manager.php','page=1&bID=8&','86.30.115.223'),(653,'2007-10-28 21:28:11',1,'banner_manager.php','page=1&bID=6&action=setflag&flag=0&','86.30.115.223'),(654,'2007-10-28 21:28:12',1,'banner_manager.php','page=1&bID=6&','86.30.115.223'),(655,'2007-10-28 21:28:15',1,'banner_manager.php','page=1&bID=2&action=setflag&flag=0&','86.30.115.223'),(656,'2007-10-28 21:28:16',1,'banner_manager.php','page=1&bID=2&','86.30.115.223'),(657,'2007-10-28 21:28:18',1,'banner_manager.php','page=1&bID=3&action=setflag&flag=0&','86.30.115.223'),(658,'2007-10-28 21:28:19',1,'banner_manager.php','page=1&bID=3&','86.30.115.223'),(659,'2007-10-28 21:28:24',1,'banner_manager.php','action=new&','86.30.115.223'),(660,'2007-10-28 21:32:36',1,'banner_manager.php','action=insert&','86.30.115.223'),(661,'2007-10-28 21:32:37',1,'banner_manager.php','bID=11&','86.30.115.223'),(662,'2007-10-28 21:32:46',1,'banner_manager.php','page=1&bID=11&action=new&','86.30.115.223'),(663,'2007-10-28 21:32:54',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(664,'2007-10-28 21:32:55',1,'banner_manager.php','page=1&bID=11&','86.30.115.223'),(665,'2007-10-28 21:33:18',1,'banner_manager.php','page=1&bID=11&action=new&','86.30.115.223'),(666,'2007-10-28 21:33:32',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(667,'2007-10-28 21:33:33',1,'banner_manager.php','page=1&bID=11&','86.30.115.223'),(668,'2007-10-28 21:35:14',1,'layout_controller.php','','86.30.115.223'),(669,'2007-10-28 21:48:09',1,'layout_controller.php','page=&cID=51&action=edit&','86.30.115.223'),(670,'2007-10-28 21:48:14',1,'layout_controller.php','page=&cID=51&layout_box_name=banner_box.php&','86.30.115.223'),(671,'2007-10-28 22:18:11',1,'banner_manager.php','','86.30.115.223'),(672,'2007-10-28 22:19:08',1,'banner_manager.php','page=1&bID=11&','86.30.115.223'),(673,'2007-10-28 22:19:16',1,'banner_manager.php','page=1&bID=11&action=new&','86.30.115.223'),(674,'2007-10-28 22:19:24',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(675,'2007-10-28 22:19:25',1,'banner_manager.php','page=1&bID=11&','86.30.115.223'),(676,'2007-10-28 22:21:13',1,'banner_manager.php','page=1&bID=11&action=new&','86.30.115.223'),(677,'2007-10-28 22:21:22',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(678,'2007-10-28 22:21:22',1,'banner_manager.php','page=1&bID=11&','86.30.115.223'),(679,'2007-10-28 22:22:24',1,'banner_manager.php','page=1&bID=9&action=setflag&flag=1&','86.30.115.223'),(680,'2007-10-28 22:22:25',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(681,'2007-10-28 22:30:41',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(682,'2007-10-28 22:31:19',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(683,'2007-10-28 22:31:20',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(684,'2007-10-28 22:31:58',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(685,'2007-10-28 22:32:24',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(686,'2007-10-28 22:32:24',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(687,'2007-10-28 22:33:00',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(688,'2007-10-28 22:33:34',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(689,'2007-10-28 22:33:35',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(690,'2007-10-28 22:33:51',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(691,'2007-10-28 22:34:04',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(692,'2007-10-28 22:34:04',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(693,'2007-10-28 22:34:41',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(694,'2007-10-28 22:35:11',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(695,'2007-10-28 22:35:11',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(696,'2007-10-28 22:35:26',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(697,'2007-10-28 22:35:55',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(698,'2007-10-28 22:35:55',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(699,'2007-10-28 22:36:04',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(700,'2007-10-28 22:36:50',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(701,'2007-10-28 22:36:51',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(702,'2007-10-28 22:37:06',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(703,'2007-10-28 22:37:14',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(704,'2007-10-28 22:37:14',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(705,'2007-10-28 22:37:23',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(706,'2007-10-28 22:37:43',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(707,'2007-10-28 22:37:44',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(708,'2007-10-28 22:38:24',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(709,'2007-10-28 22:39:27',1,'banner_manager.php','page=1&bID=9&action=new&','86.30.115.223'),(710,'2007-10-28 22:39:50',1,'banner_manager.php','page=1&action=update&','86.30.115.223'),(711,'2007-10-28 22:39:57',1,'banner_manager.php','','86.30.115.223'),(712,'2007-10-28 22:40:01',1,'banner_manager.php','page=1&bID=9&action=setflag&flag=0&','86.30.115.223'),(713,'2007-10-28 22:40:01',1,'banner_manager.php','page=1&bID=9&','86.30.115.223'),(714,'2007-10-28 22:40:51',1,'define_pages_editor.php','','86.30.115.223'),(715,'2007-10-28 22:41:22',1,'define_pages_editor.php','define_it=4&action=new_page&','86.30.115.223'),(716,'2007-10-28 22:41:47',1,'define_pages_editor.php','lngdir=english&filename=define_main_page.php&action=save&','86.30.115.223'),(717,'2007-10-28 22:41:48',1,'define_pages_editor.php','','86.30.115.223'),(718,'2007-10-28 22:41:57',1,'define_pages_editor.php','define_it=4&action=new_page&','86.30.115.223'),(719,'2007-10-28 22:42:20',1,'define_pages_editor.php','lngdir=english&filename=define_main_page.php&action=save&','86.30.115.223'),(720,'2007-10-28 22:42:20',1,'define_pages_editor.php','','86.30.115.223'),(721,'2007-10-28 22:55:19',1,'define_pages_editor.php','define_it=10&action=new_page&','86.30.115.223'),(722,'2007-10-28 23:00:46',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','86.30.115.223'),(723,'2007-10-28 23:00:47',1,'define_pages_editor.php','','86.30.115.223'),(724,'2007-10-28 23:22:25',1,'define_pages_editor.php','define_it=10&action=new_page&','86.30.115.223'),(725,'2007-10-28 23:34:29',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','86.30.115.223'),(726,'2007-10-28 23:34:30',1,'define_pages_editor.php','','86.30.115.223'),(727,'2007-10-28 23:34:42',1,'define_pages_editor.php','define_it=9&action=new_page&','86.30.115.223'),(728,'2007-10-28 23:39:44',1,'define_pages_editor.php','lngdir=english&filename=define_privacy.php&action=save&','86.30.115.223'),(729,'2007-10-28 23:39:45',1,'define_pages_editor.php','','86.30.115.223'),(730,'2007-10-28 23:40:42',1,'define_pages_editor.php','define_it=10&action=new_page&','86.30.115.223'),(731,'2007-10-28 23:41:06',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','86.30.115.223'),(732,'2007-10-28 23:41:06',1,'define_pages_editor.php','','86.30.115.223'),(733,'2007-10-28 23:41:20',1,'define_pages_editor.php','define_it=10&action=new_page&','86.30.115.223'),(734,'2007-10-28 23:41:58',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','86.30.115.223'),(735,'2007-10-28 23:41:59',1,'define_pages_editor.php','','86.30.115.223'),(736,'2007-10-28 23:42:54',1,'define_pages_editor.php','define_it=1&action=new_page&','86.30.115.223'),(737,'2007-10-28 23:56:51',1,'define_pages_editor.php','lngdir=english&filename=define_conditions.php&action=save&','86.30.115.223'),(738,'2007-10-28 23:56:52',1,'define_pages_editor.php','','86.30.115.223'),(739,'2007-10-28 23:56:56',1,'define_pages_editor.php','define_it=1&action=new_page&','86.30.115.223'),(740,'2007-10-29 00:08:11',1,'define_pages_editor.php','lngdir=english&filename=define_conditions.php&action=save&','86.30.115.223'),(741,'2007-10-29 00:08:12',1,'define_pages_editor.php','','86.30.115.223'),(742,'2007-10-29 00:20:15',1,'newsletters.php','','86.30.115.223'),(743,'2007-10-29 00:20:53',1,'configuration.php','gID=1&','86.30.115.223'),(744,'2007-10-29 00:21:24',1,'configuration.php','gID=19&','86.30.115.223'),(745,'2007-10-29 00:21:59',1,'configuration.php','gID=19&cID=431&action=edit&','86.30.115.223'),(746,'2007-10-29 00:22:53',1,'configuration.php','gID=19&cID=431&','86.30.115.223'),(747,'2007-10-29 00:23:40',1,'configuration.php','gID=19&','86.30.115.223'),(748,'2007-10-29 00:28:57',1,'email_welcome.php','','86.30.115.223'),(749,'2007-10-29 00:29:25',1,'define_pages_editor.php','','86.30.115.223'),(750,'2007-10-29 00:29:42',1,'define_pages_editor.php','define_it=2&action=new_page&','86.30.115.223'),(751,'2007-10-29 00:29:55',1,'define_pages_editor.php','lngdir=english&filename=define_contact_us.php&action=save&','86.30.115.223'),(752,'2007-10-29 00:29:56',1,'define_pages_editor.php','','86.30.115.223'),(753,'2007-10-29 00:30:09',1,'email_welcome.php','','86.30.115.223'),(754,'2007-10-29 00:37:27',1,'email_welcome.php','','86.30.115.223'),(755,'2007-10-29 00:37:44',1,'template_select.php','','86.30.115.223'),(756,'2007-10-29 00:38:02',1,'whos_online.php','','86.30.115.223'),(757,'2007-10-29 00:39:15',1,'admin.php','','86.30.115.223'),(758,'2007-10-29 00:39:28',1,'store_manager.php','','86.30.115.223'),(759,'2007-10-29 00:40:01',1,'ezpages.php','','86.30.115.223'),(760,'2007-10-29 00:42:30',1,'layout_controller.php','','86.30.115.223'),(761,'2007-10-29 00:43:15',1,'layout_controller.php','page=&cID=64&','86.30.115.223'),(762,'2007-10-29 00:43:34',1,'layout_controller.php','page=&cID=64&action=edit&','86.30.115.223'),(763,'2007-10-29 00:43:42',1,'layout_controller.php','page=&cID=64&action=save&layout_box_name=more_information.php&','86.30.115.223'),(764,'2007-10-29 00:43:43',1,'layout_controller.php','page=&cID=64&','86.30.115.223'),(765,'2007-10-29 00:44:26',1,'configuration.php','gID=18&','86.30.115.223'),(766,'2007-10-29 01:28:42',1,'email_welcome.php','','86.30.115.223'),(767,'2007-10-29 01:31:05',1,'email_welcome.php','','86.30.115.223'),(768,'2007-10-29 01:49:08',1,'logoff.php','','86.30.115.223'),(769,'2007-10-29 16:06:28',1,'define_pages_editor.php','','86.30.116.134'),(770,'2007-10-29 16:06:39',1,'define_pages_editor.php','define_it=3&action=new_page&','86.30.116.134'),(771,'2007-10-29 16:07:12',1,'define_pages_editor.php','lngdir=english&filename=define_discount_coupon.php&action=save&','86.30.116.134'),(772,'2007-10-29 16:07:13',1,'define_pages_editor.php','','86.30.116.134'),(773,'2007-10-29 17:54:29',1,'define_pages_editor.php','','86.30.116.134'),(774,'2007-10-29 17:54:57',1,'define_pages_editor.php','define_it=4&action=new_page&','86.30.116.134'),(775,'2007-10-29 17:55:15',1,'define_pages_editor.php','lngdir=english&filename=define_main_page.php&action=save&','86.30.116.134'),(776,'2007-10-29 17:55:16',1,'define_pages_editor.php','','86.30.116.134'),(777,'2007-10-29 18:29:40',1,'logoff.php','','86.30.116.134'),(778,'2007-10-29 18:54:49',1,'modules.php','set=shipping&','86.30.116.134'),(779,'2007-10-29 18:54:54',1,'modules.php','set=shipping&module=table&','86.30.116.134'),(780,'2007-10-29 19:03:19',1,'modules.php','set=shipping&module=table&action=edit&','86.30.116.134'),(781,'2007-10-29 19:05:44',1,'modules.php','set=shipping&module=table&action=save&','86.30.116.134'),(782,'2007-10-29 19:05:44',1,'modules.php','set=shipping&module=table&','86.30.116.134'),(783,'2007-10-29 19:06:26',1,'logoff.php','','86.30.116.134'),(784,'2007-10-29 19:14:54',1,'modules.php','set=shipping&','86.30.116.134'),(785,'2007-10-29 19:15:00',1,'modules.php','set=shipping&module=table&','86.30.116.134'),(786,'2007-10-29 19:15:04',1,'modules.php','set=shipping&module=table&action=edit&','86.30.116.134'),(787,'2007-10-29 19:15:17',1,'modules.php','set=shipping&module=table&action=save&','86.30.116.134'),(788,'2007-10-29 19:15:18',1,'modules.php','set=shipping&module=table&','86.30.116.134'),(789,'2007-10-29 19:15:48',1,'define_pages_editor.php','','86.30.116.134'),(790,'2007-10-29 19:15:54',1,'define_pages_editor.php','define_it=10&action=new_page&','86.30.116.134'),(791,'2007-10-29 19:16:38',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','86.30.116.134'),(792,'2007-10-29 19:16:39',1,'define_pages_editor.php','','86.30.116.134'),(793,'2007-10-29 19:17:03',1,'define_pages_editor.php','define_it=10&action=new_page&','86.30.116.134'),(794,'2007-10-29 19:17:38',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','86.30.116.134'),(795,'2007-10-29 19:17:39',1,'define_pages_editor.php','','86.30.116.134'),(796,'2007-10-29 19:18:03',1,'define_pages_editor.php','define_it=10&action=new_page&','86.30.116.134'),(797,'2007-10-29 19:18:34',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','86.30.116.134'),(798,'2007-10-29 19:18:34',1,'define_pages_editor.php','','86.30.116.134'),(799,'2007-10-29 19:18:50',1,'define_pages_editor.php','define_it=10&action=new_page&','86.30.116.134'),(800,'2007-10-29 19:18:57',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','86.30.116.134'),(801,'2007-10-29 19:18:58',1,'define_pages_editor.php','','86.30.116.134'),(802,'2007-10-29 19:53:31',1,'configuration.php','gID=16&','86.30.116.134'),(803,'2007-10-29 19:53:47',1,'configuration.php','gID=16&cID=311&action=edit&','86.30.116.134'),(804,'2007-10-29 19:53:55',1,'configuration.php','gID=16&cID=313&action=edit&','86.30.116.134'),(805,'2007-10-29 19:54:02',1,'configuration.php','gID=16&cID=314&action=edit&','86.30.116.134'),(806,'2007-10-29 19:54:08',1,'configuration.php','gID=16&cID=315&action=edit&','86.30.116.134'),(807,'2007-10-29 19:54:16',1,'configuration.php','gID=16&cID=316&action=edit&','86.30.116.134'),(808,'2007-10-29 19:54:28',1,'configuration.php','gID=21&','86.30.116.134'),(809,'2007-10-29 19:54:35',1,'configuration.php','gID=21&cID=460&action=edit&','86.30.116.134'),(810,'2007-10-29 19:58:51',1,'categories.php','','86.30.116.134'),(811,'2007-10-29 19:59:00',1,'categories.php','cPath=&cID=21&action=edit_category&','86.30.116.134'),(812,'2007-10-29 19:59:15',1,'categories.php','action=update_category&cPath=&','86.30.116.134'),(813,'2007-10-29 19:59:15',1,'categories.php','cPath=&cID=21&','86.30.116.134'),(814,'2007-10-29 19:59:20',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(815,'2007-10-29 20:00:22',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(816,'2007-10-29 20:00:23',1,'categories.php','cPath=&cID=65&','86.30.116.134'),(817,'2007-10-29 20:20:33',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(818,'2007-10-29 20:39:18',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(819,'2007-10-29 20:39:18',1,'categories.php','cPath=&cID=66&','86.30.116.134'),(820,'2007-10-29 20:39:27',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(821,'2007-10-29 20:39:39',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(822,'2007-10-29 20:39:39',1,'categories.php','cPath=&cID=67&','86.30.116.134'),(823,'2007-10-29 20:39:55',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(824,'2007-10-29 20:40:02',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(825,'2007-10-29 20:40:02',1,'categories.php','cPath=&cID=68&','86.30.116.134'),(826,'2007-10-29 20:40:12',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(827,'2007-10-29 20:40:19',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(828,'2007-10-29 20:40:19',1,'categories.php','cPath=&cID=69&','86.30.116.134'),(829,'2007-10-29 20:42:40',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(830,'2007-10-29 20:44:54',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(831,'2007-10-29 20:44:55',1,'categories.php','cPath=&cID=70&','86.30.116.134'),(832,'2007-10-29 20:45:04',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(833,'2007-10-29 20:45:16',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(834,'2007-10-29 20:45:16',1,'categories.php','cPath=&cID=71&','86.30.116.134'),(835,'2007-10-29 20:45:24',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(836,'2007-10-29 20:45:38',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(837,'2007-10-29 20:45:39',1,'categories.php','cPath=&cID=72&','86.30.116.134'),(838,'2007-10-29 20:45:47',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(839,'2007-10-29 20:45:59',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(840,'2007-10-29 20:46:00',1,'categories.php','cPath=&cID=73&','86.30.116.134'),(841,'2007-10-29 20:46:07',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(842,'2007-10-29 20:46:16',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(843,'2007-10-29 20:46:16',1,'categories.php','cPath=&cID=74&','86.30.116.134'),(844,'2007-10-29 20:46:26',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(845,'2007-10-29 20:46:33',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(846,'2007-10-29 20:46:34',1,'categories.php','cPath=&cID=75&','86.30.116.134'),(847,'2007-10-29 20:46:47',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(848,'2007-10-29 20:47:00',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(849,'2007-10-29 20:47:01',1,'categories.php','cPath=&cID=76&','86.30.116.134'),(850,'2007-10-29 20:47:07',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(851,'2007-10-29 20:47:13',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(852,'2007-10-29 20:47:14',1,'categories.php','cPath=&cID=77&','86.30.116.134'),(853,'2007-10-29 20:47:21',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(854,'2007-10-29 20:47:32',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(855,'2007-10-29 20:47:33',1,'categories.php','cPath=&cID=78&','86.30.116.134'),(856,'2007-10-29 20:47:49',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(857,'2007-10-29 20:47:57',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(858,'2007-10-29 20:47:58',1,'categories.php','cPath=&cID=79&','86.30.116.134'),(859,'2007-10-29 20:48:04',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(860,'2007-10-29 20:48:13',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(861,'2007-10-29 20:48:13',1,'categories.php','cPath=&cID=80&','86.30.116.134'),(862,'2007-10-29 20:48:40',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(863,'2007-10-29 20:48:49',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(864,'2007-10-29 20:48:49',1,'categories.php','cPath=&cID=81&','86.30.116.134'),(865,'2007-10-29 20:48:55',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(866,'2007-10-29 20:49:08',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(867,'2007-10-29 20:49:08',1,'categories.php','cPath=&cID=82&','86.30.116.134'),(868,'2007-10-29 20:49:14',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(869,'2007-10-29 20:49:19',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(870,'2007-10-29 20:49:20',1,'categories.php','cPath=&cID=83&','86.30.116.134'),(871,'2007-10-29 20:49:28',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(872,'2007-10-29 20:49:34',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(873,'2007-10-29 20:49:34',1,'categories.php','cPath=&cID=84&','86.30.116.134'),(874,'2007-10-29 20:49:39',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(875,'2007-10-29 20:49:46',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(876,'2007-10-29 20:49:46',1,'categories.php','cPath=&cID=85&','86.30.116.134'),(877,'2007-10-29 20:50:04',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(878,'2007-10-29 20:50:10',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(879,'2007-10-29 20:50:10',1,'categories.php','cPath=&cID=86&','86.30.116.134'),(880,'2007-10-29 20:50:17',1,'categories.php','cPath=&action=new_category&','86.30.116.134'),(881,'2007-10-29 20:50:22',1,'categories.php','action=insert_category&cPath=&','86.30.116.134'),(882,'2007-10-29 20:50:22',1,'categories.php','cPath=&cID=87&','86.30.116.134'),(883,'2007-10-29 20:51:41',1,'categories.php','cPath=21&','86.30.116.134'),(884,'2007-10-29 20:51:47',1,'categories.php','cID=21&','86.30.116.134'),(885,'2007-10-29 20:51:52',1,'categories.php','cPath=&cID=21&action=edit_category&','86.30.116.134'),(886,'2007-10-29 20:52:20',1,'categories.php','action=update_category&cPath=&','86.30.116.134'),(887,'2007-10-29 20:52:21',1,'categories.php','cPath=&cID=21&','86.30.116.134'),(888,'2007-10-29 22:52:16',1,'define_pages_editor.php','','86.30.116.134'),(889,'2007-10-29 22:53:18',1,'define_pages_editor.php','define_it=5&action=new_page&','86.30.116.134'),(890,'2007-10-29 23:15:26',1,'define_pages_editor.php','lngdir=english&filename=define_page_2.php&action=save&','86.30.116.134'),(891,'2007-10-29 23:15:27',1,'define_pages_editor.php','','86.30.116.134'),(892,'2007-10-29 23:18:26',1,'option_name.php','','86.30.116.134'),(893,'2007-10-29 23:18:38',1,'products_price_manager.php','','86.30.116.134'),(894,'2007-10-29 23:18:45',1,'products_price_manager.php','current_category_id=21&products_filter=&action=new_cat&','86.30.116.134'),(895,'2007-10-29 23:18:46',1,'products_price_manager.php','products_filter=29&current_category_id=21&','86.30.116.134'),(896,'2007-10-29 23:19:13',1,'configuration.php','gID=20&','86.30.116.134'),(897,'2007-10-29 23:19:24',1,'configuration.php','gID=25&','86.30.116.134'),(898,'2007-10-29 23:19:28',1,'configuration.php','gID=25&cID=527&action=edit&','86.30.116.134'),(899,'2007-10-29 23:19:40',1,'configuration.php','gID=25&cID=527&action=save&','86.30.116.134'),(900,'2007-10-29 23:19:41',1,'configuration.php','gID=25&cID=527&','86.30.116.134'),(901,'2007-10-29 23:19:43',1,'configuration.php','gID=25&cID=528&action=edit&','86.30.116.134'),(902,'2007-10-29 23:19:52',1,'configuration.php','gID=25&cID=528&action=save&','86.30.116.134'),(903,'2007-10-29 23:19:52',1,'configuration.php','gID=25&cID=528&','86.30.116.134'),(904,'2007-10-29 23:19:54',1,'configuration.php','gID=25&cID=529&action=edit&','86.30.116.134'),(905,'2007-10-29 23:19:59',1,'configuration.php','gID=25&cID=529&action=save&','86.30.116.134'),(906,'2007-10-29 23:19:59',1,'configuration.php','gID=25&cID=529&','86.30.116.134'),(907,'2007-10-29 23:21:42',1,'countries.php','','86.30.116.134'),(908,'2007-10-29 23:27:44',1,'paypal.php','','86.30.116.134'),(909,'2007-10-29 23:30:00',1,'countries.php','','86.30.116.134'),(910,'2007-10-29 23:30:03',1,'countries.php','page=1&cID=41&action=delete&','86.30.116.134'),(911,'2007-10-29 23:30:05',1,'countries.php','page=1&cID=41&action=deleteconfirm&','86.30.116.134'),(912,'2007-10-29 23:30:06',1,'countries.php','page=1&','86.30.116.134'),(913,'2007-10-29 23:30:08',1,'countries.php','page=1&cID=42&action=delete&','86.30.116.134'),(914,'2007-10-29 23:30:10',1,'countries.php','page=1&cID=42&action=deleteconfirm&','86.30.116.134'),(915,'2007-10-29 23:30:10',1,'countries.php','page=1&','86.30.116.134'),(916,'2007-10-29 23:30:12',1,'countries.php','page=1&cID=43&action=delete&','86.30.116.134'),(917,'2007-10-29 23:30:15',1,'countries.php','page=1&cID=43&action=deleteconfirm&','86.30.116.134'),(918,'2007-10-29 23:30:15',1,'countries.php','page=1&','86.30.116.134'),(919,'2007-10-29 23:30:17',1,'countries.php','page=1&cID=44&action=delete&','86.30.116.134'),(920,'2007-10-29 23:30:19',1,'countries.php','page=1&cID=44&action=deleteconfirm&','86.30.116.134'),(921,'2007-10-29 23:30:20',1,'countries.php','page=1&','86.30.116.134'),(922,'2007-10-29 23:30:22',1,'countries.php','page=1&cID=45&action=delete&','86.30.116.134'),(923,'2007-10-29 23:30:24',1,'countries.php','page=1&cID=45&action=deleteconfirm&','86.30.116.134'),(924,'2007-10-29 23:30:25',1,'countries.php','page=1&','86.30.116.134'),(925,'2007-10-29 23:30:27',1,'countries.php','page=1&cID=46&action=delete&','86.30.116.134'),(926,'2007-10-29 23:30:29',1,'countries.php','page=1&cID=46&action=deleteconfirm&','86.30.116.134'),(927,'2007-10-29 23:30:29',1,'countries.php','page=1&','86.30.116.134'),(928,'2007-10-29 23:30:31',1,'countries.php','page=1&cID=47&action=delete&','86.30.116.134'),(929,'2007-10-29 23:30:33',1,'countries.php','page=1&cID=47&action=deleteconfirm&','86.30.116.134'),(930,'2007-10-29 23:30:34',1,'countries.php','page=1&','86.30.116.134'),(931,'2007-10-29 23:30:35',1,'countries.php','page=1&cID=48&action=delete&','86.30.116.134'),(932,'2007-10-29 23:30:37',1,'countries.php','page=1&cID=48&action=deleteconfirm&','86.30.116.134'),(933,'2007-10-29 23:30:38',1,'countries.php','page=1&','86.30.116.134'),(934,'2007-10-29 23:30:40',1,'countries.php','page=1&cID=49&action=delete&','86.30.116.134'),(935,'2007-10-29 23:30:42',1,'countries.php','page=1&cID=49&action=deleteconfirm&','86.30.116.134'),(936,'2007-10-29 23:30:42',1,'countries.php','page=1&','86.30.116.134'),(937,'2007-10-29 23:30:46',1,'countries.php','page=1&cID=50&action=delete&','86.30.116.134'),(938,'2007-10-29 23:30:50',1,'countries.php','page=1&cID=50&action=deleteconfirm&','86.30.116.134'),(939,'2007-10-29 23:30:51',1,'countries.php','page=1&','86.30.116.134'),(940,'2007-10-29 23:30:54',1,'countries.php','page=1&cID=51&action=delete&','86.30.116.134'),(941,'2007-10-29 23:33:55',1,'countries.php','page=1&cID=51&action=deleteconfirm&','86.30.116.134'),(942,'2007-10-29 23:33:56',1,'countries.php','page=1&','86.30.116.134'),(943,'2007-10-29 23:33:59',1,'countries.php','page=1&cID=52&action=delete&','86.30.116.134'),(944,'2007-10-29 23:34:01',1,'countries.php','page=1&cID=52&action=deleteconfirm&','86.30.116.134'),(945,'2007-10-29 23:34:01',1,'countries.php','page=1&','86.30.116.134'),(946,'2007-10-29 23:34:03',1,'countries.php','page=1&cID=53&action=delete&','86.30.116.134'),(947,'2007-10-29 23:34:05',1,'countries.php','page=1&cID=53&action=deleteconfirm&','86.30.116.134'),(948,'2007-10-29 23:34:06',1,'countries.php','page=1&','86.30.116.134'),(949,'2007-10-29 23:34:08',1,'countries.php','page=1&cID=54&action=delete&','86.30.116.134'),(950,'2007-10-29 23:34:11',1,'countries.php','page=1&cID=54&action=deleteconfirm&','86.30.116.134'),(951,'2007-10-29 23:34:14',1,'countries.php','page=1&','86.30.116.134'),(952,'2007-10-29 23:34:16',1,'countries.php','page=1&cID=55&action=delete&','86.30.116.134'),(953,'2007-10-29 23:34:19',1,'countries.php','page=1&cID=55&action=deleteconfirm&','86.30.116.134'),(954,'2007-10-29 23:34:19',1,'countries.php','page=1&','86.30.116.134'),(955,'2007-10-29 23:34:22',1,'countries.php','page=1&cID=56&action=delete&','86.30.116.134'),(956,'2007-10-29 23:34:24',1,'countries.php','page=1&cID=56&action=deleteconfirm&','86.30.116.134'),(957,'2007-10-29 23:34:24',1,'countries.php','page=1&','86.30.116.134'),(958,'2007-10-29 23:34:26',1,'countries.php','page=1&cID=57&action=delete&','86.30.116.134'),(959,'2007-10-29 23:34:28',1,'countries.php','page=1&cID=57&action=deleteconfirm&','86.30.116.134'),(960,'2007-10-29 23:34:28',1,'countries.php','page=1&','86.30.116.134'),(961,'2007-10-29 23:34:30',1,'countries.php','page=1&cID=58&action=delete&','86.30.116.134'),(962,'2007-10-29 23:34:32',1,'countries.php','page=1&cID=58&action=deleteconfirm&','86.30.116.134'),(963,'2007-10-29 23:34:33',1,'countries.php','page=1&','86.30.116.134'),(964,'2007-10-29 23:34:35',1,'countries.php','page=1&cID=59&action=delete&','86.30.116.134'),(965,'2007-10-29 23:34:37',1,'countries.php','page=1&cID=59&action=deleteconfirm&','86.30.116.134'),(966,'2007-10-29 23:34:38',1,'countries.php','page=1&','86.30.116.134'),(967,'2007-10-29 23:34:40',1,'countries.php','page=1&cID=60&action=delete&','86.30.116.134'),(968,'2007-10-29 23:34:41',1,'countries.php','page=1&cID=60&action=deleteconfirm&','86.30.116.134'),(969,'2007-10-29 23:34:42',1,'countries.php','page=1&','86.30.116.134'),(970,'2007-10-29 23:34:44',1,'countries.php','page=1&cID=61&action=delete&','86.30.116.134'),(971,'2007-10-29 23:34:46',1,'countries.php','page=1&cID=61&action=deleteconfirm&','86.30.116.134'),(972,'2007-10-29 23:34:47',1,'countries.php','page=1&','86.30.116.134'),(973,'2007-10-29 23:34:49',1,'countries.php','page=1&cID=62&action=delete&','86.30.116.134'),(974,'2007-10-29 23:34:51',1,'countries.php','page=1&cID=62&action=deleteconfirm&','86.30.116.134'),(975,'2007-10-29 23:34:51',1,'countries.php','page=1&','86.30.116.134'),(976,'2007-10-29 23:34:53',1,'countries.php','page=1&cID=63&action=delete&','86.30.116.134'),(977,'2007-10-29 23:34:56',1,'countries.php','page=1&cID=63&action=deleteconfirm&','86.30.116.134'),(978,'2007-10-29 23:34:56',1,'countries.php','page=1&','86.30.116.134'),(979,'2007-10-29 23:34:59',1,'countries.php','page=1&cID=64&action=delete&','86.30.116.134'),(980,'2007-10-29 23:35:01',1,'countries.php','page=1&cID=64&action=deleteconfirm&','86.30.116.134'),(981,'2007-10-29 23:35:01',1,'countries.php','page=1&','86.30.116.134'),(982,'2007-10-29 23:35:03',1,'countries.php','page=1&cID=65&action=delete&','86.30.116.134'),(983,'2007-10-29 23:35:05',1,'countries.php','page=1&cID=65&action=deleteconfirm&','86.30.116.134'),(984,'2007-10-29 23:35:06',1,'countries.php','page=1&','86.30.116.134'),(985,'2007-10-29 23:35:07',1,'countries.php','page=1&cID=66&action=delete&','86.30.116.134'),(986,'2007-10-29 23:35:09',1,'countries.php','page=1&cID=66&action=deleteconfirm&','86.30.116.134'),(987,'2007-10-29 23:35:10',1,'countries.php','page=1&','86.30.116.134'),(988,'2007-10-29 23:35:12',1,'countries.php','page=1&cID=67&action=delete&','86.30.116.134'),(989,'2007-10-29 23:35:14',1,'countries.php','page=1&cID=67&action=deleteconfirm&','86.30.116.134'),(990,'2007-10-29 23:35:14',1,'countries.php','page=1&','86.30.116.134'),(991,'2007-10-29 23:35:16',1,'countries.php','page=1&cID=68&action=delete&','86.30.116.134'),(992,'2007-10-29 23:35:19',1,'countries.php','page=1&cID=68&action=deleteconfirm&','86.30.116.134'),(993,'2007-10-29 23:35:19',1,'countries.php','page=1&','86.30.116.134'),(994,'2007-10-29 23:35:22',1,'countries.php','page=1&cID=69&action=delete&','86.30.116.134'),(995,'2007-10-29 23:35:24',1,'countries.php','page=1&cID=69&action=deleteconfirm&','86.30.116.134'),(996,'2007-10-29 23:35:24',1,'countries.php','page=1&','86.30.116.134'),(997,'2007-10-29 23:35:26',1,'countries.php','page=1&cID=70&action=delete&','86.30.116.134'),(998,'2007-10-29 23:35:28',1,'countries.php','page=1&cID=70&action=deleteconfirm&','86.30.116.134'),(999,'2007-10-29 23:35:29',1,'countries.php','page=1&','86.30.116.134'),(1000,'2007-10-29 23:35:31',1,'countries.php','page=1&cID=71&action=delete&','86.30.116.134'),(1001,'2007-10-29 23:35:33',1,'countries.php','page=1&cID=71&action=deleteconfirm&','86.30.116.134'),(1002,'2007-10-29 23:35:33',1,'countries.php','page=1&','86.30.116.134'),(1003,'2007-10-29 23:35:35',1,'countries.php','page=1&cID=72&action=delete&','86.30.116.134'),(1004,'2007-10-29 23:35:37',1,'countries.php','page=1&cID=72&action=deleteconfirm&','86.30.116.134'),(1005,'2007-10-29 23:35:38',1,'countries.php','page=1&','86.30.116.134'),(1006,'2007-10-29 23:35:40',1,'countries.php','page=1&cID=73&action=delete&','86.30.116.134'),(1007,'2007-10-29 23:35:42',1,'countries.php','page=1&cID=73&action=deleteconfirm&','86.30.116.134'),(1008,'2007-10-29 23:35:42',1,'countries.php','page=1&','86.30.116.134'),(1009,'2007-10-29 23:35:44',1,'countries.php','page=1&cID=74&action=delete&','86.30.116.134'),(1010,'2007-10-29 23:35:46',1,'countries.php','page=1&cID=74&action=deleteconfirm&','86.30.116.134'),(1011,'2007-10-29 23:35:47',1,'countries.php','page=1&','86.30.116.134'),(1012,'2007-10-29 23:35:49',1,'countries.php','page=1&cID=75&action=delete&','86.30.116.134'),(1013,'2007-10-29 23:35:51',1,'countries.php','page=1&cID=75&action=deleteconfirm&','86.30.116.134'),(1014,'2007-10-29 23:35:51',1,'countries.php','page=1&','86.30.116.134'),(1015,'2007-10-29 23:35:53',1,'countries.php','page=1&cID=76&action=delete&','86.30.116.134'),(1016,'2007-10-29 23:35:56',1,'countries.php','page=1&cID=76&action=deleteconfirm&','86.30.116.134'),(1017,'2007-10-29 23:35:56',1,'countries.php','page=1&','86.30.116.134'),(1018,'2007-10-29 23:35:56',1,'countries.php','page=1&cID=76&action=deleteconfirm&','86.30.116.134'),(1019,'2007-10-29 23:35:57',1,'countries.php','page=1&','86.30.116.134'),(1020,'2007-10-29 23:35:59',1,'countries.php','page=1&cID=77&action=delete&','86.30.116.134'),(1021,'2007-10-29 23:36:03',1,'countries.php','page=1&cID=77&action=deleteconfirm&','86.30.116.134'),(1022,'2007-10-29 23:36:04',1,'countries.php','page=1&','86.30.116.134'),(1023,'2007-10-29 23:36:06',1,'countries.php','page=1&cID=78&action=delete&','86.30.116.134'),(1024,'2007-10-29 23:36:08',1,'countries.php','page=1&cID=78&action=deleteconfirm&','86.30.116.134'),(1025,'2007-10-29 23:36:09',1,'countries.php','page=1&','86.30.116.134'),(1026,'2007-10-29 23:36:11',1,'countries.php','page=1&cID=79&action=delete&','86.30.116.134'),(1027,'2007-10-29 23:36:13',1,'countries.php','page=1&cID=79&action=deleteconfirm&','86.30.116.134'),(1028,'2007-10-29 23:36:13',1,'countries.php','page=1&','86.30.116.134'),(1029,'2007-10-29 23:36:18',1,'countries.php','page=1&cID=80&action=delete&','86.30.116.134'),(1030,'2007-10-29 23:36:20',1,'countries.php','page=1&cID=80&action=deleteconfirm&','86.30.116.134'),(1031,'2007-10-29 23:36:21',1,'countries.php','page=1&','86.30.116.134'),(1032,'2007-10-30 00:01:11',1,'countries.php','page=1&cID=81&action=delete&','86.30.116.134'),(1033,'2007-10-30 00:01:32',1,'countries.php','page=1&cID=81&action=deleteconfirm&','86.30.116.134'),(1034,'2007-10-30 00:01:32',1,'countries.php','page=1&','86.30.116.134'),(1035,'2007-10-30 00:01:35',1,'countries.php','page=1&cID=82&action=delete&','86.30.116.134'),(1036,'2007-10-30 00:01:37',1,'countries.php','page=1&cID=82&action=deleteconfirm&','86.30.116.134'),(1037,'2007-10-30 00:01:38',1,'countries.php','page=1&','86.30.116.134'),(1038,'2007-10-30 00:01:41',1,'countries.php','page=1&cID=83&action=delete&','86.30.116.134'),(1039,'2007-10-30 00:01:44',1,'countries.php','page=1&cID=83&action=deleteconfirm&','86.30.116.134'),(1040,'2007-10-30 00:01:44',1,'countries.php','page=1&','86.30.116.134'),(1041,'2007-10-30 00:01:47',1,'countries.php','page=1&cID=84&action=delete&','86.30.116.134'),(1042,'2007-10-30 00:01:50',1,'countries.php','page=1&cID=84&action=deleteconfirm&','86.30.116.134'),(1043,'2007-10-30 00:01:51',1,'countries.php','page=1&','86.30.116.134'),(1044,'2007-10-30 00:01:53',1,'countries.php','page=1&cID=85&action=delete&','86.30.116.134'),(1045,'2007-10-30 00:01:56',1,'countries.php','page=1&cID=85&action=deleteconfirm&','86.30.116.134'),(1046,'2007-10-30 00:01:56',1,'countries.php','page=1&','86.30.116.134'),(1047,'2007-10-30 00:01:59',1,'countries.php','page=1&cID=86&action=delete&','86.30.116.134'),(1048,'2007-10-30 00:02:01',1,'countries.php','page=1&cID=86&action=deleteconfirm&','86.30.116.134'),(1049,'2007-10-30 00:02:02',1,'countries.php','page=1&','86.30.116.134'),(1050,'2007-10-30 00:02:05',1,'countries.php','page=1&cID=87&action=delete&','86.30.116.134'),(1051,'2007-10-30 00:02:08',1,'countries.php','page=1&cID=87&action=deleteconfirm&','86.30.116.134'),(1052,'2007-10-30 00:02:09',1,'countries.php','page=1&','86.30.116.134'),(1053,'2007-10-30 00:02:11',1,'countries.php','page=1&cID=88&action=delete&','86.30.116.134'),(1054,'2007-10-30 00:02:14',1,'countries.php','page=1&cID=88&action=deleteconfirm&','86.30.116.134'),(1055,'2007-10-30 00:02:14',1,'countries.php','page=1&','86.30.116.134'),(1056,'2007-10-30 00:02:18',1,'countries.php','page=1&cID=89&action=delete&','86.30.116.134'),(1057,'2007-10-30 00:02:21',1,'countries.php','page=1&cID=89&action=deleteconfirm&','86.30.116.134'),(1058,'2007-10-30 00:02:22',1,'countries.php','page=1&','86.30.116.134'),(1059,'2007-10-30 00:02:25',1,'countries.php','page=1&cID=90&action=delete&','86.30.116.134'),(1060,'2007-10-30 00:02:28',1,'countries.php','page=1&cID=90&action=deleteconfirm&','86.30.116.134'),(1061,'2007-10-30 00:02:29',1,'countries.php','page=1&','86.30.116.134'),(1062,'2007-10-30 00:02:32',1,'countries.php','page=1&cID=91&action=delete&','86.30.116.134'),(1063,'2007-10-30 00:02:35',1,'countries.php','page=1&cID=91&action=deleteconfirm&','86.30.116.134'),(1064,'2007-10-30 00:02:36',1,'countries.php','page=1&','86.30.116.134'),(1065,'2007-10-30 00:03:17',1,'countries.php','page=1&cID=92&action=delete&','86.30.116.134'),(1066,'2007-10-30 00:03:20',1,'countries.php','page=1&cID=92&action=deleteconfirm&','86.30.116.134'),(1067,'2007-10-30 00:03:21',1,'countries.php','page=1&','86.30.116.134'),(1068,'2007-10-30 00:03:24',1,'countries.php','page=1&cID=93&action=delete&','86.30.116.134'),(1069,'2007-10-30 00:03:35',1,'countries.php','page=1&cID=93&action=deleteconfirm&','86.30.116.134'),(1070,'2007-10-30 00:03:36',1,'countries.php','page=1&','86.30.116.134'),(1071,'2007-10-30 00:03:39',1,'countries.php','page=1&cID=94&action=delete&','86.30.116.134'),(1072,'2007-10-30 00:03:45',1,'countries.php','page=1&cID=94&action=deleteconfirm&','86.30.116.134'),(1073,'2007-10-30 00:03:46',1,'countries.php','page=1&','86.30.116.134'),(1074,'2007-10-30 00:03:48',1,'countries.php','page=1&cID=95&action=delete&','86.30.116.134'),(1075,'2007-10-30 00:03:50',1,'countries.php','page=1&cID=95&action=deleteconfirm&','86.30.116.134'),(1076,'2007-10-30 00:03:51',1,'countries.php','page=1&','86.30.116.134'),(1077,'2007-10-30 00:03:54',1,'countries.php','page=1&cID=96&action=delete&','86.30.116.134'),(1078,'2007-10-30 00:03:58',1,'countries.php','page=1&cID=96&action=deleteconfirm&','86.30.116.134'),(1079,'2007-10-30 00:03:59',1,'countries.php','page=1&','86.30.116.134'),(1080,'2007-10-30 00:04:02',1,'countries.php','page=1&cID=97&action=delete&','86.30.116.134'),(1081,'2007-10-30 00:04:04',1,'countries.php','page=1&cID=97&action=deleteconfirm&','86.30.116.134'),(1082,'2007-10-30 00:04:05',1,'countries.php','page=1&','86.30.116.134'),(1083,'2007-10-30 00:04:09',1,'countries.php','page=1&cID=98&action=delete&','86.30.116.134'),(1084,'2007-10-30 00:04:11',1,'countries.php','page=1&cID=98&action=deleteconfirm&','86.30.116.134'),(1085,'2007-10-30 00:04:12',1,'countries.php','page=1&','86.30.116.134'),(1086,'2007-10-30 00:04:15',1,'countries.php','page=1&cID=99&action=delete&','86.30.116.134'),(1087,'2007-10-30 00:04:18',1,'countries.php','page=1&cID=99&action=deleteconfirm&','86.30.116.134'),(1088,'2007-10-30 00:04:19',1,'countries.php','page=1&','86.30.116.134'),(1089,'2007-10-30 00:04:22',1,'countries.php','page=1&cID=100&action=delete&','86.30.116.134'),(1090,'2007-10-30 00:04:24',1,'countries.php','page=1&cID=100&action=deleteconfirm&','86.30.116.134'),(1091,'2007-10-30 00:04:25',1,'countries.php','page=1&','86.30.116.134'),(1092,'2007-10-30 00:04:27',1,'countries.php','page=1&cID=101&action=delete&','86.30.116.134'),(1093,'2007-10-30 00:04:31',1,'countries.php','page=1&cID=101&action=deleteconfirm&','86.30.116.134'),(1094,'2007-10-30 00:04:32',1,'countries.php','page=1&','86.30.116.134'),(1095,'2007-10-30 00:04:34',1,'countries.php','page=1&cID=102&action=delete&','86.30.116.134'),(1096,'2007-10-30 00:04:42',1,'countries.php','page=1&cID=102&action=deleteconfirm&','86.30.116.134'),(1097,'2007-10-30 00:04:43',1,'countries.php','page=1&','86.30.116.134'),(1098,'2007-10-30 00:04:45',1,'countries.php','page=1&cID=103&action=delete&','86.30.116.134'),(1099,'2007-10-30 00:05:56',1,'countries.php','page=1&cID=103&action=deleteconfirm&','86.30.116.134'),(1100,'2007-10-30 00:05:57',1,'countries.php','page=1&','86.30.116.134'),(1101,'2007-10-30 00:06:02',1,'countries.php','page=1&cID=104&action=delete&','86.30.116.134'),(1102,'2007-10-30 00:06:04',1,'countries.php','page=1&cID=104&action=deleteconfirm&','86.30.116.134'),(1103,'2007-10-30 00:06:05',1,'countries.php','page=1&','86.30.116.134'),(1104,'2007-10-30 00:06:09',1,'countries.php','page=1&cID=105&action=delete&','86.30.116.134'),(1105,'2007-10-30 00:06:12',1,'countries.php','page=1&cID=105&action=deleteconfirm&','86.30.116.134'),(1106,'2007-10-30 00:06:13',1,'countries.php','page=1&','86.30.116.134'),(1107,'2007-10-30 00:06:14',1,'countries.php','page=1&cID=106&action=delete&','86.30.116.134'),(1108,'2007-10-30 00:06:17',1,'countries.php','page=1&cID=106&action=deleteconfirm&','86.30.116.134'),(1109,'2007-10-30 00:06:18',1,'countries.php','page=1&','86.30.116.134'),(1110,'2007-10-30 00:06:20',1,'countries.php','page=1&cID=107&action=delete&','86.30.116.134'),(1111,'2007-10-30 00:06:22',1,'countries.php','page=1&cID=107&action=deleteconfirm&','86.30.116.134'),(1112,'2007-10-30 00:06:23',1,'countries.php','page=1&','86.30.116.134'),(1113,'2007-10-30 00:06:28',1,'countries.php','page=1&cID=108&action=delete&','86.30.116.134'),(1114,'2007-10-30 00:06:31',1,'countries.php','page=1&cID=108&action=deleteconfirm&','86.30.116.134'),(1115,'2007-10-30 00:06:32',1,'countries.php','page=1&','86.30.116.134'),(1116,'2007-10-30 00:06:34',1,'countries.php','page=1&cID=109&action=delete&','86.30.116.134'),(1117,'2007-10-30 00:06:37',1,'countries.php','page=1&cID=109&action=deleteconfirm&','86.30.116.134'),(1118,'2007-10-30 00:06:38',1,'countries.php','page=1&','86.30.116.134'),(1119,'2007-10-30 00:06:41',1,'countries.php','page=1&cID=110&action=delete&','86.30.116.134'),(1120,'2007-10-30 00:06:44',1,'countries.php','page=1&cID=110&action=deleteconfirm&','86.30.116.134'),(1121,'2007-10-30 00:06:44',1,'countries.php','page=1&','86.30.116.134'),(1122,'2007-10-30 00:06:48',1,'countries.php','page=1&cID=111&action=delete&','86.30.116.134'),(1123,'2007-10-30 00:06:50',1,'countries.php','page=1&cID=111&action=deleteconfirm&','86.30.116.134'),(1124,'2007-10-30 00:06:51',1,'countries.php','page=1&','86.30.116.134'),(1125,'2007-10-30 00:06:54',1,'countries.php','page=1&cID=112&action=delete&','86.30.116.134'),(1126,'2007-10-30 00:06:57',1,'countries.php','page=1&cID=112&action=deleteconfirm&','86.30.116.134'),(1127,'2007-10-30 00:06:57',1,'countries.php','page=1&','86.30.116.134'),(1128,'2007-10-30 00:07:02',1,'countries.php','page=1&cID=113&action=delete&','86.30.116.134'),(1129,'2007-10-30 00:07:04',1,'countries.php','page=1&cID=113&action=deleteconfirm&','86.30.116.134'),(1130,'2007-10-30 00:07:05',1,'countries.php','page=1&','86.30.116.134'),(1131,'2007-10-30 00:07:07',1,'countries.php','page=1&cID=114&action=delete&','86.30.116.134'),(1132,'2007-10-30 00:07:09',1,'countries.php','page=1&cID=114&action=deleteconfirm&','86.30.116.134'),(1133,'2007-10-30 00:07:10',1,'countries.php','page=1&','86.30.116.134'),(1134,'2007-10-30 00:07:13',1,'countries.php','page=1&cID=115&action=delete&','86.30.116.134'),(1135,'2007-10-30 00:07:15',1,'countries.php','page=1&cID=115&action=deleteconfirm&','86.30.116.134'),(1136,'2007-10-30 00:07:16',1,'countries.php','page=1&','86.30.116.134'),(1137,'2007-10-30 00:07:18',1,'countries.php','page=1&cID=116&action=delete&','86.30.116.134'),(1138,'2007-10-30 00:07:21',1,'countries.php','page=1&cID=116&action=deleteconfirm&','86.30.116.134'),(1139,'2007-10-30 00:07:21',1,'countries.php','page=1&','86.30.116.134'),(1140,'2007-10-30 00:07:23',1,'countries.php','page=1&cID=117&action=delete&','86.30.116.134'),(1141,'2007-10-30 00:07:26',1,'countries.php','page=1&cID=117&action=deleteconfirm&','86.30.116.134'),(1142,'2007-10-30 00:07:26',1,'countries.php','page=1&','86.30.116.134'),(1143,'2007-10-30 00:07:31',1,'countries.php','page=1&cID=118&action=delete&','86.30.116.134'),(1144,'2007-10-30 00:07:34',1,'countries.php','page=1&cID=118&action=deleteconfirm&','86.30.116.134'),(1145,'2007-10-30 00:07:35',1,'countries.php','page=1&','86.30.116.134'),(1146,'2007-10-30 00:07:38',1,'countries.php','page=1&cID=119&action=delete&','86.30.116.134'),(1147,'2007-10-30 00:07:41',1,'countries.php','page=1&cID=119&action=deleteconfirm&','86.30.116.134'),(1148,'2007-10-30 00:07:42',1,'countries.php','page=1&','86.30.116.134'),(1149,'2007-10-30 00:07:49',1,'countries.php','page=1&cID=120&action=delete&','86.30.116.134'),(1150,'2007-10-30 00:07:51',1,'countries.php','page=1&cID=120&action=deleteconfirm&','86.30.116.134'),(1151,'2007-10-30 00:07:51',1,'countries.php','page=1&','86.30.116.134'),(1152,'2007-10-30 00:07:54',1,'countries.php','page=1&cID=121&action=delete&','86.30.116.134'),(1153,'2007-10-30 00:07:56',1,'countries.php','page=1&cID=121&action=deleteconfirm&','86.30.116.134'),(1154,'2007-10-30 00:07:57',1,'countries.php','page=1&','86.30.116.134'),(1155,'2007-10-30 00:07:59',1,'countries.php','page=1&cID=122&action=delete&','86.30.116.134'),(1156,'2007-10-30 00:08:02',1,'countries.php','page=1&cID=122&action=deleteconfirm&','86.30.116.134'),(1157,'2007-10-30 00:08:02',1,'countries.php','page=1&','86.30.116.134'),(1158,'2007-10-30 00:08:05',1,'countries.php','page=1&cID=123&action=delete&','86.30.116.134'),(1159,'2007-10-30 00:08:07',1,'countries.php','page=1&cID=123&action=deleteconfirm&','86.30.116.134'),(1160,'2007-10-30 00:08:07',1,'countries.php','page=1&','86.30.116.134'),(1161,'2007-10-30 00:08:10',1,'countries.php','page=1&cID=124&action=delete&','86.30.116.134'),(1162,'2007-10-30 00:08:13',1,'countries.php','page=1&cID=124&action=deleteconfirm&','86.30.116.134'),(1163,'2007-10-30 00:08:13',1,'countries.php','page=1&','86.30.116.134'),(1164,'2007-10-30 00:08:16',1,'countries.php','page=1&cID=125&action=delete&','86.30.116.134'),(1165,'2007-10-30 00:08:19',1,'countries.php','page=1&cID=125&action=deleteconfirm&','86.30.116.134'),(1166,'2007-10-30 00:08:20',1,'countries.php','page=1&','86.30.116.134'),(1167,'2007-10-30 00:08:23',1,'countries.php','page=1&cID=126&action=delete&','86.30.116.134'),(1168,'2007-10-30 00:08:25',1,'countries.php','page=1&cID=126&action=deleteconfirm&','86.30.116.134'),(1169,'2007-10-30 00:08:26',1,'countries.php','page=1&','86.30.116.134'),(1170,'2007-10-30 00:08:28',1,'countries.php','page=1&cID=127&action=delete&','86.30.116.134'),(1171,'2007-10-30 00:08:30',1,'countries.php','page=1&cID=127&action=deleteconfirm&','86.30.116.134'),(1172,'2007-10-30 00:08:31',1,'countries.php','page=1&','86.30.116.134'),(1173,'2007-10-30 00:08:34',1,'countries.php','page=1&cID=128&action=delete&','86.30.116.134'),(1174,'2007-10-30 00:08:36',1,'countries.php','page=1&cID=128&action=deleteconfirm&','86.30.116.134'),(1175,'2007-10-30 00:08:37',1,'countries.php','page=1&','86.30.116.134'),(1176,'2007-10-30 00:08:40',1,'countries.php','page=1&cID=129&action=delete&','86.30.116.134'),(1177,'2007-10-30 00:08:42',1,'countries.php','page=1&cID=129&action=deleteconfirm&','86.30.116.134'),(1178,'2007-10-30 00:08:43',1,'countries.php','page=1&','86.30.116.134'),(1179,'2007-10-30 00:08:46',1,'countries.php','page=1&cID=130&action=delete&','86.30.116.134'),(1180,'2007-10-30 00:08:48',1,'countries.php','page=1&cID=130&action=deleteconfirm&','86.30.116.134'),(1181,'2007-10-30 00:08:49',1,'countries.php','page=1&','86.30.116.134'),(1182,'2007-10-30 00:08:52',1,'countries.php','page=1&cID=131&action=delete&','86.30.116.134'),(1183,'2007-10-30 00:09:02',1,'countries.php','page=1&cID=131&action=deleteconfirm&','86.30.116.134'),(1184,'2007-10-30 00:09:02',1,'countries.php','page=1&','86.30.116.134'),(1185,'2007-10-30 00:09:04',1,'countries.php','page=1&cID=132&action=delete&','86.30.116.134'),(1186,'2007-10-30 00:09:06',1,'countries.php','page=1&cID=132&action=deleteconfirm&','86.30.116.134'),(1187,'2007-10-30 00:09:07',1,'countries.php','page=1&','86.30.116.134'),(1188,'2007-10-30 00:09:09',1,'countries.php','page=1&cID=133&action=delete&','86.30.116.134'),(1189,'2007-10-30 00:09:11',1,'countries.php','page=1&cID=133&action=deleteconfirm&','86.30.116.134'),(1190,'2007-10-30 00:09:12',1,'countries.php','page=1&','86.30.116.134'),(1191,'2007-10-30 00:09:14',1,'countries.php','page=1&cID=134&action=delete&','86.30.116.134'),(1192,'2007-10-30 00:09:17',1,'countries.php','page=1&cID=134&action=deleteconfirm&','86.30.116.134'),(1193,'2007-10-30 00:09:17',1,'countries.php','page=1&','86.30.116.134'),(1194,'2007-10-30 00:09:20',1,'countries.php','page=1&cID=135&action=delete&','86.30.116.134'),(1195,'2007-10-30 00:09:22',1,'countries.php','page=1&cID=135&action=deleteconfirm&','86.30.116.134'),(1196,'2007-10-30 00:09:23',1,'countries.php','page=1&','86.30.116.134'),(1197,'2007-10-30 00:09:26',1,'countries.php','page=1&cID=136&action=delete&','86.30.116.134'),(1198,'2007-10-30 00:09:28',1,'countries.php','page=1&cID=136&action=deleteconfirm&','86.30.116.134'),(1199,'2007-10-30 00:09:29',1,'countries.php','page=1&','86.30.116.134'),(1200,'2007-10-30 00:09:31',1,'countries.php','page=1&cID=137&action=delete&','86.30.116.134'),(1201,'2007-10-30 00:09:38',1,'countries.php','page=1&cID=137&action=deleteconfirm&','86.30.116.134'),(1202,'2007-10-30 00:09:39',1,'countries.php','page=1&','86.30.116.134'),(1203,'2007-10-30 00:09:45',1,'countries.php','page=1&cID=138&action=delete&','86.30.116.134'),(1204,'2007-10-30 00:09:48',1,'countries.php','page=1&cID=138&action=deleteconfirm&','86.30.116.134'),(1205,'2007-10-30 00:09:49',1,'countries.php','page=1&','86.30.116.134'),(1206,'2007-10-30 00:09:52',1,'countries.php','page=1&cID=139&action=delete&','86.30.116.134'),(1207,'2007-10-30 00:09:55',1,'countries.php','page=1&cID=139&action=deleteconfirm&','86.30.116.134'),(1208,'2007-10-30 00:09:56',1,'countries.php','page=1&','86.30.116.134'),(1209,'2007-10-30 00:10:01',1,'countries.php','page=1&cID=140&action=delete&','86.30.116.134'),(1210,'2007-10-30 00:10:04',1,'countries.php','page=1&cID=140&action=deleteconfirm&','86.30.116.134'),(1211,'2007-10-30 00:10:04',1,'countries.php','page=1&','86.30.116.134'),(1212,'2007-10-30 00:10:07',1,'countries.php','page=1&cID=141&action=delete&','86.30.116.134'),(1213,'2007-10-30 00:10:10',1,'countries.php','page=1&cID=141&action=deleteconfirm&','86.30.116.134'),(1214,'2007-10-30 00:10:10',1,'countries.php','page=1&','86.30.116.134'),(1215,'2007-10-30 00:10:14',1,'countries.php','page=1&cID=142&action=delete&','86.30.116.134'),(1216,'2007-10-30 00:10:16',1,'countries.php','page=1&cID=142&action=deleteconfirm&','86.30.116.134'),(1217,'2007-10-30 00:10:17',1,'countries.php','page=1&','86.30.116.134'),(1218,'2007-10-30 00:10:20',1,'countries.php','page=1&cID=143&action=delete&','86.30.116.134'),(1219,'2007-10-30 00:10:23',1,'countries.php','page=1&cID=143&action=deleteconfirm&','86.30.116.134'),(1220,'2007-10-30 00:10:23',1,'countries.php','page=1&','86.30.116.134'),(1221,'2007-10-30 00:10:26',1,'countries.php','page=1&cID=144&action=delete&','86.30.116.134'),(1222,'2007-10-30 00:10:29',1,'countries.php','page=1&cID=144&action=deleteconfirm&','86.30.116.134'),(1223,'2007-10-30 00:10:30',1,'countries.php','page=1&','86.30.116.134'),(1224,'2007-10-30 00:10:34',1,'countries.php','page=1&cID=145&action=delete&','86.30.116.134'),(1225,'2007-10-30 00:10:52',1,'countries.php','page=1&cID=145&action=deleteconfirm&','86.30.116.134'),(1226,'2007-10-30 00:10:53',1,'countries.php','page=1&','86.30.116.134'),(1227,'2007-10-30 00:10:58',1,'countries.php','page=1&cID=146&action=delete&','86.30.116.134'),(1228,'2007-10-30 00:11:01',1,'countries.php','page=1&cID=146&action=deleteconfirm&','86.30.116.134'),(1229,'2007-10-30 00:11:02',1,'countries.php','page=1&','86.30.116.134'),(1230,'2007-10-30 00:22:46',1,'countries.php','page=1&cID=147&action=delete&','86.30.116.134'),(1231,'2007-10-30 00:22:52',1,'countries.php','page=1&cID=147&action=deleteconfirm&','86.30.116.134'),(1232,'2007-10-30 00:22:53',1,'countries.php','page=1&','86.30.116.134'),(1233,'2007-10-30 00:22:57',1,'countries.php','page=1&cID=148&action=delete&','86.30.116.134'),(1234,'2007-10-30 00:23:00',1,'countries.php','page=1&cID=148&action=deleteconfirm&','86.30.116.134'),(1235,'2007-10-30 00:23:01',1,'countries.php','page=1&','86.30.116.134'),(1236,'2007-10-30 00:23:05',1,'countries.php','page=1&cID=149&action=delete&','86.30.116.134'),(1237,'2007-10-30 00:23:08',1,'countries.php','page=1&cID=149&action=deleteconfirm&','86.30.116.134'),(1238,'2007-10-30 00:23:09',1,'countries.php','page=1&','86.30.116.134'),(1239,'2007-10-30 00:23:13',1,'countries.php','page=1&cID=150&action=delete&','86.30.116.134'),(1240,'2007-10-30 00:23:16',1,'countries.php','page=1&cID=150&action=deleteconfirm&','86.30.116.134'),(1241,'2007-10-30 00:23:17',1,'countries.php','page=1&','86.30.116.134'),(1242,'2007-10-30 00:23:21',1,'countries.php','page=1&cID=151&action=delete&','86.30.116.134'),(1243,'2007-10-30 00:23:25',1,'countries.php','page=1&cID=151&action=deleteconfirm&','86.30.116.134'),(1244,'2007-10-30 00:23:25',1,'countries.php','page=1&','86.30.116.134'),(1245,'2007-10-30 00:23:29',1,'countries.php','page=1&cID=152&action=delete&','86.30.116.134'),(1246,'2007-10-30 00:23:32',1,'countries.php','page=1&cID=152&action=deleteconfirm&','86.30.116.134'),(1247,'2007-10-30 00:23:33',1,'countries.php','page=1&','86.30.116.134'),(1248,'2007-10-30 00:23:36',1,'countries.php','page=1&cID=153&action=delete&','86.30.116.134'),(1249,'2007-10-30 00:23:57',1,'countries.php','page=1&cID=153&action=deleteconfirm&','86.30.116.134'),(1250,'2007-10-30 00:23:58',1,'countries.php','page=1&','86.30.116.134'),(1251,'2007-10-30 00:24:03',1,'countries.php','page=1&cID=154&action=delete&','86.30.116.134'),(1252,'2007-10-30 00:24:06',1,'countries.php','page=1&cID=154&action=deleteconfirm&','86.30.116.134'),(1253,'2007-10-30 00:24:07',1,'countries.php','page=1&','86.30.116.134'),(1254,'2007-10-30 00:24:10',1,'countries.php','page=1&cID=155&action=delete&','86.30.116.134'),(1255,'2007-10-30 00:24:14',1,'countries.php','page=1&cID=155&action=deleteconfirm&','86.30.116.134'),(1256,'2007-10-30 00:24:15',1,'countries.php','page=1&','86.30.116.134'),(1257,'2007-10-30 00:24:32',1,'countries.php','page=1&cID=156&action=delete&','86.30.116.134'),(1258,'2007-10-30 00:24:35',1,'countries.php','page=1&cID=156&action=deleteconfirm&','86.30.116.134'),(1259,'2007-10-30 00:24:36',1,'countries.php','page=1&','86.30.116.134'),(1260,'2007-10-30 00:24:39',1,'countries.php','page=1&cID=157&action=delete&','86.30.116.134'),(1261,'2007-10-30 00:24:43',1,'countries.php','page=1&cID=157&action=deleteconfirm&','86.30.116.134'),(1262,'2007-10-30 00:24:44',1,'countries.php','page=1&','86.30.116.134'),(1263,'2007-10-30 00:24:48',1,'countries.php','page=1&cID=158&action=delete&','86.30.116.134'),(1264,'2007-10-30 00:24:51',1,'countries.php','page=1&cID=158&action=deleteconfirm&','86.30.116.134'),(1265,'2007-10-30 00:24:52',1,'countries.php','page=1&','86.30.116.134'),(1266,'2007-10-30 00:24:55',1,'countries.php','page=1&cID=159&action=delete&','86.30.116.134'),(1267,'2007-10-30 00:24:58',1,'countries.php','page=1&cID=159&action=deleteconfirm&','86.30.116.134'),(1268,'2007-10-30 00:24:59',1,'countries.php','page=1&','86.30.116.134'),(1269,'2007-10-30 00:25:03',1,'countries.php','page=1&cID=160&action=delete&','86.30.116.134'),(1270,'2007-10-30 00:25:07',1,'countries.php','page=1&cID=160&action=deleteconfirm&','86.30.116.134'),(1271,'2007-10-30 00:25:08',1,'countries.php','page=1&','86.30.116.134'),(1272,'2007-10-30 00:25:13',1,'countries.php','page=1&cID=161&action=delete&','86.30.116.134'),(1273,'2007-10-30 00:25:17',1,'countries.php','page=1&cID=161&action=deleteconfirm&','86.30.116.134'),(1274,'2007-10-30 00:25:18',1,'countries.php','page=1&','86.30.116.134'),(1275,'2007-10-30 00:25:22',1,'countries.php','page=1&cID=162&action=delete&','86.30.116.134'),(1276,'2007-10-30 00:25:26',1,'countries.php','page=1&cID=162&action=deleteconfirm&','86.30.116.134'),(1277,'2007-10-30 00:25:27',1,'countries.php','page=1&','86.30.116.134'),(1278,'2007-10-30 00:25:30',1,'countries.php','page=1&cID=163&action=delete&','86.30.116.134'),(1279,'2007-10-30 00:25:34',1,'countries.php','page=1&cID=163&action=deleteconfirm&','86.30.116.134'),(1280,'2007-10-30 00:25:35',1,'countries.php','page=1&','86.30.116.134'),(1281,'2007-10-30 00:25:38',1,'countries.php','page=1&cID=164&action=delete&','86.30.116.134'),(1282,'2007-10-30 00:25:42',1,'countries.php','page=1&cID=164&action=deleteconfirm&','86.30.116.134'),(1283,'2007-10-30 00:25:43',1,'countries.php','page=1&','86.30.116.134'),(1284,'2007-10-30 00:25:47',1,'countries.php','page=1&cID=165&action=delete&','86.30.116.134'),(1285,'2007-10-30 00:25:50',1,'countries.php','page=1&cID=165&action=deleteconfirm&','86.30.116.134'),(1286,'2007-10-30 00:25:51',1,'countries.php','page=1&','86.30.116.134'),(1287,'2007-10-30 00:26:05',1,'countries.php','page=1&cID=166&action=delete&','86.30.116.134'),(1288,'2007-10-30 00:26:09',1,'countries.php','page=1&cID=166&action=deleteconfirm&','86.30.116.134'),(1289,'2007-10-30 00:26:10',1,'countries.php','page=1&','86.30.116.134'),(1290,'2007-10-30 00:26:18',1,'countries.php','page=1&cID=167&action=delete&','86.30.116.134'),(1291,'2007-10-30 00:26:21',1,'countries.php','page=1&cID=167&action=deleteconfirm&','86.30.116.134'),(1292,'2007-10-30 00:26:22',1,'countries.php','page=1&','86.30.116.134'),(1293,'2007-10-30 00:26:26',1,'countries.php','page=1&cID=168&action=delete&','86.30.116.134'),(1294,'2007-10-30 00:26:29',1,'countries.php','page=1&cID=168&action=deleteconfirm&','86.30.116.134'),(1295,'2007-10-30 00:26:30',1,'countries.php','page=1&','86.30.116.134'),(1296,'2007-10-30 00:26:33',1,'countries.php','page=1&cID=169&action=delete&','86.30.116.134'),(1297,'2007-10-30 00:26:37',1,'countries.php','page=1&cID=169&action=deleteconfirm&','86.30.116.134'),(1298,'2007-10-30 00:26:38',1,'countries.php','page=1&','86.30.116.134'),(1299,'2007-10-30 00:26:43',1,'countries.php','page=1&cID=170&action=delete&','86.30.116.134'),(1300,'2007-10-30 00:26:47',1,'countries.php','page=1&cID=170&action=deleteconfirm&','86.30.116.134'),(1301,'2007-10-30 00:26:48',1,'countries.php','page=1&','86.30.116.134'),(1302,'2007-10-30 00:27:00',1,'countries.php','page=1&cID=171&action=delete&','86.30.116.134'),(1303,'2007-10-30 00:27:04',1,'countries.php','page=1&cID=171&action=deleteconfirm&','86.30.116.134'),(1304,'2007-10-30 00:27:05',1,'countries.php','page=1&','86.30.116.134'),(1305,'2007-10-30 00:27:10',1,'countries.php','page=1&cID=172&action=delete&','86.30.116.134'),(1306,'2007-10-30 00:27:13',1,'countries.php','page=1&cID=172&action=deleteconfirm&','86.30.116.134'),(1307,'2007-10-30 00:27:14',1,'countries.php','page=1&','86.30.116.134'),(1308,'2007-10-30 00:27:18',1,'countries.php','page=1&cID=173&action=delete&','86.30.116.134'),(1309,'2007-10-30 00:27:19',1,'countries.php','page=1&cID=173&action=delete&','86.30.116.134'),(1310,'2007-10-30 00:27:23',1,'countries.php','page=1&cID=173&action=deleteconfirm&','86.30.116.134'),(1311,'2007-10-30 00:27:24',1,'countries.php','page=1&','86.30.116.134'),(1312,'2007-10-30 00:27:27',1,'countries.php','page=1&cID=174&action=delete&','86.30.116.134'),(1313,'2007-10-30 00:27:31',1,'countries.php','page=1&cID=174&action=deleteconfirm&','86.30.116.134'),(1314,'2007-10-30 00:27:32',1,'countries.php','page=1&','86.30.116.134'),(1315,'2007-10-30 00:27:36',1,'countries.php','page=1&cID=175&action=delete&','86.30.116.134'),(1316,'2007-10-30 00:27:39',1,'countries.php','page=1&cID=175&action=deleteconfirm&','86.30.116.134'),(1317,'2007-10-30 00:27:40',1,'countries.php','page=1&','86.30.116.134'),(1318,'2007-10-30 00:27:50',1,'countries.php','page=1&cID=176&action=delete&','86.30.116.134'),(1319,'2007-10-30 00:27:55',1,'countries.php','page=1&cID=176&action=deleteconfirm&','86.30.116.134'),(1320,'2007-10-30 00:27:56',1,'countries.php','page=1&','86.30.116.134'),(1321,'2007-10-30 00:28:09',1,'countries.php','page=1&cID=177&action=delete&','86.30.116.134'),(1322,'2007-10-30 00:28:12',1,'countries.php','page=1&cID=177&action=deleteconfirm&','86.30.116.134'),(1323,'2007-10-30 00:28:12',1,'countries.php','page=1&','86.30.116.134'),(1324,'2007-10-30 00:28:16',1,'countries.php','page=1&cID=178&action=delete&','86.30.116.134'),(1325,'2007-10-30 00:28:18',1,'countries.php','page=1&cID=178&action=deleteconfirm&','86.30.116.134'),(1326,'2007-10-30 00:28:19',1,'countries.php','page=1&','86.30.116.134'),(1327,'2007-10-30 00:28:21',1,'countries.php','page=1&cID=179&action=delete&','86.30.116.134'),(1328,'2007-10-30 00:28:24',1,'countries.php','page=1&cID=179&action=deleteconfirm&','86.30.116.134'),(1329,'2007-10-30 00:28:25',1,'countries.php','page=1&','86.30.116.134'),(1330,'2007-10-30 00:28:28',1,'countries.php','page=1&cID=180&action=delete&','86.30.116.134'),(1331,'2007-10-30 00:28:30',1,'countries.php','page=1&cID=180&action=deleteconfirm&','86.30.116.134'),(1332,'2007-10-30 00:28:31',1,'countries.php','page=1&','86.30.116.134'),(1333,'2007-10-30 00:28:33',1,'countries.php','page=1&cID=181&action=delete&','86.30.116.134'),(1334,'2007-10-30 00:28:36',1,'countries.php','page=1&cID=181&action=deleteconfirm&','86.30.116.134'),(1335,'2007-10-30 00:28:37',1,'countries.php','page=1&','86.30.116.134'),(1336,'2007-10-30 00:28:39',1,'countries.php','page=1&cID=182&action=delete&','86.30.116.134'),(1337,'2007-10-30 00:28:42',1,'countries.php','page=1&cID=182&action=deleteconfirm&','86.30.116.134'),(1338,'2007-10-30 00:28:43',1,'countries.php','page=1&','86.30.116.134'),(1339,'2007-10-30 00:28:45',1,'countries.php','page=1&cID=183&action=delete&','86.30.116.134'),(1340,'2007-10-30 00:28:47',1,'countries.php','page=1&cID=183&action=deleteconfirm&','86.30.116.134'),(1341,'2007-10-30 00:28:48',1,'countries.php','page=1&','86.30.116.134'),(1342,'2007-10-30 00:28:53',1,'countries.php','page=1&cID=184&action=delete&','86.30.116.134'),(1343,'2007-10-30 00:29:02',1,'countries.php','page=1&cID=184&action=deleteconfirm&','86.30.116.134'),(1344,'2007-10-30 00:29:02',1,'countries.php','page=1&','86.30.116.134'),(1345,'2007-10-30 00:29:07',1,'countries.php','page=1&cID=185&action=delete&','86.30.116.134'),(1346,'2007-10-30 00:29:09',1,'countries.php','page=1&cID=185&action=deleteconfirm&','86.30.116.134'),(1347,'2007-10-30 00:29:10',1,'countries.php','page=1&','86.30.116.134'),(1348,'2007-10-30 00:29:14',1,'countries.php','page=1&cID=186&action=delete&','86.30.116.134'),(1349,'2007-10-30 00:29:19',1,'countries.php','page=1&cID=186&action=deleteconfirm&','86.30.116.134'),(1350,'2007-10-30 00:29:19',1,'countries.php','page=1&','86.30.116.134'),(1351,'2007-10-30 00:29:23',1,'countries.php','page=1&cID=187&action=delete&','86.30.116.134'),(1352,'2007-10-30 00:29:25',1,'countries.php','page=1&cID=187&action=deleteconfirm&','86.30.116.134'),(1353,'2007-10-30 00:29:26',1,'countries.php','page=1&','86.30.116.134'),(1354,'2007-10-30 00:29:28',1,'countries.php','page=1&cID=188&action=delete&','86.30.116.134'),(1355,'2007-10-30 00:29:31',1,'countries.php','page=1&cID=188&action=deleteconfirm&','86.30.116.134'),(1356,'2007-10-30 00:29:31',1,'countries.php','page=1&','86.30.116.134'),(1357,'2007-10-30 00:39:01',1,'countries.php','page=1&cID=189&action=delete&','86.30.116.134'),(1358,'2007-10-30 00:39:04',1,'countries.php','page=1&cID=189&action=deleteconfirm&','86.30.116.134'),(1359,'2007-10-30 00:39:05',1,'countries.php','page=1&','86.30.116.134'),(1360,'2007-10-30 00:39:08',1,'countries.php','page=1&cID=190&action=delete&','86.30.116.134'),(1361,'2007-10-30 00:39:10',1,'countries.php','page=1&cID=190&action=deleteconfirm&','86.30.116.134'),(1362,'2007-10-30 00:39:11',1,'countries.php','page=1&','86.30.116.134'),(1363,'2007-10-30 00:39:14',1,'countries.php','page=1&cID=191&action=delete&','86.30.116.134'),(1364,'2007-10-30 00:39:16',1,'countries.php','page=1&cID=191&action=deleteconfirm&','86.30.116.134'),(1365,'2007-10-30 00:39:17',1,'countries.php','page=1&','86.30.116.134'),(1366,'2007-10-30 00:39:19',1,'countries.php','page=1&cID=192&action=delete&','86.30.116.134'),(1367,'2007-10-30 00:39:22',1,'countries.php','page=1&cID=192&action=deleteconfirm&','86.30.116.134'),(1368,'2007-10-30 00:39:23',1,'countries.php','page=1&','86.30.116.134'),(1369,'2007-10-30 00:39:28',1,'countries.php','page=1&cID=193&action=delete&','86.30.116.134'),(1370,'2007-10-30 00:39:31',1,'countries.php','page=1&cID=193&action=deleteconfirm&','86.30.116.134'),(1371,'2007-10-30 00:39:31',1,'countries.php','page=1&','86.30.116.134'),(1372,'2007-10-30 00:39:37',1,'countries.php','page=1&cID=194&action=delete&','86.30.116.134'),(1373,'2007-10-30 00:39:47',1,'countries.php','page=1&cID=194&action=deleteconfirm&','86.30.116.134'),(1374,'2007-10-30 00:39:48',1,'countries.php','page=1&','86.30.116.134'),(1375,'2007-10-30 00:39:50',1,'countries.php','page=1&cID=195&action=delete&','86.30.116.134'),(1376,'2007-10-30 00:39:53',1,'countries.php','page=1&cID=195&action=deleteconfirm&','86.30.116.134'),(1377,'2007-10-30 00:39:53',1,'countries.php','page=1&','86.30.116.134'),(1378,'2007-10-30 00:39:58',1,'countries.php','page=1&cID=196&action=delete&','86.30.116.134'),(1379,'2007-10-30 00:40:01',1,'countries.php','page=1&cID=196&action=deleteconfirm&','86.30.116.134'),(1380,'2007-10-30 00:40:01',1,'countries.php','page=1&','86.30.116.134'),(1381,'2007-10-30 00:40:06',1,'countries.php','page=1&cID=197&action=delete&','86.30.116.134'),(1382,'2007-10-30 00:40:09',1,'countries.php','page=1&cID=197&action=deleteconfirm&','86.30.116.134'),(1383,'2007-10-30 00:40:10',1,'countries.php','page=1&','86.30.116.134'),(1384,'2007-10-30 00:40:12',1,'countries.php','page=1&cID=198&action=delete&','86.30.116.134'),(1385,'2007-10-30 00:40:14',1,'countries.php','page=1&cID=198&action=deleteconfirm&','86.30.116.134'),(1386,'2007-10-30 00:40:15',1,'countries.php','page=1&','86.30.116.134'),(1387,'2007-10-30 00:40:18',1,'countries.php','page=1&cID=199&action=delete&','86.30.116.134'),(1388,'2007-10-30 00:40:20',1,'countries.php','page=1&cID=199&action=deleteconfirm&','86.30.116.134'),(1389,'2007-10-30 00:40:21',1,'countries.php','page=1&','86.30.116.134'),(1390,'2007-10-30 00:40:25',1,'countries.php','page=1&cID=200&action=delete&','86.30.116.134'),(1391,'2007-10-30 00:40:52',1,'countries.php','page=1&cID=200&action=deleteconfirm&','86.30.116.134'),(1392,'2007-10-30 00:40:53',1,'countries.php','page=1&','86.30.116.134'),(1393,'2007-10-30 00:40:56',1,'countries.php','page=1&cID=201&action=delete&','86.30.116.134'),(1394,'2007-10-30 00:40:59',1,'countries.php','page=1&cID=201&action=deleteconfirm&','86.30.116.134'),(1395,'2007-10-30 00:40:59',1,'countries.php','page=1&','86.30.116.134'),(1396,'2007-10-30 00:41:05',1,'countries.php','page=1&cID=202&action=delete&','86.30.116.134'),(1397,'2007-10-30 00:41:07',1,'countries.php','page=1&cID=202&action=deleteconfirm&','86.30.116.134'),(1398,'2007-10-30 00:41:08',1,'countries.php','page=1&','86.30.116.134'),(1399,'2007-10-30 00:41:12',1,'countries.php','page=1&cID=203&action=delete&','86.30.116.134'),(1400,'2007-10-30 00:41:14',1,'countries.php','page=1&cID=203&action=deleteconfirm&','86.30.116.134'),(1401,'2007-10-30 00:41:15',1,'countries.php','page=1&','86.30.116.134'),(1402,'2007-10-30 00:41:18',1,'countries.php','page=1&cID=204&action=delete&','86.30.116.134'),(1403,'2007-10-30 00:41:21',1,'countries.php','page=1&cID=204&action=deleteconfirm&','86.30.116.134'),(1404,'2007-10-30 00:41:22',1,'countries.php','page=1&','86.30.116.134'),(1405,'2007-10-30 00:41:24',1,'countries.php','page=1&cID=205&action=delete&','86.30.116.134'),(1406,'2007-10-30 00:41:26',1,'countries.php','page=1&cID=205&action=deleteconfirm&','86.30.116.134'),(1407,'2007-10-30 00:41:27',1,'countries.php','page=1&','86.30.116.134'),(1408,'2007-10-30 00:41:30',1,'countries.php','page=1&cID=206&action=delete&','86.30.116.134'),(1409,'2007-10-30 00:41:39',1,'countries.php','page=1&cID=206&action=deleteconfirm&','86.30.116.134'),(1410,'2007-10-30 00:41:39',1,'countries.php','page=1&','86.30.116.134'),(1411,'2007-10-30 00:41:45',1,'countries.php','page=1&cID=207&action=delete&','86.30.116.134'),(1412,'2007-10-30 00:41:51',1,'countries.php','page=1&cID=207&action=deleteconfirm&','86.30.116.134'),(1413,'2007-10-30 00:41:52',1,'countries.php','page=1&','86.30.116.134'),(1414,'2007-10-30 00:41:56',1,'countries.php','page=1&cID=208&action=delete&','86.30.116.134'),(1415,'2007-10-30 00:42:01',1,'countries.php','page=1&cID=208&action=deleteconfirm&','86.30.116.134'),(1416,'2007-10-30 00:42:02',1,'countries.php','page=1&','86.30.116.134'),(1417,'2007-10-30 00:42:06',1,'countries.php','page=1&cID=209&action=delete&','86.30.116.134'),(1418,'2007-10-30 00:42:18',1,'countries.php','page=1&cID=209&action=deleteconfirm&','86.30.116.134'),(1419,'2007-10-30 00:42:19',1,'countries.php','page=1&','86.30.116.134'),(1420,'2007-10-30 00:42:24',1,'countries.php','page=1&cID=210&action=delete&','86.30.116.134'),(1421,'2007-10-30 00:42:30',1,'countries.php','page=1&cID=210&action=deleteconfirm&','86.30.116.134'),(1422,'2007-10-30 00:42:31',1,'countries.php','page=1&','86.30.116.134'),(1423,'2007-10-30 00:42:36',1,'countries.php','page=1&cID=211&action=delete&','86.30.116.134'),(1424,'2007-10-30 00:42:41',1,'countries.php','page=1&cID=211&action=deleteconfirm&','86.30.116.134'),(1425,'2007-10-30 00:42:42',1,'countries.php','page=1&','86.30.116.134'),(1426,'2007-10-30 00:42:46',1,'countries.php','page=1&cID=212&action=delete&','86.30.116.134'),(1427,'2007-10-30 00:42:51',1,'countries.php','page=1&cID=212&action=deleteconfirm&','86.30.116.134'),(1428,'2007-10-30 00:42:52',1,'countries.php','page=1&','86.30.116.134'),(1429,'2007-10-30 00:42:57',1,'countries.php','page=1&cID=213&action=delete&','86.30.116.134'),(1430,'2007-10-30 00:43:01',1,'countries.php','page=1&cID=213&action=deleteconfirm&','86.30.116.134'),(1431,'2007-10-30 00:43:03',1,'countries.php','page=1&','86.30.116.134'),(1432,'2007-10-30 00:43:10',1,'countries.php','page=1&cID=214&action=delete&','86.30.116.134'),(1433,'2007-10-30 00:43:26',1,'countries.php','page=1&cID=214&action=deleteconfirm&','86.30.116.134'),(1434,'2007-10-30 00:43:27',1,'countries.php','page=1&','86.30.116.134'),(1435,'2007-10-30 00:43:33',1,'countries.php','page=1&cID=215&action=delete&','86.30.116.134'),(1436,'2007-10-30 00:43:38',1,'countries.php','page=1&cID=215&action=deleteconfirm&','86.30.116.134'),(1437,'2007-10-30 00:43:39',1,'countries.php','page=1&','86.30.116.134'),(1438,'2007-10-30 00:43:44',1,'countries.php','page=1&cID=216&action=delete&','86.30.116.134'),(1439,'2007-10-30 00:43:49',1,'countries.php','page=1&cID=216&action=deleteconfirm&','86.30.116.134'),(1440,'2007-10-30 00:43:51',1,'countries.php','page=1&','86.30.116.134'),(1441,'2007-10-30 00:43:56',1,'countries.php','page=1&cID=217&action=delete&','86.30.116.134'),(1442,'2007-10-30 00:44:02',1,'countries.php','page=1&cID=217&action=deleteconfirm&','86.30.116.134'),(1443,'2007-10-30 00:44:03',1,'countries.php','page=1&','86.30.116.134'),(1444,'2007-10-30 00:44:12',1,'countries.php','page=1&cID=218&action=delete&','86.30.116.134'),(1445,'2007-10-30 00:44:58',1,'countries.php','page=1&cID=218&action=deleteconfirm&','86.30.116.134'),(1446,'2007-10-30 00:44:58',1,'countries.php','page=1&','86.30.116.134'),(1447,'2007-10-30 00:45:13',1,'countries.php','page=1&cID=219&action=delete&','86.30.116.134'),(1448,'2007-10-30 00:45:18',1,'countries.php','page=1&cID=219&action=deleteconfirm&','86.30.116.134'),(1449,'2007-10-30 00:45:18',1,'countries.php','page=1&','86.30.116.134'),(1450,'2007-10-30 00:45:23',1,'countries.php','page=1&cID=220&action=delete&','86.30.116.134'),(1451,'2007-10-30 00:45:26',1,'countries.php','page=1&cID=220&action=deleteconfirm&','86.30.116.134'),(1452,'2007-10-30 00:45:26',1,'countries.php','page=1&','86.30.116.134'),(1453,'2007-10-30 00:45:30',1,'countries.php','page=1&cID=221&action=delete&','86.30.116.134'),(1454,'2007-10-30 00:45:34',1,'countries.php','page=1&cID=221&action=deleteconfirm&','86.30.116.134'),(1455,'2007-10-30 00:45:35',1,'countries.php','page=1&','86.30.116.134'),(1456,'2007-10-30 00:45:38',1,'countries.php','page=1&cID=223&','86.30.116.134'),(1457,'2007-10-30 00:45:42',1,'countries.php','page=1&cID=223&action=delete&','86.30.116.134'),(1458,'2007-10-30 00:45:45',1,'countries.php','page=1&cID=223&action=deleteconfirm&','86.30.116.134'),(1459,'2007-10-30 00:45:46',1,'countries.php','page=1&','86.30.116.134'),(1460,'2007-10-30 00:45:49',1,'countries.php','page=1&cID=224&','86.30.116.134'),(1461,'2007-10-30 00:45:52',1,'countries.php','page=1&cID=224&action=delete&','86.30.116.134'),(1462,'2007-10-30 00:45:55',1,'countries.php','page=1&cID=224&action=deleteconfirm&','86.30.116.134'),(1463,'2007-10-30 00:45:56',1,'countries.php','page=1&','86.30.116.134'),(1464,'2007-10-30 00:45:58',1,'countries.php','page=1&cID=225&','86.30.116.134'),(1465,'2007-10-30 00:46:03',1,'countries.php','page=1&cID=225&action=delete&','86.30.116.134'),(1466,'2007-10-30 00:46:06',1,'countries.php','page=1&cID=225&action=deleteconfirm&','86.30.116.134'),(1467,'2007-10-30 00:46:07',1,'countries.php','page=1&','86.30.116.134'),(1468,'2007-10-30 00:46:10',1,'countries.php','page=1&cID=226&','86.30.116.134'),(1469,'2007-10-30 00:46:13',1,'countries.php','page=1&cID=226&action=delete&','86.30.116.134'),(1470,'2007-10-30 00:46:17',1,'countries.php','page=1&cID=226&action=deleteconfirm&','86.30.116.134'),(1471,'2007-10-30 00:46:18',1,'countries.php','page=1&','86.30.116.134'),(1472,'2007-10-30 00:46:21',1,'countries.php','page=1&cID=227&','86.30.116.134'),(1473,'2007-10-30 00:46:24',1,'countries.php','page=1&cID=227&action=delete&','86.30.116.134'),(1474,'2007-10-30 00:46:27',1,'countries.php','page=1&cID=227&action=deleteconfirm&','86.30.116.134'),(1475,'2007-10-30 00:46:27',1,'countries.php','page=1&','86.30.116.134'),(1476,'2007-10-30 00:46:32',1,'countries.php','page=1&cID=228&','86.30.116.134'),(1477,'2007-10-30 00:46:36',1,'countries.php','page=1&cID=228&action=delete&','86.30.116.134'),(1478,'2007-10-30 00:46:41',1,'countries.php','page=1&cID=228&action=deleteconfirm&','86.30.116.134'),(1479,'2007-10-30 00:46:42',1,'countries.php','page=1&','86.30.116.134'),(1480,'2007-10-30 00:46:45',1,'countries.php','page=1&cID=229&','86.30.116.134'),(1481,'2007-10-30 00:46:48',1,'countries.php','page=1&cID=229&action=edit&','86.30.116.134'),(1482,'2007-10-30 00:46:51',1,'countries.php','page=1&cID=229&','86.30.116.134'),(1483,'2007-10-30 00:46:54',1,'countries.php','page=1&cID=229&action=delete&','86.30.116.134'),(1484,'2007-10-30 00:46:58',1,'countries.php','page=1&cID=229&action=deleteconfirm&','86.30.116.134'),(1485,'2007-10-30 00:46:59',1,'countries.php','page=1&','86.30.116.134'),(1486,'2007-10-30 00:47:03',1,'countries.php','page=1&cID=230&','86.30.116.134'),(1487,'2007-10-30 00:47:07',1,'countries.php','page=1&cID=230&action=delete&','86.30.116.134'),(1488,'2007-10-30 00:47:11',1,'countries.php','page=1&cID=230&action=deleteconfirm&','86.30.116.134'),(1489,'2007-10-30 00:47:12',1,'countries.php','page=1&','86.30.116.134'),(1490,'2007-10-30 00:47:16',1,'countries.php','page=1&cID=231&','86.30.116.134'),(1491,'2007-10-30 00:47:24',1,'countries.php','page=1&cID=233&','86.30.116.134'),(1492,'2007-10-30 00:47:28',1,'countries.php','page=1&cID=233&action=delete&','86.30.116.134'),(1493,'2007-10-30 00:47:31',1,'countries.php','page=1&cID=233&action=deleteconfirm&','86.30.116.134'),(1494,'2007-10-30 00:47:31',1,'countries.php','page=1&','86.30.116.134'),(1495,'2007-10-30 00:47:35',1,'countries.php','page=1&cID=234&','86.30.116.134'),(1496,'2007-10-30 00:47:38',1,'countries.php','page=1&cID=234&action=delete&','86.30.116.134'),(1497,'2007-10-30 00:47:41',1,'countries.php','page=1&cID=234&action=deleteconfirm&','86.30.116.134'),(1498,'2007-10-30 00:47:41',1,'countries.php','page=1&','86.30.116.134'),(1499,'2007-10-30 00:47:44',1,'countries.php','page=1&cID=235&','86.30.116.134'),(1500,'2007-10-30 00:47:47',1,'countries.php','page=1&cID=235&action=delete&','86.30.116.134'),(1501,'2007-10-30 00:47:49',1,'countries.php','page=1&cID=235&action=deleteconfirm&','86.30.116.134'),(1502,'2007-10-30 00:47:50',1,'countries.php','page=1&','86.30.116.134'),(1503,'2007-10-30 00:47:56',1,'countries.php','page=1&cID=236&','86.30.116.134'),(1504,'2007-10-30 00:48:00',1,'countries.php','page=1&cID=236&action=delete&','86.30.116.134'),(1505,'2007-10-30 00:48:04',1,'countries.php','page=1&cID=236&action=deleteconfirm&','86.30.116.134'),(1506,'2007-10-30 00:48:05',1,'countries.php','page=1&','86.30.116.134'),(1507,'2007-10-30 00:48:08',1,'countries.php','page=1&cID=237&','86.30.116.134'),(1508,'2007-10-30 00:48:18',1,'countries.php','page=1&cID=237&action=delete&','86.30.116.134'),(1509,'2007-10-30 00:48:20',1,'countries.php','page=1&cID=237&action=deleteconfirm&','86.30.116.134'),(1510,'2007-10-30 00:48:21',1,'countries.php','page=1&','86.30.116.134'),(1511,'2007-10-30 00:48:25',1,'countries.php','page=1&cID=238&','86.30.116.134'),(1512,'2007-10-30 00:48:28',1,'countries.php','page=1&cID=238&action=delete&','86.30.116.134'),(1513,'2007-10-30 00:48:32',1,'countries.php','page=1&cID=238&action=deleteconfirm&','86.30.116.134'),(1514,'2007-10-30 00:48:33',1,'countries.php','page=1&','86.30.116.134'),(1515,'2007-10-30 00:48:35',1,'countries.php','page=1&cID=239&','86.30.116.134'),(1516,'2007-10-30 00:48:38',1,'countries.php','page=1&cID=239&action=delete&','86.30.116.134'),(1517,'2007-10-30 00:48:40',1,'countries.php','page=1&cID=239&action=deleteconfirm&','86.30.116.134'),(1518,'2007-10-30 00:48:41',1,'countries.php','page=1&','86.30.116.134'),(1519,'2007-10-30 00:52:30',1,'countries.php','page=1&cID=232&','86.30.116.134'),(1520,'2007-10-30 00:52:38',1,'countries.php','page=1&cID=232&action=delete&','86.30.116.134'),(1521,'2007-10-30 00:52:43',1,'countries.php','page=1&cID=232&action=deleteconfirm&','86.30.116.134'),(1522,'2007-10-30 00:52:44',1,'countries.php','page=1&','86.30.116.134'),(1523,'2007-10-30 00:52:52',1,'countries.php','page=1&cID=231&','86.30.116.134'),(1524,'2007-10-30 00:53:07',1,'countries.php','page=1&cID=231&action=delete&','86.30.116.134'),(1525,'2007-10-30 00:53:27',1,'countries.php','page=1&cID=231&action=deleteconfirm&','86.30.116.134'),(1526,'2007-10-30 00:53:28',1,'countries.php','page=1&','86.30.116.134'),(1527,'2007-10-30 00:55:05',1,'layout_controller.php','','86.30.116.134'),(1528,'2007-10-30 00:55:11',1,'banner_manager.php','','86.30.116.134'),(1529,'2007-10-30 00:55:25',1,'banner_manager.php','page=1&bID=11&','86.30.116.134'),(1530,'2007-10-30 00:55:27',1,'banner_manager.php','page=1&bID=11&action=new&','86.30.116.134'),(1531,'2007-10-30 00:55:37',1,'banner_manager.php','page=1&action=update&','86.30.116.134'),(1532,'2007-10-30 00:55:38',1,'banner_manager.php','page=1&bID=11&','86.30.116.134'),(1533,'2007-10-30 00:56:43',1,'logoff.php','','86.30.116.134'),(1534,'2007-10-30 17:23:57',1,'layout_controller.php','','86.30.117.83'),(1535,'2007-10-30 17:24:09',1,'layout_controller.php','page=&cID=60&','86.30.117.83'),(1536,'2007-10-30 17:24:13',1,'layout_controller.php','page=&cID=60&action=edit&','86.30.117.83'),(1537,'2007-10-30 17:24:19',1,'layout_controller.php','page=&cID=60&action=save&layout_box_name=information.php&','86.30.117.83'),(1538,'2007-10-30 17:24:20',1,'layout_controller.php','page=&cID=60&','86.30.117.83'),(1539,'2007-10-30 17:30:10',1,'categories.php','','86.30.117.83'),(1540,'2007-10-30 17:31:53',1,'categories.php','cPath=&action=new_category&','86.30.117.83'),(1541,'2007-10-30 17:32:18',1,'categories.php','action=insert_category&cPath=&','86.30.117.83'),(1542,'2007-10-30 17:32:19',1,'categories.php','cPath=&cID=88&','86.30.117.83'),(1543,'2007-10-30 17:32:28',1,'categories.php','cPath=88&','86.30.117.83'),(1544,'2007-10-30 17:32:32',1,'categories.php','cID=88&','86.30.117.83'),(1545,'2007-10-30 17:32:39',1,'categories.php','cPath=&cID=88&action=edit_category&','86.30.117.83'),(1546,'2007-10-30 17:32:48',1,'categories.php','action=update_category&cPath=&','86.30.117.83'),(1547,'2007-10-30 17:32:49',1,'categories.php','cPath=&cID=88&','86.30.117.83'),(1548,'2007-10-30 17:32:58',1,'categories.php','cPath=&cID=88&action=edit_category&','86.30.117.83'),(1549,'2007-10-30 17:33:04',1,'categories.php','action=update_category&cPath=&','86.30.117.83'),(1550,'2007-10-30 17:33:05',1,'categories.php','cPath=&cID=88&','86.30.117.83'),(1551,'2007-10-30 17:38:21',1,'define_pages_editor.php','','86.30.117.83'),(1552,'2007-10-30 17:38:48',1,'define_pages_editor.php','define_it=10&action=new_page&','86.30.117.83'),(1553,'2007-10-30 17:40:30',1,'define_pages_editor.php','lngdir=english&filename=define_shippinginfo.php&action=save&','86.30.117.83'),(1554,'2007-10-30 17:40:31',1,'define_pages_editor.php','','86.30.117.83'),(1555,'2007-10-30 17:41:08',1,'categories.php','','86.30.117.83'),(1556,'2007-10-30 17:51:42',1,'categories.php','cPath=&cID=88&action=edit_category&','86.30.117.83'),(1557,'2007-10-30 17:51:53',1,'categories.php','action=update_category&cPath=&','86.30.117.83'),(1558,'2007-10-30 17:51:53',1,'categories.php','cPath=&cID=88&','86.30.117.83'),(1559,'2007-10-30 18:17:11',1,'layout_controller.php','','86.30.117.83'),(1560,'2007-10-30 18:17:54',1,'layout_controller.php','page=&cID=63&','86.30.117.83'),(1561,'2007-10-30 18:18:17',1,'layout_controller.php','page=&cID=67&','86.30.117.83'),(1562,'2007-10-30 18:18:22',1,'layout_controller.php','page=&cID=67&action=edit&','86.30.117.83'),(1563,'2007-10-30 18:18:30',1,'layout_controller.php','page=&cID=67&action=save&layout_box_name=product_notifications.php&','86.30.117.83'),(1564,'2007-10-30 18:18:31',1,'layout_controller.php','page=&cID=67&','86.30.117.83'),(1565,'2007-10-30 18:51:03',1,'attributes_controller.php','','86.30.117.83'),(1566,'2007-10-30 18:51:21',1,'options_values_manager.php','','86.30.117.83'),(1567,'2007-11-03 01:01:11',1,'countries.php','','86.30.119.181'),(1568,'2007-11-03 01:03:46',1,'logoff.php','','86.30.119.181'),(1569,'2007-11-03 01:04:15',1,'countries.php','','86.30.119.181'),(1570,'2007-11-03 01:04:36',1,'logoff.php','','86.30.119.181'),(1571,'2007-11-09 22:10:32',1,'email_welcome.php','','86.30.124.240'),(1572,'2007-11-09 22:26:45',1,'logoff.php','','86.30.124.240');
/*!40000 ALTER TABLE `admin_activity_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `authorizenet`
--

DROP TABLE IF EXISTS `authorizenet`;
CREATE TABLE `authorizenet` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `customer_id` int(11) NOT NULL default '0',
  `order_id` int(11) NOT NULL default '0',
  `response_code` int(1) NOT NULL default '0',
  `response_text` varchar(255) collate latin1_general_ci NOT NULL default '',
  `authorization_type` text collate latin1_general_ci NOT NULL,
  `transaction_id` int(15) NOT NULL default '0',
  `sent` longtext collate latin1_general_ci NOT NULL,
  `received` longtext collate latin1_general_ci NOT NULL,
  `time` varchar(50) collate latin1_general_ci NOT NULL default '',
  `session_id` varchar(255) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `authorizenet`
--

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

--
-- Table structure for table `banners`
--

DROP TABLE IF EXISTS `banners`;
CREATE TABLE `banners` (
  `banners_id` int(11) NOT NULL auto_increment,
  `banners_title` varchar(64) collate latin1_general_ci NOT NULL default '',
  `banners_url` varchar(255) collate latin1_general_ci NOT NULL default '',
  `banners_image` varchar(64) collate latin1_general_ci NOT NULL default '',
  `banners_group` varchar(15) collate latin1_general_ci NOT NULL default '',
  `banners_html_text` text collate latin1_general_ci,
  `expires_impressions` int(7) default '0',
  `expires_date` datetime default NULL,
  `date_scheduled` datetime default NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `date_status_change` datetime default NULL,
  `status` int(1) NOT NULL default '1',
  `banners_open_new_windows` int(1) NOT NULL default '1',
  `banners_on_ssl` int(1) NOT NULL default '1',
  `banners_sort_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`banners_id`),
  KEY `idx_status_group_zen` (`status`,`banners_group`),
  KEY `idx_expires_date_zen` (`expires_date`),
  KEY `idx_date_scheduled_zen` (`date_scheduled`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `banners`
--

LOCK TABLES `banners` WRITE;
/*!40000 ALTER TABLE `banners` DISABLE KEYS */;
INSERT INTO `banners` VALUES (9,'Paypal','https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside','','BannersAll','<img src=\"https://www.paypal.com/en_GB/GB/i/logo/PayPal_mark_60x38.gif\" border=\"0\" alt=\"Acceptance Mark\">',0,NULL,'0000-00-00 00:00:00','2007-10-27 19:00:31','2007-10-28 22:40:01',0,1,1,22),(2,'Zen Cart the art of e-commerce','http://www.zen-cart.com','banners/125zen_logo.gif','SideBox-Banners','',0,NULL,NULL,'2004-01-11 20:59:12','2007-10-28 21:28:15',0,1,1,0),(3,'Zen Cart the art of e-commerce','http://www.zen-cart.com','banners/125x125_zen_logo.gif','SideBox-Banners','',0,NULL,NULL,'2004-01-11 20:59:12','2007-10-28 21:28:18',0,1,1,0),(4,'if you have to think ... you haven\'t been Zenned!','http://www.zen-cart.com','banners/think_anim.gif','Wide-Banners','',0,NULL,NULL,'2004-01-12 20:53:18','2007-10-28 21:27:50',0,1,1,0),(5,'Sashbox.net - the ultimate e-commerce hosting solution','https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside','','BannersAll','<img  src=\"https://www.paypal.com/en_GB/i/bnr/vertical_solution_PP.gif\" border=\"0\" alt=\"Solution Graphics\">',0,NULL,NULL,'2005-05-13 10:53:50',NULL,0,1,1,20),(6,'Zen Cart the art of e-commerce','http://www.zen-cart.com','banners/bw_zen_88wide.gif','BannersAll','',0,NULL,NULL,'2005-05-13 10:54:38','2007-10-28 21:28:11',0,1,1,10),(7,'Sashbox.net - the ultimate e-commerce hosting solution','http://www.sashbox.net/zencart/','banners/sashbox_468x60.jpg','Wide-Banners','',0,NULL,NULL,'2005-05-13 10:55:11','2007-10-28 21:27:55',0,1,1,0),(8,'Start Accepting Credit Cards For Your Business Today!','http://www.zen-cart.com/index.php?main_page=infopages&pages_id=30','banners/cardsvcs_468x60.gif','Wide-Banners','',0,NULL,NULL,'2006-03-13 11:02:43','2007-10-28 21:28:02',0,1,1,0),(10,'AmpsGadgets.com','http://www.ampsgadgets.com/','banners/AmpsGadgetsLogo.gif','SideBox-Banners','',0,NULL,NULL,'2007-10-28 21:23:50',NULL,1,1,1,10),(11,'Totally-Bands.com','http://www.totally-bands.com','banners/TotallyBandsLogo.gif','SideBox-Banners','',0,NULL,NULL,'2007-10-28 21:32:36',NULL,1,1,1,5);
/*!40000 ALTER TABLE `banners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `banners_history`
--

DROP TABLE IF EXISTS `banners_history`;
CREATE TABLE `banners_history` (
  `banners_history_id` int(11) NOT NULL auto_increment,
  `banners_id` int(11) NOT NULL default '0',
  `banners_shown` int(5) NOT NULL default '0',
  `banners_clicked` int(5) NOT NULL default '0',
  `banners_history_date` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`banners_history_id`),
  KEY `idx_banners_id_zen` (`banners_id`)
) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `banners_history`
--

LOCK TABLES `banners_history` WRITE;
/*!40000 ALTER TABLE `banners_history` DISABLE KEYS */;
INSERT INTO `banners_history` VALUES (1,3,40,0,'2007-10-25 21:28:11'),(2,6,39,0,'2007-10-25 21:28:12'),(3,5,39,0,'2007-10-25 21:28:12'),(4,4,5,0,'2007-10-25 21:28:12'),(5,2,38,0,'2007-10-25 21:30:09'),(6,7,10,0,'2007-10-25 21:30:09'),(18,6,106,1,'2007-10-27 00:31:54'),(8,8,8,0,'2007-10-25 21:30:56'),(9,2,62,0,'2007-10-26 00:00:34'),(10,6,68,0,'2007-10-26 00:00:34'),(11,5,68,0,'2007-10-26 00:00:34'),(12,3,74,0,'2007-10-26 00:00:34'),(13,8,5,0,'2007-10-26 00:00:34'),(14,7,6,0,'2007-10-26 00:08:46'),(17,3,100,0,'2007-10-27 00:31:54'),(16,4,2,0,'2007-10-26 00:16:21'),(19,5,43,1,'2007-10-27 00:31:54'),(20,2,104,0,'2007-10-27 00:31:54'),(21,9,8,0,'2007-10-27 19:12:07'),(22,3,90,0,'2007-10-28 00:00:30'),(23,6,94,2,'2007-10-28 00:00:31'),(24,2,92,2,'2007-10-28 00:01:02'),(25,10,62,0,'2007-10-28 21:24:15'),(26,11,52,0,'2007-10-28 21:32:39'),(27,9,16,0,'2007-10-28 22:22:29'),(28,11,63,0,'2007-10-29 00:08:18'),(29,10,51,0,'2007-10-29 00:08:18'),(30,11,29,0,'2007-10-30 00:49:53'),(31,10,21,0,'2007-10-30 00:50:10'),(32,10,2,1,'2007-11-01 01:01:06'),(33,10,2,2,'2007-11-02 20:16:47'),(34,10,1,0,'2007-11-03 21:45:51'),(35,11,1,0,'2007-11-03 21:45:51'),(36,11,2,0,'2007-11-06 09:58:40'),(37,10,4,1,'2007-11-06 09:58:40'),(38,11,4,0,'2007-11-07 13:33:59'),(39,10,2,0,'2007-11-08 15:06:19'),(40,11,2,0,'2007-11-08 15:07:07'),(41,10,2,0,'2007-11-11 16:05:28'),(42,10,1,0,'2007-11-12 17:55:48'),(43,11,1,0,'2007-11-12 17:55:48'),(44,10,2,1,'2007-11-16 00:25:09');
/*!40000 ALTER TABLE `banners_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `categories`
--

DROP TABLE IF EXISTS `categories`;
CREATE TABLE `categories` (
  `categories_id` int(11) NOT NULL auto_increment,
  `categories_image` varchar(64) collate latin1_general_ci default NULL,
  `parent_id` int(11) NOT NULL default '0',
  `sort_order` int(3) default NULL,
  `date_added` datetime default NULL,
  `last_modified` datetime default NULL,
  `categories_status` tinyint(1) NOT NULL default '1',
  PRIMARY KEY  (`categories_id`),
  KEY `idx_parent_id_cat_id_zen` (`parent_id`,`categories_id`),
  KEY `idx_status_zen` (`categories_status`),
  KEY `idx_sort_order_zen` (`sort_order`)
) ENGINE=MyISAM AUTO_INCREMENT=89 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `categories`
--

LOCK TABLES `categories` WRITE;
/*!40000 ALTER TABLE `categories` DISABLE KEYS */;
INSERT INTO `categories` VALUES (21,'categories/gv_250.gif',0,0,'2003-12-23 03:18:19','2007-10-29 20:52:20',1),(86,NULL,0,21,'2007-10-29 20:50:10',NULL,1),(87,NULL,0,22,'2007-10-29 20:50:22',NULL,1),(88,NULL,0,2,'2007-10-30 17:32:18','2007-10-30 17:51:53',1),(80,NULL,0,15,'2007-10-29 20:48:13',NULL,1),(81,NULL,0,16,'2007-10-29 20:48:49',NULL,1),(82,NULL,0,17,'2007-10-29 20:49:08',NULL,1),(83,NULL,0,18,'2007-10-29 20:49:19',NULL,1),(84,NULL,0,19,'2007-10-29 20:49:34',NULL,1),(85,NULL,0,20,'2007-10-29 20:49:46',NULL,1),(78,NULL,0,13,'2007-10-29 20:47:32',NULL,1),(79,NULL,0,14,'2007-10-29 20:47:57',NULL,1),(77,NULL,0,12,'2007-10-29 20:47:13',NULL,1),(76,NULL,0,11,'2007-10-29 20:47:00',NULL,1),(73,NULL,0,8,'2007-10-29 20:45:59',NULL,1),(74,NULL,0,9,'2007-10-29 20:46:16',NULL,1),(75,NULL,0,10,'2007-10-29 20:46:33',NULL,1),(72,NULL,0,7,'2007-10-29 20:45:38',NULL,1),(68,NULL,0,3,'2007-10-29 20:40:02',NULL,1),(69,NULL,0,4,'2007-10-29 20:40:19',NULL,1),(70,NULL,0,5,'2007-10-29 20:44:54',NULL,1),(71,NULL,0,6,'2007-10-29 20:45:16',NULL,1),(66,NULL,0,1,'2007-10-29 20:39:18',NULL,1),(67,NULL,0,2,'2007-10-29 20:39:39',NULL,1),(65,NULL,0,0,'2007-10-29 20:00:22',NULL,1);
/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `categories_description`
--

DROP TABLE IF EXISTS `categories_description`;
CREATE TABLE `categories_description` (
  `categories_id` int(11) NOT NULL default '0',
  `language_id` int(11) NOT NULL default '1',
  `categories_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `categories_description` text collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`categories_id`,`language_id`),
  KEY `idx_categories_name_zen` (`categories_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `categories_description`
--

LOCK TABLES `categories_description` WRITE;
/*!40000 ALTER TABLE `categories_description` DISABLE KEYS */;
INSERT INTO `categories_description` VALUES (80,1,'Plain Badges',''),(21,1,'Gift Certificates','Send a Gift Certificate today!<br /><br />Gift Certificates are good for anything in the store.'),(81,1,'Political Badges',''),(82,1,'Protest Badges',''),(83,1,'Reject Badges',''),(84,1,'Retro Badges',''),(85,1,'Slogan Badges',''),(86,1,'Special Day Badges',''),(87,1,'Symbol Badges',''),(88,1,'Alphabet Badges',''),(71,1,'Computer Badges',''),(72,1,'Fun Badges',''),(73,1,'Funny Badges',''),(74,1,'Gamer Badges',''),(75,1,'Geek Badges',''),(76,1,'Monsters Badges',''),(77,1,'Movie Badges',''),(78,1,'Music Badges',''),(79,1,'Patterns Badges',''),(65,1,'Custom Badges',''),(66,1,'',''),(67,1,'Artistic Badges',''),(68,1,'Badge Packs',''),(69,1,'Cartoon Badges',''),(70,1,'Christian Badges','');
/*!40000 ALTER TABLE `categories_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `configuration`
--

DROP TABLE IF EXISTS `configuration`;
CREATE TABLE `configuration` (
  `configuration_id` int(11) NOT NULL auto_increment,
  `configuration_title` text collate latin1_general_ci NOT NULL,
  `configuration_key` varchar(255) collate latin1_general_ci NOT NULL default '',
  `configuration_value` text collate latin1_general_ci NOT NULL,
  `configuration_description` text collate latin1_general_ci NOT NULL,
  `configuration_group_id` int(11) NOT NULL default '0',
  `sort_order` int(5) default NULL,
  `last_modified` datetime default NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `use_function` text collate latin1_general_ci,
  `set_function` text collate latin1_general_ci,
  PRIMARY KEY  (`configuration_id`),
  UNIQUE KEY `unq_config_key_zen` (`configuration_key`),
  KEY `idx_key_value_zen` (`configuration_key`,`configuration_value`(10)),
  KEY `idx_cfg_grp_id_zen` (`configuration_group_id`)
) ENGINE=MyISAM AUTO_INCREMENT=572 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `configuration`
--

LOCK TABLES `configuration` WRITE;
/*!40000 ALTER TABLE `configuration` DISABLE KEYS */;
INSERT INTO `configuration` VALUES (1,'Store Name','STORE_NAME','AmpsBadges','The name of my store',1,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(2,'Store Owner','STORE_OWNER','AMPzone.com','The name of my store owner',1,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(3,'Country','STORE_COUNTRY','222','The country my store is located in <br /><br /><strong>Note: Please remember to update the store zone.</strong>',1,6,NULL,'2007-10-25 21:07:22','zen_get_country_name','zen_cfg_pull_down_country_list('),(4,'Zone','STORE_ZONE','','The zone my store is located in',1,7,'2007-10-25 21:54:09','2007-10-25 21:07:22','zen_cfg_get_zone_name','zen_cfg_pull_down_zone_list('),(5,'Expected Sort Order','EXPECTED_PRODUCTS_SORT','desc','This is the sort order used in the expected products box.',1,8,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'asc\', \'desc\'), '),(6,'Expected Sort Field','EXPECTED_PRODUCTS_FIELD','date_expected','The column to sort by in the expected products box.',1,9,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'products_name\', \'date_expected\'), '),(7,'Switch To Default Language Currency','USE_DEFAULT_LANGUAGE_CURRENCY','false','Automatically switch to the language\'s currency when it is changed',1,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(8,'Language Selector','LANGUAGE_DEFAULT_SELECTOR','Default','Should the default language be based on the Store preferences, or the customer\'s browser settings?<br /><br />Default: Store\'s default settings',1,11,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'Default\', \'Browser\'), '),(9,'Use Search-Engine Safe URLs (still in development)','SEARCH_ENGINE_FRIENDLY_URLS','false','Use search-engine safe urls for all site links',6,12,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(10,'Display Cart After Adding Product','DISPLAY_CART','true','Display the shopping cart after adding a product (or return back to their origin)',1,14,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(11,'Default Search Operator','ADVANCED_SEARCH_DEFAULT_OPERATOR','and','Default search operators',1,17,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'and\', \'or\'), '),(12,'Store Address and Phone','STORE_NAME_ADDRESS','AmpsBadges.co.uk (AMPzone.com)\r\n 132 Chertsey Rd\r\n Twickenham, UK\r\n 07722478788','This is the Store Name, Address and Phone used on printable documents and displayed online',1,18,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea('),(13,'Show Category Counts','SHOW_COUNTS','false','Count recursively how many products are in each category',1,19,'2007-10-25 21:55:02','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(14,'Tax Decimal Places','TAX_DECIMAL_PLACES','0','Pad the tax value this amount of decimal places',1,20,NULL,'2007-10-25 21:07:22',NULL,NULL),(15,'Display Prices with Tax','DISPLAY_PRICE_WITH_TAX','false','Display prices with tax included (true) or add the tax at the end (false)',1,21,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(16,'Display Prices with Tax in Admin','DISPLAY_PRICE_WITH_TAX_ADMIN','false','Display prices with tax included (true) or add the tax at the end (false) in Admin(Invoices)',1,21,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(17,'Basis of Product Tax','STORE_PRODUCT_TAX_BASIS','Shipping','On what basis is Product Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone',1,21,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(18,'Basis of Shipping Tax','STORE_SHIPPING_TAX_BASIS','Shipping','On what basis is Shipping Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone - Can be overriden by correctly written Shipping Module',1,21,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(19,'Sales Tax Display Status','STORE_TAX_DISPLAY_STATUS','0','Always show Sales Tax even when amount is $0.00?<br />0= Off<br />1= On',1,21,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(20,'Admin Session Time Out in Seconds','SESSION_TIMEOUT_ADMIN','3600','Enter the time in seconds. Default=3600<br />Example: 3600= 1 hour<br /><br />Note: Too few seconds can result in timeout issues when adding/editing products',1,40,NULL,'2007-10-25 21:07:22',NULL,NULL),(21,'Admin Set max_execution_time for processes','GLOBAL_SET_TIME_LIMIT','60','Enter the time in seconds for how long the max_execution_time of processes should be. Default=60<br />Example: 60= 1 minute<br /><br />Note: Changing the time limit is only needed if you are having problems with the execution time of a process',1,42,NULL,'2007-10-25 21:07:22',NULL,NULL),(22,'Show if version update available','SHOW_VERSION_UPDATE_IN_HEADER','true','Automatically check to see if a new version of Zen Cart is available. Enabling this can sometimes slow down the loading of Admin pages. (Displayed on main Index page after login, and Server Info page.)',1,44,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(23,'Store Status','STORE_STATUS','0','What is your Store Status<br />0= Normal Store<br />1= Showcase no prices<br />2= Showcase with prices',1,25,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(24,'Server Uptime','DISPLAY_SERVER_UPTIME','true','Displaying Server uptime can cause entries in error logs on some servers. (true = Display, false = don\'t display)',1,46,'2003-11-08 20:24:47','0001-01-01 00:00:00','','zen_cfg_select_option(array(\'true\', \'false\'),'),(25,'Missing Page Check','MISSING_PAGE_CHECK','Page Not Found','Zen Cart can check for missing pages in the URL and redirect to Index page. For debugging you may want to turn this off. <br /><br /><strong>Default=On</strong><br />On = Send missing pages to \'index\'<br />Off = Don\'t check for missing pages<br />Page Not Found = display the Page-Not-Found page',1,48,'2003-11-08 20:24:47','0001-01-01 00:00:00','','zen_cfg_select_option(array(\'On\', \'Off\', \'Page Not Found\'),'),(26,'cURL Proxy Status','CURL_PROXY_REQUIRED','False','Does your host require that you use a proxy for cURL communication?',1,50,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(27,'cURL Proxy Address','CURL_PROXY_SERVER_DETAILS','','If you have GoDaddy hosting or other hosting services that require use of a proxy to talk to external sites via cURL, enter their proxy address here.<br />format: address:port<br />ie: for GoDaddy, enter: 64.202.165.130:3128',1,51,NULL,'2007-10-25 21:07:22',NULL,NULL),(28,'HTML Editor','HTML_EDITOR_PREFERENCE','NONE','Please select the HTML/Rich-Text editor you wish to use for composing Admin-related emails, newsletters, and product descriptions',1,110,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_pull_down_htmleditors('),(29,'Enable phpBB linkage?','PHPBB_LINKS_ENABLED','false','Should Zen Cart synchronize new account information to your (already-installed) phpBB forum?',1,120,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(30,'Show Category Counts - Admin','SHOW_COUNTS_ADMIN','true','Show Category Counts in Admin?',1,19,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(31,'Currency Conversion Ratio','CURRENCY_UPLIFT_RATIO','1.00','When auto-updating currencies, what \"uplift\" ratio should be used to calculate the exchange rate used by your store?<br />ie: the bank rate is obtained from the currency-exchange servers; how much extra do you want to charge in order to make up the difference between the bank rate and the consumer rate?<br /><br /><strong>Default: 1.05 </strong><br />This will cause the published bank rate to be multiplied by 1.05 to set the currency rates in your store.',1,55,'2007-10-27 23:04:11','2007-10-25 21:07:22',NULL,NULL),(32,'First Name','ENTRY_FIRST_NAME_MIN_LENGTH','2','Minimum length of first name',2,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(33,'Last Name','ENTRY_LAST_NAME_MIN_LENGTH','2','Minimum length of last name',2,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(34,'Date of Birth','ENTRY_DOB_MIN_LENGTH','10','Minimum length of date of birth',2,3,NULL,'2007-10-25 21:07:22',NULL,NULL),(35,'E-Mail Address','ENTRY_EMAIL_ADDRESS_MIN_LENGTH','6','Minimum length of e-mail address',2,4,NULL,'2007-10-25 21:07:22',NULL,NULL),(36,'Street Address','ENTRY_STREET_ADDRESS_MIN_LENGTH','5','Minimum length of street address',2,5,NULL,'2007-10-25 21:07:22',NULL,NULL),(37,'Company','ENTRY_COMPANY_MIN_LENGTH','0','Minimum length of company name',2,6,NULL,'2007-10-25 21:07:22',NULL,NULL),(38,'Post Code','ENTRY_POSTCODE_MIN_LENGTH','4','Minimum length of post code',2,7,NULL,'2007-10-25 21:07:22',NULL,NULL),(39,'City','ENTRY_CITY_MIN_LENGTH','3','Minimum length of city',2,8,NULL,'2007-10-25 21:07:22',NULL,NULL),(40,'State','ENTRY_STATE_MIN_LENGTH','2','Minimum length of state',2,9,NULL,'2007-10-25 21:07:22',NULL,NULL),(41,'Telephone Number','ENTRY_TELEPHONE_MIN_LENGTH','3','Minimum length of telephone number',2,10,NULL,'2007-10-25 21:07:22',NULL,NULL),(42,'Password','ENTRY_PASSWORD_MIN_LENGTH','5','Minimum length of password',2,11,NULL,'2007-10-25 21:07:22',NULL,NULL),(43,'Credit Card Owner Name','CC_OWNER_MIN_LENGTH','3','Minimum length of credit card owner name',2,12,NULL,'2007-10-25 21:07:22',NULL,NULL),(44,'Credit Card Number','CC_NUMBER_MIN_LENGTH','10','Minimum length of credit card number',2,13,NULL,'2007-10-25 21:07:22',NULL,NULL),(45,'Credit Card CVV Number','CC_CVV_MIN_LENGTH','3','Minimum length of credit card CVV number',2,13,NULL,'2007-10-25 21:07:22',NULL,NULL),(46,'Product Review Text','REVIEW_TEXT_MIN_LENGTH','50','Minimum length of product review text',2,14,NULL,'2007-10-25 21:07:22',NULL,NULL),(47,'Best Sellers','MIN_DISPLAY_BESTSELLERS','1','Minimum number of best sellers to display',2,15,NULL,'2007-10-25 21:07:22',NULL,NULL),(48,'Also Purchased Products','MIN_DISPLAY_ALSO_PURCHASED','1','Minimum number of products to display in the \'This Customer Also Purchased\' box',2,16,NULL,'2007-10-25 21:07:22',NULL,NULL),(49,'Nick Name','ENTRY_NICK_MIN_LENGTH','3','Minimum length of Nick Name',2,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(50,'Address Book Entries','MAX_ADDRESS_BOOK_ENTRIES','5','Maximum address book entries a customer is allowed to have',3,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(51,'Search Results Per Page','MAX_DISPLAY_SEARCH_RESULTS','20','Number of products to list on a search result page',3,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(52,'Prev/Next Navigation Page Links','MAX_DISPLAY_PAGE_LINKS','5','Number of \'number\' links use for page-sets',3,3,NULL,'2007-10-25 21:07:22',NULL,NULL),(53,'Products on Special ','MAX_DISPLAY_SPECIAL_PRODUCTS','9','Number of products on special to display',3,4,NULL,'2007-10-25 21:07:22',NULL,NULL),(54,'New Products Module','MAX_DISPLAY_NEW_PRODUCTS','9','Number of new products to display in a category',3,5,NULL,'2007-10-25 21:07:22',NULL,NULL),(55,'Upcoming Products ','MAX_DISPLAY_UPCOMING_PRODUCTS','10','Number of \'upcoming\' products to display',3,6,NULL,'2007-10-25 21:07:22',NULL,NULL),(56,'Manufacturers List - Scroll Box Size/Style','MAX_MANUFACTURERS_LIST','3','Number of manufacturers names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.',3,7,NULL,'2007-10-25 21:07:22',NULL,NULL),(57,'Manufacturers List - Verify Product Exist','PRODUCTS_MANUFACTURERS_STATUS','1','Verify that at least 1 product exists and is active for the manufacturer name to show<br /><br />Note: When this feature is ON it can produce slower results on sites with a large number of products and/or manufacturers<br />0= off 1= on',3,7,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(58,'Music Genre List - Scroll Box Size/Style','MAX_MUSIC_GENRES_LIST','3','Number of music genre names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.',3,7,NULL,'2007-10-25 21:07:22',NULL,NULL),(59,'Record Company List - Scroll Box Size/Style','MAX_RECORD_COMPANY_LIST','3','Number of record company names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list.',3,7,NULL,'2007-10-25 21:07:22',NULL,NULL),(60,'Length of Record Company Name','MAX_DISPLAY_RECORD_COMPANY_NAME_LEN','15','Used in record companies box; maximum length of record company name to display. Longer names will be truncated.',3,8,NULL,'2007-10-25 21:07:22',NULL,NULL),(61,'Length of Music Genre Name','MAX_DISPLAY_MUSIC_GENRES_NAME_LEN','15','Used in music genres box; maximum length of music genre name to display. Longer names will be truncated.',3,8,NULL,'2007-10-25 21:07:22',NULL,NULL),(62,'Length of Manufacturers Name','MAX_DISPLAY_MANUFACTURER_NAME_LEN','15','Used in manufacturers box; maximum length of manufacturers name to display. Longer names will be truncated.',3,8,NULL,'2007-10-25 21:07:22',NULL,NULL),(63,'New Product Reviews Per Page','MAX_DISPLAY_NEW_REVIEWS','6','Number of new reviews to display on each page',3,9,NULL,'2007-10-25 21:07:22',NULL,NULL),(64,'Random Product Reviews For Box','MAX_RANDOM_SELECT_REVIEWS','10','Number of random product reviews to rotate in the box',3,10,NULL,'2007-10-25 21:07:22',NULL,NULL),(65,'Random New Products For Box','MAX_RANDOM_SELECT_NEW','10','Number of random new product to display in box',3,11,NULL,'2007-10-25 21:07:22',NULL,NULL),(66,'Random Products On Special For Box','MAX_RANDOM_SELECT_SPECIALS','10','Number of random products on special to display in box',3,12,NULL,'2007-10-25 21:07:22',NULL,NULL),(67,'Categories To List Per Row','MAX_DISPLAY_CATEGORIES_PER_ROW','3','How many categories to list per row',3,13,NULL,'2007-10-25 21:07:22',NULL,NULL),(68,'New Products Listing- Number Per Page','MAX_DISPLAY_PRODUCTS_NEW','10','Number of new products\' listings per page',3,14,NULL,'2007-10-25 21:07:22',NULL,NULL),(69,'Best Sellers For Box','MAX_DISPLAY_BESTSELLERS','10','Number of best sellers to display in box',3,15,NULL,'2007-10-25 21:07:22',NULL,NULL),(70,'Also Purchased Products','MAX_DISPLAY_ALSO_PURCHASED','6','Number of products to display in the \'This Customer Also Purchased\' box',3,16,NULL,'2007-10-25 21:07:22',NULL,NULL),(71,'Recent Purchases Box- NOTE: box is disabled ','MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX','6','Number of products to display in the recent purchases box',3,17,NULL,'2007-10-25 21:07:22',NULL,NULL),(72,'Customer Order History List Per Page','MAX_DISPLAY_ORDER_HISTORY','10','Number of orders to display in the order history list in \'My Account\'',3,18,NULL,'2007-10-25 21:07:22',NULL,NULL),(73,'Maximum Display of Customers on Customers Page','MAX_DISPLAY_SEARCH_RESULTS_CUSTOMER','20','',3,19,NULL,'2007-10-25 21:07:22',NULL,NULL),(74,'Maximum Display of Orders on Orders Page','MAX_DISPLAY_SEARCH_RESULTS_ORDERS','20','',3,20,NULL,'2007-10-25 21:07:22',NULL,NULL),(75,'Maximum Display of Products on Reports','MAX_DISPLAY_SEARCH_RESULTS_REPORTS','20','',3,21,NULL,'2007-10-25 21:07:22',NULL,NULL),(76,'Maximum Categories Products Display List','MAX_DISPLAY_RESULTS_CATEGORIES','10','Number of products to list per screen',3,22,NULL,'2007-10-25 21:07:22',NULL,NULL),(77,'Products Listing- Number Per Page','MAX_DISPLAY_PRODUCTS_LISTING','10','Maximum Number of Products to list per page on main page',3,30,NULL,'2007-10-25 21:07:22',NULL,NULL),(78,'Products Attributes - Option Names and Values Display','MAX_ROW_LISTS_OPTIONS','10','Maximum number of option names and values to display in the products attributes page',3,24,NULL,'2007-10-25 21:07:22',NULL,NULL),(79,'Products Attributes - Attributes Controller Display','MAX_ROW_LISTS_ATTRIBUTES_CONTROLLER','30','Maximum number of attributes to display in the Attributes Controller page',3,25,NULL,'2007-10-25 21:07:22',NULL,NULL),(80,'Products Attributes - Downloads Manager Display','MAX_DISPLAY_SEARCH_RESULTS_DOWNLOADS_MANAGER','30','Maximum number of attributes downloads to display in the Downloads Manager page',3,26,NULL,'2007-10-25 21:07:22',NULL,NULL),(81,'Featured Products - Number to Display Admin','MAX_DISPLAY_SEARCH_RESULTS_FEATURED_ADMIN','10','Number of featured products to list per screen - Admin',3,27,NULL,'2007-10-25 21:07:22',NULL,NULL),(82,'Maximum Display of Featured Products - Main Page','MAX_DISPLAY_SEARCH_RESULTS_FEATURED','9','Number of featured products to list on main page',3,28,NULL,'2007-10-25 21:07:22',NULL,NULL),(83,'Maximum Display of Featured Products Page','MAX_DISPLAY_PRODUCTS_FEATURED_PRODUCTS','10','Number of featured products to list per screen',3,29,NULL,'2007-10-25 21:07:22',NULL,NULL),(84,'Random Featured Products For Box','MAX_RANDOM_SELECT_FEATURED_PRODUCTS','10','Number of random featured products to display in box',3,30,NULL,'2007-10-25 21:07:22',NULL,NULL),(85,'Maximum Display of Specials Products - Main Page','MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX','9','Number of special products to list on main page',3,31,NULL,'2007-10-25 21:07:22',NULL,NULL),(86,'New Product Listing - Limited to ...','SHOW_NEW_PRODUCTS_LIMIT','0','Limit the New Product Listing to<br />0= All Products<br />1= Current Month<br />7= 7 Days<br />14= 14 Days<br />30= 30 Days<br />60= 60 Days<br />90= 90 Days<br />120= 120 Days',3,40,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'7\', \'14\', \'30\', \'60\', \'90\', \'120\'), '),(87,'Maximum Display of Products All Page','MAX_DISPLAY_PRODUCTS_ALL','10','Number of products to list per screen',3,45,NULL,'2007-10-25 21:07:22',NULL,NULL),(88,'Maximum Display of Language Flags in Language Side Box','MAX_LANGUAGE_FLAGS_COLUMNS','3','Number of Language Flags per Row',3,50,NULL,'2007-10-25 21:07:22',NULL,NULL),(89,'Maximum File Upload Size','MAX_FILE_UPLOAD_SIZE','2048000','What is the Maximum file size for uploads?<br />Default= 2048000',3,60,NULL,'2007-10-25 21:07:22',NULL,NULL),(90,'Allowed Filename Extensions for uploading','UPLOAD_FILENAME_EXTENSIONS','jpg,jpeg,gif,png,eps,cdr,ai,pdf,tif,tiff,bmp,zip','List the permissible filetypes (filename extensions) to be allowed when files are uploaded to your site by customers. Separate multiple values with commas(,). Do not include the dot(.).<br /><br />Suggested setting: \"jpg,jpeg,gif,png,eps,cdr,ai,pdf,tif,tiff,bmp,zip\"',3,61,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea('),(91,'Maximum Orders Detail Display on Admin Orders Listing','MAX_DISPLAY_RESULTS_ORDERS_DETAILS_LISTING','0','Maximum number of Order Details<br />0 = Unlimited',3,65,NULL,'2007-10-25 21:07:22',NULL,NULL),(92,'Maximum PayPal IPN Display on Admin Listing','MAX_DISPLAY_SEARCH_RESULTS_PAYPAL_IPN','20','Maximum number of PayPal IPN Lisings in Admin<br />Default is 20',3,66,NULL,'2007-10-25 21:07:22',NULL,NULL),(93,'Maximum Display Columns Products to Multiple Categories Manager','MAX_DISPLAY_PRODUCTS_TO_CATEGORIES_COLUMNS','3','Maximum Display Columns Products to Multiple Categories Manager<br />3 = Default',3,70,NULL,'2007-10-25 21:07:22',NULL,NULL),(94,'Maximum Display EZ-Pages','MAX_DISPLAY_SEARCH_RESULTS_EZPAGE','20','Maximum Display EZ-Pages<br />20 = Default',3,71,NULL,'2007-10-25 21:07:22',NULL,NULL),(95,'Small Image Width','SMALL_IMAGE_WIDTH','100','The pixel width of small images',4,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(96,'Small Image Height','SMALL_IMAGE_HEIGHT','80','The pixel height of small images',4,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(97,'Heading Image Width - Admin','HEADING_IMAGE_WIDTH','57','The pixel width of heading images in the Admin<br />NOTE: Presently, this adjusts the spacing on the pages in the Admin Pages or could be used to add images to the heading in the Admin',4,3,NULL,'2007-10-25 21:07:22',NULL,NULL),(98,'Heading Image Height - Admin','HEADING_IMAGE_HEIGHT','40','The pixel height of heading images in the Admin<br />NOTE: Presently, this adjusts the spacing on the pages in the Admin Pages or could be used to add images to the heading in the Admin',4,4,NULL,'2007-10-25 21:07:22',NULL,NULL),(99,'Subcategory Image Width','SUBCATEGORY_IMAGE_WIDTH','100','The pixel width of subcategory images',4,5,NULL,'2007-10-25 21:07:22',NULL,NULL),(100,'Subcategory Image Height','SUBCATEGORY_IMAGE_HEIGHT','57','The pixel height of subcategory images',4,6,NULL,'2007-10-25 21:07:22',NULL,NULL),(101,'Calculate Image Size','CONFIG_CALCULATE_IMAGE_SIZE','true','Calculate the size of images?',4,7,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(102,'Image Required','IMAGE_REQUIRED','true','Enable to display broken images. Good for development.',4,8,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(103,'Image - Shopping Cart Status','IMAGE_SHOPPING_CART_STATUS','1','Show product image in the shopping cart?<br />0= off 1= on',4,9,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(104,'Image - Shopping Cart Width','IMAGE_SHOPPING_CART_WIDTH','50','Default = 50',4,10,NULL,'2007-10-25 21:07:22',NULL,NULL),(105,'Image - Shopping Cart Height','IMAGE_SHOPPING_CART_HEIGHT','40','Default = 40',4,11,NULL,'2007-10-25 21:07:22',NULL,NULL),(106,'Category Icon Image Width - Product Info Pages','CATEGORY_ICON_IMAGE_WIDTH','57','The pixel width of Category Icon heading images for Product Info Pages',4,13,NULL,'2007-10-25 21:07:22',NULL,NULL),(107,'Category Icon Image Height - Product Info Pages','CATEGORY_ICON_IMAGE_HEIGHT','40','The pixel height of Category Icon heading images for Product Info Pages',4,14,NULL,'2007-10-25 21:07:22',NULL,NULL),(108,'Top Subcategory Image Width','SUBCATEGORY_IMAGE_TOP_WIDTH','150','The pixel width of Top subcategory images<br />Top subcategory is when the Category contains subcategories',4,15,NULL,'2007-10-25 21:07:22',NULL,NULL),(109,'Top Subcategory Image Height','SUBCATEGORY_IMAGE_TOP_HEIGHT','85','The pixel height of Top subcategory images<br />Top subcategory is when the Category contains subcategories',4,16,NULL,'2007-10-25 21:07:22',NULL,NULL),(110,'Product Info - Image Width','MEDIUM_IMAGE_WIDTH','150','The pixel width of Product Info images',4,20,NULL,'2007-10-25 21:07:22',NULL,NULL),(111,'Product Info - Image Height','MEDIUM_IMAGE_HEIGHT','120','The pixel height of Product Info images',4,21,NULL,'2007-10-25 21:07:22',NULL,NULL),(112,'Product Info - Image Medium Suffix','IMAGE_SUFFIX_MEDIUM','_MED','Product Info Medium Image Suffix<br />Default = _MED',4,22,NULL,'2007-10-25 21:07:22',NULL,NULL),(113,'Product Info - Image Large Suffix','IMAGE_SUFFIX_LARGE','_LRG','Product Info Large Image Suffix<br />Default = _LRG',4,23,NULL,'2007-10-25 21:07:22',NULL,NULL),(114,'Product Info - Number of Additional Images per Row','IMAGES_AUTO_ADDED','3','Product Info - Enter the number of additional images to display per row<br />Default = 3',4,30,NULL,'2007-10-25 21:07:22',NULL,NULL),(115,'Image - Product Listing Width','IMAGE_PRODUCT_LISTING_WIDTH','100','Default = 100',4,40,NULL,'2007-10-25 21:07:22',NULL,NULL),(116,'Image - Product Listing Height','IMAGE_PRODUCT_LISTING_HEIGHT','80','Default = 80',4,41,NULL,'2007-10-25 21:07:22',NULL,NULL),(117,'Image - Product New Listing Width','IMAGE_PRODUCT_NEW_LISTING_WIDTH','100','Default = 100',4,42,NULL,'2007-10-25 21:07:22',NULL,NULL),(118,'Image - Product New Listing Height','IMAGE_PRODUCT_NEW_LISTING_HEIGHT','80','Default = 80',4,43,NULL,'2007-10-25 21:07:22',NULL,NULL),(119,'Image - New Products Width','IMAGE_PRODUCT_NEW_WIDTH','100','Default = 100',4,44,NULL,'2007-10-25 21:07:22',NULL,NULL),(120,'Image - New Products Height','IMAGE_PRODUCT_NEW_HEIGHT','80','Default = 80',4,45,NULL,'2007-10-25 21:07:22',NULL,NULL),(121,'Image - Featured Products Width','IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH','100','Default = 100',4,46,NULL,'2007-10-25 21:07:22',NULL,NULL),(122,'Image - Featured Products Height','IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT','80','Default = 80',4,47,NULL,'2007-10-25 21:07:22',NULL,NULL),(123,'Image - Product All Listing Width','IMAGE_PRODUCT_ALL_LISTING_WIDTH','100','Default = 100',4,48,NULL,'2007-10-25 21:07:22',NULL,NULL),(124,'Image - Product All Listing Height','IMAGE_PRODUCT_ALL_LISTING_HEIGHT','80','Default = 80',4,49,NULL,'2007-10-25 21:07:22',NULL,NULL),(125,'Product Image - No Image Status','PRODUCTS_IMAGE_NO_IMAGE_STATUS','1','Use automatic No Image when none is added to product<br />0= off<br />1= On',4,60,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(126,'Product Image - No Image picture','PRODUCTS_IMAGE_NO_IMAGE','no_picture.gif','Use automatic No Image when none is added to product<br />Default = no_picture.gif',4,61,NULL,'2007-10-25 21:07:22',NULL,NULL),(127,'Image - Use Proportional Images on Products and Categories','PROPORTIONAL_IMAGES_STATUS','1','Use Proportional Images on Products and Categories?<br /><br />NOTE: Do not use 0 height or width settings for Proportion Images<br />0= off 1= on',4,75,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(128,'Email Salutation','ACCOUNT_GENDER','true','Display salutation choice during account creation and with account information',5,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(129,'Date of Birth','ACCOUNT_DOB','true','Display date of birth field during account creation and with account information<br />NOTE: Set Minimum Value Date of Birth to blank for not required<br />Set Minimum Value Date of Birth > 0 to require',5,2,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(130,'Company','ACCOUNT_COMPANY','true','Display company field during account creation and with account information',5,3,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(131,'Address Line 2','ACCOUNT_SUBURB','true','Display address line 2 field during account creation and with account information',5,4,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(132,'State','ACCOUNT_STATE','true','Display state field during account creation and with account information',5,5,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(133,'State - Always display as pulldown?','ACCOUNT_STATE_DRAW_INITIAL_DROPDOWN','false','When state field is displayed, should it always be a pulldown menu?',5,5,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(134,'Create Account Default Country ID','SHOW_CREATE_ACCOUNT_DEFAULT_COUNTRY','222','Set Create Account Default Country ID to:<br />Default is 223',5,6,'2007-10-28 15:59:38','2007-10-25 21:07:22','zen_get_country_name','zen_cfg_pull_down_country_list_none('),(135,'Fax Number','ACCOUNT_FAX_NUMBER','true','Display fax number field during account creation and with account information',5,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(136,'Show Newsletter Checkbox','ACCOUNT_NEWSLETTER_STATUS','1','Show Newsletter Checkbox<br />0= off<br />1= Display Unchecked<br />2= Display Checked<br /><strong>Note: Defaulting this to accepted may be in violation of certain regulations for your state or country</strong>',5,45,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(137,'Customer Default Email Preference','ACCOUNT_EMAIL_PREFERENCE','0','Set the Default Customer Default Email Preference<br />0= Text<br />1= HTML<br />',5,46,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(138,'Customer Product Notification Status','CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS','1','Customer should be asked about product notifications after checkout success and in account preferences<br />0= Never ask<br />1= Ask (ignored on checkout if has already selected global notifications)<br /><br />Note: Sidebox must be turned off separately',5,50,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(139,'Customer Shop Status - View Shop and Prices','CUSTOMERS_APPROVAL','0','Customer must be approved to shop<br />0= Not required<br />1= Must login to browse<br />2= May browse but no prices unless logged in<br />3= Showroom Only<br /><br />It is recommended that Option 2 be used for the purposes of Spiders if you wish customers to login to see prices.',5,55,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(140,'Customer Approval Status - Authorization Pending','CUSTOMERS_APPROVAL_AUTHORIZATION','0','Customer must be Authorized to shop<br />0= Not required<br />1= Must be Authorized to Browse<br />2= May browse but no prices unless Authorized<br />3= Customer May Browse and May see Prices but Must be Authorized to Buy<br /><br />It is recommended that Option 2 or 3 be used for the purposes of Spiders',5,65,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(141,'Customer Authorization: filename','CUSTOMERS_AUTHORIZATION_FILENAME','customers_authorization','Customer Authorization filename<br />Note: Do not include the extension<br />Default=customers_authorization',5,66,NULL,'2007-10-25 21:07:22',NULL,''),(142,'Customer Authorization: Hide Header','CUSTOMERS_AUTHORIZATION_HEADER_OFF','false','Customer Authorization: Hide Header <br />(true=hide false=show)',5,67,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(143,'Customer Authorization: Hide Column Left','CUSTOMERS_AUTHORIZATION_COLUMN_LEFT_OFF','false','Customer Authorization: Hide Column Left <br />(true=hide false=show)',5,68,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(144,'Customer Authorization: Hide Column Right','CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF','false','Customer Authorization: Hide Column Right <br />(true=hide false=show)',5,69,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(145,'Customer Authorization: Hide Footer','CUSTOMERS_AUTHORIZATION_FOOTER_OFF','false','Customer Authorization: Hide Footer <br />(true=hide false=show)',5,70,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(146,'Customer Authorization: Hide Prices','CUSTOMERS_AUTHORIZATION_PRICES_OFF','false','Customer Authorization: Hide Prices <br />(true=hide false=show)',5,71,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(147,'Customers Referral Status','CUSTOMERS_REFERRAL_STATUS','0','Customers Referral Code is created from<br />0= Off<br />1= 1st Discount Coupon Code used<br />2= Customer can add during create account or edit if blank<br /><br />NOTE: Once the Customers Referral Code has been set it can only be changed in the Admin Customer',5,80,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(148,'Installed Modules','MODULE_PAYMENT_INSTALLED','paypal.php','List of payment module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: cc.php;cod.php;paypal.php)',6,0,'2007-10-27 23:22:52','2007-10-25 21:07:22',NULL,NULL),(149,'Installed Modules','MODULE_ORDER_TOTAL_INSTALLED','ot_subtotal.php;ot_shipping.php;ot_coupon.php;ot_group_pricing.php;ot_tax.php;ot_loworderfee.php;ot_gv.php;ot_total.php','List of order_total module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ot_subtotal.php;ot_tax.php;ot_shipping.php;ot_total.php)',6,0,NULL,'2007-10-25 21:07:22',NULL,NULL),(150,'Installed Modules','MODULE_SHIPPING_INSTALLED','freeshipper.php;table.php','List of shipping module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ups.php;flat.php;item.php)',6,0,'2007-10-28 00:20:30','2007-10-25 21:07:22',NULL,NULL),(554,'Set Order Status','MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID','2','Set the status of orders made with this payment module that have completed payment to this value<br />(\'Processing\' recommended)',6,6,NULL,'2007-10-27 23:22:51','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(555,'Set Refund Order Status','MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID','1','Set the status of orders that have been refunded made with this payment module to this value<br />(\'Pending\' recommended)',6,7,NULL,'2007-10-27 23:22:51','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(556,'Sort order of display.','MODULE_PAYMENT_PAYPAL_SORT_ORDER','0','Sort order of display. Lowest is displayed first.',6,8,NULL,'2007-10-27 23:22:51',NULL,NULL),(553,'Set Pending Notification Status','MODULE_PAYMENT_PAYPAL_PROCESSING_STATUS_ID','1','Set the status of orders made with this payment module that are not yet completed to this value<br />(\'Pending\' recommended)',6,5,NULL,'2007-10-27 23:22:51','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(549,'Enable PayPal Module','MODULE_PAYMENT_PAYPAL_STATUS','True','Do you want to accept PayPal payments?',6,0,NULL,'2007-10-27 23:22:51',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(550,'Business ID','MODULE_PAYMENT_PAYPAL_BUSINESS_ID','amp@ampzone.com','Primary email address for your PayPal account.<br />NOTE: This must match <strong>EXACTLY </strong>the primary email address on your PayPal account settings.  It <strong>IS case-sensitive</strong>, so please check your PayPal profile preferences at paypal.com and be sure to enter the EXACT same primary email address here.',6,2,NULL,'2007-10-27 23:22:51',NULL,NULL),(551,'Transaction Currency','MODULE_PAYMENT_PAYPAL_CURRENCY','Only GBP','Choose the currency/currencies you want to accept',6,3,NULL,'2007-10-27 23:22:51',NULL,'zen_cfg_select_option(array(\'Selected Currency\',\'Only USD\',\'Only CAD\',\'Only EUR\',\'Only GBP\',\'Only JPY\',\'Only AUD\'), '),(552,'Payment Zone','MODULE_PAYMENT_PAYPAL_ZONE','0','If a zone is selected, only enable this payment method for that zone.',6,4,NULL,'2007-10-27 23:22:51','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(541,'Enable Table Method','MODULE_SHIPPING_TABLE_STATUS','True','Do you want to offer table rate shipping?',6,0,NULL,'2007-10-27 22:07:24',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(542,'Shipping Table','MODULE_SHIPPING_TABLE_COST','1:0.60,6:0.80,11:1.00,16:1.20,21:1.40,26:1.60,31:1.80,36:2.00,41:2.20,51:2.50','The shipping cost is based on the total cost or weight of items or count of the items. Example: 25:8.50,50:5.50,etc.. Up to 25 charge 8.50, from there to 50 charge 5.50, etc',6,0,NULL,'2007-10-27 22:07:24',NULL,'zen_cfg_textarea('),(543,'Table Method','MODULE_SHIPPING_TABLE_MODE','item','The shipping cost is based on the order total or the total weight of the items ordered or the total number of items orderd.',6,0,NULL,'2007-10-27 22:07:24',NULL,'zen_cfg_select_option(array(\'weight\', \'price\', \'item\'), '),(544,'Handling Fee','MODULE_SHIPPING_TABLE_HANDLING','0','Handling fee for this shipping method.',6,0,NULL,'2007-10-27 22:07:24',NULL,NULL),(545,'Tax Class','MODULE_SHIPPING_TABLE_TAX_CLASS','0','Use the following tax class on the shipping fee.',6,0,NULL,'2007-10-27 22:07:24','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(546,'Tax Basis','MODULE_SHIPPING_TABLE_TAX_BASIS','Shipping','On what basis is Shipping Tax calculated. Options are<br />Shipping - Based on customers Shipping Address<br />Billing Based on customers Billing address<br />Store - Based on Store address if Billing/Shipping Zone equals Store zone',6,0,NULL,'2007-10-27 22:07:24',NULL,'zen_cfg_select_option(array(\'Shipping\', \'Billing\', \'Store\'), '),(547,'Shipping Zone','MODULE_SHIPPING_TABLE_ZONE','0','If a zone is selected, only enable this shipping method for that zone.',6,0,NULL,'2007-10-27 22:07:24','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(548,'Sort Order','MODULE_SHIPPING_TABLE_SORT_ORDER','0','Sort order of display.',6,0,NULL,'2007-10-27 22:07:24',NULL,NULL),(563,'Debug Mode','MODULE_PAYMENT_PAYPAL_IPN_DEBUG','Off','Enable debug logging? <br />NOTE: This can REALLY clutter your email inbox!<br />Logging goes to the /includes/modules/payment/paypal/logs folder<br />Email goes to the store-owner address.<br /><strong>Leave OFF for normal operation.</strong>',6,71,NULL,'2007-10-27 23:22:51',NULL,'zen_cfg_select_option(array(\'Off\',\'Log File\',\'Log and Email\'), '),(564,'Status Live/Testing','MODULE_PAYMENT_PAYPAL_TESTING','Live','Set PayPal module to Live or Test',6,1,NULL,'2007-10-27 23:22:51',NULL,'zen_cfg_select_option(array(\'Live\', \'Test\'), '),(565,'Debug Email Address','MODULE_PAYMENT_PAYPAL_DEBUG_EMAIL_ADDRESS','amp@ampzone.com','The email address to use for PayPal debugging',6,72,NULL,'2007-10-27 23:22:51',NULL,NULL),(559,'Continue Button Text','MODULE_PAYMENT_PAYPAL_CBT','','Sets the text for the Continue button on the PayPal Payment Complete page. <br />Requires Return URL to be set.<br />Leave blank if no customization required.',6,22,NULL,'2007-10-27 23:22:51',NULL,NULL),(560,'Image URL','MODULE_PAYMENT_PAYPAL_IMAGE_URL','','The internet URL of the 150x50-pixel image you would like to use as your logo. If omitted, the customer will see your Business name if you have a Business account, or your email address if you have premier account.',6,24,NULL,'2007-10-27 23:22:51',NULL,NULL),(557,'Address override','MODULE_PAYMENT_PAYPAL_ADDRESS_OVERRIDE','','If set to 1 the address passed in via Zen Cart will override the customer PayPal-stored address. The customer will be shown their address from Zen Cart, but will not be able to edit it. If the address is not valid (i.e. missing required fields, including country) or not included, then no address will be shown.<br />Empty=No Override<br />1=Passed-in Address overrides customers PayPal-stored address',6,18,NULL,'2007-10-27 23:22:51',NULL,'zen_cfg_select_option(array(\'\',\'1\'), '),(558,'Shipping Address Options','MODULE_PAYMENT_PAYPAL_ADDRESS_REQUIRED','1','The buyers shipping address. If set to 0 your customer will be prompted to include a shipping address. If set to 1 your customer will not be asked for a shipping address. If set to 2 your customer will be required to provide a shipping address.<br />0=Prompt<br />1=Not Asked<br />2=Required<br /><br /><strong>NOTE: If you allow your customers to enter their own shipping address, then MAKE SURE you verify the PayPal confirmation details to verify the proper address when filling orders. Zen Cart does not know if they choose an alternate shipping address compared to the one entered when placing an order.</strong>',6,20,NULL,'2007-10-27 23:22:51',NULL,'zen_cfg_select_option(array(\'0\',\'1\',\'2\'), '),(186,'Include Tax','MODULE_ORDER_TOTAL_GROUP_PRICING_INC_TAX','false','Include Tax value in amount before discount calculation?',6,6,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(187,'This module is installed','MODULE_ORDER_TOTAL_GROUP_PRICING_STATUS','true','',6,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\'), '),(188,'Sort Order','MODULE_ORDER_TOTAL_GROUP_PRICING_SORT_ORDER','290','Sort order of display.',6,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(189,'Include Shipping','MODULE_ORDER_TOTAL_GROUP_PRICING_INC_SHIPPING','false','Include Shipping value in amount before discount calculation?',6,5,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(190,'Re-calculate Tax','MODULE_ORDER_TOTAL_GROUP_PRICING_CALC_TAX','Standard','Re-Calculate Tax',6,7,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'), '),(191,'Tax Class','MODULE_ORDER_TOTAL_GROUP_PRICING_TAX_CLASS','0','Use the following tax class when treating Group Discount as Credit Note.',6,0,NULL,'2007-10-25 21:07:22','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(562,'Mode for PayPal web services<br /><br />Default:<br /><code>www.paypal.com/cgi-bin/webscr</code><br />or<br /><code>www.paypal.com/us/cgi-bin/webscr</code><br />or for the UK,<br /><code>www.paypal.com/uk/cgi-bin/webscr</code>','MODULE_PAYMENT_PAYPAL_HANDLER','www.paypal.com/cgi-bin/webscr','Choose the URL for PayPal live processing',6,73,NULL,'2007-10-27 23:22:51',NULL,''),(561,'Page Style','MODULE_PAYMENT_PAYPAL_PAGE_STYLE','ampsbadges','Sets the Custom Payment Page Style for payment pages. The value of page_style is the same as the Page Style Name you chose when adding or editing the page style. You can add and edit Custom Payment Page Styles from the Profile subtab of the My Account tab on the PayPal site. If you would like to always reference your Primary style, set this to \"primary.\" If you would like to reference the default PayPal page style, set this to \"paypal\".',6,25,NULL,'2007-10-27 23:22:51',NULL,NULL),(198,'Default Currency','DEFAULT_CURRENCY','GBP','Default Currency',6,0,NULL,'2007-10-25 21:07:22',NULL,NULL),(199,'Default Language','DEFAULT_LANGUAGE','en','Default Language',6,0,NULL,'2007-10-25 21:07:22',NULL,NULL),(200,'Default Order Status For New Orders','DEFAULT_ORDERS_STATUS_ID','1','When a new order is created, this order status will be assigned to it.',6,0,NULL,'2007-10-25 21:07:22',NULL,NULL),(201,'Admin configuration_key shows','ADMIN_CONFIGURATION_KEY_ON','0','Manually switch to value of 1 to see the configuration_key name in configuration displays',6,0,NULL,'2007-10-25 21:07:22',NULL,NULL),(202,'Country of Origin','SHIPPING_ORIGIN_COUNTRY','222','Select the country of origin to be used in shipping quotes.',7,1,'2007-10-27 20:47:48','2007-10-25 21:07:22','zen_get_country_name','zen_cfg_pull_down_country_list('),(203,'Postal Code','SHIPPING_ORIGIN_ZIP','TW1 1EW','Enter the Postal Code (ZIP) of the Store to be used in shipping quotes. NOTE: For USA zip codes, only use your 5 digit zip code.',7,2,'2007-10-27 20:48:00','2007-10-25 21:07:22',NULL,NULL),(204,'Enter the Maximum Package Weight you will ship','SHIPPING_MAX_WEIGHT','50','Carriers have a max weight limit for a single package. This is a common one for all.',7,3,NULL,'2007-10-25 21:07:22',NULL,NULL),(205,'Package Tare Small to Medium - added percentage:weight','SHIPPING_BOX_WEIGHT','0:3','What is the weight of typical packaging of small to medium packages?<br />Example: 10% + 1lb 10:1<br />10% + 0lbs 10:0<br />0% + 5lbs 0:5<br />0% + 0lbs 0:0',7,4,NULL,'2007-10-25 21:07:22',NULL,NULL),(206,'Larger packages - added packaging percentage:weight','SHIPPING_BOX_PADDING','0:10','What is the weight of typical packaging for Large packages?<br />Example: 10% + 1lb 10:1<br />10% + 0lbs 10:0<br />0% + 5lbs 0:5<br />0% + 0lbs 0:0',7,5,'2007-10-27 23:07:46','2007-10-25 21:07:22',NULL,NULL),(207,'Display Number of Boxes and Weight Status','SHIPPING_BOX_WEIGHT_DISPLAY','1','Display Shipping Weight and Number of Boxes?<br /><br />0= off<br />1= Boxes Only<br />2= Weight Only<br />3= Both Boxes and Weight',7,15,'2007-10-27 23:06:46','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(208,'Shipping Estimator Display Settings for Shopping Cart','SHOW_SHIPPING_ESTIMATOR_BUTTON','1','<br />0= Off<br />1= Display as Button on Shopping Cart<br />2= Display as Listing on Shopping Cart Page',7,20,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(209,'Order Free Shipping 0 Weight Status','ORDER_WEIGHT_ZERO_STATUS','0','If there is no weight to the order, does the order have Free Shipping?<br />0= no<br />1= yes<br /><br />Note: When using Free Shipping, Enable the Free Shipping Module this will only show when shipping is free.',7,15,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(210,'Display Product Image','PRODUCT_LIST_IMAGE','1','Do you want to display the Product Image?',8,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(211,'Display Product Manufacturer Name','PRODUCT_LIST_MANUFACTURER','0','Do you want to display the Product Manufacturer Name?',8,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(212,'Display Product Model','PRODUCT_LIST_MODEL','0','Do you want to display the Product Model?',8,3,NULL,'2007-10-25 21:07:22',NULL,NULL),(213,'Display Product Name','PRODUCT_LIST_NAME','2','Do you want to display the Product Name?',8,4,NULL,'2007-10-25 21:07:22',NULL,NULL),(214,'Display Product Price/Add to Cart','PRODUCT_LIST_PRICE','3','Do you want to display the Product Price/Add to Cart',8,5,NULL,'2007-10-25 21:07:22',NULL,NULL),(215,'Display Product Quantity','PRODUCT_LIST_QUANTITY','0','Do you want to display the Product Quantity?',8,6,NULL,'2007-10-25 21:07:22',NULL,NULL),(216,'Display Product Weight','PRODUCT_LIST_WEIGHT','0','Do you want to display the Product Weight?',8,7,NULL,'2007-10-25 21:07:22',NULL,NULL),(217,'Display Product Price/Add to Cart Column Width','PRODUCTS_LIST_PRICE_WIDTH','125','Define the width of the Price/Add to Cart column<br />Default= 125',8,8,NULL,'2007-10-25 21:07:22',NULL,NULL),(218,'Display Category/Manufacturer Filter (0=off; 1=on)','PRODUCT_LIST_FILTER','1','Do you want to display the Category/Manufacturer Filter?',8,9,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(219,'Prev/Next Split Page Navigation (1-top, 2-bottom, 3-both)','PREV_NEXT_BAR_LOCATION','3','Sets the location of the Prev/Next Split Page Navigation',8,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\'), '),(220,'Display Product Listing Default Sort Order','PRODUCT_LISTING_DEFAULT_SORT_ORDER','','Product Listing Default sort order?<br />NOTE: Leave Blank for Product Sort Order. Sort the Product Listing in the order you wish for the default display to start in to get the sort order setting. Example: 2a',8,15,NULL,'2007-10-25 21:07:22',NULL,NULL),(221,'Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)','PRODUCT_LIST_PRICE_BUY_NOW','2','Do you want to display the Add to Cart Button?<br /><br /><strong>NOTE:</strong> Turn OFF Display Multiple Products Qty Box Status to use Option 2 on with Qty Box per Product',8,20,'2007-10-27 23:09:53','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(222,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',8,25,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(223,'Display Product Description','PRODUCT_LIST_DESCRIPTION','150','Do you want to display the Product Description?<br /><br />0= OFF<br />150= Suggested Length, or enter the maximum number of characters to display',8,30,NULL,'2007-10-25 21:07:22',NULL,NULL),(224,'Product Listing Ascending Sort Order','PRODUCT_LIST_SORT_ORDER_ASCENDING','+','What do you want to use to indicate Sort Order Ascending?<br />Default = +',8,40,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea_small('),(225,'Product Listing Descending Sort Order','PRODUCT_LIST_SORT_ORDER_DESCENDING','-','What do you want to use to indicate Sort Order Descending?<br />Default = -',8,41,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea_small('),(226,'Include Product Listing Alpha Sorter Dropdown','PRODUCT_LIST_ALPHA_SORTER','true','Do you want to include an Alpha Filter dropdown on the Product Listing?',8,50,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(227,'Include Product Listing Sub Categories Image','PRODUCT_LIST_CATEGORIES_IMAGE_STATUS','true','Do you want to include the Sub Categories Image on the Product Listing?',8,52,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(228,'Include Product Listing Top Categories Image','PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP','true','Do you want to include the Top Categories Image on the Product Listing?',8,53,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(229,'Show SubCategories on Main Page while navigating','PRODUCT_LIST_CATEGORY_ROW_STATUS','1','Show Sub-Categories on Main Page while navigating through Categories<br /><br />0= off<br />1= on',8,60,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(230,'Check stock level','STOCK_CHECK','true','Check to see if sufficent stock is available',9,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(231,'Subtract stock','STOCK_LIMITED','true','Subtract product in stock by product orders',9,2,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(232,'Allow Checkout','STOCK_ALLOW_CHECKOUT','true','Allow customer to checkout even if there is insufficient stock',9,3,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(233,'Mark product out of stock','STOCK_MARK_PRODUCT_OUT_OF_STOCK','***','Display something on screen so customer can see which product has insufficient stock',9,4,NULL,'2007-10-25 21:07:22',NULL,NULL),(234,'Stock Re-order level','STOCK_REORDER_LEVEL','5','Define when stock needs to be re-ordered',9,5,NULL,'2007-10-25 21:07:22',NULL,NULL),(235,'Products status in Catalog when out of stock should be set to','SHOW_PRODUCTS_SOLD_OUT','0','Show Products when out of stock<br /><br />0= set product status to OFF<br />1= leave product status ON',9,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(236,'Show Sold Out Image in place of Add to Cart','SHOW_PRODUCTS_SOLD_OUT_IMAGE','1','Show Sold Out Image instead of Add to Cart Button<br /><br />0= off<br />1= on',9,11,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(237,'Product Quantity Decimals','QUANTITY_DECIMALS','0','Allow how many decimals on Quantity<br /><br />0= off',9,15,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(238,'Show Shopping Cart - Delete Checkboxes or Delete Button','SHOW_SHOPPING_CART_DELETE','3','Show on Shopping Cart Delete Button and/or Checkboxes<br /><br />1= Delete Button Only<br />2= Checkbox Only<br />3= Both Delete Button and Checkbox',9,20,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\'), '),(239,'Show Shopping Cart - Update Cart Button Location','SHOW_SHOPPING_CART_UPDATE','3','Show on Shopping Cart Update Cart Button Location as:<br /><br />1= Next to each Qty Box<br />2= Below all Products<br />3= Both Next to each Qty Box and Below all Products',9,22,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\'), '),(240,'Show New Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_NEW_PRODUCTS','1','Show New Products on empty Shopping Cart Page<br />0= off or set the sort order',9,30,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(241,'Show Featured Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_FEATURED_PRODUCTS','2','Show Featured Products on empty Shopping Cart Page<br />0= off or set the sort order',9,31,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(242,'Show Special Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_SPECIALS_PRODUCTS','3','Show Special Products on empty Shopping Cart Page<br />0= off or set the sort order',9,32,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(243,'Show Upcoming Products on empty Shopping Cart Page','SHOW_SHOPPING_CART_EMPTY_UPCOMING','4','Show Upcoming Products on empty Shopping Cart Page<br />0= off or set the sort order',9,33,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(244,'Store Page Parse Time','STORE_PAGE_PARSE_TIME','false','Store the time it takes to parse a page',10,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(245,'Log Destination','STORE_PAGE_PARSE_TIME_LOG','/var/log/www/zen/page_parse_time.log','Directory and filename of the page parse time log',10,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(246,'Log Date Format','STORE_PARSE_DATE_TIME_FORMAT','%d/%m/%Y %H:%M:%S','The date format',10,3,NULL,'2007-10-25 21:07:22',NULL,NULL),(247,'Display The Page Parse Time','DISPLAY_PAGE_PARSE_TIME','false','Display the page parse time on the bottom of each page<br />You do not need to store the times to display them in the Catalog',10,4,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(248,'Store Database Queries','STORE_DB_TRANSACTIONS','false','Store the database queries in the page parse time log (PHP4 only)',10,5,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(249,'E-Mail Transport Method','EMAIL_TRANSPORT','PHP','Defines the method for sending mail.<br /><strong>PHP</strong> is the default, and uses built-in PHP wrappers for processing.<br />Servers running on Windows and MacOS should change this setting to <strong>SMTP</strong>.<br /><br /><strong>SMTPAUTH</strong> should only be used if your server requires SMTP authorization to send messages. You must also configure your SMTPAUTH settings in the appropriate fields in this admin section.<br /><br /><strong>sendmail</strong> is for linux/unix hosts using the sendmail program on the server<br /><strong>\"sendmail-f\"</strong> is only for servers which require the use of the -f parameter to send mail. This is a security setting often used to prevent spoofing. Will cause errors if your host mailserver is not configured to use it.<br /><br /><strong>Qmail</strong> is used for linux/unix hosts running Qmail as sendmail wrapper at /var/qmail/bin/sendmail.',12,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'PHP\', \'sendmail\', \'sendmail-f\', \'smtp\', \'smtpauth\', \'Qmail\'),'),(250,'SMTP Email Account Mailbox','EMAIL_SMTPAUTH_MAILBOX','YourEmailAccountNameHere','Enter the mailbox account name (me@mydomain.com) supplied by your host. This is the account name that your host requires for SMTP authentication.<br />Only required if using SMTP Authentication for email.',12,101,NULL,'2007-10-25 21:07:22',NULL,NULL),(251,'SMTP Email Account Password','EMAIL_SMTPAUTH_PASSWORD','YourPasswordHere','Enter the password for your SMTP mailbox. <br />Only required if using SMTP Authentication for email.',12,101,NULL,'2007-10-25 21:07:22',NULL,NULL),(252,'SMTP Email Mail Host','EMAIL_SMTPAUTH_MAIL_SERVER','mail.EnterYourDomain.com','Enter the DNS name of your SMTP mail server.<br />ie: mail.mydomain.com<br />or 55.66.77.88<br />Only required if using SMTP Authentication for email.',12,101,NULL,'2007-10-25 21:07:22',NULL,NULL),(253,'SMTP Email Mail Server Port','EMAIL_SMTPAUTH_MAIL_SERVER_PORT','25','Enter the IP port number that your SMTP mailserver operates on.<br />Only required if using SMTP Authentication for email.',12,101,NULL,'2007-10-25 21:07:22',NULL,NULL),(254,'Convert currencies for Text emails','CURRENCIES_TRANSLATIONS','&pound;,Â£:&euro;,â‚¬','What currency conversions do you need for Text emails?<br />Default = &amp;pound;,Â£:&amp;euro;,â‚¬',12,120,NULL,'2003-11-21 00:00:00',NULL,'zen_cfg_textarea_small('),(255,'E-Mail Linefeeds','EMAIL_LINEFEED','LF','Defines the character sequence used to separate mail headers.',12,2,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'LF\', \'CRLF\'),'),(256,'Use MIME HTML When Sending Emails','EMAIL_USE_HTML','false','Send e-mails in HTML format',12,3,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(257,'Verify E-Mail Addresses Through DNS','ENTRY_EMAIL_ADDRESS_CHECK','false','Verify e-mail address through a DNS server',12,6,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(258,'Send E-Mails','SEND_EMAILS','true','Send out e-mails',12,5,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(259,'Email Archiving Active?','EMAIL_ARCHIVE','false','If you wish to have email messages archived/stored when sent, set this to \"true\".',12,6,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(260,'E-Mail Friendly-Errors','EMAIL_FRIENDLY_ERRORS','false','Do you want to display friendly errors if emails fail?  Setting this to false will display PHP errors and likely cause the script to fail. Only set to false while troubleshooting, and true for a live shop.',12,7,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(261,'Email Address (Displayed to Contact you)','STORE_OWNER_EMAIL_ADDRESS','amp@ampzone.com','Email address of Store Owner.  Used as \"display only\" when informing customers of how to contact you.',12,10,NULL,'2007-10-25 21:07:22',NULL,NULL),(262,'Email Address (sent FROM)','EMAIL_FROM','amp@ampzone.com','Address from which email messages will be \"sent\" by default. Can be over-ridden at compose-time in admin modules.',12,11,NULL,'2007-10-25 21:07:22',NULL,NULL),(263,'Emails must send from known domain?','EMAIL_SEND_MUST_BE_STORE','No','Does your mailserver require that all outgoing emails have their \"from\" address match a known domain that exists on your webserver?<br /><br />This is often set in order to prevent spoofing and spam broadcasts.  If set to Yes, this will cause the email address (sent FROM) to be used as the \"from\" address on all outgoing mail.',12,11,NULL,'0001-01-01 00:00:00',NULL,'zen_cfg_select_option(array(\'No\', \'Yes\'), '),(264,'Email Admin Format?','ADMIN_EXTRA_EMAIL_FORMAT','TEXT','Please select the Admin extra email format',12,12,NULL,'0001-01-01 00:00:00',NULL,'zen_cfg_select_option(array(\'TEXT\', \'HTML\'), '),(265,'Send Copy of Order Confirmation Emails To','SEND_EXTRA_ORDER_EMAILS_TO','amp@ampzone.com','Send COPIES of order confirmation emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,12,NULL,'2007-10-25 21:07:22',NULL,NULL),(266,'Send Copy of Create Account Emails To - Status','SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO_STATUS','0','Send copy of Create Account Status<br />0= off 1= on',12,13,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(267,'Send Copy of Create Account Emails To','SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO','amp@ampzone.com','Send copy of Create Account emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,14,NULL,'2007-10-25 21:07:22',NULL,NULL),(268,'Send Copy of Tell a Friend Emails To - Status','SEND_EXTRA_TELL_A_FRIEND_EMAILS_TO_STATUS','0','Send copy of Tell a Friend Status<br />0= off 1= on',12,15,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(269,'Send Copy of Tell a Friend Emails To','SEND_EXTRA_TELL_A_FRIEND_EMAILS_TO','amp@ampzone.com','Send copy of Tell a Friend emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,16,NULL,'2007-10-25 21:07:22',NULL,NULL),(270,'Send Copy of Customer GV Send Emails To - Status','SEND_EXTRA_GV_CUSTOMER_EMAILS_TO_STATUS','0','Send copy of Customer GV Send Status<br />0= off 1= on',12,17,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(271,'Send Copy of Customer GV Send Emails To','SEND_EXTRA_GV_CUSTOMER_EMAILS_TO','amp@ampzone.com','Send copy of Customer GV Send emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,18,NULL,'2007-10-25 21:07:22',NULL,NULL),(272,'Send Copy of Admin GV Mail Emails To - Status','SEND_EXTRA_GV_ADMIN_EMAILS_TO_STATUS','0','Send copy of Admin GV Mail Status<br />0= off 1= on',12,19,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(273,'Send Copy of Customer Admin GV Mail Emails To','SEND_EXTRA_GV_ADMIN_EMAILS_TO','amp@ampzone.com','Send copy of Admin GV Mail emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,20,NULL,'2007-10-25 21:07:22',NULL,NULL),(274,'Send Copy of Admin Discount Coupon Mail Emails To - Status','SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO_STATUS','0','Send copy of Admin Discount Coupon Mail Status<br />0= off 1= on',12,21,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(275,'Send Copy of Customer Admin Discount Coupon Mail Emails To','SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO','amp@ampzone.com','Send copy of Admin Discount Coupon Mail emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,22,NULL,'2007-10-25 21:07:22',NULL,NULL),(276,'Send Copy of Admin Orders Status Emails To - Status','SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS','0','Send copy of Admin Orders Status Status<br />0= off 1= on',12,23,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(277,'Send Copy of Admin Orders Status Emails To','SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO','amp@ampzone.com','Send copy of Admin Orders Status emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,24,NULL,'2007-10-25 21:07:22',NULL,NULL),(278,'Send Notice of Pending Reviews Emails To - Status','SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO_STATUS','0','Send copy of Pending Reviews Status<br />0= off 1= on',12,25,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(279,'Send Notice of Pending Reviews Emails To','SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO','amp@ampzone.com','Send copy of Pending Reviews emails to the following email addresses, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,26,NULL,'2007-10-25 21:07:22',NULL,NULL),(280,'Set \"Contact Us\" Email Dropdown List','CONTACT_US_LIST','','On the \"Contact Us\" Page, set the list of email addresses , in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,40,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea('),(281,'Allow Guest To Tell A Friend','ALLOW_GUEST_TO_TELL_A_FRIEND','false','Allow guests to tell a friend about a product. <br />If set to [false], then tell-a-friend will prompt for login if user is not already logged in.',12,50,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(282,'Contact Us - Show Store Name and Address','CONTACT_US_STORE_NAME_ADDRESS','1','Include Store Name and Address<br />0= off 1= on',12,50,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(283,'Send Low Stock Emails','SEND_LOWSTOCK_EMAIL','0','When stock level is at or below low stock level send an email<br />0= off<br />1= on',12,60,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(284,'Send Low Stock Emails To','SEND_EXTRA_LOW_STOCK_EMAILS_TO','amp@ampzone.com','When stock level is at or below low stock level send an email to this address, in this format: Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;',12,61,NULL,'2007-10-25 21:07:22',NULL,NULL),(285,'Display \"Newsletter Unsubscribe\" Link?','SHOW_NEWSLETTER_UNSUBSCRIBE_LINK','true','Show \"Newsletter Unsubscribe\" link in the \"Information\" side-box?',12,70,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(286,'Audience-Select Count Display','AUDIENCE_SELECT_DISPLAY_COUNTS','true','When displaying lists of available audiences/recipients, should the recipients-count be included? <br /><em>(This may make things slower if you have a lot of customers or complex audience queries)</em>',12,90,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(287,'Enable Downloads','DOWNLOAD_ENABLED','true','Enable the products download functions.',13,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(288,'Download by Redirect','DOWNLOAD_BY_REDIRECT','true','Use browser redirection for download. Disable on non-Unix systems.<br /><br />Note: Set /pub to 777 when redirect is true',13,2,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(289,'Download by streaming','DOWNLOAD_IN_CHUNKS','false','If download-by-redirect is disabled, and your PHP memory_limit setting is under 8 MB, you might need to enable this setting so that files are streamed in smaller segments to the browser.<br /><br />Has no effect if Download By Redirect is enabled.',13,2,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(290,'Download Expiration (Number of Days)','DOWNLOAD_MAX_DAYS','7','Set number of days before the download link expires. 0 means no limit.',13,3,NULL,'2007-10-25 21:07:22',NULL,''),(291,'Number of Downloads Allowed - Per Product','DOWNLOAD_MAX_COUNT','5','Set the maximum number of downloads. 0 means no download authorized.',13,4,NULL,'2007-10-25 21:07:22',NULL,''),(292,'Downloads Controller Update Status Value','DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE','4','What orders_status resets the Download days and Max Downloads - Default is 4',13,10,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(293,'Downloads Controller Order Status Value >= lower value','DOWNLOADS_CONTROLLER_ORDERS_STATUS','2','Downloads Controller Order Status Value - Default >= 2<br /><br />Downloads are available for checkout based on the orders status. Orders with orders status greater than this value will be available for download. The orders status is set for an order by the Payment Modules. Set the lower range for this range.',13,12,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(294,'Downloads Controller Order Status Value <= upper value','DOWNLOADS_CONTROLLER_ORDERS_STATUS_END','4','Downloads Controller Order Status Value - Default <= 4<br /><br />Downloads are available for checkout based on the orders status. Orders with orders status less than this value will be available for download. The orders status is set for an order by the Payment Modules.  Set the upper range for this range.',13,13,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(295,'Enable Price Factor','ATTRIBUTES_ENABLED_PRICE_FACTOR','true','Enable the Attributes Price Factor.',13,25,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(296,'Enable Qty Price Discount','ATTRIBUTES_ENABLED_QTY_PRICES','true','Enable the Attributes Quantity Price Discounts.',13,26,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(297,'Enable Attribute Images','ATTRIBUTES_ENABLED_IMAGES','true','Enable the Attributes Images.',13,28,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(298,'Enable Text Pricing by word or letter','ATTRIBUTES_ENABLED_TEXT_PRICES','true','Enable the Attributes Text Pricing by word or letter.',13,35,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(299,'Text Pricing - Spaces are Free','TEXT_SPACES_FREE','1','On Text pricing Spaces are Free<br /><br />0= off 1= on',13,36,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(300,'Read Only option type - Ignore for Add to Cart','PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED','1','When a Product only uses READONLY attributes, should the Add to Cart button be On or Off?<br />0= OFF<br />1= ON',13,37,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(301,'Enable GZip Compression','GZIP_LEVEL','0','0= off 1= on',14,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(302,'Session Directory','SESSION_WRITE_DIRECTORY','/home/r13amps/public_html/catalog/cache','If sessions are file based, store them in this directory.',15,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(303,'Cookie Domain','SESSION_USE_FQDN','True','If True the full domain name will be used to store the cookie, e.g. www.mydomain.com. If False only a partial domain name will be used, e.g. mydomain.com. If you are unsure about this, always leave set to true.',15,2,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(304,'Force Cookie Use','SESSION_FORCE_COOKIE_USE','False','Force the use of sessions when cookies are only enabled.',15,2,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(305,'Check SSL Session ID','SESSION_CHECK_SSL_SESSION_ID','False','Validate the SSL_SESSION_ID on every secure HTTPS page request.',15,3,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(306,'Check User Agent','SESSION_CHECK_USER_AGENT','False','Validate the clients browser user agent on every page request.',15,4,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(307,'Check IP Address','SESSION_CHECK_IP_ADDRESS','False','Validate the clients IP address on every page request.',15,5,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(308,'Prevent Spider Sessions','SESSION_BLOCK_SPIDERS','True','Prevent known spiders from starting a session.',15,6,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(309,'Recreate Session','SESSION_RECREATE','True','Recreate the session to generate a new session ID when the customer logs on or creates an account (PHP >=4.1 needed).',15,7,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(310,'IP to Host Conversion Status','SESSION_IP_TO_HOST_ADDRESS','true','Convert IP Address to Host Address<br /><br />Note: on some servers this can slow down the initial start of a session or execution of Emails',15,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(311,'Length of the redeem code','SECURITY_CODE_LENGTH','10','Enter the length of the redeem code<br />The longer the more secure',16,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(312,'Default Order Status For Zero Balance Orders','DEFAULT_ZERO_BALANCE_ORDERS_STATUS_ID','2','When an order\'s balance is zero, this order status will be assigned to it.',16,0,NULL,'2007-10-25 21:07:22','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(313,'New Signup Discount Coupon ID#','NEW_SIGNUP_DISCOUNT_COUPON','','Select the coupon<br />',16,75,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_coupon_id('),(314,'New Signup Gift Voucher Amount','NEW_SIGNUP_GIFT_VOUCHER_AMOUNT','','Leave blank for none<br />Or enter an amount ie. 10 for $10.00',16,76,NULL,'2007-10-25 21:07:22',NULL,NULL),(315,'Maximum Discount Coupons Per Page','MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS','20','Number of Discount Coupons to list per Page',16,81,NULL,'2007-10-25 21:07:22',NULL,NULL),(316,'Maximum Discount Coupon Report Results Per Page','MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS_REPORTS','20','Number of Discount Coupons to list on Reports Page',16,81,NULL,'2007-10-25 21:07:22',NULL,NULL),(317,'Credit Card Enable Status - VISA','CC_ENABLED_VISA','1','Accept VISA 0= off 1= on',17,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(318,'Credit Card Enable Status - MasterCard','CC_ENABLED_MC','1','Accept MasterCard 0= off 1= on',17,2,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(319,'Credit Card Enable Status - AmericanExpress','CC_ENABLED_AMEX','0','Accept AmericanExpress 0= off 1= on',17,3,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(320,'Credit Card Enable Status - Diners Club','CC_ENABLED_DINERS_CLUB','0','Accept Diners Club 0= off 1= on',17,4,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(321,'Credit Card Enable Status - Discover Card','CC_ENABLED_DISCOVER','0','Accept Discover Card 0= off 1= on',17,5,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(322,'Credit Card Enable Status - JCB','CC_ENABLED_JCB','0','Accept JCB 0= off 1= on',17,6,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(323,'Credit Card Enable Status - AUSTRALIAN BANKCARD','CC_ENABLED_AUSTRALIAN_BANKCARD','0','Accept AUSTRALIAN BANKCARD 0= off 1= on',17,7,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(324,'Credit Card Enable Status - SOLO','CC_ENABLED_SOLO','0','Accept SOLO Card 0= off 1= on',17,8,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(325,'Credit Card Enable Status - Switch','CC_ENABLED_SWITCH','0','Accept SWITCH Card 0= off 1= on',17,9,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(326,'Credit Card Enable Status - Maestro','CC_ENABLED_MAESTRO','0','Accept MAESTRO Card 0= off 1= on',17,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(327,'Credit Card Enabled - Show on Payment','SHOW_ACCEPTED_CREDIT_CARDS','0','Show accepted credit cards on Payment page?<br />0= off<br />1= As Text<br />2= As Images<br /><br />Note: images and text must be defined in both the database and language file for specific credit card types.',17,50,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(328,'This module is installed','MODULE_ORDER_TOTAL_GV_STATUS','true','',6,1,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\'),'),(329,'Sort Order','MODULE_ORDER_TOTAL_GV_SORT_ORDER','840','Sort order of display.',6,2,NULL,'2003-10-30 22:16:40',NULL,NULL),(330,'Queue Purchases','MODULE_ORDER_TOTAL_GV_QUEUE','true','Do you want to queue purchases of the Gift Voucher?',6,3,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(331,'Include Shipping','MODULE_ORDER_TOTAL_GV_INC_SHIPPING','true','Include Shipping in calculation',6,5,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(332,'Include Tax','MODULE_ORDER_TOTAL_GV_INC_TAX','true','Include Tax in calculation.',6,6,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(333,'Re-calculate Tax','MODULE_ORDER_TOTAL_GV_CALC_TAX','None','Re-Calculate Tax',6,7,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'),'),(334,'Tax Class','MODULE_ORDER_TOTAL_GV_TAX_CLASS','0','Use the following tax class when treating Gift Voucher as Credit Note.',6,0,NULL,'2003-10-30 22:16:40','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(335,'Credit including Tax','MODULE_ORDER_TOTAL_GV_CREDIT_TAX','false','Add tax to purchased Gift Voucher when crediting to Account',6,8,NULL,'2003-10-30 22:16:40',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(336,'Set Order Status','MODULE_ORDER_TOTAL_GV_ORDER_STATUS_ID','0','Set the status of orders made where GV covers full payment',6,0,NULL,'2007-10-25 21:07:22','zen_get_order_status_name','zen_cfg_pull_down_order_statuses('),(337,'This module is installed','MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS','true','',6,1,NULL,'2003-10-30 22:16:43',NULL,'zen_cfg_select_option(array(\'true\'),'),(338,'Sort Order','MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER','400','Sort order of display.',6,2,NULL,'2003-10-30 22:16:43',NULL,NULL),(339,'Allow Low Order Fee','MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE','false','Do you want to allow low order fees?',6,3,NULL,'2003-10-30 22:16:43',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(340,'Order Fee For Orders Under','MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER','50','Add the low order fee to orders under this amount.',6,4,NULL,'2003-10-30 22:16:43','currencies->format',NULL),(341,'Order Fee','MODULE_ORDER_TOTAL_LOWORDERFEE_FEE','5','For Percentage Calculation - include a % Example: 10%<br />For a flat amount just enter the amount - Example: 5 for $5.00',6,5,NULL,'2003-10-30 22:16:43','',NULL),(342,'Attach Low Order Fee On Orders Made','MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION','both','Attach low order fee for orders sent to the set destination.',6,6,NULL,'2003-10-30 22:16:43',NULL,'zen_cfg_select_option(array(\'national\', \'international\', \'both\'),'),(343,'Tax Class','MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS','0','Use the following tax class on the low order fee.',6,7,NULL,'2003-10-30 22:16:43','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(344,'No Low Order Fee on Virtual Products','MODULE_ORDER_TOTAL_LOWORDERFEE_VIRTUAL','false','Do not charge Low Order Fee when cart is Virtual Products Only',6,8,NULL,'2004-04-20 22:16:43',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(345,'No Low Order Fee on Gift Vouchers','MODULE_ORDER_TOTAL_LOWORDERFEE_GV','false','Do not charge Low Order Fee when cart is Gift Vouchers Only',6,9,NULL,'2004-04-20 22:16:43',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(346,'This module is installed','MODULE_ORDER_TOTAL_SHIPPING_STATUS','true','',6,1,NULL,'2003-10-30 22:16:46',NULL,'zen_cfg_select_option(array(\'true\'),'),(347,'Sort Order','MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER','200','Sort order of display.',6,2,NULL,'2003-10-30 22:16:46',NULL,NULL),(348,'Allow Free Shipping','MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING','false','Do you want to allow free shipping?',6,3,NULL,'2003-10-30 22:16:46',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(349,'Free Shipping For Orders Over','MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER','50','Provide free shipping for orders over the set amount.',6,4,NULL,'2003-10-30 22:16:46','currencies->format',NULL),(350,'Provide Free Shipping For Orders Made','MODULE_ORDER_TOTAL_SHIPPING_DESTINATION','national','Provide free shipping for orders sent to the set destination.',6,5,NULL,'2003-10-30 22:16:46',NULL,'zen_cfg_select_option(array(\'national\', \'international\', \'both\'),'),(351,'This module is installed','MODULE_ORDER_TOTAL_SUBTOTAL_STATUS','true','',6,1,NULL,'2003-10-30 22:16:49',NULL,'zen_cfg_select_option(array(\'true\'),'),(352,'Sort Order','MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER','100','Sort order of display.',6,2,NULL,'2003-10-30 22:16:49',NULL,NULL),(353,'This module is installed','MODULE_ORDER_TOTAL_TAX_STATUS','true','',6,1,NULL,'2003-10-30 22:16:52',NULL,'zen_cfg_select_option(array(\'true\'),'),(354,'Sort Order','MODULE_ORDER_TOTAL_TAX_SORT_ORDER','300','Sort order of display.',6,2,NULL,'2003-10-30 22:16:52',NULL,NULL),(355,'This module is installed','MODULE_ORDER_TOTAL_TOTAL_STATUS','true','',6,1,NULL,'2003-10-30 22:16:55',NULL,'zen_cfg_select_option(array(\'true\'),'),(356,'Sort Order','MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER','999','Sort order of display.',6,2,NULL,'2003-10-30 22:16:55',NULL,NULL),(357,'Tax Class','MODULE_ORDER_TOTAL_COUPON_TAX_CLASS','0','Use the following tax class when treating Discount Coupon as Credit Note.',6,0,NULL,'2003-10-30 22:16:36','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(358,'Include Tax','MODULE_ORDER_TOTAL_COUPON_INC_TAX','false','Include Tax in calculation.',6,6,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(359,'Sort Order','MODULE_ORDER_TOTAL_COUPON_SORT_ORDER','280','Sort order of display.',6,2,NULL,'2003-10-30 22:16:36',NULL,NULL),(360,'Include Shipping','MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING','false','Include Shipping in calculation',6,5,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(361,'This module is installed','MODULE_ORDER_TOTAL_COUPON_STATUS','true','',6,1,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'true\'),'),(362,'Re-calculate Tax','MODULE_ORDER_TOTAL_COUPON_CALC_TAX','Standard','Re-Calculate Tax',6,7,NULL,'2003-10-30 22:16:36',NULL,'zen_cfg_select_option(array(\'None\', \'Standard\', \'Credit Note\'),'),(363,'Admin Demo Status','ADMIN_DEMO','0','Admin Demo should be on?<br />0= off 1= on',6,0,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(364,'Product option type Select','PRODUCTS_OPTIONS_TYPE_SELECT','0','The number representing the Select type of product option.',0,NULL,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(365,'Text product option type','PRODUCTS_OPTIONS_TYPE_TEXT','1','Numeric value of the text product option type',6,NULL,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(366,'Radio button product option type','PRODUCTS_OPTIONS_TYPE_RADIO','2','Numeric value of the radio button product option type',6,NULL,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(367,'Check box product option type','PRODUCTS_OPTIONS_TYPE_CHECKBOX','3','Numeric value of the check box product option type',6,NULL,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(368,'File product option type','PRODUCTS_OPTIONS_TYPE_FILE','4','Numeric value of the file product option type',6,NULL,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(369,'ID for text and file products options values','PRODUCTS_OPTIONS_VALUES_TEXT_ID','0','Numeric value of the products_options_values_id used by the text and file attributes.',6,NULL,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(370,'Upload prefix','UPLOAD_PREFIX','upload_','Prefix used to differentiate between upload options and other options',0,NULL,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(371,'Text prefix','TEXT_PREFIX','txt_','Prefix used to differentiate between text option values and other option values',0,NULL,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(372,'Read Only option type','PRODUCTS_OPTIONS_TYPE_READONLY','5','Numeric value of the file product option type',6,NULL,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,NULL),(373,'Products Info - Products Option Name Sort Order','PRODUCTS_OPTIONS_SORT_ORDER','0','Sort order of Option Names for Products Info<br />0= Sort Order, Option Name<br />1= Option Name',18,35,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(374,'Products Info - Product Option Value of Attributes Sort Order','PRODUCTS_OPTIONS_SORT_BY_PRICE','1','Sort order of Product Option Values of Attributes for Products Info<br />0= Sort Order, Price<br />1= Sort Order, Option Value Name',18,36,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(375,'Product Info - Show Option Values Name Below Attributes Image','PRODUCT_IMAGES_ATTRIBUTES_NAMES','1','Product Info - Show the name of the Option Value beneath the Attribute Image?<br />0= off 1= on',18,41,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(376,'Product Info - Show Sales Discount Savings Status','SHOW_SALE_DISCOUNT_STATUS','1','Product Info - Show the amount of discount savings?<br />0= off 1= on',18,45,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(377,'Product Info - Show Sales Discount Savings Dollars or Percentage','SHOW_SALE_DISCOUNT','1','Product Info - Show the amount of discount savings display as:<br />1= % off 2= $amount off',18,46,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\'), '),(378,'Product Info - Show Sales Discount Savings Percentage Decimals','SHOW_SALE_DISCOUNT_DECIMALS','0','Product Info - Show discount savings display as a Percentage with how many decimals?:<br />Default= 0',18,47,NULL,'2007-10-25 21:07:22',NULL,NULL),(379,'Product Info - Price is Free Image or Text Status','OTHER_IMAGE_PRICE_IS_FREE_ON','1','Product Info - Show the Price is Free Image or Text on Displayed Price<br />0= Text<br />1= Image',18,50,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(380,'Product Info - Price is Call for Price Image or Text Status','PRODUCTS_PRICE_IS_CALL_IMAGE_ON','1','Product Info - Show the Price is Call for Price Image or Text on Displayed Price<br />0= Text<br />1= Image',18,51,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(381,'Product Quantity Box Status - Adding New Products','PRODUCTS_QTY_BOX_STATUS','1','What should the Default Quantity Box Status be set to when adding New Products?<br /><br />0= off<br />1= on<br />NOTE: This will show a Qty Box when ON and default the Add to Cart to 1',18,55,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(382,'Product Reviews Require Approval','REVIEWS_APPROVAL','1','Do product reviews require approval?<br /><br />Note: When Review Status is off, it will also not show<br /><br />0= off 1= on',18,62,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(383,'Meta Tags - Include Product Model in Title','META_TAG_INCLUDE_MODEL','1','Do you want to include the Product Model in the Meta Tag Title?<br /><br />0= off 1= on',18,69,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(384,'Meta Tags - Include Product Price in Title','META_TAG_INCLUDE_PRICE','1','Do you want to include the Product Price in the Meta Tag Title?<br /><br />0= off 1= on',18,70,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(385,'Meta Tags Generated Description Maximum Length?','MAX_META_TAG_DESCRIPTION_LENGTH','50','Set Generated Meta Tag Description Maximum Length to (words) Default 50:',18,71,NULL,'2007-10-25 21:07:22','',''),(386,'Also Purchased Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_ALSO_PURCHASED_PRODUCTS','3','Also Purchased Products Columns per Row<br />0= off or set the sort order',18,72,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(387,'Previous Next - Navigation Bar Position','PRODUCT_INFO_PREVIOUS_NEXT','1','Location of Previous/Next Navigation Bar<br />0= off<br />1= Top of Page<br />2= Bottom of Page<br />3= Both Top and Bottom of Page',18,21,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Off\'), array(\'id\'=>\'1\', \'text\'=>\'Top of Page\'), array(\'id\'=>\'2\', \'text\'=>\'Bottom of Page\'), array(\'id\'=>\'3\', \'text\'=>\'Both Top & Bottom of Page\')),'),(388,'Previous Next - Sort Order','PRODUCT_INFO_PREVIOUS_NEXT_SORT','1','Products Display Order by<br />0= Product ID<br />1= Product Name<br />2= Model<br />3= Price, Product Name<br />4= Price, Model<br />5= Product Name, Model<br />6= Product Sort Order',18,22,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Product ID\'), array(\'id\'=>\'1\', \'text\'=>\'Name\'), array(\'id\'=>\'2\', \'text\'=>\'Product Model\'), array(\'id\'=>\'3\', \'text\'=>\'Product Price - Name\'), array(\'id\'=>\'4\', \'text\'=>\'Product Price - Model\'), array(\'id\'=>\'5\', \'text\'=>\'Product Name - Model\'), array(\'id\'=>\'6\', \'text\'=>\'Product Sort Order\')),'),(389,'Previous Next - Button and Image Status','SHOW_PREVIOUS_NEXT_STATUS','0','Button and Product Image status settings are:<br />0= Off<br />1= On',18,20,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Off\'), array(\'id\'=>\'1\', \'text\'=>\'On\')),'),(390,'Previous Next - Button and Image Settings','SHOW_PREVIOUS_NEXT_IMAGES','0','Show Previous/Next Button and Product Image Settings<br />0= Button Only<br />1= Button and Product Image<br />2= Product Image Only',18,21,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Button Only\'), array(\'id\'=>\'1\', \'text\'=>\'Button and Product Image\'), array(\'id\'=>\'2\', \'text\'=>\'Product Image Only\')),'),(391,'Previous Next - Image Width?','PREVIOUS_NEXT_IMAGE_WIDTH','50','Previous/Next Image Width?',18,22,NULL,'2007-10-25 21:07:22','',''),(392,'Previous Next - Image Height?','PREVIOUS_NEXT_IMAGE_HEIGHT','40','Previous/Next Image Height?',18,23,NULL,'2007-10-25 21:07:22','',''),(393,'Previous Next - Navigation Includes Category Position','PRODUCT_INFO_CATEGORIES','1','Product\'s Category Image and Name Alignment Above Previous/Next Navigation Bar<br />0= off<br />1= Align Left<br />2= Align Center<br />3= Align Right',18,20,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Off\'), array(\'id\'=>\'1\', \'text\'=>\'Align Left\'), array(\'id\'=>\'2\', \'text\'=>\'Align Center\'), array(\'id\'=>\'3\', \'text\'=>\'Align Right\')),'),(394,'Previous Next - Navigation Includes Category Name and Image Status','PRODUCT_INFO_CATEGORIES_IMAGE_STATUS','2','Product\'s Category Image and Name Status<br />0= Category Name and Image always shows<br />1= Category Name only<br />2= Category Name and Image when not blank',18,20,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Category Name and Image Always\'), array(\'id\'=>\'1\', \'text\'=>\'Category Name only\'), array(\'id\'=>\'2\', \'text\'=>\'Category Name and Image when not blank\')),'),(395,'Column Width - Left Boxes','BOX_WIDTH_LEFT','150px','Width of the Left Column Boxes<br />px may be included<br />Default = 150px',19,1,NULL,'2003-11-21 22:16:36',NULL,NULL),(396,'Column Width - Right Boxes','BOX_WIDTH_RIGHT','150px','Width of the Right Column Boxes<br />px may be included<br />Default = 150px',19,2,NULL,'2003-11-21 22:16:36',NULL,NULL),(397,'Bread Crumbs Navigation Separator','BREAD_CRUMBS_SEPARATOR','&nbsp;::&nbsp;','Enter the separator symbol to appear between the Navigation Bread Crumb trail<br />Note: Include spaces with the &amp;nbsp; symbol if you want them part of the separator.<br />Default = &amp;nbsp;::&amp;nbsp;',19,3,NULL,'2003-11-21 22:16:36',NULL,'zen_cfg_textarea_small('),(398,'Define Breadcrumb Status','DEFINE_BREADCRUMB_STATUS','1','Enable the Breadcrumb Trail Links?<br />0= OFF<br />1= ON<br />2= Off for Home Page Only',19,4,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(399,'Bestsellers - Number Padding','BEST_SELLERS_FILLER','&nbsp;','What do you want to Pad the numbers with?<br />Default = &amp;nbsp;',19,5,NULL,'2003-11-21 22:16:36',NULL,'zen_cfg_textarea_small('),(400,'Bestsellers - Truncate Product Names','BEST_SELLERS_TRUNCATE','35','What size do you want to truncate the Product Names?<br />Default = 35',19,6,NULL,'2003-11-21 22:16:36',NULL,NULL),(401,'Bestsellers - Truncate Product Names followed by ...','BEST_SELLERS_TRUNCATE_MORE','true','When truncated Product Names follow with ...<br />Default = true',19,7,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(402,'Categories Box - Show Specials Link','SHOW_CATEGORIES_BOX_SPECIALS','false','Show Specials Link in the Categories Box',19,8,'2007-10-25 23:04:37','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(403,'Categories Box - Show Products New Link','SHOW_CATEGORIES_BOX_PRODUCTS_NEW','true','Show Products New Link in the Categories Box',19,9,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(404,'Shopping Cart Box Status','SHOW_SHOPPING_CART_BOX_STATUS','1','Shopping Cart Shows<br />0= Always<br />1= Only when full<br />2= Only when full but not when viewing the Shopping Cart',19,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(405,'Categories Box - Show Featured Products Link','SHOW_CATEGORIES_BOX_FEATURED_PRODUCTS','true','Show Featured Products Link in the Categories Box',19,11,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(406,'Categories Box - Show Products All Link','SHOW_CATEGORIES_BOX_PRODUCTS_ALL','true','Show Products All Link in the Categories Box',19,12,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(407,'Column Left Status - Global','COLUMN_LEFT_STATUS','1','Show Column Left, unless page override exists?<br />0= Column Left is always off<br />1= Column Left is on, unless page override',19,15,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(408,'Column Right Status - Global','COLUMN_RIGHT_STATUS','1','Show Column Right, unless page override exists?<br />0= Column Right is always off<br />1= Column Right is on, unless page override',19,16,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(409,'Column Width - Left','COLUMN_WIDTH_LEFT','150px','Width of the Left Column<br />px may be included<br />Default = 150px',19,20,NULL,'2003-11-21 22:16:36',NULL,NULL),(410,'Column Width - Right','COLUMN_WIDTH_RIGHT','150px','Width of the Right Column<br />px may be included<br />Default = 150px',19,21,NULL,'2003-11-21 22:16:36',NULL,NULL),(411,'Categories Separator between links Status','SHOW_CATEGORIES_SEPARATOR_LINK','1','Show Category Separator between Category Names and Links?<br />0= off<br />1= on',19,24,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(412,'Categories Separator between the Category Name and Count','CATEGORIES_SEPARATOR','-&gt;','What separator do you want between the Category name and the count?<br />Default = -&amp;gt;',19,25,NULL,'2003-11-21 22:16:36',NULL,'zen_cfg_textarea_small('),(413,'Categories Separator between the Category Name and Sub Categories','CATEGORIES_SEPARATOR_SUBS','|_&nbsp;','What separator do you want between the Category name and Sub Category Name?<br />Default = |_&amp;nbsp;',19,26,NULL,'2004-03-25 22:16:36',NULL,'zen_cfg_textarea_small('),(414,'Categories Count Prefix','CATEGORIES_COUNT_PREFIX','&nbsp;(','What do you want to Prefix the count with?<br />Default= (',19,27,NULL,'2003-01-21 22:16:36',NULL,'zen_cfg_textarea_small('),(415,'Categories Count Suffix','CATEGORIES_COUNT_SUFFIX',')','What do you want as a Suffix to the count?<br />Default= )',19,28,NULL,'2003-01-21 22:16:36',NULL,'zen_cfg_textarea_small('),(416,'Categories SubCategories Indent','CATEGORIES_SUBCATEGORIES_INDENT','&nbsp;&nbsp;','What do you want to use as the subcategories indent?<br />Default= &nbsp;&nbsp;',19,29,NULL,'2004-06-24 22:16:36',NULL,'zen_cfg_textarea_small('),(417,'Categories with 0 Products Status','CATEGORIES_COUNT_ZERO','0','Show Category Count for 0 Products?<br />0= off<br />1= on',19,30,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(418,'Split Categories Box','CATEGORIES_SPLIT_DISPLAY','True','Split the categories box display by product type',19,31,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(419,'Shopping Cart - Show Totals','SHOW_TOTALS_IN_CART','1','Show Totals Above Shopping Cart?<br />0= off<br />1= on: Items Weight Amount<br />2= on: Items Weight Amount, but no weight when 0<br />3= on: Items Amount',19,31,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(420,'Customer Greeting - Show on Index Page','SHOW_CUSTOMER_GREETING','1','Always Show Customer Greeting on Index?<br />0= off<br />1= on',19,40,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(421,'Categories - Always Show on Main Page','SHOW_CATEGORIES_ALWAYS','0','Always Show Categories on Main Page<br />0= off<br />1= on<br />Default category can be set to Top Level or a Specific Top Level',19,45,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(422,'Main Page - Opens with Category','CATEGORIES_START_MAIN','0','0= Top Level Categories<br />Or enter the Category ID#<br />Note: Sub Categories can also be used Example: 3_10',19,46,NULL,'2007-10-25 21:07:22','',''),(423,'Categories - Always Open to Show SubCategories','SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS','1','Always Show Categories and SubCategories<br />0= off, just show Top Categories<br />1= on, Always show Categories and SubCategories when selected',19,47,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(424,'Banner Display Groups - Header Position 1','SHOW_BANNERS_GROUP_SET1','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Header Position 1?<br />Leave blank for none',19,55,NULL,'2007-10-25 21:07:22','',''),(425,'Banner Display Groups - Header Position 2','SHOW_BANNERS_GROUP_SET2','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Header Position 2?<br />Leave blank for none',19,56,NULL,'2007-10-25 21:07:22','',''),(426,'Banner Display Groups - Header Position 3','SHOW_BANNERS_GROUP_SET3','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Header Position 3?<br />Leave blank for none',19,57,NULL,'2007-10-25 21:07:22','',''),(427,'Banner Display Groups - Footer Position 1','SHOW_BANNERS_GROUP_SET4','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Footer Position 1?<br />Leave blank for none',19,65,NULL,'2007-10-25 21:07:22','',''),(428,'Banner Display Groups - Footer Position 2','SHOW_BANNERS_GROUP_SET5','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Footer Position 2?<br />Leave blank for none',19,66,NULL,'2007-10-25 21:07:22','',''),(429,'Banner Display Groups - Footer Position 3','SHOW_BANNERS_GROUP_SET6','','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br /><br />Default Group is Wide-Banners<br /><br />What Banner Group(s) do you want to use in the Footer Position 3?<br />Leave blank for none',19,67,'2007-10-26 00:41:54','2007-10-25 21:07:22','',''),(430,'Banner Display Groups - Side Box banner_box','SHOW_BANNERS_GROUP_SET7','SideBox-Banners','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br />Default Group is SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Side Box - banner_box?<br />Leave blank for none',19,70,NULL,'2007-10-25 21:07:22','',''),(431,'Banner Display Groups - Side Box banner_box2','SHOW_BANNERS_GROUP_SET8','SideBox-Banners','The Banner Display Groups can be from 1 Banner Group or Multiple Banner Groups<br /><br />For Multiple Banner Groups enter the Banner Group Name separated by a colon <strong>:</strong><br /><br />Example: Wide-Banners:SideBox-Banners<br />Default Group is SideBox-Banners<br /><br />What Banner Group(s) do you want to use in the Side Box - banner_box2?<br />Leave blank for none',19,71,NULL,'2007-10-25 21:07:22','',''),(432,'Banner Display Group - Side Box banner_box_all','SHOW_BANNERS_GROUP_SET_ALL','BannersAll','The Banner Display Group may only be from one (1) Banner Group for the Banner All sidebox<br /><br />Default Group is BannersAll<br /><br />What Banner Group do you want to use in the Side Box - banner_box_all?<br />Leave blank for none',19,72,NULL,'2007-10-25 21:07:22','',''),(433,'Footer - Show IP Address status','SHOW_FOOTER_IP','1','Show Customer IP Address in the Footer<br />0= off<br />1= on<br />Should the Customer IP Address show in the footer?',19,80,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(434,'Product Discount Quantities - Add how many blank discounts?','DISCOUNT_QTY_ADD','5','How many blank discount quantities should be added for Product Pricing?',19,90,NULL,'2007-10-25 21:07:22','',''),(435,'Product Discount Quantities - Display how many per row?','DISCOUNT_QUANTITY_PRICES_COLUMN','5','How many discount quantities should show per row on Product Info Pages?',19,95,NULL,'2007-10-25 21:07:22','',''),(436,'Categories/Products Display Sort Order','CATEGORIES_PRODUCTS_SORT_ORDER','0','Categories/Products Display Sort Order<br />0= Categories/Products Sort Order/Name<br />1= Categories/Products Name<br />2= Products Model<br />3= Products Qty+, Products Name<br />4= Products Qty-, Products Name<br />5= Products Price+, Products Name<br />6= Products Price+, Products Name',19,100,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\', \'5\', \'6\'), '),(437,'Option Names and Values Global Add, Copy and Delete Features Status','OPTION_NAMES_VALUES_GLOBAL_STATUS','1','Option Names and Values Global Add, Copy and Delete Features Status<br />0= Hide Features<br />1= Show Features<br />2= Products Model',19,110,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(438,'Categories-Tabs Menu ON/OFF','CATEGORIES_TABS_STATUS','0','Categories-Tabs<br />This enables the display of your store\'s categories as a menu across the top of your header. There are many potential creative uses for this.<br />0= Hide Categories Tabs<br />1= Show Categories Tabs',19,112,'2007-10-25 23:47:35','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(439,'Site Map - include My Account Links?','SHOW_ACCOUNT_LINKS_ON_SITE_MAP','No','Should the links to My Account show up on the site-map?<br />Note: Spiders will try to index this page, and likely should not be sent to secure pages, since there is no benefit in indexing a login page.<br /><br />Default: false',19,115,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'Yes\', \'No\'), '),(440,'Skip 1-prod Categories','SKIP_SINGLE_PRODUCT_CATEGORIES','True','Skip single-product categories<br />If this option is set to True, then if the customer clicks on a link to a category which only contains a single item, then Zen Cart will take them directly to that product-page, rather than present them with another link to click in order to see the product.<br />Default: True',19,120,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(441,'Use split-login page','USE_SPLIT_LOGIN_MODE','False','The login page can be displayed in two modes: Split or Vertical.<br />In Split mode, the create-account options are accessed by clicking a button to get to the create-account page.  In Vertical mode, the create-account input fields are all displayed inline, below the login field, making one less click for the customer to create their account.<br />Default: False',19,121,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(442,'CSS Buttons','IMAGE_USE_CSS_BUTTONS','No','CSS Buttons<br />Use CSS buttons instead of images (GIF/JPG)?<br />Button styles must be configured in the stylesheet if you enable this option.',19,147,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'No\', \'Yes\'), '),(443,'<strong>Down for Maintenance: ON/OFF</strong>','DOWN_FOR_MAINTENANCE','false','Down for Maintenance <br />(true=on false=off)',20,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(444,'Down for Maintenance: filename','DOWN_FOR_MAINTENANCE_FILENAME','down_for_maintenance','Down for Maintenance filename<br />Note: Do not include the extension<br />Default=down_for_maintenance',20,2,NULL,'2007-10-25 21:07:22',NULL,''),(445,'Down for Maintenance: Hide Header','DOWN_FOR_MAINTENANCE_HEADER_OFF','false','Down for Maintenance: Hide Header <br />(true=hide false=show)',20,3,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(446,'Down for Maintenance: Hide Column Left','DOWN_FOR_MAINTENANCE_COLUMN_LEFT_OFF','false','Down for Maintenance: Hide Column Left <br />(true=hide false=show)',20,4,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(447,'Down for Maintenance: Hide Column Right','DOWN_FOR_MAINTENANCE_COLUMN_RIGHT_OFF','false','Down for Maintenance: Hide Column Right <br />(true=hide false=show)',20,5,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(448,'Down for Maintenance: Hide Footer','DOWN_FOR_MAINTENANCE_FOOTER_OFF','false','Down for Maintenance: Hide Footer <br />(true=hide false=show)',20,6,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(449,'Down for Maintenance: Hide Prices','DOWN_FOR_MAINTENANCE_PRICES_OFF','false','Down for Maintenance: Hide Prices <br />(true=hide false=show)',20,7,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(450,'Down For Maintenance (exclude this IP-Address)','EXCLUDE_ADMIN_IP_FOR_MAINTENANCE','your IP (ADMIN)','This IP Address is able to access the website while it is Down For Maintenance (like webmaster)<br />To enter multiple IP Addresses, separate with a comma. If you do not know your IP Address, check in the Footer of your Shop.',20,8,'2003-03-21 13:43:22','2003-03-21 21:20:07',NULL,NULL),(451,'NOTICE PUBLIC Before going Down for Maintenance: ON/OFF','WARN_BEFORE_DOWN_FOR_MAINTENANCE','false','Give a WARNING some time before you put your website Down for Maintenance<br />(true=on false=off)<br />If you set the \'Down For Maintenance: ON/OFF\' to true this will automaticly be updated to false',20,9,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(452,'Date and hours for notice before maintenance','PERIOD_BEFORE_DOWN_FOR_MAINTENANCE','15/05/2003  2-3 PM','Date and hours for notice before maintenance website, enter date and hours for maintenance website',20,10,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,NULL),(453,'Display when webmaster has enabled maintenance','DISPLAY_MAINTENANCE_TIME','false','Display when Webmaster has enabled maintenance <br />(true=on false=off)<br />',20,11,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(454,'Display website maintenance period','DISPLAY_MAINTENANCE_PERIOD','false','Display Website maintenance period <br />(true=on false=off)<br />',20,12,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,'zen_cfg_select_option(array(\'true\', \'false\'),'),(455,'Website maintenance period','TEXT_MAINTENANCE_PERIOD_TIME','2h00','Enter Website Maintenance period (hh:mm)',20,13,'2003-03-21 13:08:25','2003-03-21 11:42:47',NULL,NULL),(456,'Confirm Terms and Conditions During Checkout Procedure','DISPLAY_CONDITIONS_ON_CHECKOUT','false','Show the Terms and Conditions during the checkout procedure which the customer must agree to.',11,1,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(457,'Confirm Privacy Notice During Account Creation Procedure','DISPLAY_PRIVACY_CONDITIONS','false','Show the Privacy Notice during the account creation procedure which the customer must agree to.',11,2,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'true\', \'false\'), '),(458,'Display Product Image','PRODUCT_NEW_LIST_IMAGE','1102','Do you want to display the Product Image?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(459,'Display Product Quantity','PRODUCT_NEW_LIST_QUANTITY','1202','Do you want to display the Product Quantity?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(460,'Display Product Buy Now Button','PRODUCT_NEW_BUY_NOW','1300','Do you want to display the Product Buy Now Button<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,3,NULL,'2007-10-25 21:07:22',NULL,NULL),(461,'Display Product Name','PRODUCT_NEW_LIST_NAME','2101','Do you want to display the Product Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,4,NULL,'2007-10-25 21:07:22',NULL,NULL),(462,'Display Product Model','PRODUCT_NEW_LIST_MODEL','2201','Do you want to display the Product Model?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,5,NULL,'2007-10-25 21:07:22',NULL,NULL),(463,'Display Product Manufacturer Name','PRODUCT_NEW_LIST_MANUFACTURER','2302','Do you want to display the Product Manufacturer Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,6,NULL,'2007-10-25 21:07:22',NULL,NULL),(464,'Display Product Price','PRODUCT_NEW_LIST_PRICE','2402','Do you want to display the Product Price<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,7,NULL,'2007-10-25 21:07:22',NULL,NULL),(465,'Display Product Weight','PRODUCT_NEW_LIST_WEIGHT','2502','Do you want to display the Product Weight?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,8,NULL,'2007-10-25 21:07:22',NULL,NULL),(466,'Display Product Date Added','PRODUCT_NEW_LIST_DATE_ADDED','2601','Do you want to display the Product Date Added?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',21,9,NULL,'2007-10-25 21:07:22',NULL,NULL),(467,'Display Product Description','PRODUCT_NEW_LIST_DESCRIPTION','1','Do you want to display the Product Description - First 150 characters?<br />0= off<br />1= on',21,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(468,'Display Product Display - Default Sort Order','PRODUCT_NEW_LIST_SORT_DEFAULT','6','What Sort Order Default should be used for New Products Display?<br />Default= 6 for Date New to Old<br /><br />1= Products Name<br />2= Products Name Desc<br />3= Price low to high, Products Name<br />4= Price high to low, Products Name<br />5= Model<br />6= Date Added desc<br />7= Date Added<br />8= Product Sort Order',21,11,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\'), '),(469,'Default Products New Group ID','PRODUCT_NEW_LIST_GROUP_ID','21','Warning: Only change this if your Products New Group ID has changed from the default of 21<br />What is the configuration_group_id for New Products Listings?',21,12,NULL,'2007-10-25 21:07:22',NULL,NULL),(470,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_NEW_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',21,25,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(471,'Mask Upcoming Products from being include as New Products','SHOW_NEW_PRODUCTS_UPCOMING_MASKED','0','Do you want to mask Upcoming Products from being included as New Products in Listing, Sideboxes and Centerbox?<br />0= off<br />1= on',21,30,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(472,'Display Product Image','PRODUCT_FEATURED_LIST_IMAGE','1102','Do you want to display the Product Image?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(473,'Display Product Quantity','PRODUCT_FEATURED_LIST_QUANTITY','1202','Do you want to display the Product Quantity?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(474,'Display Product Buy Now Button','PRODUCT_FEATURED_BUY_NOW','1300','Do you want to display the Product Buy Now Button<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,3,NULL,'2007-10-25 21:07:22',NULL,NULL),(475,'Display Product Name','PRODUCT_FEATURED_LIST_NAME','2101','Do you want to display the Product Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,4,NULL,'2007-10-25 21:07:22',NULL,NULL),(476,'Display Product Model','PRODUCT_FEATURED_LIST_MODEL','2201','Do you want to display the Product Model?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,5,NULL,'2007-10-25 21:07:22',NULL,NULL),(477,'Display Product Manufacturer Name','PRODUCT_FEATURED_LIST_MANUFACTURER','2302','Do you want to display the Product Manufacturer Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,6,NULL,'2007-10-25 21:07:22',NULL,NULL),(478,'Display Product Price','PRODUCT_FEATURED_LIST_PRICE','2402','Do you want to display the Product Price<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,7,NULL,'2007-10-25 21:07:22',NULL,NULL),(479,'Display Product Weight','PRODUCT_FEATURED_LIST_WEIGHT','2502','Do you want to display the Product Weight?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,8,NULL,'2007-10-25 21:07:22',NULL,NULL),(480,'Display Product Date Added','PRODUCT_FEATURED_LIST_DATE_ADDED','2601','Do you want to display the Product Date Added?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',22,9,NULL,'2007-10-25 21:07:22',NULL,NULL),(481,'Display Product Description','PRODUCT_FEATURED_LIST_DESCRIPTION','1','Do you want to display the Product Description - First 150 characters?',22,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(482,'Display Product Display - Default Sort Order','PRODUCT_FEATURED_LIST_SORT_DEFAULT','1','What Sort Order Default should be used for Featured Product Display?<br />Default= 1 for Product Name<br /><br />1= Products Name<br />2= Products Name Desc<br />3= Price low to high, Products Name<br />4= Price high to low, Products Name<br />5= Model<br />6= Date Added desc<br />7= Date Added<br />8= Product Sort Order',22,11,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\'), '),(483,'Default Featured Products Group ID','PRODUCT_FEATURED_LIST_GROUP_ID','22','Warning: Only change this if your Featured Products Group ID has changed from the default of 22<br />What is the configuration_group_id for Featured Products Listings?',22,12,NULL,'2007-10-25 21:07:22',NULL,NULL),(484,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_FEATURED_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',22,25,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(485,'Display Product Image','PRODUCT_ALL_LIST_IMAGE','1102','Do you want to display the Product Image?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,1,NULL,'2007-10-25 21:07:22',NULL,NULL),(486,'Display Product Quantity','PRODUCT_ALL_LIST_QUANTITY','1202','Do you want to display the Product Quantity?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,2,NULL,'2007-10-25 21:07:22',NULL,NULL),(487,'Display Product Buy Now Button','PRODUCT_ALL_BUY_NOW','1300','Do you want to display the Product Buy Now Button<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,3,NULL,'2007-10-25 21:07:22',NULL,NULL),(488,'Display Product Name','PRODUCT_ALL_LIST_NAME','2101','Do you want to display the Product Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,4,NULL,'2007-10-25 21:07:22',NULL,NULL),(489,'Display Product Model','PRODUCT_ALL_LIST_MODEL','2201','Do you want to display the Product Model?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,5,NULL,'2007-10-25 21:07:22',NULL,NULL),(490,'Display Product Manufacturer Name','PRODUCT_ALL_LIST_MANUFACTURER','2302','Do you want to display the Product Manufacturer Name?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,6,NULL,'2007-10-25 21:07:22',NULL,NULL),(491,'Display Product Price','PRODUCT_ALL_LIST_PRICE','2402','Do you want to display the Product Price<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,7,NULL,'2007-10-25 21:07:22',NULL,NULL),(492,'Display Product Weight','PRODUCT_ALL_LIST_WEIGHT','2502','Do you want to display the Product Weight?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,8,NULL,'2007-10-25 21:07:22',NULL,NULL),(493,'Display Product Date Added','PRODUCT_ALL_LIST_DATE_ADDED','2601','Do you want to display the Product Date Added?<br /><br />0= off<br />1st digit Left or Right<br />2nd and 3rd digit Sort Order<br />4th digit number of breaks after<br />',23,9,NULL,'2007-10-25 21:07:22',NULL,NULL),(494,'Display Product Description','PRODUCT_ALL_LIST_DESCRIPTION','1','Do you want to display the Product Description - First 150 characters?',23,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(495,'Display Product Display - Default Sort Order','PRODUCT_ALL_LIST_SORT_DEFAULT','1','What Sort Order Default should be used for All Products Display?<br />Default= 1 for Product Name<br /><br />1= Products Name<br />2= Products Name Desc<br />3= Price low to high, Products Name<br />4= Price high to low, Products Name<br />5= Model<br />6= Date Added desc<br />7= Date Added<br />8= Product Sort Order',23,11,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\'), '),(496,'Default Products All Group ID','PRODUCT_ALL_LIST_GROUP_ID','23','Warning: Only change this if your Products All Group ID has changed from the default of 23<br />What is the configuration_group_id for Products All Listings?',23,12,NULL,'2007-10-25 21:07:22',NULL,NULL),(497,'Display Multiple Products Qty Box Status and Set Button Location','PRODUCT_ALL_LISTING_MULTIPLE_ADD_TO_CART','3','Do you want to display Add Multiple Products Qty Box and Set Button Location?<br />0= off<br />1= Top<br />2= Bottom<br />3= Both',23,25,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'), '),(498,'Show New Products on Main Page','SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS','0','Show New Products on Main Page<br />0= off or set the sort order',24,65,'2007-10-25 23:38:59','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(499,'Show Featured Products on Main Page','SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS','0','Show Featured Products on Main Page<br />0= off or set the sort order',24,66,'2007-10-25 23:39:19','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(500,'Show Special Products on Main Page','SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS','0','Show Special Products on Main Page<br />0= off or set the sort order',24,67,'2007-10-25 23:39:29','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(501,'Show Upcoming Products on Main Page','SHOW_PRODUCT_INFO_MAIN_UPCOMING','0','Show Upcoming Products on Main Page<br />0= off or set the sort order',24,68,'2007-10-25 23:40:03','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(502,'Show New Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_NEW_PRODUCTS','1','Show New Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,70,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(503,'Show Featured Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_FEATURED_PRODUCTS','2','Show Featured Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,71,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(504,'Show Special Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_SPECIALS_PRODUCTS','3','Show Special Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,72,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(505,'Show Upcoming Products on Main Page - Category with SubCategories','SHOW_PRODUCT_INFO_CATEGORY_UPCOMING','4','Show Upcoming Products on Main Page - Category with SubCategories<br />0= off or set the sort order',24,73,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(506,'Show New Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_NEW_PRODUCTS','1','Show New Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,75,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(507,'Show Featured Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_FEATURED_PRODUCTS','2','Show Featured Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,76,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(508,'Show Special Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_SPECIALS_PRODUCTS','3','Show Special Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,77,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(509,'Show Upcoming Products on Main Page - Errors and Missing Products Page','SHOW_PRODUCT_INFO_MISSING_UPCOMING','4','Show Upcoming Products on Main Page - Errors and Missing Product<br />0= off or set the sort order',24,78,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(510,'Show New Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_NEW_PRODUCTS','1','Show New Products below Product Listing<br />0= off or set the sort order',24,85,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(511,'Show Featured Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_FEATURED_PRODUCTS','2','Show Featured Products below Product Listing<br />0= off or set the sort order',24,86,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(512,'Show Special Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_SPECIALS_PRODUCTS','3','Show Special Products below Product Listing<br />0= off or set the sort order',24,87,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(513,'Show Upcoming Products - below Product Listing','SHOW_PRODUCT_INFO_LISTING_BELOW_UPCOMING','4','Show Upcoming Products below Product Listing<br />0= off or set the sort order',24,88,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\', \'4\'), '),(514,'New Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_NEW_PRODUCTS','3','New Products Columns per Row',24,95,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(515,'Featured Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS','3','Featured Products Columns per Row',24,96,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(516,'Special Products Columns per Row','SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS','3','Special Products Columns per Row',24,97,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'1\', \'2\', \'3\', \'4\', \'5\', \'6\', \'7\', \'8\', \'9\', \'10\', \'11\', \'12\'), '),(517,'Filter Product Listing for Current Top Level Category When Enabled','SHOW_PRODUCT_INFO_ALL_PRODUCTS','1','Filter the products when Product Listing is enabled for current Main Category or show products from all categories?<br />0= Filter Off 1=Filter On ',24,100,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'), '),(518,'Define Main Page Status','DEFINE_MAIN_PAGE_STATUS','1','Enable the Defined Main Page Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,60,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(519,'Define Contact Us Status','DEFINE_CONTACT_US_STATUS','1','Enable the Defined Contact Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,61,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(520,'Define Privacy Status','DEFINE_PRIVACY_STATUS','1','Enable the Defined Privacy Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,62,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(521,'Define Shipping & Returns','DEFINE_SHIPPINGINFO_STATUS','1','Enable the Defined Shipping & Returns Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,63,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(522,'Define Conditions of Use','DEFINE_CONDITIONS_STATUS','1','Enable the Defined Conditions of Use Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,64,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(523,'Define Checkout Success','DEFINE_CHECKOUT_SUCCESS_STATUS','1','Enable the Defined Checkout Success Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,65,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(524,'Define Discount Coupon','DEFINE_DISCOUNT_COUPON_STATUS','1','Enable the Defined Discount Coupon Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,66,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(525,'Define Site Map Status','DEFINE_SITE_MAP_STATUS','1','Enable the Defined Site Map Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,67,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(526,'Define Page-Not-Found Status','DEFINE_PAGE_NOT_FOUND_STATUS','1','Enable the Defined Page-Not-Found Text from define-pages?<br />0= Define Text OFF<br />1= Define Text ON',25,67,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(527,'Define Page 2','DEFINE_PAGE_2_STATUS','3','Enable the Defined Page 2 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,82,'2007-10-29 23:19:40','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(528,'Define Page 3','DEFINE_PAGE_3_STATUS','3','Enable the Defined Page 3 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,83,'2007-10-29 23:19:52','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(529,'Define Page 4','DEFINE_PAGE_4_STATUS','3','Enable the Defined Page 4 Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF',25,84,'2007-10-29 23:19:59','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),'),(530,'EZ-Pages Display Status - HeaderBar','EZPAGES_STATUS_HEADER','1','Display of EZ-Pages content can be Globally enabled/disabled for the Header Bar<br />0 = Off<br />1 = On<br />2= On ADMIN IP ONLY located in Website Maintenance<br />NOTE: Warning only shows to the Admin and not to the public',30,10,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(531,'EZ-Pages Display Status - FooterBar','EZPAGES_STATUS_FOOTER','1','Display of EZ-Pages content can be Globally enabled/disabled for the Footer Bar<br />0 = Off<br />1 = On<br />2= On ADMIN IP ONLY located in Website Maintenance<br />NOTE: Warning only shows to the Admin and not to the public',30,11,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(532,'EZ-Pages Display Status - Sidebox','EZPAGES_STATUS_SIDEBOX','1','Display of EZ-Pages content can be Globally enabled/disabled for the Sidebox<br />0 = Off<br />1 = On<br />2= On ADMIN IP ONLY located in Website Maintenance<br />NOTE: Warning only shows to the Admin and not to the public',30,12,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(533,'EZ-Pages Header Link Separator','EZPAGES_SEPARATOR_HEADER','&nbsp;::&nbsp;','EZ-Pages Header Link Separator<br />Default = &amp;nbsp;::&amp;nbsp;',30,20,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea_small('),(534,'EZ-Pages Footer Link Separator','EZPAGES_SEPARATOR_FOOTER','&nbsp;::&nbsp;','EZ-Pages Footer Link Separator<br />Default = &amp;nbsp;::&amp;nbsp;',30,21,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea_small('),(535,'EZ-Pages Prev/Next Buttons','EZPAGES_SHOW_PREV_NEXT_BUTTONS','2','Display Prev/Continue/Next buttons on EZ-Pages pages?<br />0=OFF (no buttons)<br />1=\"Continue\"<br />2=\"Prev/Continue/Next\"<br /><br />Default setting: 2.',30,30,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\', \'2\'), '),(536,'EZ-Pages Table of Contents for Chapters Status','EZPAGES_SHOW_TABLE_CONTENTS','1','Enable EZ-Pages Table of Contents for Chapters?<br />0= OFF<br />1= ON',30,35,'2007-10-25 21:07:22','2007-10-25 21:07:22',NULL,'zen_cfg_select_option(array(\'0\', \'1\'),'),(537,'EZ-Pages Pages to disable headers','EZPAGES_DISABLE_HEADER_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"header\" for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 1,5,2<br />or leave blank.',30,40,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea_small('),(538,'EZ-Pages Pages to disable footers','EZPAGES_DISABLE_FOOTER_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"footer\" for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 3,7<br />or leave blank.',30,41,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea_small('),(539,'EZ-Pages Pages to disable left-column','EZPAGES_DISABLE_LEFTCOLUMN_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"left\" column (of sideboxes) for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 21<br />or leave blank.',30,42,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea_small('),(540,'EZ-Pages Pages to disable right-column','EZPAGES_DISABLE_RIGHTCOLUMN_DISPLAY_LIST','','EZ-Pages \"pages\" on which to NOT display the normal \"right\" column (of sideboxes) for your site.<br />Simply list page ID numbers separated by commas with no spaces.<br />Page ID numbers can be obtained from the EZ-Pages screen under Admin->Tools.<br />ie: 3,82,13<br />or leave blank.',30,43,NULL,'2007-10-25 21:07:22',NULL,'zen_cfg_textarea_small('),(566,'Enable Free Shipping','MODULE_SHIPPING_FREESHIPPER_STATUS','True','Do you want to offer Free shipping?',6,0,NULL,'2007-10-28 00:20:28',NULL,'zen_cfg_select_option(array(\'True\', \'False\'), '),(567,'Free Shipping Cost','MODULE_SHIPPING_FREESHIPPER_COST','0.00','What is the Shipping cost?',6,6,NULL,'2007-10-28 00:20:28',NULL,NULL),(568,'Handling Fee','MODULE_SHIPPING_FREESHIPPER_HANDLING','0','Handling fee for this shipping method.',6,0,NULL,'2007-10-28 00:20:28',NULL,NULL),(569,'Tax Class','MODULE_SHIPPING_FREESHIPPER_TAX_CLASS','0','Use the following tax class on the shipping fee.',6,0,NULL,'2007-10-28 00:20:28','zen_get_tax_class_title','zen_cfg_pull_down_tax_classes('),(570,'Shipping Zone','MODULE_SHIPPING_FREESHIPPER_ZONE','0','If a zone is selected, only enable this shipping method for that zone.',6,0,NULL,'2007-10-28 00:20:28','zen_get_zone_class_title','zen_cfg_pull_down_zone_classes('),(571,'Sort Order','MODULE_SHIPPING_FREESHIPPER_SORT_ORDER','0','Sort order of display.',6,0,NULL,'2007-10-28 00:20:28',NULL,NULL);
/*!40000 ALTER TABLE `configuration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `configuration_group`
--

DROP TABLE IF EXISTS `configuration_group`;
CREATE TABLE `configuration_group` (
  `configuration_group_id` int(11) NOT NULL auto_increment,
  `configuration_group_title` varchar(64) collate latin1_general_ci NOT NULL default '',
  `configuration_group_description` varchar(255) collate latin1_general_ci NOT NULL default '',
  `sort_order` int(5) default NULL,
  `visible` int(1) default '1',
  PRIMARY KEY  (`configuration_group_id`),
  KEY `idx_visible_zen` (`visible`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `configuration_group`
--

LOCK TABLES `configuration_group` WRITE;
/*!40000 ALTER TABLE `configuration_group` DISABLE KEYS */;
INSERT INTO `configuration_group` VALUES (1,'My Store','General information about my store',1,1),(2,'Minimum Values','The minimum values for functions / data',2,1),(3,'Maximum Values','The maximum values for functions / data',3,1),(4,'Images','Image parameters',4,1),(5,'Customer Details','Customer account configuration',5,1),(6,'Module Options','Hidden from configuration',6,0),(7,'Shipping/Packaging','Shipping options available at my store',7,1),(8,'Product Listing','Product Listing configuration options',8,1),(9,'Stock','Stock configuration options',9,1),(10,'Logging','Logging configuration options',10,1),(11,'Regulations','Regulation options',16,1),(12,'E-Mail Options','General settings for E-Mail transport and HTML E-Mails',12,1),(13,'Attribute Settings','Configure products attributes settings',13,1),(14,'GZip Compression','GZip compression options',14,1),(15,'Sessions','Session options',15,1),(16,'GV Coupons','Gift Vouchers and Coupons',16,1),(17,'Credit Cards','Credit Cards Accepted',17,1),(18,'Product Info','Product Info Display Options',18,1),(19,'Layout Settings','Layout Options',19,1),(20,'Website Maintenance','Website Maintenance Options',20,1),(21,'New Listing','New Products Listing',21,1),(22,'Featured Listing','Featured Products Listing',22,1),(23,'All Listing','All Products Listing',23,1),(24,'Index Listing','Index Products Listing',24,1),(25,'Define Page Status','Define Main Pages and HTMLArea Options',25,1),(30,'EZ-Pages Settings','EZ-Pages Settings',30,1);
/*!40000 ALTER TABLE `configuration_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `counter`
--

DROP TABLE IF EXISTS `counter`;
CREATE TABLE `counter` (
  `startdate` char(8) collate latin1_general_ci default NULL,
  `counter` int(12) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `counter`
--

LOCK TABLES `counter` WRITE;
/*!40000 ALTER TABLE `counter` DISABLE KEYS */;
INSERT INTO `counter` VALUES ('20071025',497);
/*!40000 ALTER TABLE `counter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `counter_history`
--

DROP TABLE IF EXISTS `counter_history`;
CREATE TABLE `counter_history` (
  `startdate` char(8) collate latin1_general_ci default NULL,
  `counter` int(12) default NULL,
  `session_counter` int(12) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `counter_history`
--

LOCK TABLES `counter_history` WRITE;
/*!40000 ALTER TABLE `counter_history` DISABLE KEYS */;
INSERT INTO `counter_history` VALUES ('20071025',41,2),('20071026',69,7),('20071027',121,10),('20071028',160,13),('20071029',63,12),('20071030',25,5),('20071101',2,1),('20071102',3,1),('20071103',1,1),('20071106',4,3),('20071107',2,2),('20071108',2,2),('20071111',1,1),('20071112',1,1),('20071116',2,1);
/*!40000 ALTER TABLE `counter_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `countries`
--

DROP TABLE IF EXISTS `countries`;
CREATE TABLE `countries` (
  `countries_id` int(11) NOT NULL auto_increment,
  `countries_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `countries_iso_code_2` char(2) collate latin1_general_ci NOT NULL default '',
  `countries_iso_code_3` char(3) collate latin1_general_ci NOT NULL default '',
  `address_format_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`countries_id`),
  KEY `idx_countries_name_zen` (`countries_name`),
  KEY `idx_address_format_id_zen` (`address_format_id`),
  KEY `idx_iso_2_zen` (`countries_iso_code_2`),
  KEY `idx_iso_3_zen` (`countries_iso_code_3`)
) ENGINE=MyISAM AUTO_INCREMENT=241 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `countries`
--

LOCK TABLES `countries` WRITE;
/*!40000 ALTER TABLE `countries` DISABLE KEYS */;
INSERT INTO `countries` VALUES (222,'United Kingdom','GB','GBR',6);
/*!40000 ALTER TABLE `countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `coupon_email_track`
--

DROP TABLE IF EXISTS `coupon_email_track`;
CREATE TABLE `coupon_email_track` (
  `unique_id` int(11) NOT NULL auto_increment,
  `coupon_id` int(11) NOT NULL default '0',
  `customer_id_sent` int(11) NOT NULL default '0',
  `sent_firstname` varchar(32) collate latin1_general_ci default NULL,
  `sent_lastname` varchar(32) collate latin1_general_ci default NULL,
  `emailed_to` varchar(32) collate latin1_general_ci default NULL,
  `date_sent` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`unique_id`),
  KEY `idx_coupon_id_zen` (`coupon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `coupon_email_track`
--

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

--
-- Table structure for table `coupon_gv_customer`
--

DROP TABLE IF EXISTS `coupon_gv_customer`;
CREATE TABLE `coupon_gv_customer` (
  `customer_id` int(5) NOT NULL default '0',
  `amount` decimal(15,4) NOT NULL default '0.0000',
  PRIMARY KEY  (`customer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `coupon_gv_customer`
--

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

--
-- Table structure for table `coupon_gv_queue`
--

DROP TABLE IF EXISTS `coupon_gv_queue`;
CREATE TABLE `coupon_gv_queue` (
  `unique_id` int(5) NOT NULL auto_increment,
  `customer_id` int(5) NOT NULL default '0',
  `order_id` int(5) NOT NULL default '0',
  `amount` decimal(15,4) NOT NULL default '0.0000',
  `date_created` datetime NOT NULL default '0001-01-01 00:00:00',
  `ipaddr` varchar(32) collate latin1_general_ci NOT NULL default '',
  `release_flag` char(1) collate latin1_general_ci NOT NULL default 'N',
  PRIMARY KEY  (`unique_id`),
  KEY `idx_cust_id_order_id_zen` (`customer_id`,`order_id`),
  KEY `idx_release_flag_zen` (`release_flag`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `coupon_gv_queue`
--

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

--
-- Table structure for table `coupon_redeem_track`
--

DROP TABLE IF EXISTS `coupon_redeem_track`;
CREATE TABLE `coupon_redeem_track` (
  `unique_id` int(11) NOT NULL auto_increment,
  `coupon_id` int(11) NOT NULL default '0',
  `customer_id` int(11) NOT NULL default '0',
  `redeem_date` datetime NOT NULL default '0001-01-01 00:00:00',
  `redeem_ip` varchar(32) collate latin1_general_ci NOT NULL default '',
  `order_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`unique_id`),
  KEY `idx_coupon_id_zen` (`coupon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `coupon_redeem_track`
--

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

--
-- Table structure for table `coupon_restrict`
--

DROP TABLE IF EXISTS `coupon_restrict`;
CREATE TABLE `coupon_restrict` (
  `restrict_id` int(11) NOT NULL auto_increment,
  `coupon_id` int(11) NOT NULL default '0',
  `product_id` int(11) NOT NULL default '0',
  `category_id` int(11) NOT NULL default '0',
  `coupon_restrict` char(1) collate latin1_general_ci NOT NULL default 'N',
  PRIMARY KEY  (`restrict_id`),
  KEY `idx_coup_id_prod_id_zen` (`coupon_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `coupon_restrict`
--

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

--
-- Table structure for table `coupons`
--

DROP TABLE IF EXISTS `coupons`;
CREATE TABLE `coupons` (
  `coupon_id` int(11) NOT NULL auto_increment,
  `coupon_type` char(1) collate latin1_general_ci NOT NULL default 'F',
  `coupon_code` varchar(32) collate latin1_general_ci NOT NULL default '',
  `coupon_amount` decimal(15,4) NOT NULL default '0.0000',
  `coupon_minimum_order` decimal(15,4) NOT NULL default '0.0000',
  `coupon_start_date` datetime NOT NULL default '0001-01-01 00:00:00',
  `coupon_expire_date` datetime NOT NULL default '0001-01-01 00:00:00',
  `uses_per_coupon` int(5) NOT NULL default '1',
  `uses_per_user` int(5) NOT NULL default '0',
  `restrict_to_products` varchar(255) collate latin1_general_ci default NULL,
  `restrict_to_categories` varchar(255) collate latin1_general_ci default NULL,
  `restrict_to_customers` text collate latin1_general_ci,
  `coupon_active` char(1) collate latin1_general_ci NOT NULL default 'Y',
  `date_created` datetime NOT NULL default '0001-01-01 00:00:00',
  `date_modified` datetime NOT NULL default '0001-01-01 00:00:00',
  `coupon_zone_restriction` int(11) NOT NULL default '0',
  PRIMARY KEY  (`coupon_id`),
  KEY `idx_active_type_zen` (`coupon_active`,`coupon_type`),
  KEY `idx_coupon_code_zen` (`coupon_code`),
  KEY `idx_coupon_type_zen` (`coupon_type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `coupons`
--

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

--
-- Table structure for table `coupons_description`
--

DROP TABLE IF EXISTS `coupons_description`;
CREATE TABLE `coupons_description` (
  `coupon_id` int(11) NOT NULL default '0',
  `language_id` int(11) NOT NULL default '0',
  `coupon_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `coupon_description` text collate latin1_general_ci,
  PRIMARY KEY  (`coupon_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `coupons_description`
--

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

--
-- Table structure for table `currencies`
--

DROP TABLE IF EXISTS `currencies`;
CREATE TABLE `currencies` (
  `currencies_id` int(11) NOT NULL auto_increment,
  `title` varchar(32) collate latin1_general_ci NOT NULL default '',
  `code` char(3) collate latin1_general_ci NOT NULL default '',
  `symbol_left` varchar(24) collate latin1_general_ci default NULL,
  `symbol_right` varchar(24) collate latin1_general_ci default NULL,
  `decimal_point` char(1) collate latin1_general_ci default NULL,
  `thousands_point` char(1) collate latin1_general_ci default NULL,
  `decimal_places` char(1) collate latin1_general_ci default NULL,
  `value` float(13,8) default NULL,
  `last_updated` datetime default NULL,
  PRIMARY KEY  (`currencies_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `currencies`
--

LOCK TABLES `currencies` WRITE;
/*!40000 ALTER TABLE `currencies` DISABLE KEYS */;
INSERT INTO `currencies` VALUES (1,'US Dollar','USD','$','','.',',','2',1.00000000,'2007-10-25 21:07:23'),(2,'Euro','EUR','&euro;','','.',',','2',0.78109998,'2007-10-25 21:07:23'),(3,'GB Pound','GBP','&pound;','','.',',','2',1.00000000,'2007-10-25 21:07:23'),(4,'Canadian Dollar','CAD','$','','.',',','2',1.11129999,'2007-10-25 21:07:23'),(5,'Australian Dollar','AUD','$','','.',',','2',1.30970001,'2007-10-25 21:07:23');
/*!40000 ALTER TABLE `currencies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customers`
--

DROP TABLE IF EXISTS `customers`;
CREATE TABLE `customers` (
  `customers_id` int(11) NOT NULL auto_increment,
  `customers_gender` char(1) collate latin1_general_ci NOT NULL default '',
  `customers_firstname` varchar(32) collate latin1_general_ci NOT NULL default '',
  `customers_lastname` varchar(32) collate latin1_general_ci NOT NULL default '',
  `customers_dob` datetime NOT NULL default '0001-01-01 00:00:00',
  `customers_email_address` varchar(96) collate latin1_general_ci NOT NULL default '',
  `customers_nick` varchar(96) collate latin1_general_ci NOT NULL default '',
  `customers_default_address_id` int(11) NOT NULL default '0',
  `customers_telephone` varchar(32) collate latin1_general_ci NOT NULL default '',
  `customers_fax` varchar(32) collate latin1_general_ci default NULL,
  `customers_password` varchar(40) collate latin1_general_ci NOT NULL default '',
  `customers_newsletter` char(1) collate latin1_general_ci default NULL,
  `customers_group_pricing` int(11) NOT NULL default '0',
  `customers_email_format` varchar(4) collate latin1_general_ci NOT NULL default 'TEXT',
  `customers_authorization` int(1) NOT NULL default '0',
  `customers_referral` varchar(32) collate latin1_general_ci NOT NULL default '',
  `customers_paypal_payerid` varchar(20) collate latin1_general_ci NOT NULL default '',
  `customers_paypal_ec` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`customers_id`),
  KEY `idx_email_address_zen` (`customers_email_address`),
  KEY `idx_referral_zen` (`customers_referral`(10)),
  KEY `idx_grp_pricing_zen` (`customers_group_pricing`),
  KEY `idx_nick_zen` (`customers_nick`),
  KEY `idx_newsletter_zen` (`customers_newsletter`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `customers`
--

LOCK TABLES `customers` WRITE;
/*!40000 ALTER TABLE `customers` DISABLE KEYS */;
INSERT INTO `customers` VALUES (1,'m','Bill','Smith','2001-01-01 00:00:00','root@localhost','',1,'12345','','d95e8fa7f20a009372eb3477473fcd34:1c','0',0,'TEXT',0,'','',0),(2,'m','Andrew','Polland','1988-02-28 00:00:00','amp@ampzone.com','',2,'0100200039','','51a5428304894653e6b1b94e2369028b:99','0',0,'TEXT',0,'','',0);
/*!40000 ALTER TABLE `customers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customers_basket`
--

DROP TABLE IF EXISTS `customers_basket`;
CREATE TABLE `customers_basket` (
  `customers_basket_id` int(11) NOT NULL auto_increment,
  `customers_id` int(11) NOT NULL default '0',
  `products_id` tinytext collate latin1_general_ci NOT NULL,
  `customers_basket_quantity` float NOT NULL default '0',
  `final_price` decimal(15,4) NOT NULL default '0.0000',
  `customers_basket_date_added` varchar(8) collate latin1_general_ci default NULL,
  PRIMARY KEY  (`customers_basket_id`),
  KEY `idx_customers_id_zen` (`customers_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `customers_basket`
--

LOCK TABLES `customers_basket` WRITE;
/*!40000 ALTER TABLE `customers_basket` DISABLE KEYS */;
INSERT INTO `customers_basket` VALUES (2,2,'32',1,'0.0000','20071029');
/*!40000 ALTER TABLE `customers_basket` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customers_basket_attributes`
--

DROP TABLE IF EXISTS `customers_basket_attributes`;
CREATE TABLE `customers_basket_attributes` (
  `customers_basket_attributes_id` int(11) NOT NULL auto_increment,
  `customers_id` int(11) NOT NULL default '0',
  `products_id` tinytext collate latin1_general_ci NOT NULL,
  `products_options_id` varchar(64) collate latin1_general_ci NOT NULL default '0',
  `products_options_value_id` int(11) NOT NULL default '0',
  `products_options_value_text` blob,
  `products_options_sort_order` text collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`customers_basket_attributes_id`),
  KEY `idx_cust_id_prod_id_zen` (`customers_id`,`products_id`(36))
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `customers_basket_attributes`
--

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

--
-- Table structure for table `customers_info`
--

DROP TABLE IF EXISTS `customers_info`;
CREATE TABLE `customers_info` (
  `customers_info_id` int(11) NOT NULL default '0',
  `customers_info_date_of_last_logon` datetime default NULL,
  `customers_info_number_of_logons` int(5) default NULL,
  `customers_info_date_account_created` datetime default NULL,
  `customers_info_date_account_last_modified` datetime default NULL,
  `global_product_notifications` int(1) default '0',
  PRIMARY KEY  (`customers_info_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `customers_info`
--

LOCK TABLES `customers_info` WRITE;
/*!40000 ALTER TABLE `customers_info` DISABLE KEYS */;
INSERT INTO `customers_info` VALUES (1,'0001-01-01 00:00:00',0,'2004-01-21 01:35:28','0001-01-01 00:00:00',0),(2,'2007-10-29 01:04:53',2,'2007-10-27 21:56:25',NULL,0);
/*!40000 ALTER TABLE `customers_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customers_wishlist`
--

DROP TABLE IF EXISTS `customers_wishlist`;
CREATE TABLE `customers_wishlist` (
  `products_id` int(13) NOT NULL default '0',
  `customers_id` int(13) NOT NULL default '0',
  `products_model` varchar(13) collate latin1_general_ci default NULL,
  `products_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `products_price` decimal(8,2) NOT NULL default '0.00',
  `final_price` decimal(8,2) NOT NULL default '0.00',
  `products_quantity` int(2) NOT NULL default '0',
  `wishlist_name` varchar(64) collate latin1_general_ci default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `customers_wishlist`
--

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

--
-- Table structure for table `db_cache`
--

DROP TABLE IF EXISTS `db_cache`;
CREATE TABLE `db_cache` (
  `cache_entry_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `cache_data` blob,
  `cache_entry_created` int(15) default NULL,
  PRIMARY KEY  (`cache_entry_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `db_cache`
--

LOCK TABLES `db_cache` WRITE;
/*!40000 ALTER TABLE `db_cache` DISABLE KEYS */;
INSERT INTO `db_cache` VALUES ('zc_d6616cb5f4c2cb55d422ea67feb723b0','a:530:{i:0;a:2:{s:6:\"cfgkey\";s:10:\"STORE_NAME\";s:8:\"cfgvalue\";s:10:\"AmpsBadges\";}i:1;a:2:{s:6:\"cfgkey\";s:11:\"STORE_OWNER\";s:8:\"cfgvalue\";s:11:\"AMPzone.com\";}i:2;a:2:{s:6:\"cfgkey\";s:13:\"STORE_COUNTRY\";s:8:\"cfgvalue\";s:3:\"222\";}i:3;a:2:{s:6:\"cfgkey\";s:10:\"STORE_ZONE\";s:8:\"cfgvalue\";s:0:\"\";}i:4;a:2:{s:6:\"cfgkey\";s:22:\"EXPECTED_PRODUCTS_SORT\";s:8:\"cfgvalue\";s:4:\"desc\";}i:5;a:2:{s:6:\"cfgkey\";s:23:\"EXPECTED_PRODUCTS_FIELD\";s:8:\"cfgvalue\";s:13:\"date_expected\";}i:6;a:2:{s:6:\"cfgkey\";s:29:\"USE_DEFAULT_LANGUAGE_CURRENCY\";s:8:\"cfgvalue\";s:5:\"false\";}i:7;a:2:{s:6:\"cfgkey\";s:25:\"LANGUAGE_DEFAULT_SELECTOR\";s:8:\"cfgvalue\";s:7:\"Default\";}i:8;a:2:{s:6:\"cfgkey\";s:27:\"SEARCH_ENGINE_FRIENDLY_URLS\";s:8:\"cfgvalue\";s:5:\"false\";}i:9;a:2:{s:6:\"cfgkey\";s:12:\"DISPLAY_CART\";s:8:\"cfgvalue\";s:4:\"true\";}i:10;a:2:{s:6:\"cfgkey\";s:32:\"ADVANCED_SEARCH_DEFAULT_OPERATOR\";s:8:\"cfgvalue\";s:3:\"and\";}i:11;a:2:{s:6:\"cfgkey\";s:18:\"STORE_NAME_ADDRESS\";s:8:\"cfgvalue\";s:79:\"AmpsBadges.co.uk (AMPzone.com)\r\n 132 Chertsey Rd\r\n Twickenham, UK\r\n 07722478788\";}i:12;a:2:{s:6:\"cfgkey\";s:11:\"SHOW_COUNTS\";s:8:\"cfgvalue\";s:5:\"false\";}i:13;a:2:{s:6:\"cfgkey\";s:18:\"TAX_DECIMAL_PLACES\";s:8:\"cfgvalue\";s:1:\"0\";}i:14;a:2:{s:6:\"cfgkey\";s:22:\"DISPLAY_PRICE_WITH_TAX\";s:8:\"cfgvalue\";s:5:\"false\";}i:15;a:2:{s:6:\"cfgkey\";s:28:\"DISPLAY_PRICE_WITH_TAX_ADMIN\";s:8:\"cfgvalue\";s:5:\"false\";}i:16;a:2:{s:6:\"cfgkey\";s:23:\"STORE_PRODUCT_TAX_BASIS\";s:8:\"cfgvalue\";s:8:\"Shipping\";}i:17;a:2:{s:6:\"cfgkey\";s:24:\"STORE_SHIPPING_TAX_BASIS\";s:8:\"cfgvalue\";s:8:\"Shipping\";}i:18;a:2:{s:6:\"cfgkey\";s:24:\"STORE_TAX_DISPLAY_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:19;a:2:{s:6:\"cfgkey\";s:21:\"SESSION_TIMEOUT_ADMIN\";s:8:\"cfgvalue\";s:4:\"3600\";}i:20;a:2:{s:6:\"cfgkey\";s:21:\"GLOBAL_SET_TIME_LIMIT\";s:8:\"cfgvalue\";s:2:\"60\";}i:21;a:2:{s:6:\"cfgkey\";s:29:\"SHOW_VERSION_UPDATE_IN_HEADER\";s:8:\"cfgvalue\";s:4:\"true\";}i:22;a:2:{s:6:\"cfgkey\";s:12:\"STORE_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:23;a:2:{s:6:\"cfgkey\";s:21:\"DISPLAY_SERVER_UPTIME\";s:8:\"cfgvalue\";s:4:\"true\";}i:24;a:2:{s:6:\"cfgkey\";s:18:\"MISSING_PAGE_CHECK\";s:8:\"cfgvalue\";s:14:\"Page Not Found\";}i:25;a:2:{s:6:\"cfgkey\";s:19:\"CURL_PROXY_REQUIRED\";s:8:\"cfgvalue\";s:5:\"False\";}i:26;a:2:{s:6:\"cfgkey\";s:25:\"CURL_PROXY_SERVER_DETAILS\";s:8:\"cfgvalue\";s:0:\"\";}i:27;a:2:{s:6:\"cfgkey\";s:22:\"HTML_EDITOR_PREFERENCE\";s:8:\"cfgvalue\";s:4:\"NONE\";}i:28;a:2:{s:6:\"cfgkey\";s:19:\"PHPBB_LINKS_ENABLED\";s:8:\"cfgvalue\";s:5:\"false\";}i:29;a:2:{s:6:\"cfgkey\";s:17:\"SHOW_COUNTS_ADMIN\";s:8:\"cfgvalue\";s:4:\"true\";}i:30;a:2:{s:6:\"cfgkey\";s:21:\"CURRENCY_UPLIFT_RATIO\";s:8:\"cfgvalue\";s:4:\"1.00\";}i:31;a:2:{s:6:\"cfgkey\";s:27:\"ENTRY_FIRST_NAME_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"2\";}i:32;a:2:{s:6:\"cfgkey\";s:26:\"ENTRY_LAST_NAME_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"2\";}i:33;a:2:{s:6:\"cfgkey\";s:20:\"ENTRY_DOB_MIN_LENGTH\";s:8:\"cfgvalue\";s:2:\"10\";}i:34;a:2:{s:6:\"cfgkey\";s:30:\"ENTRY_EMAIL_ADDRESS_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"6\";}i:35;a:2:{s:6:\"cfgkey\";s:31:\"ENTRY_STREET_ADDRESS_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"5\";}i:36;a:2:{s:6:\"cfgkey\";s:24:\"ENTRY_COMPANY_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"0\";}i:37;a:2:{s:6:\"cfgkey\";s:25:\"ENTRY_POSTCODE_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"4\";}i:38;a:2:{s:6:\"cfgkey\";s:21:\"ENTRY_CITY_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"3\";}i:39;a:2:{s:6:\"cfgkey\";s:22:\"ENTRY_STATE_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"2\";}i:40;a:2:{s:6:\"cfgkey\";s:26:\"ENTRY_TELEPHONE_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"3\";}i:41;a:2:{s:6:\"cfgkey\";s:25:\"ENTRY_PASSWORD_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"5\";}i:42;a:2:{s:6:\"cfgkey\";s:19:\"CC_OWNER_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"3\";}i:43;a:2:{s:6:\"cfgkey\";s:20:\"CC_NUMBER_MIN_LENGTH\";s:8:\"cfgvalue\";s:2:\"10\";}i:44;a:2:{s:6:\"cfgkey\";s:17:\"CC_CVV_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"3\";}i:45;a:2:{s:6:\"cfgkey\";s:22:\"REVIEW_TEXT_MIN_LENGTH\";s:8:\"cfgvalue\";s:2:\"50\";}i:46;a:2:{s:6:\"cfgkey\";s:23:\"MIN_DISPLAY_BESTSELLERS\";s:8:\"cfgvalue\";s:1:\"1\";}i:47;a:2:{s:6:\"cfgkey\";s:26:\"MIN_DISPLAY_ALSO_PURCHASED\";s:8:\"cfgvalue\";s:1:\"1\";}i:48;a:2:{s:6:\"cfgkey\";s:21:\"ENTRY_NICK_MIN_LENGTH\";s:8:\"cfgvalue\";s:1:\"3\";}i:49;a:2:{s:6:\"cfgkey\";s:24:\"MAX_ADDRESS_BOOK_ENTRIES\";s:8:\"cfgvalue\";s:1:\"5\";}i:50;a:2:{s:6:\"cfgkey\";s:26:\"MAX_DISPLAY_SEARCH_RESULTS\";s:8:\"cfgvalue\";s:2:\"20\";}i:51;a:2:{s:6:\"cfgkey\";s:22:\"MAX_DISPLAY_PAGE_LINKS\";s:8:\"cfgvalue\";s:1:\"5\";}i:52;a:2:{s:6:\"cfgkey\";s:28:\"MAX_DISPLAY_SPECIAL_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"9\";}i:53;a:2:{s:6:\"cfgkey\";s:24:\"MAX_DISPLAY_NEW_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"9\";}i:54;a:2:{s:6:\"cfgkey\";s:29:\"MAX_DISPLAY_UPCOMING_PRODUCTS\";s:8:\"cfgvalue\";s:2:\"10\";}i:55;a:2:{s:6:\"cfgkey\";s:22:\"MAX_MANUFACTURERS_LIST\";s:8:\"cfgvalue\";s:1:\"3\";}i:56;a:2:{s:6:\"cfgkey\";s:29:\"PRODUCTS_MANUFACTURERS_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:57;a:2:{s:6:\"cfgkey\";s:21:\"MAX_MUSIC_GENRES_LIST\";s:8:\"cfgvalue\";s:1:\"3\";}i:58;a:2:{s:6:\"cfgkey\";s:23:\"MAX_RECORD_COMPANY_LIST\";s:8:\"cfgvalue\";s:1:\"3\";}i:59;a:2:{s:6:\"cfgkey\";s:35:\"MAX_DISPLAY_RECORD_COMPANY_NAME_LEN\";s:8:\"cfgvalue\";s:2:\"15\";}i:60;a:2:{s:6:\"cfgkey\";s:33:\"MAX_DISPLAY_MUSIC_GENRES_NAME_LEN\";s:8:\"cfgvalue\";s:2:\"15\";}i:61;a:2:{s:6:\"cfgkey\";s:33:\"MAX_DISPLAY_MANUFACTURER_NAME_LEN\";s:8:\"cfgvalue\";s:2:\"15\";}i:62;a:2:{s:6:\"cfgkey\";s:23:\"MAX_DISPLAY_NEW_REVIEWS\";s:8:\"cfgvalue\";s:1:\"6\";}i:63;a:2:{s:6:\"cfgkey\";s:25:\"MAX_RANDOM_SELECT_REVIEWS\";s:8:\"cfgvalue\";s:2:\"10\";}i:64;a:2:{s:6:\"cfgkey\";s:21:\"MAX_RANDOM_SELECT_NEW\";s:8:\"cfgvalue\";s:2:\"10\";}i:65;a:2:{s:6:\"cfgkey\";s:26:\"MAX_RANDOM_SELECT_SPECIALS\";s:8:\"cfgvalue\";s:2:\"10\";}i:66;a:2:{s:6:\"cfgkey\";s:30:\"MAX_DISPLAY_CATEGORIES_PER_ROW\";s:8:\"cfgvalue\";s:1:\"3\";}i:67;a:2:{s:6:\"cfgkey\";s:24:\"MAX_DISPLAY_PRODUCTS_NEW\";s:8:\"cfgvalue\";s:2:\"10\";}i:68;a:2:{s:6:\"cfgkey\";s:23:\"MAX_DISPLAY_BESTSELLERS\";s:8:\"cfgvalue\";s:2:\"10\";}i:69;a:2:{s:6:\"cfgkey\";s:26:\"MAX_DISPLAY_ALSO_PURCHASED\";s:8:\"cfgvalue\";s:1:\"6\";}i:70;a:2:{s:6:\"cfgkey\";s:41:\"MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX\";s:8:\"cfgvalue\";s:1:\"6\";}i:71;a:2:{s:6:\"cfgkey\";s:25:\"MAX_DISPLAY_ORDER_HISTORY\";s:8:\"cfgvalue\";s:2:\"10\";}i:72;a:2:{s:6:\"cfgkey\";s:35:\"MAX_DISPLAY_SEARCH_RESULTS_CUSTOMER\";s:8:\"cfgvalue\";s:2:\"20\";}i:73;a:2:{s:6:\"cfgkey\";s:33:\"MAX_DISPLAY_SEARCH_RESULTS_ORDERS\";s:8:\"cfgvalue\";s:2:\"20\";}i:74;a:2:{s:6:\"cfgkey\";s:34:\"MAX_DISPLAY_SEARCH_RESULTS_REPORTS\";s:8:\"cfgvalue\";s:2:\"20\";}i:75;a:2:{s:6:\"cfgkey\";s:30:\"MAX_DISPLAY_RESULTS_CATEGORIES\";s:8:\"cfgvalue\";s:2:\"10\";}i:76;a:2:{s:6:\"cfgkey\";s:28:\"MAX_DISPLAY_PRODUCTS_LISTING\";s:8:\"cfgvalue\";s:2:\"10\";}i:77;a:2:{s:6:\"cfgkey\";s:21:\"MAX_ROW_LISTS_OPTIONS\";s:8:\"cfgvalue\";s:2:\"10\";}i:78;a:2:{s:6:\"cfgkey\";s:35:\"MAX_ROW_LISTS_ATTRIBUTES_CONTROLLER\";s:8:\"cfgvalue\";s:2:\"30\";}i:79;a:2:{s:6:\"cfgkey\";s:44:\"MAX_DISPLAY_SEARCH_RESULTS_DOWNLOADS_MANAGER\";s:8:\"cfgvalue\";s:2:\"30\";}i:80;a:2:{s:6:\"cfgkey\";s:41:\"MAX_DISPLAY_SEARCH_RESULTS_FEATURED_ADMIN\";s:8:\"cfgvalue\";s:2:\"10\";}i:81;a:2:{s:6:\"cfgkey\";s:35:\"MAX_DISPLAY_SEARCH_RESULTS_FEATURED\";s:8:\"cfgvalue\";s:1:\"9\";}i:82;a:2:{s:6:\"cfgkey\";s:38:\"MAX_DISPLAY_PRODUCTS_FEATURED_PRODUCTS\";s:8:\"cfgvalue\";s:2:\"10\";}i:83;a:2:{s:6:\"cfgkey\";s:35:\"MAX_RANDOM_SELECT_FEATURED_PRODUCTS\";s:8:\"cfgvalue\";s:2:\"10\";}i:84;a:2:{s:6:\"cfgkey\";s:34:\"MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX\";s:8:\"cfgvalue\";s:1:\"9\";}i:85;a:2:{s:6:\"cfgkey\";s:23:\"SHOW_NEW_PRODUCTS_LIMIT\";s:8:\"cfgvalue\";s:1:\"0\";}i:86;a:2:{s:6:\"cfgkey\";s:24:\"MAX_DISPLAY_PRODUCTS_ALL\";s:8:\"cfgvalue\";s:2:\"10\";}i:87;a:2:{s:6:\"cfgkey\";s:26:\"MAX_LANGUAGE_FLAGS_COLUMNS\";s:8:\"cfgvalue\";s:1:\"3\";}i:88;a:2:{s:6:\"cfgkey\";s:20:\"MAX_FILE_UPLOAD_SIZE\";s:8:\"cfgvalue\";s:7:\"2048000\";}i:89;a:2:{s:6:\"cfgkey\";s:26:\"UPLOAD_FILENAME_EXTENSIONS\";s:8:\"cfgvalue\";s:48:\"jpg,jpeg,gif,png,eps,cdr,ai,pdf,tif,tiff,bmp,zip\";}i:90;a:2:{s:6:\"cfgkey\";s:42:\"MAX_DISPLAY_RESULTS_ORDERS_DETAILS_LISTING\";s:8:\"cfgvalue\";s:1:\"0\";}i:91;a:2:{s:6:\"cfgkey\";s:37:\"MAX_DISPLAY_SEARCH_RESULTS_PAYPAL_IPN\";s:8:\"cfgvalue\";s:2:\"20\";}i:92;a:2:{s:6:\"cfgkey\";s:42:\"MAX_DISPLAY_PRODUCTS_TO_CATEGORIES_COLUMNS\";s:8:\"cfgvalue\";s:1:\"3\";}i:93;a:2:{s:6:\"cfgkey\";s:33:\"MAX_DISPLAY_SEARCH_RESULTS_EZPAGE\";s:8:\"cfgvalue\";s:2:\"20\";}i:94;a:2:{s:6:\"cfgkey\";s:17:\"SMALL_IMAGE_WIDTH\";s:8:\"cfgvalue\";s:3:\"100\";}i:95;a:2:{s:6:\"cfgkey\";s:18:\"SMALL_IMAGE_HEIGHT\";s:8:\"cfgvalue\";s:2:\"80\";}i:96;a:2:{s:6:\"cfgkey\";s:19:\"HEADING_IMAGE_WIDTH\";s:8:\"cfgvalue\";s:2:\"57\";}i:97;a:2:{s:6:\"cfgkey\";s:20:\"HEADING_IMAGE_HEIGHT\";s:8:\"cfgvalue\";s:2:\"40\";}i:98;a:2:{s:6:\"cfgkey\";s:23:\"SUBCATEGORY_IMAGE_WIDTH\";s:8:\"cfgvalue\";s:3:\"100\";}i:99;a:2:{s:6:\"cfgkey\";s:24:\"SUBCATEGORY_IMAGE_HEIGHT\";s:8:\"cfgvalue\";s:2:\"57\";}i:100;a:2:{s:6:\"cfgkey\";s:27:\"CONFIG_CALCULATE_IMAGE_SIZE\";s:8:\"cfgvalue\";s:4:\"true\";}i:101;a:2:{s:6:\"cfgkey\";s:14:\"IMAGE_REQUIRED\";s:8:\"cfgvalue\";s:4:\"true\";}i:102;a:2:{s:6:\"cfgkey\";s:26:\"IMAGE_SHOPPING_CART_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:103;a:2:{s:6:\"cfgkey\";s:25:\"IMAGE_SHOPPING_CART_WIDTH\";s:8:\"cfgvalue\";s:2:\"50\";}i:104;a:2:{s:6:\"cfgkey\";s:26:\"IMAGE_SHOPPING_CART_HEIGHT\";s:8:\"cfgvalue\";s:2:\"40\";}i:105;a:2:{s:6:\"cfgkey\";s:25:\"CATEGORY_ICON_IMAGE_WIDTH\";s:8:\"cfgvalue\";s:2:\"57\";}i:106;a:2:{s:6:\"cfgkey\";s:26:\"CATEGORY_ICON_IMAGE_HEIGHT\";s:8:\"cfgvalue\";s:2:\"40\";}i:107;a:2:{s:6:\"cfgkey\";s:27:\"SUBCATEGORY_IMAGE_TOP_WIDTH\";s:8:\"cfgvalue\";s:3:\"150\";}i:108;a:2:{s:6:\"cfgkey\";s:28:\"SUBCATEGORY_IMAGE_TOP_HEIGHT\";s:8:\"cfgvalue\";s:2:\"85\";}i:109;a:2:{s:6:\"cfgkey\";s:18:\"MEDIUM_IMAGE_WIDTH\";s:8:\"cfgvalue\";s:3:\"150\";}i:110;a:2:{s:6:\"cfgkey\";s:19:\"MEDIUM_IMAGE_HEIGHT\";s:8:\"cfgvalue\";s:3:\"120\";}i:111;a:2:{s:6:\"cfgkey\";s:19:\"IMAGE_SUFFIX_MEDIUM\";s:8:\"cfgvalue\";s:4:\"_MED\";}i:112;a:2:{s:6:\"cfgkey\";s:18:\"IMAGE_SUFFIX_LARGE\";s:8:\"cfgvalue\";s:4:\"_LRG\";}i:113;a:2:{s:6:\"cfgkey\";s:17:\"IMAGES_AUTO_ADDED\";s:8:\"cfgvalue\";s:1:\"3\";}i:114;a:2:{s:6:\"cfgkey\";s:27:\"IMAGE_PRODUCT_LISTING_WIDTH\";s:8:\"cfgvalue\";s:3:\"100\";}i:115;a:2:{s:6:\"cfgkey\";s:28:\"IMAGE_PRODUCT_LISTING_HEIGHT\";s:8:\"cfgvalue\";s:2:\"80\";}i:116;a:2:{s:6:\"cfgkey\";s:31:\"IMAGE_PRODUCT_NEW_LISTING_WIDTH\";s:8:\"cfgvalue\";s:3:\"100\";}i:117;a:2:{s:6:\"cfgkey\";s:32:\"IMAGE_PRODUCT_NEW_LISTING_HEIGHT\";s:8:\"cfgvalue\";s:2:\"80\";}i:118;a:2:{s:6:\"cfgkey\";s:23:\"IMAGE_PRODUCT_NEW_WIDTH\";s:8:\"cfgvalue\";s:3:\"100\";}i:119;a:2:{s:6:\"cfgkey\";s:24:\"IMAGE_PRODUCT_NEW_HEIGHT\";s:8:\"cfgvalue\";s:2:\"80\";}i:120;a:2:{s:6:\"cfgkey\";s:37:\"IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH\";s:8:\"cfgvalue\";s:3:\"100\";}i:121;a:2:{s:6:\"cfgkey\";s:38:\"IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT\";s:8:\"cfgvalue\";s:2:\"80\";}i:122;a:2:{s:6:\"cfgkey\";s:31:\"IMAGE_PRODUCT_ALL_LISTING_WIDTH\";s:8:\"cfgvalue\";s:3:\"100\";}i:123;a:2:{s:6:\"cfgkey\";s:32:\"IMAGE_PRODUCT_ALL_LISTING_HEIGHT\";s:8:\"cfgvalue\";s:2:\"80\";}i:124;a:2:{s:6:\"cfgkey\";s:30:\"PRODUCTS_IMAGE_NO_IMAGE_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:125;a:2:{s:6:\"cfgkey\";s:23:\"PRODUCTS_IMAGE_NO_IMAGE\";s:8:\"cfgvalue\";s:14:\"no_picture.gif\";}i:126;a:2:{s:6:\"cfgkey\";s:26:\"PROPORTIONAL_IMAGES_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:127;a:2:{s:6:\"cfgkey\";s:14:\"ACCOUNT_GENDER\";s:8:\"cfgvalue\";s:4:\"true\";}i:128;a:2:{s:6:\"cfgkey\";s:11:\"ACCOUNT_DOB\";s:8:\"cfgvalue\";s:4:\"true\";}i:129;a:2:{s:6:\"cfgkey\";s:15:\"ACCOUNT_COMPANY\";s:8:\"cfgvalue\";s:4:\"true\";}i:130;a:2:{s:6:\"cfgkey\";s:14:\"ACCOUNT_SUBURB\";s:8:\"cfgvalue\";s:4:\"true\";}i:131;a:2:{s:6:\"cfgkey\";s:13:\"ACCOUNT_STATE\";s:8:\"cfgvalue\";s:4:\"true\";}i:132;a:2:{s:6:\"cfgkey\";s:35:\"ACCOUNT_STATE_DRAW_INITIAL_DROPDOWN\";s:8:\"cfgvalue\";s:5:\"false\";}i:133;a:2:{s:6:\"cfgkey\";s:35:\"SHOW_CREATE_ACCOUNT_DEFAULT_COUNTRY\";s:8:\"cfgvalue\";s:3:\"222\";}i:134;a:2:{s:6:\"cfgkey\";s:18:\"ACCOUNT_FAX_NUMBER\";s:8:\"cfgvalue\";s:4:\"true\";}i:135;a:2:{s:6:\"cfgkey\";s:25:\"ACCOUNT_NEWSLETTER_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:136;a:2:{s:6:\"cfgkey\";s:24:\"ACCOUNT_EMAIL_PREFERENCE\";s:8:\"cfgvalue\";s:1:\"0\";}i:137;a:2:{s:6:\"cfgkey\";s:38:\"CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:138;a:2:{s:6:\"cfgkey\";s:18:\"CUSTOMERS_APPROVAL\";s:8:\"cfgvalue\";s:1:\"0\";}i:139;a:2:{s:6:\"cfgkey\";s:32:\"CUSTOMERS_APPROVAL_AUTHORIZATION\";s:8:\"cfgvalue\";s:1:\"0\";}i:140;a:2:{s:6:\"cfgkey\";s:32:\"CUSTOMERS_AUTHORIZATION_FILENAME\";s:8:\"cfgvalue\";s:23:\"customers_authorization\";}i:141;a:2:{s:6:\"cfgkey\";s:34:\"CUSTOMERS_AUTHORIZATION_HEADER_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:142;a:2:{s:6:\"cfgkey\";s:39:\"CUSTOMERS_AUTHORIZATION_COLUMN_LEFT_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:143;a:2:{s:6:\"cfgkey\";s:40:\"CUSTOMERS_AUTHORIZATION_COLUMN_RIGHT_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:144;a:2:{s:6:\"cfgkey\";s:34:\"CUSTOMERS_AUTHORIZATION_FOOTER_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:145;a:2:{s:6:\"cfgkey\";s:34:\"CUSTOMERS_AUTHORIZATION_PRICES_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:146;a:2:{s:6:\"cfgkey\";s:25:\"CUSTOMERS_REFERRAL_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:147;a:2:{s:6:\"cfgkey\";s:24:\"MODULE_PAYMENT_INSTALLED\";s:8:\"cfgvalue\";s:10:\"paypal.php\";}i:148;a:2:{s:6:\"cfgkey\";s:28:\"MODULE_ORDER_TOTAL_INSTALLED\";s:8:\"cfgvalue\";s:119:\"ot_subtotal.php;ot_shipping.php;ot_coupon.php;ot_group_pricing.php;ot_tax.php;ot_loworderfee.php;ot_gv.php;ot_total.php\";}i:149;a:2:{s:6:\"cfgkey\";s:25:\"MODULE_SHIPPING_INSTALLED\";s:8:\"cfgvalue\";s:25:\"freeshipper.php;table.php\";}i:150;a:2:{s:6:\"cfgkey\";s:37:\"MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID\";s:8:\"cfgvalue\";s:1:\"2\";}i:151;a:2:{s:6:\"cfgkey\";s:44:\"MODULE_PAYMENT_PAYPAL_REFUND_ORDER_STATUS_ID\";s:8:\"cfgvalue\";s:1:\"1\";}i:152;a:2:{s:6:\"cfgkey\";s:32:\"MODULE_PAYMENT_PAYPAL_SORT_ORDER\";s:8:\"cfgvalue\";s:1:\"0\";}i:153;a:2:{s:6:\"cfgkey\";s:42:\"MODULE_PAYMENT_PAYPAL_PROCESSING_STATUS_ID\";s:8:\"cfgvalue\";s:1:\"1\";}i:154;a:2:{s:6:\"cfgkey\";s:28:\"MODULE_PAYMENT_PAYPAL_STATUS\";s:8:\"cfgvalue\";s:4:\"True\";}i:155;a:2:{s:6:\"cfgkey\";s:33:\"MODULE_PAYMENT_PAYPAL_BUSINESS_ID\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:156;a:2:{s:6:\"cfgkey\";s:30:\"MODULE_PAYMENT_PAYPAL_CURRENCY\";s:8:\"cfgvalue\";s:8:\"Only GBP\";}i:157;a:2:{s:6:\"cfgkey\";s:26:\"MODULE_PAYMENT_PAYPAL_ZONE\";s:8:\"cfgvalue\";s:1:\"0\";}i:158;a:2:{s:6:\"cfgkey\";s:28:\"MODULE_SHIPPING_TABLE_STATUS\";s:8:\"cfgvalue\";s:4:\"True\";}i:159;a:2:{s:6:\"cfgkey\";s:26:\"MODULE_SHIPPING_TABLE_COST\";s:8:\"cfgvalue\";s:77:\"1:0.60,6:0.80,11:1.00,16:1.20,21:1.40,26:1.60,31:1.80,36:2.00,41:2.20,51:2.50\";}i:160;a:2:{s:6:\"cfgkey\";s:26:\"MODULE_SHIPPING_TABLE_MODE\";s:8:\"cfgvalue\";s:4:\"item\";}i:161;a:2:{s:6:\"cfgkey\";s:30:\"MODULE_SHIPPING_TABLE_HANDLING\";s:8:\"cfgvalue\";s:1:\"0\";}i:162;a:2:{s:6:\"cfgkey\";s:31:\"MODULE_SHIPPING_TABLE_TAX_CLASS\";s:8:\"cfgvalue\";s:1:\"0\";}i:163;a:2:{s:6:\"cfgkey\";s:31:\"MODULE_SHIPPING_TABLE_TAX_BASIS\";s:8:\"cfgvalue\";s:8:\"Shipping\";}i:164;a:2:{s:6:\"cfgkey\";s:26:\"MODULE_SHIPPING_TABLE_ZONE\";s:8:\"cfgvalue\";s:1:\"0\";}i:165;a:2:{s:6:\"cfgkey\";s:32:\"MODULE_SHIPPING_TABLE_SORT_ORDER\";s:8:\"cfgvalue\";s:1:\"0\";}i:166;a:2:{s:6:\"cfgkey\";s:31:\"MODULE_PAYMENT_PAYPAL_IPN_DEBUG\";s:8:\"cfgvalue\";s:3:\"Off\";}i:167;a:2:{s:6:\"cfgkey\";s:29:\"MODULE_PAYMENT_PAYPAL_TESTING\";s:8:\"cfgvalue\";s:4:\"Live\";}i:168;a:2:{s:6:\"cfgkey\";s:41:\"MODULE_PAYMENT_PAYPAL_DEBUG_EMAIL_ADDRESS\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:169;a:2:{s:6:\"cfgkey\";s:25:\"MODULE_PAYMENT_PAYPAL_CBT\";s:8:\"cfgvalue\";s:0:\"\";}i:170;a:2:{s:6:\"cfgkey\";s:31:\"MODULE_PAYMENT_PAYPAL_IMAGE_URL\";s:8:\"cfgvalue\";s:0:\"\";}i:171;a:2:{s:6:\"cfgkey\";s:38:\"MODULE_PAYMENT_PAYPAL_ADDRESS_OVERRIDE\";s:8:\"cfgvalue\";s:0:\"\";}i:172;a:2:{s:6:\"cfgkey\";s:38:\"MODULE_PAYMENT_PAYPAL_ADDRESS_REQUIRED\";s:8:\"cfgvalue\";s:1:\"1\";}i:173;a:2:{s:6:\"cfgkey\";s:40:\"MODULE_ORDER_TOTAL_GROUP_PRICING_INC_TAX\";s:8:\"cfgvalue\";s:5:\"false\";}i:174;a:2:{s:6:\"cfgkey\";s:39:\"MODULE_ORDER_TOTAL_GROUP_PRICING_STATUS\";s:8:\"cfgvalue\";s:4:\"true\";}i:175;a:2:{s:6:\"cfgkey\";s:43:\"MODULE_ORDER_TOTAL_GROUP_PRICING_SORT_ORDER\";s:8:\"cfgvalue\";s:3:\"290\";}i:176;a:2:{s:6:\"cfgkey\";s:45:\"MODULE_ORDER_TOTAL_GROUP_PRICING_INC_SHIPPING\";s:8:\"cfgvalue\";s:5:\"false\";}i:177;a:2:{s:6:\"cfgkey\";s:41:\"MODULE_ORDER_TOTAL_GROUP_PRICING_CALC_TAX\";s:8:\"cfgvalue\";s:8:\"Standard\";}i:178;a:2:{s:6:\"cfgkey\";s:42:\"MODULE_ORDER_TOTAL_GROUP_PRICING_TAX_CLASS\";s:8:\"cfgvalue\";s:1:\"0\";}i:179;a:2:{s:6:\"cfgkey\";s:29:\"MODULE_PAYMENT_PAYPAL_HANDLER\";s:8:\"cfgvalue\";s:29:\"www.paypal.com/cgi-bin/webscr\";}i:180;a:2:{s:6:\"cfgkey\";s:32:\"MODULE_PAYMENT_PAYPAL_PAGE_STYLE\";s:8:\"cfgvalue\";s:10:\"ampsbadges\";}i:181;a:2:{s:6:\"cfgkey\";s:16:\"DEFAULT_CURRENCY\";s:8:\"cfgvalue\";s:3:\"GBP\";}i:182;a:2:{s:6:\"cfgkey\";s:16:\"DEFAULT_LANGUAGE\";s:8:\"cfgvalue\";s:2:\"en\";}i:183;a:2:{s:6:\"cfgkey\";s:24:\"DEFAULT_ORDERS_STATUS_ID\";s:8:\"cfgvalue\";s:1:\"1\";}i:184;a:2:{s:6:\"cfgkey\";s:26:\"ADMIN_CONFIGURATION_KEY_ON\";s:8:\"cfgvalue\";s:1:\"0\";}i:185;a:2:{s:6:\"cfgkey\";s:23:\"SHIPPING_ORIGIN_COUNTRY\";s:8:\"cfgvalue\";s:3:\"222\";}i:186;a:2:{s:6:\"cfgkey\";s:19:\"SHIPPING_ORIGIN_ZIP\";s:8:\"cfgvalue\";s:7:\"TW1 1EW\";}i:187;a:2:{s:6:\"cfgkey\";s:19:\"SHIPPING_MAX_WEIGHT\";s:8:\"cfgvalue\";s:2:\"50\";}i:188;a:2:{s:6:\"cfgkey\";s:19:\"SHIPPING_BOX_WEIGHT\";s:8:\"cfgvalue\";s:3:\"0:3\";}i:189;a:2:{s:6:\"cfgkey\";s:20:\"SHIPPING_BOX_PADDING\";s:8:\"cfgvalue\";s:4:\"0:10\";}i:190;a:2:{s:6:\"cfgkey\";s:27:\"SHIPPING_BOX_WEIGHT_DISPLAY\";s:8:\"cfgvalue\";s:1:\"1\";}i:191;a:2:{s:6:\"cfgkey\";s:30:\"SHOW_SHIPPING_ESTIMATOR_BUTTON\";s:8:\"cfgvalue\";s:1:\"1\";}i:192;a:2:{s:6:\"cfgkey\";s:24:\"ORDER_WEIGHT_ZERO_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:193;a:2:{s:6:\"cfgkey\";s:18:\"PRODUCT_LIST_IMAGE\";s:8:\"cfgvalue\";s:1:\"1\";}i:194;a:2:{s:6:\"cfgkey\";s:25:\"PRODUCT_LIST_MANUFACTURER\";s:8:\"cfgvalue\";s:1:\"0\";}i:195;a:2:{s:6:\"cfgkey\";s:18:\"PRODUCT_LIST_MODEL\";s:8:\"cfgvalue\";s:1:\"0\";}i:196;a:2:{s:6:\"cfgkey\";s:17:\"PRODUCT_LIST_NAME\";s:8:\"cfgvalue\";s:1:\"2\";}i:197;a:2:{s:6:\"cfgkey\";s:18:\"PRODUCT_LIST_PRICE\";s:8:\"cfgvalue\";s:1:\"3\";}i:198;a:2:{s:6:\"cfgkey\";s:21:\"PRODUCT_LIST_QUANTITY\";s:8:\"cfgvalue\";s:1:\"0\";}i:199;a:2:{s:6:\"cfgkey\";s:19:\"PRODUCT_LIST_WEIGHT\";s:8:\"cfgvalue\";s:1:\"0\";}i:200;a:2:{s:6:\"cfgkey\";s:25:\"PRODUCTS_LIST_PRICE_WIDTH\";s:8:\"cfgvalue\";s:3:\"125\";}i:201;a:2:{s:6:\"cfgkey\";s:19:\"PRODUCT_LIST_FILTER\";s:8:\"cfgvalue\";s:1:\"1\";}i:202;a:2:{s:6:\"cfgkey\";s:22:\"PREV_NEXT_BAR_LOCATION\";s:8:\"cfgvalue\";s:1:\"3\";}i:203;a:2:{s:6:\"cfgkey\";s:34:\"PRODUCT_LISTING_DEFAULT_SORT_ORDER\";s:8:\"cfgvalue\";s:0:\"\";}i:204;a:2:{s:6:\"cfgkey\";s:26:\"PRODUCT_LIST_PRICE_BUY_NOW\";s:8:\"cfgvalue\";s:1:\"2\";}i:205;a:2:{s:6:\"cfgkey\";s:36:\"PRODUCT_LISTING_MULTIPLE_ADD_TO_CART\";s:8:\"cfgvalue\";s:1:\"3\";}i:206;a:2:{s:6:\"cfgkey\";s:24:\"PRODUCT_LIST_DESCRIPTION\";s:8:\"cfgvalue\";s:3:\"150\";}i:207;a:2:{s:6:\"cfgkey\";s:33:\"PRODUCT_LIST_SORT_ORDER_ASCENDING\";s:8:\"cfgvalue\";s:1:\"+\";}i:208;a:2:{s:6:\"cfgkey\";s:34:\"PRODUCT_LIST_SORT_ORDER_DESCENDING\";s:8:\"cfgvalue\";s:1:\"-\";}i:209;a:2:{s:6:\"cfgkey\";s:25:\"PRODUCT_LIST_ALPHA_SORTER\";s:8:\"cfgvalue\";s:4:\"true\";}i:210;a:2:{s:6:\"cfgkey\";s:36:\"PRODUCT_LIST_CATEGORIES_IMAGE_STATUS\";s:8:\"cfgvalue\";s:4:\"true\";}i:211;a:2:{s:6:\"cfgkey\";s:40:\"PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP\";s:8:\"cfgvalue\";s:4:\"true\";}i:212;a:2:{s:6:\"cfgkey\";s:32:\"PRODUCT_LIST_CATEGORY_ROW_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:213;a:2:{s:6:\"cfgkey\";s:11:\"STOCK_CHECK\";s:8:\"cfgvalue\";s:4:\"true\";}i:214;a:2:{s:6:\"cfgkey\";s:13:\"STOCK_LIMITED\";s:8:\"cfgvalue\";s:4:\"true\";}i:215;a:2:{s:6:\"cfgkey\";s:20:\"STOCK_ALLOW_CHECKOUT\";s:8:\"cfgvalue\";s:4:\"true\";}i:216;a:2:{s:6:\"cfgkey\";s:31:\"STOCK_MARK_PRODUCT_OUT_OF_STOCK\";s:8:\"cfgvalue\";s:3:\"***\";}i:217;a:2:{s:6:\"cfgkey\";s:19:\"STOCK_REORDER_LEVEL\";s:8:\"cfgvalue\";s:1:\"5\";}i:218;a:2:{s:6:\"cfgkey\";s:22:\"SHOW_PRODUCTS_SOLD_OUT\";s:8:\"cfgvalue\";s:1:\"0\";}i:219;a:2:{s:6:\"cfgkey\";s:28:\"SHOW_PRODUCTS_SOLD_OUT_IMAGE\";s:8:\"cfgvalue\";s:1:\"1\";}i:220;a:2:{s:6:\"cfgkey\";s:17:\"QUANTITY_DECIMALS\";s:8:\"cfgvalue\";s:1:\"0\";}i:221;a:2:{s:6:\"cfgkey\";s:25:\"SHOW_SHOPPING_CART_DELETE\";s:8:\"cfgvalue\";s:1:\"3\";}i:222;a:2:{s:6:\"cfgkey\";s:25:\"SHOW_SHOPPING_CART_UPDATE\";s:8:\"cfgvalue\";s:1:\"3\";}i:223;a:2:{s:6:\"cfgkey\";s:37:\"SHOW_SHOPPING_CART_EMPTY_NEW_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"1\";}i:224;a:2:{s:6:\"cfgkey\";s:42:\"SHOW_SHOPPING_CART_EMPTY_FEATURED_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"2\";}i:225;a:2:{s:6:\"cfgkey\";s:42:\"SHOW_SHOPPING_CART_EMPTY_SPECIALS_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"3\";}i:226;a:2:{s:6:\"cfgkey\";s:33:\"SHOW_SHOPPING_CART_EMPTY_UPCOMING\";s:8:\"cfgvalue\";s:1:\"4\";}i:227;a:2:{s:6:\"cfgkey\";s:21:\"STORE_PAGE_PARSE_TIME\";s:8:\"cfgvalue\";s:5:\"false\";}i:228;a:2:{s:6:\"cfgkey\";s:25:\"STORE_PAGE_PARSE_TIME_LOG\";s:8:\"cfgvalue\";s:36:\"/var/log/www/zen/page_parse_time.log\";}i:229;a:2:{s:6:\"cfgkey\";s:28:\"STORE_PARSE_DATE_TIME_FORMAT\";s:8:\"cfgvalue\";s:17:\"%d/%m/%Y %H:%M:%S\";}i:230;a:2:{s:6:\"cfgkey\";s:23:\"DISPLAY_PAGE_PARSE_TIME\";s:8:\"cfgvalue\";s:5:\"false\";}i:231;a:2:{s:6:\"cfgkey\";s:21:\"STORE_DB_TRANSACTIONS\";s:8:\"cfgvalue\";s:5:\"false\";}i:232;a:2:{s:6:\"cfgkey\";s:15:\"EMAIL_TRANSPORT\";s:8:\"cfgvalue\";s:3:\"PHP\";}i:233;a:2:{s:6:\"cfgkey\";s:22:\"EMAIL_SMTPAUTH_MAILBOX\";s:8:\"cfgvalue\";s:24:\"YourEmailAccountNameHere\";}i:234;a:2:{s:6:\"cfgkey\";s:23:\"EMAIL_SMTPAUTH_PASSWORD\";s:8:\"cfgvalue\";s:16:\"YourPasswordHere\";}i:235;a:2:{s:6:\"cfgkey\";s:26:\"EMAIL_SMTPAUTH_MAIL_SERVER\";s:8:\"cfgvalue\";s:24:\"mail.EnterYourDomain.com\";}i:236;a:2:{s:6:\"cfgkey\";s:31:\"EMAIL_SMTPAUTH_MAIL_SERVER_PORT\";s:8:\"cfgvalue\";s:2:\"25\";}i:237;a:2:{s:6:\"cfgkey\";s:23:\"CURRENCIES_TRANSLATIONS\";s:8:\"cfgvalue\";s:18:\"&pound;,£:&euro;,€\";}i:238;a:2:{s:6:\"cfgkey\";s:14:\"EMAIL_LINEFEED\";s:8:\"cfgvalue\";s:2:\"LF\";}i:239;a:2:{s:6:\"cfgkey\";s:14:\"EMAIL_USE_HTML\";s:8:\"cfgvalue\";s:5:\"false\";}i:240;a:2:{s:6:\"cfgkey\";s:25:\"ENTRY_EMAIL_ADDRESS_CHECK\";s:8:\"cfgvalue\";s:5:\"false\";}i:241;a:2:{s:6:\"cfgkey\";s:11:\"SEND_EMAILS\";s:8:\"cfgvalue\";s:4:\"true\";}i:242;a:2:{s:6:\"cfgkey\";s:13:\"EMAIL_ARCHIVE\";s:8:\"cfgvalue\";s:5:\"false\";}i:243;a:2:{s:6:\"cfgkey\";s:21:\"EMAIL_FRIENDLY_ERRORS\";s:8:\"cfgvalue\";s:5:\"false\";}i:244;a:2:{s:6:\"cfgkey\";s:25:\"STORE_OWNER_EMAIL_ADDRESS\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:245;a:2:{s:6:\"cfgkey\";s:10:\"EMAIL_FROM\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:246;a:2:{s:6:\"cfgkey\";s:24:\"EMAIL_SEND_MUST_BE_STORE\";s:8:\"cfgvalue\";s:2:\"No\";}i:247;a:2:{s:6:\"cfgkey\";s:24:\"ADMIN_EXTRA_EMAIL_FORMAT\";s:8:\"cfgvalue\";s:4:\"TEXT\";}i:248;a:2:{s:6:\"cfgkey\";s:26:\"SEND_EXTRA_ORDER_EMAILS_TO\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:249;a:2:{s:6:\"cfgkey\";s:42:\"SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:250;a:2:{s:6:\"cfgkey\";s:35:\"SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:251;a:2:{s:6:\"cfgkey\";s:41:\"SEND_EXTRA_TELL_A_FRIEND_EMAILS_TO_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:252;a:2:{s:6:\"cfgkey\";s:34:\"SEND_EXTRA_TELL_A_FRIEND_EMAILS_TO\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:253;a:2:{s:6:\"cfgkey\";s:39:\"SEND_EXTRA_GV_CUSTOMER_EMAILS_TO_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:254;a:2:{s:6:\"cfgkey\";s:32:\"SEND_EXTRA_GV_CUSTOMER_EMAILS_TO\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:255;a:2:{s:6:\"cfgkey\";s:36:\"SEND_EXTRA_GV_ADMIN_EMAILS_TO_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:256;a:2:{s:6:\"cfgkey\";s:29:\"SEND_EXTRA_GV_ADMIN_EMAILS_TO\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:257;a:2:{s:6:\"cfgkey\";s:49:\"SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:258;a:2:{s:6:\"cfgkey\";s:42:\"SEND_EXTRA_DISCOUNT_COUPON_ADMIN_EMAILS_TO\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:259;a:2:{s:6:\"cfgkey\";s:47:\"SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:260;a:2:{s:6:\"cfgkey\";s:40:\"SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:261;a:2:{s:6:\"cfgkey\";s:47:\"SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:262;a:2:{s:6:\"cfgkey\";s:40:\"SEND_EXTRA_REVIEW_NOTIFICATION_EMAILS_TO\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:263;a:2:{s:6:\"cfgkey\";s:15:\"CONTACT_US_LIST\";s:8:\"cfgvalue\";s:0:\"\";}i:264;a:2:{s:6:\"cfgkey\";s:28:\"ALLOW_GUEST_TO_TELL_A_FRIEND\";s:8:\"cfgvalue\";s:5:\"false\";}i:265;a:2:{s:6:\"cfgkey\";s:29:\"CONTACT_US_STORE_NAME_ADDRESS\";s:8:\"cfgvalue\";s:1:\"1\";}i:266;a:2:{s:6:\"cfgkey\";s:19:\"SEND_LOWSTOCK_EMAIL\";s:8:\"cfgvalue\";s:1:\"0\";}i:267;a:2:{s:6:\"cfgkey\";s:30:\"SEND_EXTRA_LOW_STOCK_EMAILS_TO\";s:8:\"cfgvalue\";s:15:\"amp@ampzone.com\";}i:268;a:2:{s:6:\"cfgkey\";s:32:\"SHOW_NEWSLETTER_UNSUBSCRIBE_LINK\";s:8:\"cfgvalue\";s:4:\"true\";}i:269;a:2:{s:6:\"cfgkey\";s:30:\"AUDIENCE_SELECT_DISPLAY_COUNTS\";s:8:\"cfgvalue\";s:4:\"true\";}i:270;a:2:{s:6:\"cfgkey\";s:16:\"DOWNLOAD_ENABLED\";s:8:\"cfgvalue\";s:4:\"true\";}i:271;a:2:{s:6:\"cfgkey\";s:20:\"DOWNLOAD_BY_REDIRECT\";s:8:\"cfgvalue\";s:4:\"true\";}i:272;a:2:{s:6:\"cfgkey\";s:18:\"DOWNLOAD_IN_CHUNKS\";s:8:\"cfgvalue\";s:5:\"false\";}i:273;a:2:{s:6:\"cfgkey\";s:17:\"DOWNLOAD_MAX_DAYS\";s:8:\"cfgvalue\";s:1:\"7\";}i:274;a:2:{s:6:\"cfgkey\";s:18:\"DOWNLOAD_MAX_COUNT\";s:8:\"cfgvalue\";s:1:\"5\";}i:275;a:2:{s:6:\"cfgkey\";s:37:\"DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE\";s:8:\"cfgvalue\";s:1:\"4\";}i:276;a:2:{s:6:\"cfgkey\";s:34:\"DOWNLOADS_CONTROLLER_ORDERS_STATUS\";s:8:\"cfgvalue\";s:1:\"2\";}i:277;a:2:{s:6:\"cfgkey\";s:38:\"DOWNLOADS_CONTROLLER_ORDERS_STATUS_END\";s:8:\"cfgvalue\";s:1:\"4\";}i:278;a:2:{s:6:\"cfgkey\";s:31:\"ATTRIBUTES_ENABLED_PRICE_FACTOR\";s:8:\"cfgvalue\";s:4:\"true\";}i:279;a:2:{s:6:\"cfgkey\";s:29:\"ATTRIBUTES_ENABLED_QTY_PRICES\";s:8:\"cfgvalue\";s:4:\"true\";}i:280;a:2:{s:6:\"cfgkey\";s:25:\"ATTRIBUTES_ENABLED_IMAGES\";s:8:\"cfgvalue\";s:4:\"true\";}i:281;a:2:{s:6:\"cfgkey\";s:30:\"ATTRIBUTES_ENABLED_TEXT_PRICES\";s:8:\"cfgvalue\";s:4:\"true\";}i:282;a:2:{s:6:\"cfgkey\";s:16:\"TEXT_SPACES_FREE\";s:8:\"cfgvalue\";s:1:\"1\";}i:283;a:2:{s:6:\"cfgkey\";s:38:\"PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED\";s:8:\"cfgvalue\";s:1:\"1\";}i:284;a:2:{s:6:\"cfgkey\";s:10:\"GZIP_LEVEL\";s:8:\"cfgvalue\";s:1:\"0\";}i:285;a:2:{s:6:\"cfgkey\";s:23:\"SESSION_WRITE_DIRECTORY\";s:8:\"cfgvalue\";s:39:\"/home/r13amps/public_html/catalog/cache\";}i:286;a:2:{s:6:\"cfgkey\";s:16:\"SESSION_USE_FQDN\";s:8:\"cfgvalue\";s:4:\"True\";}i:287;a:2:{s:6:\"cfgkey\";s:24:\"SESSION_FORCE_COOKIE_USE\";s:8:\"cfgvalue\";s:5:\"False\";}i:288;a:2:{s:6:\"cfgkey\";s:28:\"SESSION_CHECK_SSL_SESSION_ID\";s:8:\"cfgvalue\";s:5:\"False\";}i:289;a:2:{s:6:\"cfgkey\";s:24:\"SESSION_CHECK_USER_AGENT\";s:8:\"cfgvalue\";s:5:\"False\";}i:290;a:2:{s:6:\"cfgkey\";s:24:\"SESSION_CHECK_IP_ADDRESS\";s:8:\"cfgvalue\";s:5:\"False\";}i:291;a:2:{s:6:\"cfgkey\";s:21:\"SESSION_BLOCK_SPIDERS\";s:8:\"cfgvalue\";s:4:\"True\";}i:292;a:2:{s:6:\"cfgkey\";s:16:\"SESSION_RECREATE\";s:8:\"cfgvalue\";s:4:\"True\";}i:293;a:2:{s:6:\"cfgkey\";s:26:\"SESSION_IP_TO_HOST_ADDRESS\";s:8:\"cfgvalue\";s:4:\"true\";}i:294;a:2:{s:6:\"cfgkey\";s:20:\"SECURITY_CODE_LENGTH\";s:8:\"cfgvalue\";s:2:\"10\";}i:295;a:2:{s:6:\"cfgkey\";s:37:\"DEFAULT_ZERO_BALANCE_ORDERS_STATUS_ID\";s:8:\"cfgvalue\";s:1:\"2\";}i:296;a:2:{s:6:\"cfgkey\";s:26:\"NEW_SIGNUP_DISCOUNT_COUPON\";s:8:\"cfgvalue\";s:0:\"\";}i:297;a:2:{s:6:\"cfgkey\";s:30:\"NEW_SIGNUP_GIFT_VOUCHER_AMOUNT\";s:8:\"cfgvalue\";s:0:\"\";}i:298;a:2:{s:6:\"cfgkey\";s:43:\"MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS\";s:8:\"cfgvalue\";s:2:\"20\";}i:299;a:2:{s:6:\"cfgkey\";s:51:\"MAX_DISPLAY_SEARCH_RESULTS_DISCOUNT_COUPONS_REPORTS\";s:8:\"cfgvalue\";s:2:\"20\";}i:300;a:2:{s:6:\"cfgkey\";s:15:\"CC_ENABLED_VISA\";s:8:\"cfgvalue\";s:1:\"1\";}i:301;a:2:{s:6:\"cfgkey\";s:13:\"CC_ENABLED_MC\";s:8:\"cfgvalue\";s:1:\"1\";}i:302;a:2:{s:6:\"cfgkey\";s:15:\"CC_ENABLED_AMEX\";s:8:\"cfgvalue\";s:1:\"0\";}i:303;a:2:{s:6:\"cfgkey\";s:22:\"CC_ENABLED_DINERS_CLUB\";s:8:\"cfgvalue\";s:1:\"0\";}i:304;a:2:{s:6:\"cfgkey\";s:19:\"CC_ENABLED_DISCOVER\";s:8:\"cfgvalue\";s:1:\"0\";}i:305;a:2:{s:6:\"cfgkey\";s:14:\"CC_ENABLED_JCB\";s:8:\"cfgvalue\";s:1:\"0\";}i:306;a:2:{s:6:\"cfgkey\";s:30:\"CC_ENABLED_AUSTRALIAN_BANKCARD\";s:8:\"cfgvalue\";s:1:\"0\";}i:307;a:2:{s:6:\"cfgkey\";s:15:\"CC_ENABLED_SOLO\";s:8:\"cfgvalue\";s:1:\"0\";}i:308;a:2:{s:6:\"cfgkey\";s:17:\"CC_ENABLED_SWITCH\";s:8:\"cfgvalue\";s:1:\"0\";}i:309;a:2:{s:6:\"cfgkey\";s:18:\"CC_ENABLED_MAESTRO\";s:8:\"cfgvalue\";s:1:\"0\";}i:310;a:2:{s:6:\"cfgkey\";s:26:\"SHOW_ACCEPTED_CREDIT_CARDS\";s:8:\"cfgvalue\";s:1:\"0\";}i:311;a:2:{s:6:\"cfgkey\";s:28:\"MODULE_ORDER_TOTAL_GV_STATUS\";s:8:\"cfgvalue\";s:4:\"true\";}i:312;a:2:{s:6:\"cfgkey\";s:32:\"MODULE_ORDER_TOTAL_GV_SORT_ORDER\";s:8:\"cfgvalue\";s:3:\"840\";}i:313;a:2:{s:6:\"cfgkey\";s:27:\"MODULE_ORDER_TOTAL_GV_QUEUE\";s:8:\"cfgvalue\";s:4:\"true\";}i:314;a:2:{s:6:\"cfgkey\";s:34:\"MODULE_ORDER_TOTAL_GV_INC_SHIPPING\";s:8:\"cfgvalue\";s:4:\"true\";}i:315;a:2:{s:6:\"cfgkey\";s:29:\"MODULE_ORDER_TOTAL_GV_INC_TAX\";s:8:\"cfgvalue\";s:4:\"true\";}i:316;a:2:{s:6:\"cfgkey\";s:30:\"MODULE_ORDER_TOTAL_GV_CALC_TAX\";s:8:\"cfgvalue\";s:4:\"None\";}i:317;a:2:{s:6:\"cfgkey\";s:31:\"MODULE_ORDER_TOTAL_GV_TAX_CLASS\";s:8:\"cfgvalue\";s:1:\"0\";}i:318;a:2:{s:6:\"cfgkey\";s:32:\"MODULE_ORDER_TOTAL_GV_CREDIT_TAX\";s:8:\"cfgvalue\";s:5:\"false\";}i:319;a:2:{s:6:\"cfgkey\";s:37:\"MODULE_ORDER_TOTAL_GV_ORDER_STATUS_ID\";s:8:\"cfgvalue\";s:1:\"0\";}i:320;a:2:{s:6:\"cfgkey\";s:37:\"MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS\";s:8:\"cfgvalue\";s:4:\"true\";}i:321;a:2:{s:6:\"cfgkey\";s:41:\"MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER\";s:8:\"cfgvalue\";s:3:\"400\";}i:322;a:2:{s:6:\"cfgkey\";s:44:\"MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE\";s:8:\"cfgvalue\";s:5:\"false\";}i:323;a:2:{s:6:\"cfgkey\";s:42:\"MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER\";s:8:\"cfgvalue\";s:2:\"50\";}i:324;a:2:{s:6:\"cfgkey\";s:34:\"MODULE_ORDER_TOTAL_LOWORDERFEE_FEE\";s:8:\"cfgvalue\";s:1:\"5\";}i:325;a:2:{s:6:\"cfgkey\";s:42:\"MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION\";s:8:\"cfgvalue\";s:4:\"both\";}i:326;a:2:{s:6:\"cfgkey\";s:40:\"MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS\";s:8:\"cfgvalue\";s:1:\"0\";}i:327;a:2:{s:6:\"cfgkey\";s:38:\"MODULE_ORDER_TOTAL_LOWORDERFEE_VIRTUAL\";s:8:\"cfgvalue\";s:5:\"false\";}i:328;a:2:{s:6:\"cfgkey\";s:33:\"MODULE_ORDER_TOTAL_LOWORDERFEE_GV\";s:8:\"cfgvalue\";s:5:\"false\";}i:329;a:2:{s:6:\"cfgkey\";s:34:\"MODULE_ORDER_TOTAL_SHIPPING_STATUS\";s:8:\"cfgvalue\";s:4:\"true\";}i:330;a:2:{s:6:\"cfgkey\";s:38:\"MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER\";s:8:\"cfgvalue\";s:3:\"200\";}i:331;a:2:{s:6:\"cfgkey\";s:41:\"MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING\";s:8:\"cfgvalue\";s:5:\"false\";}i:332;a:2:{s:6:\"cfgkey\";s:46:\"MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER\";s:8:\"cfgvalue\";s:2:\"50\";}i:333;a:2:{s:6:\"cfgkey\";s:39:\"MODULE_ORDER_TOTAL_SHIPPING_DESTINATION\";s:8:\"cfgvalue\";s:8:\"national\";}i:334;a:2:{s:6:\"cfgkey\";s:34:\"MODULE_ORDER_TOTAL_SUBTOTAL_STATUS\";s:8:\"cfgvalue\";s:4:\"true\";}i:335;a:2:{s:6:\"cfgkey\";s:38:\"MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER\";s:8:\"cfgvalue\";s:3:\"100\";}i:336;a:2:{s:6:\"cfgkey\";s:29:\"MODULE_ORDER_TOTAL_TAX_STATUS\";s:8:\"cfgvalue\";s:4:\"true\";}i:337;a:2:{s:6:\"cfgkey\";s:33:\"MODULE_ORDER_TOTAL_TAX_SORT_ORDER\";s:8:\"cfgvalue\";s:3:\"300\";}i:338;a:2:{s:6:\"cfgkey\";s:31:\"MODULE_ORDER_TOTAL_TOTAL_STATUS\";s:8:\"cfgvalue\";s:4:\"true\";}i:339;a:2:{s:6:\"cfgkey\";s:35:\"MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER\";s:8:\"cfgvalue\";s:3:\"999\";}i:340;a:2:{s:6:\"cfgkey\";s:35:\"MODULE_ORDER_TOTAL_COUPON_TAX_CLASS\";s:8:\"cfgvalue\";s:1:\"0\";}i:341;a:2:{s:6:\"cfgkey\";s:33:\"MODULE_ORDER_TOTAL_COUPON_INC_TAX\";s:8:\"cfgvalue\";s:5:\"false\";}i:342;a:2:{s:6:\"cfgkey\";s:36:\"MODULE_ORDER_TOTAL_COUPON_SORT_ORDER\";s:8:\"cfgvalue\";s:3:\"280\";}i:343;a:2:{s:6:\"cfgkey\";s:38:\"MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING\";s:8:\"cfgvalue\";s:5:\"false\";}i:344;a:2:{s:6:\"cfgkey\";s:32:\"MODULE_ORDER_TOTAL_COUPON_STATUS\";s:8:\"cfgvalue\";s:4:\"true\";}i:345;a:2:{s:6:\"cfgkey\";s:34:\"MODULE_ORDER_TOTAL_COUPON_CALC_TAX\";s:8:\"cfgvalue\";s:8:\"Standard\";}i:346;a:2:{s:6:\"cfgkey\";s:10:\"ADMIN_DEMO\";s:8:\"cfgvalue\";s:1:\"0\";}i:347;a:2:{s:6:\"cfgkey\";s:28:\"PRODUCTS_OPTIONS_TYPE_SELECT\";s:8:\"cfgvalue\";s:1:\"0\";}i:348;a:2:{s:6:\"cfgkey\";s:26:\"PRODUCTS_OPTIONS_TYPE_TEXT\";s:8:\"cfgvalue\";s:1:\"1\";}i:349;a:2:{s:6:\"cfgkey\";s:27:\"PRODUCTS_OPTIONS_TYPE_RADIO\";s:8:\"cfgvalue\";s:1:\"2\";}i:350;a:2:{s:6:\"cfgkey\";s:30:\"PRODUCTS_OPTIONS_TYPE_CHECKBOX\";s:8:\"cfgvalue\";s:1:\"3\";}i:351;a:2:{s:6:\"cfgkey\";s:26:\"PRODUCTS_OPTIONS_TYPE_FILE\";s:8:\"cfgvalue\";s:1:\"4\";}i:352;a:2:{s:6:\"cfgkey\";s:31:\"PRODUCTS_OPTIONS_VALUES_TEXT_ID\";s:8:\"cfgvalue\";s:1:\"0\";}i:353;a:2:{s:6:\"cfgkey\";s:13:\"UPLOAD_PREFIX\";s:8:\"cfgvalue\";s:7:\"upload_\";}i:354;a:2:{s:6:\"cfgkey\";s:11:\"TEXT_PREFIX\";s:8:\"cfgvalue\";s:4:\"txt_\";}i:355;a:2:{s:6:\"cfgkey\";s:30:\"PRODUCTS_OPTIONS_TYPE_READONLY\";s:8:\"cfgvalue\";s:1:\"5\";}i:356;a:2:{s:6:\"cfgkey\";s:27:\"PRODUCTS_OPTIONS_SORT_ORDER\";s:8:\"cfgvalue\";s:1:\"0\";}i:357;a:2:{s:6:\"cfgkey\";s:30:\"PRODUCTS_OPTIONS_SORT_BY_PRICE\";s:8:\"cfgvalue\";s:1:\"1\";}i:358;a:2:{s:6:\"cfgkey\";s:31:\"PRODUCT_IMAGES_ATTRIBUTES_NAMES\";s:8:\"cfgvalue\";s:1:\"1\";}i:359;a:2:{s:6:\"cfgkey\";s:25:\"SHOW_SALE_DISCOUNT_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:360;a:2:{s:6:\"cfgkey\";s:18:\"SHOW_SALE_DISCOUNT\";s:8:\"cfgvalue\";s:1:\"1\";}i:361;a:2:{s:6:\"cfgkey\";s:27:\"SHOW_SALE_DISCOUNT_DECIMALS\";s:8:\"cfgvalue\";s:1:\"0\";}i:362;a:2:{s:6:\"cfgkey\";s:28:\"OTHER_IMAGE_PRICE_IS_FREE_ON\";s:8:\"cfgvalue\";s:1:\"1\";}i:363;a:2:{s:6:\"cfgkey\";s:31:\"PRODUCTS_PRICE_IS_CALL_IMAGE_ON\";s:8:\"cfgvalue\";s:1:\"1\";}i:364;a:2:{s:6:\"cfgkey\";s:23:\"PRODUCTS_QTY_BOX_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:365;a:2:{s:6:\"cfgkey\";s:16:\"REVIEWS_APPROVAL\";s:8:\"cfgvalue\";s:1:\"1\";}i:366;a:2:{s:6:\"cfgkey\";s:22:\"META_TAG_INCLUDE_MODEL\";s:8:\"cfgvalue\";s:1:\"1\";}i:367;a:2:{s:6:\"cfgkey\";s:22:\"META_TAG_INCLUDE_PRICE\";s:8:\"cfgvalue\";s:1:\"1\";}i:368;a:2:{s:6:\"cfgkey\";s:31:\"MAX_META_TAG_DESCRIPTION_LENGTH\";s:8:\"cfgvalue\";s:2:\"50\";}i:369;a:2:{s:6:\"cfgkey\";s:49:\"SHOW_PRODUCT_INFO_COLUMNS_ALSO_PURCHASED_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"3\";}i:370;a:2:{s:6:\"cfgkey\";s:26:\"PRODUCT_INFO_PREVIOUS_NEXT\";s:8:\"cfgvalue\";s:1:\"1\";}i:371;a:2:{s:6:\"cfgkey\";s:31:\"PRODUCT_INFO_PREVIOUS_NEXT_SORT\";s:8:\"cfgvalue\";s:1:\"1\";}i:372;a:2:{s:6:\"cfgkey\";s:25:\"SHOW_PREVIOUS_NEXT_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:373;a:2:{s:6:\"cfgkey\";s:25:\"SHOW_PREVIOUS_NEXT_IMAGES\";s:8:\"cfgvalue\";s:1:\"0\";}i:374;a:2:{s:6:\"cfgkey\";s:25:\"PREVIOUS_NEXT_IMAGE_WIDTH\";s:8:\"cfgvalue\";s:2:\"50\";}i:375;a:2:{s:6:\"cfgkey\";s:26:\"PREVIOUS_NEXT_IMAGE_HEIGHT\";s:8:\"cfgvalue\";s:2:\"40\";}i:376;a:2:{s:6:\"cfgkey\";s:23:\"PRODUCT_INFO_CATEGORIES\";s:8:\"cfgvalue\";s:1:\"1\";}i:377;a:2:{s:6:\"cfgkey\";s:36:\"PRODUCT_INFO_CATEGORIES_IMAGE_STATUS\";s:8:\"cfgvalue\";s:1:\"2\";}i:378;a:2:{s:6:\"cfgkey\";s:14:\"BOX_WIDTH_LEFT\";s:8:\"cfgvalue\";s:5:\"150px\";}i:379;a:2:{s:6:\"cfgkey\";s:15:\"BOX_WIDTH_RIGHT\";s:8:\"cfgvalue\";s:5:\"150px\";}i:380;a:2:{s:6:\"cfgkey\";s:22:\"BREAD_CRUMBS_SEPARATOR\";s:8:\"cfgvalue\";s:14:\"&nbsp;::&nbsp;\";}i:381;a:2:{s:6:\"cfgkey\";s:24:\"DEFINE_BREADCRUMB_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:382;a:2:{s:6:\"cfgkey\";s:19:\"BEST_SELLERS_FILLER\";s:8:\"cfgvalue\";s:6:\"&nbsp;\";}i:383;a:2:{s:6:\"cfgkey\";s:21:\"BEST_SELLERS_TRUNCATE\";s:8:\"cfgvalue\";s:2:\"35\";}i:384;a:2:{s:6:\"cfgkey\";s:26:\"BEST_SELLERS_TRUNCATE_MORE\";s:8:\"cfgvalue\";s:4:\"true\";}i:385;a:2:{s:6:\"cfgkey\";s:28:\"SHOW_CATEGORIES_BOX_SPECIALS\";s:8:\"cfgvalue\";s:5:\"false\";}i:386;a:2:{s:6:\"cfgkey\";s:32:\"SHOW_CATEGORIES_BOX_PRODUCTS_NEW\";s:8:\"cfgvalue\";s:4:\"true\";}i:387;a:2:{s:6:\"cfgkey\";s:29:\"SHOW_SHOPPING_CART_BOX_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:388;a:2:{s:6:\"cfgkey\";s:37:\"SHOW_CATEGORIES_BOX_FEATURED_PRODUCTS\";s:8:\"cfgvalue\";s:4:\"true\";}i:389;a:2:{s:6:\"cfgkey\";s:32:\"SHOW_CATEGORIES_BOX_PRODUCTS_ALL\";s:8:\"cfgvalue\";s:4:\"true\";}i:390;a:2:{s:6:\"cfgkey\";s:18:\"COLUMN_LEFT_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:391;a:2:{s:6:\"cfgkey\";s:19:\"COLUMN_RIGHT_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:392;a:2:{s:6:\"cfgkey\";s:17:\"COLUMN_WIDTH_LEFT\";s:8:\"cfgvalue\";s:5:\"150px\";}i:393;a:2:{s:6:\"cfgkey\";s:18:\"COLUMN_WIDTH_RIGHT\";s:8:\"cfgvalue\";s:5:\"150px\";}i:394;a:2:{s:6:\"cfgkey\";s:30:\"SHOW_CATEGORIES_SEPARATOR_LINK\";s:8:\"cfgvalue\";s:1:\"1\";}i:395;a:2:{s:6:\"cfgkey\";s:20:\"CATEGORIES_SEPARATOR\";s:8:\"cfgvalue\";s:5:\"-&gt;\";}i:396;a:2:{s:6:\"cfgkey\";s:25:\"CATEGORIES_SEPARATOR_SUBS\";s:8:\"cfgvalue\";s:8:\"|_&nbsp;\";}i:397;a:2:{s:6:\"cfgkey\";s:23:\"CATEGORIES_COUNT_PREFIX\";s:8:\"cfgvalue\";s:7:\"&nbsp;(\";}i:398;a:2:{s:6:\"cfgkey\";s:23:\"CATEGORIES_COUNT_SUFFIX\";s:8:\"cfgvalue\";s:1:\")\";}i:399;a:2:{s:6:\"cfgkey\";s:31:\"CATEGORIES_SUBCATEGORIES_INDENT\";s:8:\"cfgvalue\";s:12:\"&nbsp;&nbsp;\";}i:400;a:2:{s:6:\"cfgkey\";s:21:\"CATEGORIES_COUNT_ZERO\";s:8:\"cfgvalue\";s:1:\"0\";}i:401;a:2:{s:6:\"cfgkey\";s:24:\"CATEGORIES_SPLIT_DISPLAY\";s:8:\"cfgvalue\";s:4:\"True\";}i:402;a:2:{s:6:\"cfgkey\";s:19:\"SHOW_TOTALS_IN_CART\";s:8:\"cfgvalue\";s:1:\"1\";}i:403;a:2:{s:6:\"cfgkey\";s:22:\"SHOW_CUSTOMER_GREETING\";s:8:\"cfgvalue\";s:1:\"1\";}i:404;a:2:{s:6:\"cfgkey\";s:22:\"SHOW_CATEGORIES_ALWAYS\";s:8:\"cfgvalue\";s:1:\"0\";}i:405;a:2:{s:6:\"cfgkey\";s:21:\"CATEGORIES_START_MAIN\";s:8:\"cfgvalue\";s:1:\"0\";}i:406;a:2:{s:6:\"cfgkey\";s:36:\"SHOW_CATEGORIES_SUBCATEGORIES_ALWAYS\";s:8:\"cfgvalue\";s:1:\"1\";}i:407;a:2:{s:6:\"cfgkey\";s:23:\"SHOW_BANNERS_GROUP_SET1\";s:8:\"cfgvalue\";s:0:\"\";}i:408;a:2:{s:6:\"cfgkey\";s:23:\"SHOW_BANNERS_GROUP_SET2\";s:8:\"cfgvalue\";s:0:\"\";}i:409;a:2:{s:6:\"cfgkey\";s:23:\"SHOW_BANNERS_GROUP_SET3\";s:8:\"cfgvalue\";s:0:\"\";}i:410;a:2:{s:6:\"cfgkey\";s:23:\"SHOW_BANNERS_GROUP_SET4\";s:8:\"cfgvalue\";s:0:\"\";}i:411;a:2:{s:6:\"cfgkey\";s:23:\"SHOW_BANNERS_GROUP_SET5\";s:8:\"cfgvalue\";s:0:\"\";}i:412;a:2:{s:6:\"cfgkey\";s:23:\"SHOW_BANNERS_GROUP_SET6\";s:8:\"cfgvalue\";s:0:\"\";}i:413;a:2:{s:6:\"cfgkey\";s:23:\"SHOW_BANNERS_GROUP_SET7\";s:8:\"cfgvalue\";s:15:\"SideBox-Banners\";}i:414;a:2:{s:6:\"cfgkey\";s:23:\"SHOW_BANNERS_GROUP_SET8\";s:8:\"cfgvalue\";s:15:\"SideBox-Banners\";}i:415;a:2:{s:6:\"cfgkey\";s:26:\"SHOW_BANNERS_GROUP_SET_ALL\";s:8:\"cfgvalue\";s:10:\"BannersAll\";}i:416;a:2:{s:6:\"cfgkey\";s:14:\"SHOW_FOOTER_IP\";s:8:\"cfgvalue\";s:1:\"1\";}i:417;a:2:{s:6:\"cfgkey\";s:16:\"DISCOUNT_QTY_ADD\";s:8:\"cfgvalue\";s:1:\"5\";}i:418;a:2:{s:6:\"cfgkey\";s:31:\"DISCOUNT_QUANTITY_PRICES_COLUMN\";s:8:\"cfgvalue\";s:1:\"5\";}i:419;a:2:{s:6:\"cfgkey\";s:30:\"CATEGORIES_PRODUCTS_SORT_ORDER\";s:8:\"cfgvalue\";s:1:\"0\";}i:420;a:2:{s:6:\"cfgkey\";s:33:\"OPTION_NAMES_VALUES_GLOBAL_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:421;a:2:{s:6:\"cfgkey\";s:22:\"CATEGORIES_TABS_STATUS\";s:8:\"cfgvalue\";s:1:\"0\";}i:422;a:2:{s:6:\"cfgkey\";s:30:\"SHOW_ACCOUNT_LINKS_ON_SITE_MAP\";s:8:\"cfgvalue\";s:2:\"No\";}i:423;a:2:{s:6:\"cfgkey\";s:30:\"SKIP_SINGLE_PRODUCT_CATEGORIES\";s:8:\"cfgvalue\";s:4:\"True\";}i:424;a:2:{s:6:\"cfgkey\";s:20:\"USE_SPLIT_LOGIN_MODE\";s:8:\"cfgvalue\";s:5:\"False\";}i:425;a:2:{s:6:\"cfgkey\";s:21:\"IMAGE_USE_CSS_BUTTONS\";s:8:\"cfgvalue\";s:2:\"No\";}i:426;a:2:{s:6:\"cfgkey\";s:20:\"DOWN_FOR_MAINTENANCE\";s:8:\"cfgvalue\";s:5:\"false\";}i:427;a:2:{s:6:\"cfgkey\";s:29:\"DOWN_FOR_MAINTENANCE_FILENAME\";s:8:\"cfgvalue\";s:20:\"down_for_maintenance\";}i:428;a:2:{s:6:\"cfgkey\";s:31:\"DOWN_FOR_MAINTENANCE_HEADER_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:429;a:2:{s:6:\"cfgkey\";s:36:\"DOWN_FOR_MAINTENANCE_COLUMN_LEFT_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:430;a:2:{s:6:\"cfgkey\";s:37:\"DOWN_FOR_MAINTENANCE_COLUMN_RIGHT_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:431;a:2:{s:6:\"cfgkey\";s:31:\"DOWN_FOR_MAINTENANCE_FOOTER_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:432;a:2:{s:6:\"cfgkey\";s:31:\"DOWN_FOR_MAINTENANCE_PRICES_OFF\";s:8:\"cfgvalue\";s:5:\"false\";}i:433;a:2:{s:6:\"cfgkey\";s:32:\"EXCLUDE_ADMIN_IP_FOR_MAINTENANCE\";s:8:\"cfgvalue\";s:15:\"your IP (ADMIN)\";}i:434;a:2:{s:6:\"cfgkey\";s:32:\"WARN_BEFORE_DOWN_FOR_MAINTENANCE\";s:8:\"cfgvalue\";s:5:\"false\";}i:435;a:2:{s:6:\"cfgkey\";s:34:\"PERIOD_BEFORE_DOWN_FOR_MAINTENANCE\";s:8:\"cfgvalue\";s:18:\"15/05/2003  2-3 PM\";}i:436;a:2:{s:6:\"cfgkey\";s:24:\"DISPLAY_MAINTENANCE_TIME\";s:8:\"cfgvalue\";s:5:\"false\";}i:437;a:2:{s:6:\"cfgkey\";s:26:\"DISPLAY_MAINTENANCE_PERIOD\";s:8:\"cfgvalue\";s:5:\"false\";}i:438;a:2:{s:6:\"cfgkey\";s:28:\"TEXT_MAINTENANCE_PERIOD_TIME\";s:8:\"cfgvalue\";s:4:\"2h00\";}i:439;a:2:{s:6:\"cfgkey\";s:30:\"DISPLAY_CONDITIONS_ON_CHECKOUT\";s:8:\"cfgvalue\";s:5:\"false\";}i:440;a:2:{s:6:\"cfgkey\";s:26:\"DISPLAY_PRIVACY_CONDITIONS\";s:8:\"cfgvalue\";s:5:\"false\";}i:441;a:2:{s:6:\"cfgkey\";s:22:\"PRODUCT_NEW_LIST_IMAGE\";s:8:\"cfgvalue\";s:4:\"1102\";}i:442;a:2:{s:6:\"cfgkey\";s:25:\"PRODUCT_NEW_LIST_QUANTITY\";s:8:\"cfgvalue\";s:4:\"1202\";}i:443;a:2:{s:6:\"cfgkey\";s:19:\"PRODUCT_NEW_BUY_NOW\";s:8:\"cfgvalue\";s:4:\"1300\";}i:444;a:2:{s:6:\"cfgkey\";s:21:\"PRODUCT_NEW_LIST_NAME\";s:8:\"cfgvalue\";s:4:\"2101\";}i:445;a:2:{s:6:\"cfgkey\";s:22:\"PRODUCT_NEW_LIST_MODEL\";s:8:\"cfgvalue\";s:4:\"2201\";}i:446;a:2:{s:6:\"cfgkey\";s:29:\"PRODUCT_NEW_LIST_MANUFACTURER\";s:8:\"cfgvalue\";s:4:\"2302\";}i:447;a:2:{s:6:\"cfgkey\";s:22:\"PRODUCT_NEW_LIST_PRICE\";s:8:\"cfgvalue\";s:4:\"2402\";}i:448;a:2:{s:6:\"cfgkey\";s:23:\"PRODUCT_NEW_LIST_WEIGHT\";s:8:\"cfgvalue\";s:4:\"2502\";}i:449;a:2:{s:6:\"cfgkey\";s:27:\"PRODUCT_NEW_LIST_DATE_ADDED\";s:8:\"cfgvalue\";s:4:\"2601\";}i:450;a:2:{s:6:\"cfgkey\";s:28:\"PRODUCT_NEW_LIST_DESCRIPTION\";s:8:\"cfgvalue\";s:1:\"1\";}i:451;a:2:{s:6:\"cfgkey\";s:29:\"PRODUCT_NEW_LIST_SORT_DEFAULT\";s:8:\"cfgvalue\";s:1:\"6\";}i:452;a:2:{s:6:\"cfgkey\";s:25:\"PRODUCT_NEW_LIST_GROUP_ID\";s:8:\"cfgvalue\";s:2:\"21\";}i:453;a:2:{s:6:\"cfgkey\";s:40:\"PRODUCT_NEW_LISTING_MULTIPLE_ADD_TO_CART\";s:8:\"cfgvalue\";s:1:\"3\";}i:454;a:2:{s:6:\"cfgkey\";s:33:\"SHOW_NEW_PRODUCTS_UPCOMING_MASKED\";s:8:\"cfgvalue\";s:1:\"0\";}i:455;a:2:{s:6:\"cfgkey\";s:27:\"PRODUCT_FEATURED_LIST_IMAGE\";s:8:\"cfgvalue\";s:4:\"1102\";}i:456;a:2:{s:6:\"cfgkey\";s:30:\"PRODUCT_FEATURED_LIST_QUANTITY\";s:8:\"cfgvalue\";s:4:\"1202\";}i:457;a:2:{s:6:\"cfgkey\";s:24:\"PRODUCT_FEATURED_BUY_NOW\";s:8:\"cfgvalue\";s:4:\"1300\";}i:458;a:2:{s:6:\"cfgkey\";s:26:\"PRODUCT_FEATURED_LIST_NAME\";s:8:\"cfgvalue\";s:4:\"2101\";}i:459;a:2:{s:6:\"cfgkey\";s:27:\"PRODUCT_FEATURED_LIST_MODEL\";s:8:\"cfgvalue\";s:4:\"2201\";}i:460;a:2:{s:6:\"cfgkey\";s:34:\"PRODUCT_FEATURED_LIST_MANUFACTURER\";s:8:\"cfgvalue\";s:4:\"2302\";}i:461;a:2:{s:6:\"cfgkey\";s:27:\"PRODUCT_FEATURED_LIST_PRICE\";s:8:\"cfgvalue\";s:4:\"2402\";}i:462;a:2:{s:6:\"cfgkey\";s:28:\"PRODUCT_FEATURED_LIST_WEIGHT\";s:8:\"cfgvalue\";s:4:\"2502\";}i:463;a:2:{s:6:\"cfgkey\";s:32:\"PRODUCT_FEATURED_LIST_DATE_ADDED\";s:8:\"cfgvalue\";s:4:\"2601\";}i:464;a:2:{s:6:\"cfgkey\";s:33:\"PRODUCT_FEATURED_LIST_DESCRIPTION\";s:8:\"cfgvalue\";s:1:\"1\";}i:465;a:2:{s:6:\"cfgkey\";s:34:\"PRODUCT_FEATURED_LIST_SORT_DEFAULT\";s:8:\"cfgvalue\";s:1:\"1\";}i:466;a:2:{s:6:\"cfgkey\";s:30:\"PRODUCT_FEATURED_LIST_GROUP_ID\";s:8:\"cfgvalue\";s:2:\"22\";}i:467;a:2:{s:6:\"cfgkey\";s:45:\"PRODUCT_FEATURED_LISTING_MULTIPLE_ADD_TO_CART\";s:8:\"cfgvalue\";s:1:\"3\";}i:468;a:2:{s:6:\"cfgkey\";s:22:\"PRODUCT_ALL_LIST_IMAGE\";s:8:\"cfgvalue\";s:4:\"1102\";}i:469;a:2:{s:6:\"cfgkey\";s:25:\"PRODUCT_ALL_LIST_QUANTITY\";s:8:\"cfgvalue\";s:4:\"1202\";}i:470;a:2:{s:6:\"cfgkey\";s:19:\"PRODUCT_ALL_BUY_NOW\";s:8:\"cfgvalue\";s:4:\"1300\";}i:471;a:2:{s:6:\"cfgkey\";s:21:\"PRODUCT_ALL_LIST_NAME\";s:8:\"cfgvalue\";s:4:\"2101\";}i:472;a:2:{s:6:\"cfgkey\";s:22:\"PRODUCT_ALL_LIST_MODEL\";s:8:\"cfgvalue\";s:4:\"2201\";}i:473;a:2:{s:6:\"cfgkey\";s:29:\"PRODUCT_ALL_LIST_MANUFACTURER\";s:8:\"cfgvalue\";s:4:\"2302\";}i:474;a:2:{s:6:\"cfgkey\";s:22:\"PRODUCT_ALL_LIST_PRICE\";s:8:\"cfgvalue\";s:4:\"2402\";}i:475;a:2:{s:6:\"cfgkey\";s:23:\"PRODUCT_ALL_LIST_WEIGHT\";s:8:\"cfgvalue\";s:4:\"2502\";}i:476;a:2:{s:6:\"cfgkey\";s:27:\"PRODUCT_ALL_LIST_DATE_ADDED\";s:8:\"cfgvalue\";s:4:\"2601\";}i:477;a:2:{s:6:\"cfgkey\";s:28:\"PRODUCT_ALL_LIST_DESCRIPTION\";s:8:\"cfgvalue\";s:1:\"1\";}i:478;a:2:{s:6:\"cfgkey\";s:29:\"PRODUCT_ALL_LIST_SORT_DEFAULT\";s:8:\"cfgvalue\";s:1:\"1\";}i:479;a:2:{s:6:\"cfgkey\";s:25:\"PRODUCT_ALL_LIST_GROUP_ID\";s:8:\"cfgvalue\";s:2:\"23\";}i:480;a:2:{s:6:\"cfgkey\";s:40:\"PRODUCT_ALL_LISTING_MULTIPLE_ADD_TO_CART\";s:8:\"cfgvalue\";s:1:\"3\";}i:481;a:2:{s:6:\"cfgkey\";s:35:\"SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"0\";}i:482;a:2:{s:6:\"cfgkey\";s:40:\"SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"0\";}i:483;a:2:{s:6:\"cfgkey\";s:40:\"SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"0\";}i:484;a:2:{s:6:\"cfgkey\";s:31:\"SHOW_PRODUCT_INFO_MAIN_UPCOMING\";s:8:\"cfgvalue\";s:1:\"0\";}i:485;a:2:{s:6:\"cfgkey\";s:39:\"SHOW_PRODUCT_INFO_CATEGORY_NEW_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"1\";}i:486;a:2:{s:6:\"cfgkey\";s:44:\"SHOW_PRODUCT_INFO_CATEGORY_FEATURED_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"2\";}i:487;a:2:{s:6:\"cfgkey\";s:44:\"SHOW_PRODUCT_INFO_CATEGORY_SPECIALS_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"3\";}i:488;a:2:{s:6:\"cfgkey\";s:35:\"SHOW_PRODUCT_INFO_CATEGORY_UPCOMING\";s:8:\"cfgvalue\";s:1:\"4\";}i:489;a:2:{s:6:\"cfgkey\";s:38:\"SHOW_PRODUCT_INFO_MISSING_NEW_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"1\";}i:490;a:2:{s:6:\"cfgkey\";s:43:\"SHOW_PRODUCT_INFO_MISSING_FEATURED_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"2\";}i:491;a:2:{s:6:\"cfgkey\";s:43:\"SHOW_PRODUCT_INFO_MISSING_SPECIALS_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"3\";}i:492;a:2:{s:6:\"cfgkey\";s:34:\"SHOW_PRODUCT_INFO_MISSING_UPCOMING\";s:8:\"cfgvalue\";s:1:\"4\";}i:493;a:2:{s:6:\"cfgkey\";s:44:\"SHOW_PRODUCT_INFO_LISTING_BELOW_NEW_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"1\";}i:494;a:2:{s:6:\"cfgkey\";s:49:\"SHOW_PRODUCT_INFO_LISTING_BELOW_FEATURED_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"2\";}i:495;a:2:{s:6:\"cfgkey\";s:49:\"SHOW_PRODUCT_INFO_LISTING_BELOW_SPECIALS_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"3\";}i:496;a:2:{s:6:\"cfgkey\";s:40:\"SHOW_PRODUCT_INFO_LISTING_BELOW_UPCOMING\";s:8:\"cfgvalue\";s:1:\"4\";}i:497;a:2:{s:6:\"cfgkey\";s:38:\"SHOW_PRODUCT_INFO_COLUMNS_NEW_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"3\";}i:498;a:2:{s:6:\"cfgkey\";s:43:\"SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"3\";}i:499;a:2:{s:6:\"cfgkey\";s:43:\"SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"3\";}i:500;a:2:{s:6:\"cfgkey\";s:30:\"SHOW_PRODUCT_INFO_ALL_PRODUCTS\";s:8:\"cfgvalue\";s:1:\"1\";}i:501;a:2:{s:6:\"cfgkey\";s:23:\"DEFINE_MAIN_PAGE_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:502;a:2:{s:6:\"cfgkey\";s:24:\"DEFINE_CONTACT_US_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:503;a:2:{s:6:\"cfgkey\";s:21:\"DEFINE_PRIVACY_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:504;a:2:{s:6:\"cfgkey\";s:26:\"DEFINE_SHIPPINGINFO_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:505;a:2:{s:6:\"cfgkey\";s:24:\"DEFINE_CONDITIONS_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:506;a:2:{s:6:\"cfgkey\";s:30:\"DEFINE_CHECKOUT_SUCCESS_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:507;a:2:{s:6:\"cfgkey\";s:29:\"DEFINE_DISCOUNT_COUPON_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:508;a:2:{s:6:\"cfgkey\";s:22:\"DEFINE_SITE_MAP_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:509;a:2:{s:6:\"cfgkey\";s:28:\"DEFINE_PAGE_NOT_FOUND_STATUS\";s:8:\"cfgvalue\";s:1:\"1\";}i:510;a:2:{s:6:\"cfgkey\";s:20:\"DEFINE_PAGE_2_STATUS\";s:8:\"cfgvalue\";s:1:\"3\";}i:511;a:2:{s:6:\"cfgkey\";s:20:\"DEFINE_PAGE_3_STATUS\";s:8:\"cfgvalue\";s:1:\"3\";}i:512;a:2:{s:6:\"cfgkey\";s:20:\"DEFINE_PAGE_4_STATUS\";s:8:\"cfgvalue\";s:1:\"3\";}i:513;a:2:{s:6:\"cfgkey\";s:21:\"EZPAGES_STATUS_HEADER\";s:8:\"cfgvalue\";s:1:\"1\";}i:514;a:2:{s:6:\"cfgkey\";s:21:\"EZPAGES_STATUS_FOOTER\";s:8:\"cfgvalue\";s:1:\"1\";}i:515;a:2:{s:6:\"cfgkey\";s:22:\"EZPAGES_STATUS_SIDEBOX\";s:8:\"cfgvalue\";s:1:\"1\";}i:516;a:2:{s:6:\"cfgkey\";s:24:\"EZPAGES_SEPARATOR_HEADER\";s:8:\"cfgvalue\";s:14:\"&nbsp;::&nbsp;\";}i:517;a:2:{s:6:\"cfgkey\";s:24:\"EZPAGES_SEPARATOR_FOOTER\";s:8:\"cfgvalue\";s:14:\"&nbsp;::&nbsp;\";}i:518;a:2:{s:6:\"cfgkey\";s:30:\"EZPAGES_SHOW_PREV_NEXT_BUTTONS\";s:8:\"cfgvalue\";s:1:\"2\";}i:519;a:2:{s:6:\"cfgkey\";s:27:\"EZPAGES_SHOW_TABLE_CONTENTS\";s:8:\"cfgvalue\";s:1:\"1\";}i:520;a:2:{s:6:\"cfgkey\";s:35:\"EZPAGES_DISABLE_HEADER_DISPLAY_LIST\";s:8:\"cfgvalue\";s:0:\"\";}i:521;a:2:{s:6:\"cfgkey\";s:35:\"EZPAGES_DISABLE_FOOTER_DISPLAY_LIST\";s:8:\"cfgvalue\";s:0:\"\";}i:522;a:2:{s:6:\"cfgkey\";s:39:\"EZPAGES_DISABLE_LEFTCOLUMN_DISPLAY_LIST\";s:8:\"cfgvalue\";s:0:\"\";}i:523;a:2:{s:6:\"cfgkey\";s:40:\"EZPAGES_DISABLE_RIGHTCOLUMN_DISPLAY_LIST\";s:8:\"cfgvalue\";s:0:\"\";}i:524;a:2:{s:6:\"cfgkey\";s:34:\"MODULE_SHIPPING_FREESHIPPER_STATUS\";s:8:\"cfgvalue\";s:4:\"True\";}i:525;a:2:{s:6:\"cfgkey\";s:32:\"MODULE_SHIPPING_FREESHIPPER_COST\";s:8:\"cfgvalue\";s:4:\"0.00\";}i:526;a:2:{s:6:\"cfgkey\";s:36:\"MODULE_SHIPPING_FREESHIPPER_HANDLING\";s:8:\"cfgvalue\";s:1:\"0\";}i:527;a:2:{s:6:\"cfgkey\";s:37:\"MODULE_SHIPPING_FREESHIPPER_TAX_CLASS\";s:8:\"cfgvalue\";s:1:\"0\";}i:528;a:2:{s:6:\"cfgkey\";s:32:\"MODULE_SHIPPING_FREESHIPPER_ZONE\";s:8:\"cfgvalue\";s:1:\"0\";}i:529;a:2:{s:6:\"cfgkey\";s:38:\"MODULE_SHIPPING_FREESHIPPER_SORT_ORDER\";s:8:\"cfgvalue\";s:1:\"0\";}}',1195172731),('zc_e830bfcec88106453506f54ff42fc580','a:25:{i:0;a:4:{s:13:\"categories_id\";s:2:\"65\";s:15:\"categories_name\";s:13:\"Custom Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:1;a:4:{s:13:\"categories_id\";s:2:\"21\";s:15:\"categories_name\";s:17:\"Gift Certificates\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";s:21:\"categories/gv_250.gif\";}i:2;a:4:{s:13:\"categories_id\";s:2:\"66\";s:15:\"categories_name\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:3;a:4:{s:13:\"categories_id\";s:2:\"88\";s:15:\"categories_name\";s:15:\"Alphabet Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:4;a:4:{s:13:\"categories_id\";s:2:\"67\";s:15:\"categories_name\";s:15:\"Artistic Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:5;a:4:{s:13:\"categories_id\";s:2:\"68\";s:15:\"categories_name\";s:11:\"Badge Packs\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:6;a:4:{s:13:\"categories_id\";s:2:\"69\";s:15:\"categories_name\";s:14:\"Cartoon Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:7;a:4:{s:13:\"categories_id\";s:2:\"70\";s:15:\"categories_name\";s:16:\"Christian Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:8;a:4:{s:13:\"categories_id\";s:2:\"71\";s:15:\"categories_name\";s:15:\"Computer Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:9;a:4:{s:13:\"categories_id\";s:2:\"72\";s:15:\"categories_name\";s:10:\"Fun Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:10;a:4:{s:13:\"categories_id\";s:2:\"73\";s:15:\"categories_name\";s:12:\"Funny Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:11;a:4:{s:13:\"categories_id\";s:2:\"74\";s:15:\"categories_name\";s:12:\"Gamer Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:12;a:4:{s:13:\"categories_id\";s:2:\"75\";s:15:\"categories_name\";s:11:\"Geek Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:13;a:4:{s:13:\"categories_id\";s:2:\"76\";s:15:\"categories_name\";s:15:\"Monsters Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:14;a:4:{s:13:\"categories_id\";s:2:\"77\";s:15:\"categories_name\";s:12:\"Movie Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:15;a:4:{s:13:\"categories_id\";s:2:\"78\";s:15:\"categories_name\";s:12:\"Music Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:16;a:4:{s:13:\"categories_id\";s:2:\"79\";s:15:\"categories_name\";s:15:\"Patterns Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:17;a:4:{s:13:\"categories_id\";s:2:\"80\";s:15:\"categories_name\";s:12:\"Plain Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:18;a:4:{s:13:\"categories_id\";s:2:\"81\";s:15:\"categories_name\";s:16:\"Political Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:19;a:4:{s:13:\"categories_id\";s:2:\"82\";s:15:\"categories_name\";s:14:\"Protest Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:20;a:4:{s:13:\"categories_id\";s:2:\"83\";s:15:\"categories_name\";s:13:\"Reject Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:21;a:4:{s:13:\"categories_id\";s:2:\"84\";s:15:\"categories_name\";s:12:\"Retro Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:22;a:4:{s:13:\"categories_id\";s:2:\"85\";s:15:\"categories_name\";s:13:\"Slogan Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:23;a:4:{s:13:\"categories_id\";s:2:\"86\";s:15:\"categories_name\";s:18:\"Special Day Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}i:24;a:4:{s:13:\"categories_id\";s:2:\"87\";s:15:\"categories_name\";s:13:\"Symbol Badges\";s:9:\"parent_id\";s:1:\"0\";s:16:\"categories_image\";N;}}',1195172732);
/*!40000 ALTER TABLE `db_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_archive`
--

DROP TABLE IF EXISTS `email_archive`;
CREATE TABLE `email_archive` (
  `archive_id` int(11) NOT NULL auto_increment,
  `email_to_name` varchar(96) collate latin1_general_ci NOT NULL default '',
  `email_to_address` varchar(96) collate latin1_general_ci NOT NULL default '',
  `email_from_name` varchar(96) collate latin1_general_ci NOT NULL default '',
  `email_from_address` varchar(96) collate latin1_general_ci NOT NULL default '',
  `email_subject` varchar(255) collate latin1_general_ci NOT NULL default '',
  `email_html` text collate latin1_general_ci NOT NULL,
  `email_text` text collate latin1_general_ci NOT NULL,
  `date_sent` datetime NOT NULL default '0001-01-01 00:00:00',
  `module` varchar(64) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`archive_id`),
  KEY `idx_email_to_address_zen` (`email_to_address`),
  KEY `idx_module_zen` (`module`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `email_archive`
--

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

--
-- Table structure for table `ezpages`
--

DROP TABLE IF EXISTS `ezpages`;
CREATE TABLE `ezpages` (
  `pages_id` int(11) NOT NULL auto_increment,
  `languages_id` int(11) NOT NULL default '1',
  `pages_title` varchar(64) collate latin1_general_ci NOT NULL default '',
  `alt_url` varchar(255) collate latin1_general_ci NOT NULL default '',
  `alt_url_external` varchar(255) collate latin1_general_ci NOT NULL default '',
  `pages_html_text` text collate latin1_general_ci,
  `status_header` int(1) NOT NULL default '1',
  `status_sidebox` int(1) NOT NULL default '1',
  `status_footer` int(1) NOT NULL default '1',
  `status_toc` int(1) NOT NULL default '1',
  `header_sort_order` int(3) NOT NULL default '0',
  `sidebox_sort_order` int(3) NOT NULL default '0',
  `footer_sort_order` int(3) NOT NULL default '0',
  `toc_sort_order` int(3) NOT NULL default '0',
  `page_open_new_window` int(1) NOT NULL default '0',
  `page_is_ssl` int(1) NOT NULL default '0',
  `toc_chapter` int(11) NOT NULL default '0',
  PRIMARY KEY  (`pages_id`),
  KEY `idx_lang_id_zen` (`languages_id`),
  KEY `idx_ezp_status_header_zen` (`status_header`),
  KEY `idx_ezp_status_sidebox_zen` (`status_sidebox`),
  KEY `idx_ezp_status_footer_zen` (`status_footer`),
  KEY `idx_ezp_status_toc_zen` (`status_toc`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `ezpages`
--

LOCK TABLES `ezpages` WRITE;
/*!40000 ALTER TABLE `ezpages` DISABLE KEYS */;
INSERT INTO `ezpages` VALUES (1,1,'AMPzone.com','','http://www.ampzone.com','',1,1,1,1,10,10,100,10,1,0,10),(2,1,'A New Page','','','This is another page that is linked to the Chapter 10 via the Chapter number used and is sorted based on the TOC Order.<br /><br />\r\n\r\nThere is not a link to this page via the Header, Footer nor the Sidebox.<br /><br />\r\n\r\nThis page is only seen if the \"main\" link is selected and then it will show in the TOC listing.<br /><br />\r\n\r\nThis is a handy way to have numerous links that are related but only show one main link to get to them all.<br /><br />',0,0,0,1,0,0,0,30,0,0,10),(3,1,'Another New Page','','','This is yet another new page or link that is part of Chapter 10<br /><br />\r\n\r\nThe numbering of the Chapters can be done in any manner. But, by number in increments such as 10, 20, 30, etc. you can later insert pages, or links, as needed within the existing pages.<br /><br />\r\n\r\nThere is no limit to the number of pages, or links, that can be grouped together using the Chapter.<br /><br />\r\n\r\nThe display of the Previous/Next and TOC listing is a setting that can be turned on or off.',0,0,0,1,0,0,0,40,0,0,10),(4,1,'AmpsGadgets.com','','http://www.ampsgadgets.com','',0,1,0,0,0,11,0,0,1,0,0),(5,1,'Totally-Bands.com','','http://www.totally-bands.com','',0,1,0,0,0,12,0,0,1,0,0),(6,1,'Shared','','','This link is a \"shared\" link between the Header, Footer and Sidebox.<br /><br />\r\n\r\nThe number on the order was set to 50 on all of the settings just for the sake of an easier notation on entering it.<br /><br />\r\n\r\nThe order can be the same or different for the three locations.<br /><br />\r\n\r\nIf you wanted to really get creative, you could also have this as part of a Chapter not related to the link order.<br /><br />',0,0,0,0,50,50,50,0,0,0,0),(7,1,'My Account','index.php?main_page=account','','',1,0,1,0,60,0,10,0,0,1,0),(8,1,'Site Map','index.php?main_page=site_map','','',0,1,1,0,0,1,20,0,0,0,0),(9,1,'Privacy Notice','index.php?main_page=privacy','','',0,0,1,0,30,0,40,0,0,0,0),(10,1,'Zen Cart','','http://www.zen-cart.com','',0,0,0,0,60,0,0,0,1,0,0),(11,1,'Gift Certificates','index.php?main_page=index&cPath=21','','',0,1,1,0,0,2,40,0,0,0,0),(12,1,'Action DVDs','index.php?main_page=index&cPath=3_10','','',0,0,0,0,0,0,60,0,0,0,0),(13,1,'Google','','http://www.google.com','',0,0,0,0,0,70,0,0,1,0,0),(14,1,'What is EZ-Pages?','','','<table cellspacing=\"4\" cellpadding=\"4\" border=\"3\" align=\"center\" style=\"width: 80%;\"><tbody><tr><td><span style=\"font-style: italic;\">\r\n<span style=\"font-weight: bold;\">Note: This EZ-Page has been written with the help of the HTMLarea Editor.<br /> <br />This means that this EZ-page will not validate correctly based on how HTMLarea or other editors renders the code.</span></span></td></tr></tbody></table><br /><br /><span style=\"font-weight: bold; color: rgb(255, 0, 0);\">Summary</span><br /><br /><span style=\"font-weight: bold;\">EZ-Pages</span> is a fast, easy way of creating links and additional pages.<br /><br />The additional Pages can be for:<br /><ul><li>New Pages</li><li>Internal Links</li><li>External Links</li><li>Secure or Non-Secure pages</li><li>Same or New Window</li></ul>In Addition, there is the ability to create &quot;related&quot; links in the format of a Chapter (group) and its TOC (related pages/links).<br /><br /><span style=\"font-weight: bold; color: rgb(255, 0, 0);\">Link Naming</span><br /><br />Links are named by the Page Title. All Links need a Page Title in order to function.<br /><br />If you forget to add a Page Title, then you will not be able to add the Link.<br /><br />If you do not assign an Order for the Header, Sidebox or Footer, then the Link will not display even if you have a Page Title.<br /><br /><span style=\"font-weight: bold;\"><span style=\"color: rgb(255, 0, 0);\">Link Placement</span><br /><br /></span>While you have the option of adding Additional Links to the Header, Footer and Sidebox with EZ-Pages, you are not limited to these three Link locations. Links can be in one or more locations simply by enabling the Order for the Location(s) where the Link should appear..<br /><br />The Link Location Status for the Header, Footer and Sidebox is controlled simply by setting these to Yes or No for each setting. Then, set the Order in which the Link should appear for each location.<br /><br />This means that if you were to set Header to Yes 30 and Sidebox to Yes 50 then the link would appear in both the Header and Sidebox in the Order of your Links.<br /><br />The Order numbering method is up to you. Numbering using 10, 20, 30, etc. will allow you to sort the Links and add additional Links later.<br /><br />Note: a 0 value for the Order will disable the Link from displaying.<br /><br /><span style=\"font-weight: bold;\"><span style=\"color: rgb(255, 0, 0);\">Open in New Window and Secure Pages</span><br /></span><br />With EZ-Pages, each Link can take you to the same, main window for your shop; or, you can have the Link open a brand new New Window. In addition, there is an option for making the Link open as a Secure Page or a Non-Secure Page.<br /><br /><span style=\"font-weight: bold; color: rgb(255, 0, 0);\">Chapter and TOC</span><br style=\"font-weight: bold; color: rgb(255, 0, 0);\" /><br />The Chapter and TOC, or Table of Contents, are a unique method of building Multiple Links that interact together.<br /><br />While these Links still follow the rules of the Header, Footer and Sidebox placement, the difference is that only one of the Links, the Main Link, needs to be displayed anywhere on the site.<br /><br />If you had, for example, 5 related Links, you could add the first Link as the Main Link by setting its location to the Header, Footer or Sidebox and set its Order, as usual.<br /><br />Next, you need to assign a Chapter or Group number to the Link. This Chapter holds the related Links together.<br /><br />Then, set the TOC or Table of Contents setting. This is a secondary Sort Order for within the Chapter.<br /><br />Again, you can display any of the Links within a Chapter, as well as making any of these Links the Main Link. Whether the Links all show, or just one or more of the Links show, the Chapter is the key to grouping these Links together in the TOC or Previous/Next. <br /><br /><span style=\"font-weight: bold; font-style: italic;\">NOTE: While all Links within a Chapter will display together, you can have the different Links display in the Header, Footer or Sidebox on their own. Or, you can have the additional Links only display when the Main Link or one of the Additional Links within the Chapter has been opened.</span><br style=\"font-weight: bold; font-style: italic;\" /><br />The versitility of EZ-Pages will make adding new Links and Pages extreamly easy for the beginner as well as the advance user.<br /><br />While this page was made in HTMLarea editor, any HTML editor could be used.<br /><br />However, be careful ... HTML editors will often add the opening and closing tags for the &lt;html&gt;, &lt;head&gt; and &lt;body&gt; to the file you are working on.<br /><br />These are already added to the pages via EZ-Pages.<br /><br /><span style=\"color: rgb(255, 0, 0); font-weight: bold;\">External Link URL</span><br /><br />External Link URLs are links to outside pages not within your shop. These can be to any valid URL such as:<br /><br />http://www.sashbox.net<br /><br />You need to include the full URL path to any External Link URL. You may also mark these to open in a New Window or the Same Window.<br /><br /><span style=\"color: rgb(255, 0, 0); font-weight: bold;\">Internal Link URL</span><br /><br />Internal Link URLs are links to internal pages within your shop. These can be to any valid URL, but should be written as relative links such as:<br /><br />index.php?main_page=index&amp;cPath=21<br /><br />The above Link would take you to the Category for categories_id 21<br /><br />While these links can be the Full URL to an Internal Link, it is best to write as a Relative Link so that if you change domains, are work on a temporary domain or an IP Address, the Link will remain valid if moved to another domain, IP Address, etc.<br /><br />Internal Links can also open in a New Window or the Same Window or be for Secure or Non-Secure Pages.<br /><br /><span style=\"font-weight: bold; color: rgb(255, 0, 0);\">EZ-Pages Additional Pages vs Internal Links vs External Links</span><br /><br />The Type of Link that you create is based on an order of precidence, where HTML Content will superceed both the Internal Link and the External Link values.<br /><br />The External Link URL will superceed the Internal Link URL.<br /><br />If you try to set a combination of HTML Content, Internal Link and/or External Link, the Link will be flagged in the listing with a read icon to alert you to your mistake.<br /><br /><span style=\"font-weight: bold; color: rgb(255, 0, 0);\">WARNING ...</span><br /><br />When using Editors such as HTMLarea, if you hit enter in the HTML Content area <br /> will be added. These will be detected as &quot;content&quot; and will override any Internal Link URL or External Link URL.<br /><br /><span style=\"font-weight: bold; color: rgb(255, 0, 0);\">Admin Only Display</span><br /><br />Sometimes, when working on EZ-Pages, you will want to be able to work on a Live Site and see the results of your work, but not allow the Customers to see this until you are done.<br /><br />There are 3 settings in the Configuration ... EZ-Pages Settings for the Header, Footer and Sidebox  Status:<br /><ul><li>OFF</li><li>ON</li><li>Admin Only</li></ul>The Admin Only setting is controlled by the IP Address(es) set in the Website Maintenance.<br /><br />This can be very handy when needing to work on a Live Site but not wanting customers to see the work in progress.<br /><br />',0,0,0,1,0,0,0,20,0,0,10);
/*!40000 ALTER TABLE `ezpages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `featured`
--

DROP TABLE IF EXISTS `featured`;
CREATE TABLE `featured` (
  `featured_id` int(11) NOT NULL auto_increment,
  `products_id` int(11) NOT NULL default '0',
  `featured_date_added` datetime default NULL,
  `featured_last_modified` datetime default NULL,
  `expires_date` date NOT NULL default '0001-01-01',
  `date_status_change` datetime default NULL,
  `status` int(1) NOT NULL default '1',
  `featured_date_available` date NOT NULL default '0001-01-01',
  PRIMARY KEY  (`featured_id`),
  KEY `idx_status_zen` (`status`),
  KEY `idx_products_id_zen` (`products_id`),
  KEY `idx_date_avail_zen` (`featured_date_available`),
  KEY `idx_expires_date_zen` (`expires_date`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `featured`
--

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

--
-- Table structure for table `files_uploaded`
--

DROP TABLE IF EXISTS `files_uploaded`;
CREATE TABLE `files_uploaded` (
  `files_uploaded_id` int(11) NOT NULL auto_increment,
  `sesskey` varchar(32) collate latin1_general_ci default NULL,
  `customers_id` int(11) default NULL,
  `files_uploaded_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`files_uploaded_id`),
  KEY `idx_customers_id_zen` (`customers_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='Must always have either a sesskey or customers_id';

--
-- Dumping data for table `files_uploaded`
--

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

--
-- Table structure for table `geo_zones`
--

DROP TABLE IF EXISTS `geo_zones`;
CREATE TABLE `geo_zones` (
  `geo_zone_id` int(11) NOT NULL auto_increment,
  `geo_zone_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `geo_zone_description` varchar(255) collate latin1_general_ci NOT NULL default '',
  `last_modified` datetime default NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`geo_zone_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `geo_zones`
--

LOCK TABLES `geo_zones` WRITE;
/*!40000 ALTER TABLE `geo_zones` DISABLE KEYS */;
INSERT INTO `geo_zones` VALUES (1,'Florida','Florida local sales tax zone',NULL,'2007-10-25 21:07:23');
/*!40000 ALTER TABLE `geo_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `get_terms_to_filter`
--

DROP TABLE IF EXISTS `get_terms_to_filter`;
CREATE TABLE `get_terms_to_filter` (
  `get_term_name` varchar(255) collate latin1_general_ci NOT NULL default '',
  `get_term_table` varchar(64) collate latin1_general_ci NOT NULL default '',
  `get_term_name_field` varchar(64) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`get_term_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `get_terms_to_filter`
--

LOCK TABLES `get_terms_to_filter` WRITE;
/*!40000 ALTER TABLE `get_terms_to_filter` DISABLE KEYS */;
INSERT INTO `get_terms_to_filter` VALUES ('manufacturers_id','TABLE_MANUFACTURERS','manufacturers_name'),('music_genre_id','TABLE_MUSIC_GENRE','music_genre_name'),('record_company_id','TABLE_RECORD_COMPANY','record_company_name');
/*!40000 ALTER TABLE `get_terms_to_filter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `group_pricing`
--

DROP TABLE IF EXISTS `group_pricing`;
CREATE TABLE `group_pricing` (
  `group_id` int(11) NOT NULL auto_increment,
  `group_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `group_percentage` decimal(5,2) NOT NULL default '0.00',
  `last_modified` datetime default NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`group_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `group_pricing`
--

LOCK TABLES `group_pricing` WRITE;
/*!40000 ALTER TABLE `group_pricing` DISABLE KEYS */;
INSERT INTO `group_pricing` VALUES (1,'Group 10','10.00',NULL,'2004-04-29 00:21:04');
/*!40000 ALTER TABLE `group_pricing` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `languages`
--

DROP TABLE IF EXISTS `languages`;
CREATE TABLE `languages` (
  `languages_id` int(11) NOT NULL auto_increment,
  `name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `code` char(2) collate latin1_general_ci NOT NULL default '',
  `image` varchar(64) collate latin1_general_ci default NULL,
  `directory` varchar(32) collate latin1_general_ci default NULL,
  `sort_order` int(3) default NULL,
  PRIMARY KEY  (`languages_id`),
  KEY `idx_languages_name_zen` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `languages`
--

LOCK TABLES `languages` WRITE;
/*!40000 ALTER TABLE `languages` DISABLE KEYS */;
INSERT INTO `languages` VALUES (1,'English','en','icon.gif','english',1);
/*!40000 ALTER TABLE `languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `layout_boxes`
--

DROP TABLE IF EXISTS `layout_boxes`;
CREATE TABLE `layout_boxes` (
  `layout_id` int(11) NOT NULL auto_increment,
  `layout_template` varchar(64) collate latin1_general_ci NOT NULL default '',
  `layout_box_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `layout_box_status` tinyint(1) NOT NULL default '0',
  `layout_box_location` tinyint(1) NOT NULL default '0',
  `layout_box_sort_order` int(11) NOT NULL default '0',
  `layout_box_sort_order_single` int(11) NOT NULL default '0',
  `layout_box_status_single` tinyint(4) NOT NULL default '0',
  PRIMARY KEY  (`layout_id`),
  KEY `idx_name_template_zen` (`layout_template`,`layout_box_name`),
  KEY `idx_layout_box_status_zen` (`layout_box_status`),
  KEY `idx_layout_box_sort_order_zen` (`layout_box_sort_order`)
) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `layout_boxes`
--

LOCK TABLES `layout_boxes` WRITE;
/*!40000 ALTER TABLE `layout_boxes` DISABLE KEYS */;
INSERT INTO `layout_boxes` VALUES (1,'default_template_settings','banner_box_all.php',1,1,5,0,0),(2,'default_template_settings','banner_box.php',1,0,300,1,127),(3,'default_template_settings','banner_box2.php',1,1,15,1,15),(4,'default_template_settings','best_sellers.php',1,1,30,70,1),(5,'default_template_settings','categories.php',1,0,10,10,1),(6,'default_template_settings','currencies.php',1,1,80,60,1),(7,'default_template_settings','document_categories.php',1,0,0,0,0),(8,'default_template_settings','ezpages.php',1,1,-1,2,1),(9,'default_template_settings','featured.php',1,0,45,0,0),(10,'default_template_settings','information.php',1,0,50,40,1),(11,'default_template_settings','languages.php',1,1,70,50,1),(12,'default_template_settings','manufacturers.php',1,0,30,20,1),(13,'default_template_settings','manufacturer_info.php',1,1,35,95,1),(14,'default_template_settings','more_information.php',1,0,200,200,1),(15,'default_template_settings','music_genres.php',1,1,0,0,0),(16,'default_template_settings','order_history.php',1,1,0,0,0),(17,'default_template_settings','product_notifications.php',1,1,55,85,1),(18,'default_template_settings','record_companies.php',1,1,0,0,0),(19,'default_template_settings','reviews.php',1,0,40,0,0),(20,'default_template_settings','search.php',1,1,10,0,0),(21,'default_template_settings','search_header.php',0,0,0,0,1),(22,'default_template_settings','shopping_cart.php',1,1,20,30,1),(23,'default_template_settings','specials.php',1,1,45,0,0),(24,'default_template_settings','tell_a_friend.php',1,1,65,0,0),(25,'default_template_settings','whats_new.php',1,0,20,0,0),(26,'default_template_settings','whos_online.php',1,1,200,200,1),(27,'template_default','banner_box_all.php',1,1,5,0,0),(28,'template_default','banner_box.php',1,0,300,1,127),(29,'template_default','banner_box2.php',1,1,15,1,15),(30,'template_default','best_sellers.php',1,1,30,70,1),(31,'template_default','categories.php',1,0,10,10,1),(32,'template_default','currencies.php',1,1,80,60,1),(33,'template_default','ezpages.php',1,1,-1,2,1),(34,'template_default','featured.php',1,0,45,0,0),(35,'template_default','information.php',1,0,50,40,1),(36,'template_default','languages.php',1,1,70,50,1),(37,'template_default','manufacturers.php',1,0,30,20,1),(38,'template_default','manufacturer_info.php',1,1,35,95,1),(39,'template_default','more_information.php',1,0,200,200,1),(40,'template_default','my_broken_box.php',1,0,0,0,0),(41,'template_default','order_history.php',1,1,0,0,0),(42,'template_default','product_notifications.php',1,1,55,85,1),(43,'template_default','reviews.php',1,0,40,0,0),(44,'template_default','search.php',1,1,10,0,0),(45,'template_default','search_header.php',0,0,0,0,1),(46,'template_default','shopping_cart.php',1,1,20,30,1),(47,'template_default','specials.php',1,1,45,0,0),(48,'template_default','tell_a_friend.php',1,1,65,0,0),(49,'template_default','whats_new.php',1,0,20,0,0),(50,'template_default','whos_online.php',1,1,200,200,1),(51,'classic','banner_box.php',1,0,300,1,127),(52,'classic','banner_box2.php',1,1,15,1,15),(53,'classic','banner_box_all.php',1,1,5,0,0),(54,'classic','best_sellers.php',1,1,30,70,1),(55,'classic','categories.php',1,0,10,10,1),(56,'classic','currencies.php',0,1,80,60,0),(57,'classic','document_categories.php',1,0,0,0,0),(58,'classic','ezpages.php',1,1,2,2,1),(59,'classic','featured.php',0,0,45,0,0),(60,'classic','information.php',1,1,50,40,1),(61,'classic','languages.php',0,1,70,50,0),(62,'classic','manufacturers.php',0,0,30,20,0),(63,'classic','manufacturer_info.php',1,1,35,95,1),(64,'classic','more_information.php',0,0,200,200,0),(65,'classic','music_genres.php',0,1,0,0,0),(66,'classic','order_history.php',1,1,0,0,0),(67,'classic','product_notifications.php',0,1,55,85,0),(68,'classic','record_companies.php',0,1,0,0,0),(69,'classic','reviews.php',0,0,40,0,0),(70,'classic','search.php',0,1,10,0,0),(71,'classic','search_header.php',0,0,0,0,1),(72,'classic','shopping_cart.php',1,1,0,0,1),(73,'classic','specials.php',0,1,45,0,0),(74,'classic','tell_a_friend.php',1,1,65,0,0),(75,'classic','whats_new.php',1,0,20,0,0),(76,'classic','whos_online.php',0,1,200,200,0);
/*!40000 ALTER TABLE `layout_boxes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `manufacturers`
--

DROP TABLE IF EXISTS `manufacturers`;
CREATE TABLE `manufacturers` (
  `manufacturers_id` int(11) NOT NULL auto_increment,
  `manufacturers_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `manufacturers_image` varchar(64) collate latin1_general_ci default NULL,
  `date_added` datetime default NULL,
  `last_modified` datetime default NULL,
  PRIMARY KEY  (`manufacturers_id`),
  KEY `idx_mfg_name_zen` (`manufacturers_name`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `manufacturers`
--

LOCK TABLES `manufacturers` WRITE;
/*!40000 ALTER TABLE `manufacturers` DISABLE KEYS */;
INSERT INTO `manufacturers` VALUES (1,'Matrox','manufacturers/manufacturer_matrox.gif','2003-12-23 03:18:19',NULL),(2,'Microsoft','manufacturers/manufacturer_microsoft.gif','2003-12-23 03:18:19',NULL),(3,'Warner','manufacturers/manufacturer_warner.gif','2003-12-23 03:18:19',NULL),(4,'Fox','manufacturers/manufacturer_fox.gif','2003-12-23 03:18:19',NULL),(5,'Logitech','manufacturers/manufacturer_logitech.gif','2003-12-23 03:18:19',NULL),(6,'Canon','manufacturers/manufacturer_canon.gif','2003-12-23 03:18:19',NULL),(7,'Sierra','manufacturers/manufacturer_sierra.gif','2003-12-23 03:18:19',NULL),(8,'GT Interactive','manufacturers/manufacturer_gt_interactive.gif','2003-12-23 03:18:19',NULL),(9,'Hewlett Packard','manufacturers/manufacturer_hewlett_packard.gif','2003-12-23 03:18:19',NULL);
/*!40000 ALTER TABLE `manufacturers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `manufacturers_info`
--

DROP TABLE IF EXISTS `manufacturers_info`;
CREATE TABLE `manufacturers_info` (
  `manufacturers_id` int(11) NOT NULL default '0',
  `languages_id` int(11) NOT NULL default '0',
  `manufacturers_url` varchar(255) collate latin1_general_ci NOT NULL default '',
  `url_clicked` int(5) NOT NULL default '0',
  `date_last_click` datetime default NULL,
  PRIMARY KEY  (`manufacturers_id`,`languages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `manufacturers_info`
--

LOCK TABLES `manufacturers_info` WRITE;
/*!40000 ALTER TABLE `manufacturers_info` DISABLE KEYS */;
INSERT INTO `manufacturers_info` VALUES (1,1,'http://www.matrox.com',0,NULL),(2,1,'http://www.microsoft.com',0,NULL),(3,1,'http://www.warner.com',0,NULL),(4,1,'http://www.fox.com',0,NULL),(5,1,'http://www.logitech.com',0,NULL),(6,1,'http://www.canon.com',0,NULL),(7,1,'http://www.sierra.com',0,NULL),(8,1,'http://www.infogrames.com',0,NULL),(9,1,'http://www.hewlettpackard.com',0,NULL);
/*!40000 ALTER TABLE `manufacturers_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media_clips`
--

DROP TABLE IF EXISTS `media_clips`;
CREATE TABLE `media_clips` (
  `clip_id` int(11) NOT NULL auto_increment,
  `media_id` int(11) NOT NULL default '0',
  `clip_type` smallint(6) NOT NULL default '0',
  `clip_filename` text collate latin1_general_ci NOT NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `last_modified` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`clip_id`),
  KEY `idx_media_id_zen` (`media_id`),
  KEY `idx_clip_type_zen` (`clip_type`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `media_clips`
--

LOCK TABLES `media_clips` WRITE;
/*!40000 ALTER TABLE `media_clips` DISABLE KEYS */;
INSERT INTO `media_clips` VALUES (1,1,1,'thehunter.mp3','2004-06-01 20:57:43','0000-00-00 00:00:00'),(6,2,1,'thehunter.mp3','2004-07-13 00:45:09','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `media_clips` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media_manager`
--

DROP TABLE IF EXISTS `media_manager`;
CREATE TABLE `media_manager` (
  `media_id` int(11) NOT NULL auto_increment,
  `media_name` varchar(255) collate latin1_general_ci NOT NULL default '',
  `last_modified` datetime NOT NULL default '0001-01-01 00:00:00',
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`media_id`),
  KEY `idx_media_name_zen` (`media_name`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `media_manager`
--

LOCK TABLES `media_manager` WRITE;
/*!40000 ALTER TABLE `media_manager` DISABLE KEYS */;
INSERT INTO `media_manager` VALUES (1,'Russ Tippins - The Hunter','2004-06-01 20:57:43','2004-06-01 20:42:53'),(2,'Help!','2004-07-13 01:01:14','2004-07-12 17:57:45');
/*!40000 ALTER TABLE `media_manager` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media_to_products`
--

DROP TABLE IF EXISTS `media_to_products`;
CREATE TABLE `media_to_products` (
  `media_id` int(11) NOT NULL default '0',
  `product_id` int(11) NOT NULL default '0',
  KEY `idx_media_product_zen` (`media_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `media_to_products`
--

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

--
-- Table structure for table `media_types`
--

DROP TABLE IF EXISTS `media_types`;
CREATE TABLE `media_types` (
  `type_id` int(11) NOT NULL auto_increment,
  `type_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `type_ext` varchar(8) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`type_id`),
  KEY `idx_type_name_zen` (`type_name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `media_types`
--

LOCK TABLES `media_types` WRITE;
/*!40000 ALTER TABLE `media_types` DISABLE KEYS */;
INSERT INTO `media_types` VALUES (1,'MP3','.mp3');
/*!40000 ALTER TABLE `media_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `meta_tags_categories_description`
--

DROP TABLE IF EXISTS `meta_tags_categories_description`;
CREATE TABLE `meta_tags_categories_description` (
  `categories_id` int(11) NOT NULL default '0',
  `language_id` int(11) NOT NULL default '1',
  `metatags_title` varchar(255) collate latin1_general_ci NOT NULL default '',
  `metatags_keywords` text collate latin1_general_ci,
  `metatags_description` text collate latin1_general_ci,
  PRIMARY KEY  (`categories_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `meta_tags_categories_description`
--

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

--
-- Table structure for table `meta_tags_products_description`
--

DROP TABLE IF EXISTS `meta_tags_products_description`;
CREATE TABLE `meta_tags_products_description` (
  `products_id` int(11) NOT NULL default '0',
  `language_id` int(11) NOT NULL default '1',
  `metatags_title` varchar(255) collate latin1_general_ci NOT NULL default '',
  `metatags_keywords` text collate latin1_general_ci,
  `metatags_description` text collate latin1_general_ci,
  PRIMARY KEY  (`products_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `meta_tags_products_description`
--

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

--
-- Table structure for table `music_genre`
--

DROP TABLE IF EXISTS `music_genre`;
CREATE TABLE `music_genre` (
  `music_genre_id` int(11) NOT NULL auto_increment,
  `music_genre_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `date_added` datetime default NULL,
  `last_modified` datetime default NULL,
  PRIMARY KEY  (`music_genre_id`),
  KEY `idx_music_genre_name_zen` (`music_genre_name`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `music_genre`
--

LOCK TABLES `music_genre` WRITE;
/*!40000 ALTER TABLE `music_genre` DISABLE KEYS */;
INSERT INTO `music_genre` VALUES (1,'Rock','2004-06-01 20:53:26',NULL),(2,'Jazz','2004-06-01 20:53:45',NULL);
/*!40000 ALTER TABLE `music_genre` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `newsletters`
--

DROP TABLE IF EXISTS `newsletters`;
CREATE TABLE `newsletters` (
  `newsletters_id` int(11) NOT NULL auto_increment,
  `title` varchar(255) collate latin1_general_ci NOT NULL default '',
  `content` text collate latin1_general_ci NOT NULL,
  `content_html` text collate latin1_general_ci NOT NULL,
  `module` varchar(255) collate latin1_general_ci NOT NULL default '',
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `date_sent` datetime default NULL,
  `status` int(1) default NULL,
  `locked` int(1) default '0',
  PRIMARY KEY  (`newsletters_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `newsletters`
--

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

--
-- Table structure for table `orders`
--

DROP TABLE IF EXISTS `orders`;
CREATE TABLE `orders` (
  `orders_id` int(11) NOT NULL auto_increment,
  `customers_id` int(11) NOT NULL default '0',
  `customers_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `customers_company` varchar(32) collate latin1_general_ci default NULL,
  `customers_street_address` varchar(64) collate latin1_general_ci NOT NULL default '',
  `customers_suburb` varchar(32) collate latin1_general_ci default NULL,
  `customers_city` varchar(32) collate latin1_general_ci NOT NULL default '',
  `customers_postcode` varchar(10) collate latin1_general_ci NOT NULL default '',
  `customers_state` varchar(32) collate latin1_general_ci default NULL,
  `customers_country` varchar(32) collate latin1_general_ci NOT NULL default '',
  `customers_telephone` varchar(32) collate latin1_general_ci NOT NULL default '',
  `customers_email_address` varchar(96) collate latin1_general_ci NOT NULL default '',
  `customers_address_format_id` int(5) NOT NULL default '0',
  `delivery_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `delivery_company` varchar(32) collate latin1_general_ci default NULL,
  `delivery_street_address` varchar(64) collate latin1_general_ci NOT NULL default '',
  `delivery_suburb` varchar(32) collate latin1_general_ci default NULL,
  `delivery_city` varchar(32) collate latin1_general_ci NOT NULL default '',
  `delivery_postcode` varchar(10) collate latin1_general_ci NOT NULL default '',
  `delivery_state` varchar(32) collate latin1_general_ci default NULL,
  `delivery_country` varchar(32) collate latin1_general_ci NOT NULL default '',
  `delivery_address_format_id` int(5) NOT NULL default '0',
  `billing_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `billing_company` varchar(32) collate latin1_general_ci default NULL,
  `billing_street_address` varchar(64) collate latin1_general_ci NOT NULL default '',
  `billing_suburb` varchar(32) collate latin1_general_ci default NULL,
  `billing_city` varchar(32) collate latin1_general_ci NOT NULL default '',
  `billing_postcode` varchar(10) collate latin1_general_ci NOT NULL default '',
  `billing_state` varchar(32) collate latin1_general_ci default NULL,
  `billing_country` varchar(32) collate latin1_general_ci NOT NULL default '',
  `billing_address_format_id` int(5) NOT NULL default '0',
  `payment_method` varchar(128) collate latin1_general_ci NOT NULL default '',
  `payment_module_code` varchar(32) collate latin1_general_ci NOT NULL default '',
  `shipping_method` varchar(128) collate latin1_general_ci NOT NULL default '',
  `shipping_module_code` varchar(32) collate latin1_general_ci NOT NULL default '',
  `coupon_code` varchar(32) collate latin1_general_ci NOT NULL default '',
  `cc_type` varchar(20) collate latin1_general_ci default NULL,
  `cc_owner` varchar(64) collate latin1_general_ci default NULL,
  `cc_number` varchar(32) collate latin1_general_ci default NULL,
  `cc_expires` varchar(4) collate latin1_general_ci default NULL,
  `cc_cvv` blob,
  `last_modified` datetime default NULL,
  `date_purchased` datetime default NULL,
  `orders_status` int(5) NOT NULL default '0',
  `orders_date_finished` datetime default NULL,
  `currency` char(3) collate latin1_general_ci default NULL,
  `currency_value` decimal(14,6) default NULL,
  `order_total` decimal(14,2) default NULL,
  `order_tax` decimal(14,2) default NULL,
  `paypal_ipn_id` int(11) NOT NULL default '0',
  `ip_address` varchar(96) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`orders_id`),
  KEY `idx_status_orders_cust_zen` (`orders_status`,`orders_id`,`customers_id`),
  KEY `idx_date_purchased_zen` (`date_purchased`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `orders`
--

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

--
-- Table structure for table `orders_products`
--

DROP TABLE IF EXISTS `orders_products`;
CREATE TABLE `orders_products` (
  `orders_products_id` int(11) NOT NULL auto_increment,
  `orders_id` int(11) NOT NULL default '0',
  `products_id` int(11) NOT NULL default '0',
  `products_model` varchar(32) collate latin1_general_ci default NULL,
  `products_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `products_price` decimal(15,4) NOT NULL default '0.0000',
  `final_price` decimal(15,4) NOT NULL default '0.0000',
  `products_tax` decimal(7,4) NOT NULL default '0.0000',
  `products_quantity` float NOT NULL default '0',
  `onetime_charges` decimal(15,4) NOT NULL default '0.0000',
  `products_priced_by_attribute` tinyint(1) NOT NULL default '0',
  `product_is_free` tinyint(1) NOT NULL default '0',
  `products_discount_type` tinyint(1) NOT NULL default '0',
  `products_discount_type_from` tinyint(1) NOT NULL default '0',
  `products_prid` tinytext collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`orders_products_id`),
  KEY `idx_orders_id_prod_id_zen` (`orders_id`,`products_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `orders_products`
--

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

--
-- Table structure for table `orders_products_attributes`
--

DROP TABLE IF EXISTS `orders_products_attributes`;
CREATE TABLE `orders_products_attributes` (
  `orders_products_attributes_id` int(11) NOT NULL auto_increment,
  `orders_id` int(11) NOT NULL default '0',
  `orders_products_id` int(11) NOT NULL default '0',
  `products_options` varchar(32) collate latin1_general_ci NOT NULL default '',
  `products_options_values` blob NOT NULL,
  `options_values_price` decimal(15,4) NOT NULL default '0.0000',
  `price_prefix` char(1) collate latin1_general_ci NOT NULL default '',
  `product_attribute_is_free` tinyint(1) NOT NULL default '0',
  `products_attributes_weight` float NOT NULL default '0',
  `products_attributes_weight_prefix` char(1) collate latin1_general_ci NOT NULL default '',
  `attributes_discounted` tinyint(1) NOT NULL default '1',
  `attributes_price_base_included` tinyint(1) NOT NULL default '1',
  `attributes_price_onetime` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_factor` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_factor_offset` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_factor_onetime` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_factor_onetime_offset` decimal(15,4) NOT NULL default '0.0000',
  `attributes_qty_prices` text collate latin1_general_ci,
  `attributes_qty_prices_onetime` text collate latin1_general_ci,
  `attributes_price_words` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_words_free` int(4) NOT NULL default '0',
  `attributes_price_letters` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_letters_free` int(4) NOT NULL default '0',
  `products_options_id` int(11) NOT NULL default '0',
  `products_options_values_id` int(11) NOT NULL default '0',
  `products_prid` tinytext collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`orders_products_attributes_id`),
  KEY `idx_orders_id_prod_id_zen` (`orders_id`,`orders_products_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `orders_products_attributes`
--

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

--
-- Table structure for table `orders_products_download`
--

DROP TABLE IF EXISTS `orders_products_download`;
CREATE TABLE `orders_products_download` (
  `orders_products_download_id` int(11) NOT NULL auto_increment,
  `orders_id` int(11) NOT NULL default '0',
  `orders_products_id` int(11) NOT NULL default '0',
  `orders_products_filename` varchar(255) collate latin1_general_ci NOT NULL default '',
  `download_maxdays` int(2) NOT NULL default '0',
  `download_count` int(2) NOT NULL default '0',
  `products_prid` tinytext collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`orders_products_download_id`),
  KEY `idx_orders_id_zen` (`orders_id`),
  KEY `idx_orders_products_id_zen` (`orders_products_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `orders_products_download`
--

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

--
-- Table structure for table `orders_status`
--

DROP TABLE IF EXISTS `orders_status`;
CREATE TABLE `orders_status` (
  `orders_status_id` int(11) NOT NULL default '0',
  `language_id` int(11) NOT NULL default '1',
  `orders_status_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`orders_status_id`,`language_id`),
  KEY `idx_orders_status_name_zen` (`orders_status_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `orders_status`
--

LOCK TABLES `orders_status` WRITE;
/*!40000 ALTER TABLE `orders_status` DISABLE KEYS */;
INSERT INTO `orders_status` VALUES (1,1,'Pending'),(2,1,'Processing'),(3,1,'Shipped'),(4,1,'Update');
/*!40000 ALTER TABLE `orders_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orders_status_history`
--

DROP TABLE IF EXISTS `orders_status_history`;
CREATE TABLE `orders_status_history` (
  `orders_status_history_id` int(11) NOT NULL auto_increment,
  `orders_id` int(11) NOT NULL default '0',
  `orders_status_id` int(5) NOT NULL default '0',
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `customer_notified` int(1) default '0',
  `comments` text collate latin1_general_ci,
  PRIMARY KEY  (`orders_status_history_id`),
  KEY `idx_orders_id_status_id_zen` (`orders_id`,`orders_status_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `orders_status_history`
--

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

--
-- Table structure for table `orders_total`
--

DROP TABLE IF EXISTS `orders_total`;
CREATE TABLE `orders_total` (
  `orders_total_id` int(10) unsigned NOT NULL auto_increment,
  `orders_id` int(11) NOT NULL default '0',
  `title` varchar(255) collate latin1_general_ci NOT NULL default '',
  `text` varchar(255) collate latin1_general_ci NOT NULL default '',
  `value` decimal(15,4) NOT NULL default '0.0000',
  `class` varchar(32) collate latin1_general_ci NOT NULL default '',
  `sort_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`orders_total_id`),
  KEY `idx_ot_orders_id_zen` (`orders_id`),
  KEY `idx_ot_class_zen` (`class`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `orders_total`
--

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

--
-- Table structure for table `paypal`
--

DROP TABLE IF EXISTS `paypal`;
CREATE TABLE `paypal` (
  `paypal_ipn_id` int(11) unsigned NOT NULL auto_increment,
  `zen_order_id` int(11) unsigned NOT NULL default '0',
  `txn_type` varchar(32) collate latin1_general_ci NOT NULL default '',
  `reason_code` varchar(15) collate latin1_general_ci default NULL,
  `payment_type` varchar(7) collate latin1_general_ci NOT NULL default '',
  `payment_status` varchar(17) collate latin1_general_ci NOT NULL default '',
  `pending_reason` varchar(14) collate latin1_general_ci default NULL,
  `invoice` varchar(64) collate latin1_general_ci default NULL,
  `mc_currency` char(3) collate latin1_general_ci NOT NULL default '',
  `first_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `last_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `payer_business_name` varchar(64) collate latin1_general_ci default NULL,
  `address_name` varchar(32) collate latin1_general_ci default NULL,
  `address_street` varchar(64) collate latin1_general_ci default NULL,
  `address_city` varchar(32) collate latin1_general_ci default NULL,
  `address_state` varchar(32) collate latin1_general_ci default NULL,
  `address_zip` varchar(10) collate latin1_general_ci default NULL,
  `address_country` varchar(64) collate latin1_general_ci default NULL,
  `address_status` varchar(11) collate latin1_general_ci default NULL,
  `payer_email` varchar(96) collate latin1_general_ci NOT NULL default '',
  `payer_id` varchar(32) collate latin1_general_ci NOT NULL default '',
  `payer_status` varchar(10) collate latin1_general_ci NOT NULL default '',
  `payment_date` datetime NOT NULL default '0001-01-01 00:00:00',
  `business` varchar(96) collate latin1_general_ci NOT NULL default '',
  `receiver_email` varchar(96) collate latin1_general_ci NOT NULL default '',
  `receiver_id` varchar(32) collate latin1_general_ci NOT NULL default '',
  `txn_id` varchar(17) collate latin1_general_ci NOT NULL default '',
  `parent_txn_id` varchar(17) collate latin1_general_ci default NULL,
  `num_cart_items` tinyint(4) unsigned NOT NULL default '1',
  `mc_gross` decimal(7,2) NOT NULL default '0.00',
  `mc_fee` decimal(7,2) NOT NULL default '0.00',
  `payment_gross` decimal(7,2) default NULL,
  `payment_fee` decimal(7,2) default NULL,
  `settle_amount` decimal(7,2) default NULL,
  `settle_currency` char(3) collate latin1_general_ci default NULL,
  `exchange_rate` decimal(4,2) default NULL,
  `notify_version` decimal(2,1) NOT NULL default '0.0',
  `verify_sign` varchar(128) collate latin1_general_ci NOT NULL default '',
  `last_modified` datetime NOT NULL default '0001-01-01 00:00:00',
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `memo` text collate latin1_general_ci,
  PRIMARY KEY  (`paypal_ipn_id`,`txn_id`),
  KEY `idx_zen_order_id_zen` (`zen_order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `paypal`
--

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

--
-- Table structure for table `paypal_payment_status`
--

DROP TABLE IF EXISTS `paypal_payment_status`;
CREATE TABLE `paypal_payment_status` (
  `payment_status_id` int(11) NOT NULL auto_increment,
  `payment_status_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`payment_status_id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `paypal_payment_status`
--

LOCK TABLES `paypal_payment_status` WRITE;
/*!40000 ALTER TABLE `paypal_payment_status` DISABLE KEYS */;
INSERT INTO `paypal_payment_status` VALUES (1,'Completed'),(2,'Pending'),(3,'Failed'),(4,'Denied'),(5,'Refunded'),(6,'Canceled_Reversal'),(7,'Reversed');
/*!40000 ALTER TABLE `paypal_payment_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `paypal_payment_status_history`
--

DROP TABLE IF EXISTS `paypal_payment_status_history`;
CREATE TABLE `paypal_payment_status_history` (
  `payment_status_history_id` int(11) NOT NULL auto_increment,
  `paypal_ipn_id` int(11) NOT NULL default '0',
  `txn_id` varchar(64) collate latin1_general_ci NOT NULL default '',
  `parent_txn_id` varchar(64) collate latin1_general_ci NOT NULL default '',
  `payment_status` varchar(17) collate latin1_general_ci NOT NULL default '',
  `pending_reason` varchar(14) collate latin1_general_ci default NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`payment_status_history_id`),
  KEY `idx_paypal_ipn_id_zen` (`paypal_ipn_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `paypal_payment_status_history`
--

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

--
-- Table structure for table `paypal_session`
--

DROP TABLE IF EXISTS `paypal_session`;
CREATE TABLE `paypal_session` (
  `unique_id` int(11) NOT NULL auto_increment,
  `session_id` text collate latin1_general_ci NOT NULL,
  `saved_session` blob NOT NULL,
  `expiry` int(17) NOT NULL default '0',
  PRIMARY KEY  (`unique_id`),
  KEY `idx_session_id_zen` (`session_id`(36))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `paypal_session`
--

LOCK TABLES `paypal_session` WRITE;
/*!40000 ALTER TABLE `paypal_session` DISABLE KEYS */;
INSERT INTO `paypal_session` VALUES (1,'619686483711ca3781d2d55a704893ef','YToyNjp7czoyMjoiY3VzdG9tZXJzX2hvc3RfYWRkcmVzcyI7czo0MjoiY2xpZW50LTg2LTMwLTExNS04NC5oZXJzLmFkc2wubnRsd29ybGQuY29tIjtzOjY6ImNhcnRJRCI7TjtzOjQ6ImNhcnQiO086MTI6InNob3BwaW5nY2FydCI6OTp7czo5OiJvYnNlcnZlcnMiO2E6MDp7fXM6ODoiY29udGVudHMiO2E6MTp7aToxMjthOjE6e3M6MzoicXR5IjtzOjE6IjEiO319czo1OiJ0b3RhbCI7ZDozOS45OTAwMDAwMDAwMDAwMDE5ODk1MTk2NjAxMjgyODA1MjA0MzkxNDc5NDkyMTg3NTtzOjY6IndlaWdodCI7aTo3O3M6NjoiY2FydElEIjtOO3M6MTI6ImNvbnRlbnRfdHlwZSI7czo4OiJwaHlzaWNhbCI7czoxODoiZnJlZV9zaGlwcGluZ19pdGVtIjtpOjA7czoyMDoiZnJlZV9zaGlwcGluZ193ZWlnaHQiO2k6MDtzOjE5OiJmcmVlX3NoaXBwaW5nX3ByaWNlIjtpOjA7fXM6MTA6Im5hdmlnYXRpb24iO086MTc6Im5hdmlnYXRpb25oaXN0b3J5IjozOntzOjk6Im9ic2VydmVycyI7YTowOnt9czo0OiJwYXRoIjthOjM6e2k6MDthOjQ6e3M6NDoicGFnZSI7czoxNzoiY2hlY2tvdXRfc2hpcHBpbmciO3M6NDoibW9kZSI7czo2OiJOT05TU0wiO3M6MzoiZ2V0IjtzOjA6IiI7czo0OiJwb3N0IjthOjA6e319aToxO2E6NDp7czo0OiJwYWdlIjtzOjE2OiJjaGVja291dF9wYXltZW50IjtzOjQ6Im1vZGUiO3M6NjoiTk9OU1NMIjtzOjM6ImdldCI7czowOiIiO3M6NDoicG9zdCI7YTowOnt9fWk6MjthOjQ6e3M6NDoicGFnZSI7czoyMToiY2hlY2tvdXRfY29uZmlybWF0aW9uIjtzOjQ6Im1vZGUiO3M6NjoiTk9OU1NMIjtzOjM6ImdldCI7czowOiIiO3M6NDoicG9zdCI7YTowOnt9fX1zOjg6InNuYXBzaG90IjthOjA6e319czoxMToiY2hlY2tfdmFsaWQiO3M6NDoidHJ1ZSI7czo4OiJsYW5ndWFnZSI7czo3OiJlbmdsaXNoIjtzOjEyOiJsYW5ndWFnZXNfaWQiO3M6MToiMSI7czoxNDoibGFuZ3VhZ2VzX2NvZGUiO3M6MjoiZW4iO3M6ODoiY3VycmVuY3kiO3M6MzoiR0JQIjtzOjE3OiJ1cGRhdGVFeHBpcmF0aW9ucyI7YjoxO3M6MTU6InNlc3Npb25fY291bnRlciI7YjoxO3M6MjA6ImN1c3RvbWVyc19pcF9hZGRyZXNzIjtzOjEyOiI4Ni4zMC4xMTUuODQiO3M6MTE6ImN1c3RvbWVyX2lkIjtzOjE6IjIiO3M6Mjc6ImN1c3RvbWVyX2RlZmF1bHRfYWRkcmVzc19pZCI7czoxOiIyIjtzOjIzOiJjdXN0b21lcnNfYXV0aG9yaXphdGlvbiI7czoxOiIwIjtzOjE5OiJjdXN0b21lcl9maXJzdF9uYW1lIjtzOjY6IkFuZHJldyI7czoxOToiY3VzdG9tZXJfY291bnRyeV9pZCI7czozOiIyMjIiO3M6MTY6ImN1c3RvbWVyX3pvbmVfaWQiO3M6MToiMCI7czoxNzoidmFsaWRfdG9fY2hlY2tvdXQiO2I6MTtzOjExOiJjYXJ0X2Vycm9ycyI7czowOiIiO3M6Njoic2VuZHRvIjtzOjE6IjIiO3M6NzoicGF5bWVudCI7czo2OiJwYXlwYWwiO3M6ODoic2hpcHBpbmciO2E6Mzp7czoyOiJpZCI7czoxMToidGFibGVfdGFibGUiO3M6NToidGl0bGUiO3M6MjE6IlRhYmxlIFJhdGUgKEJlc3QgV2F5KSI7czo0OiJjb3N0IjtkOjAuNjt9czo2OiJiaWxsdG8iO3M6MToiMiI7czo2OiJjb3RfZ3YiO2k6MDtzOjg6ImNvbW1lbnRzIjtzOjA6IiI7fQ==',1193700383),(2,'4f361244ce7eceac2d08ba1cc927ada6','YToyNzp7czoyMjoiY3VzdG9tZXJzX2hvc3RfYWRkcmVzcyI7czo0MzoiY2xpZW50LTg2LTMwLTExNS0yMjMuaGVycy5hZHNsLm50bHdvcmxkLmNvbSI7czo2OiJjYXJ0SUQiO047czo0OiJjYXJ0IjtPOjEyOiJzaG9wcGluZ2NhcnQiOjk6e3M6OToib2JzZXJ2ZXJzIjthOjA6e31zOjg6ImNvbnRlbnRzIjthOjE6e2k6MzI7YToxOntzOjM6InF0eSI7czoxOiIxIjt9fXM6NToidG90YWwiO2Q6Mi41O3M6Njoid2VpZ2h0IjtpOjA7czo2OiJjYXJ0SUQiO047czoxMjoiY29udGVudF90eXBlIjtzOjc6InZpcnR1YWwiO3M6MTg6ImZyZWVfc2hpcHBpbmdfaXRlbSI7aToxO3M6MjA6ImZyZWVfc2hpcHBpbmdfd2VpZ2h0IjtpOjA7czoxOToiZnJlZV9zaGlwcGluZ19wcmljZSI7ZDoyLjU7fXM6MTA6Im5hdmlnYXRpb24iO086MTc6Im5hdmlnYXRpb25oaXN0b3J5IjozOntzOjk6Im9ic2VydmVycyI7YTowOnt9czo0OiJwYXRoIjthOjM6e2k6MDthOjQ6e3M6NDoicGFnZSI7czoxNzoiY2hlY2tvdXRfc2hpcHBpbmciO3M6NDoibW9kZSI7czo2OiJOT05TU0wiO3M6MzoiZ2V0IjtzOjA6IiI7czo0OiJwb3N0IjthOjA6e319aToxO2E6NDp7czo0OiJwYWdlIjtzOjE2OiJjaGVja291dF9wYXltZW50IjtzOjQ6Im1vZGUiO3M6NjoiTk9OU1NMIjtzOjM6ImdldCI7czowOiIiO3M6NDoicG9zdCI7YTowOnt9fWk6MjthOjQ6e3M6NDoicGFnZSI7czoyMToiY2hlY2tvdXRfY29uZmlybWF0aW9uIjtzOjQ6Im1vZGUiO3M6NjoiTk9OU1NMIjtzOjM6ImdldCI7czowOiIiO3M6NDoicG9zdCI7YTowOnt9fX1zOjg6InNuYXBzaG90IjthOjA6e319czoxMToiY2hlY2tfdmFsaWQiO3M6NDoidHJ1ZSI7czo4OiJsYW5ndWFnZSI7czo3OiJlbmdsaXNoIjtzOjEyOiJsYW5ndWFnZXNfaWQiO3M6MToiMSI7czoxNDoibGFuZ3VhZ2VzX2NvZGUiO3M6MjoiZW4iO3M6ODoiY3VycmVuY3kiO3M6MzoiR0JQIjtzOjE3OiJ1cGRhdGVFeHBpcmF0aW9ucyI7YjoxO3M6MTU6InNlc3Npb25fY291bnRlciI7YjoxO3M6MjA6ImN1c3RvbWVyc19pcF9hZGRyZXNzIjtzOjEzOiI4Ni4zMC4xMTUuMjIzIjtzOjIzOiJuZXdfcHJvZHVjdHNfaWRfaW5fY2FydCI7czowOiIiO3M6MTc6InZhbGlkX3RvX2NoZWNrb3V0IjtiOjE7czoxMToiY2FydF9lcnJvcnMiO3M6MDoiIjtzOjExOiJjdXN0b21lcl9pZCI7czoxOiIyIjtzOjI3OiJjdXN0b21lcl9kZWZhdWx0X2FkZHJlc3NfaWQiO3M6MToiMiI7czoyMzoiY3VzdG9tZXJzX2F1dGhvcml6YXRpb24iO3M6MToiMCI7czoxOToiY3VzdG9tZXJfZmlyc3RfbmFtZSI7czo2OiJBbmRyZXciO3M6MTk6ImN1c3RvbWVyX2NvdW50cnlfaWQiO3M6MzoiMjIyIjtzOjE2OiJjdXN0b21lcl96b25lX2lkIjtzOjE6IjAiO3M6Njoic2VuZHRvIjtiOjA7czo3OiJwYXltZW50IjtzOjY6InBheXBhbCI7czo4OiJzaGlwcGluZyI7czo5OiJmcmVlX2ZyZWUiO3M6NjoiYmlsbHRvIjtzOjE6IjIiO3M6NjoiY290X2d2IjtpOjA7czo4OiJjb21tZW50cyI7czowOiIiO30=',1193792728);
/*!40000 ALTER TABLE `paypal_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `paypal_testing`
--

DROP TABLE IF EXISTS `paypal_testing`;
CREATE TABLE `paypal_testing` (
  `paypal_ipn_id` int(11) unsigned NOT NULL auto_increment,
  `zen_order_id` int(11) unsigned NOT NULL default '0',
  `custom` varchar(255) collate latin1_general_ci NOT NULL default '',
  `txn_type` varchar(10) collate latin1_general_ci NOT NULL default '',
  `reason_code` varchar(15) collate latin1_general_ci default NULL,
  `payment_type` varchar(7) collate latin1_general_ci NOT NULL default '',
  `payment_status` varchar(17) collate latin1_general_ci NOT NULL default '',
  `pending_reason` varchar(14) collate latin1_general_ci default NULL,
  `invoice` varchar(64) collate latin1_general_ci default NULL,
  `mc_currency` char(3) collate latin1_general_ci NOT NULL default '',
  `first_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `last_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `payer_business_name` varchar(64) collate latin1_general_ci default NULL,
  `address_name` varchar(32) collate latin1_general_ci default NULL,
  `address_street` varchar(64) collate latin1_general_ci default NULL,
  `address_city` varchar(32) collate latin1_general_ci default NULL,
  `address_state` varchar(32) collate latin1_general_ci default NULL,
  `address_zip` varchar(10) collate latin1_general_ci default NULL,
  `address_country` varchar(64) collate latin1_general_ci default NULL,
  `address_status` varchar(11) collate latin1_general_ci default NULL,
  `payer_email` varchar(96) collate latin1_general_ci NOT NULL default '',
  `payer_id` varchar(32) collate latin1_general_ci NOT NULL default '',
  `payer_status` varchar(10) collate latin1_general_ci NOT NULL default '',
  `payment_date` datetime NOT NULL default '0001-01-01 00:00:00',
  `business` varchar(96) collate latin1_general_ci NOT NULL default '',
  `receiver_email` varchar(96) collate latin1_general_ci NOT NULL default '',
  `receiver_id` varchar(32) collate latin1_general_ci NOT NULL default '',
  `txn_id` varchar(17) collate latin1_general_ci NOT NULL default '',
  `parent_txn_id` varchar(17) collate latin1_general_ci default NULL,
  `num_cart_items` tinyint(4) unsigned NOT NULL default '1',
  `mc_gross` decimal(7,2) NOT NULL default '0.00',
  `mc_fee` decimal(7,2) NOT NULL default '0.00',
  `payment_gross` decimal(7,2) default NULL,
  `payment_fee` decimal(7,2) default NULL,
  `settle_amount` decimal(7,2) default NULL,
  `settle_currency` char(3) collate latin1_general_ci default NULL,
  `exchange_rate` decimal(4,2) default NULL,
  `notify_version` decimal(2,1) NOT NULL default '0.0',
  `verify_sign` varchar(128) collate latin1_general_ci NOT NULL default '',
  `last_modified` datetime NOT NULL default '0001-01-01 00:00:00',
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `memo` text collate latin1_general_ci,
  PRIMARY KEY  (`paypal_ipn_id`,`txn_id`),
  KEY `idx_zen_order_id_zen` (`zen_order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `paypal_testing`
--

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

--
-- Table structure for table `product_music_extra`
--

DROP TABLE IF EXISTS `product_music_extra`;
CREATE TABLE `product_music_extra` (
  `products_id` int(11) NOT NULL default '0',
  `artists_id` int(11) NOT NULL default '0',
  `record_company_id` int(11) NOT NULL default '0',
  `music_genre_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`products_id`),
  KEY `idx_music_genre_id_zen` (`music_genre_id`),
  KEY `idx_artists_id_zen` (`artists_id`),
  KEY `idx_record_company_id_zen` (`record_company_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `product_music_extra`
--

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

--
-- Table structure for table `product_type_layout`
--

DROP TABLE IF EXISTS `product_type_layout`;
CREATE TABLE `product_type_layout` (
  `configuration_id` int(11) NOT NULL auto_increment,
  `configuration_title` text collate latin1_general_ci NOT NULL,
  `configuration_key` varchar(255) collate latin1_general_ci NOT NULL default '',
  `configuration_value` text collate latin1_general_ci NOT NULL,
  `configuration_description` text collate latin1_general_ci NOT NULL,
  `product_type_id` int(11) NOT NULL default '0',
  `sort_order` int(5) default NULL,
  `last_modified` datetime default NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `use_function` text collate latin1_general_ci,
  `set_function` text collate latin1_general_ci,
  PRIMARY KEY  (`configuration_id`),
  UNIQUE KEY `unq_config_key_zen` (`configuration_key`),
  KEY `idx_key_value_zen` (`configuration_key`,`configuration_value`(10)),
  KEY `idx_type_id_sort_order_zen` (`product_type_id`,`sort_order`)
) ENGINE=MyISAM AUTO_INCREMENT=144 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `product_type_layout`
--

LOCK TABLES `product_type_layout` WRITE;
/*!40000 ALTER TABLE `product_type_layout` DISABLE KEYS */;
INSERT INTO `product_type_layout` VALUES (1,'Show Model Number','SHOW_PRODUCT_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',1,1,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(2,'Show Weight','SHOW_PRODUCT_INFO_WEIGHT','1','Display Weight on Product Info 0= off 1= on',1,2,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(3,'Show Attribute Weight','SHOW_PRODUCT_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',1,3,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(4,'Show Manufacturer','SHOW_PRODUCT_INFO_MANUFACTURER','1','Display Manufacturer Name on Product Info 0= off 1= on',1,4,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(5,'Show Quantity in Shopping Cart','SHOW_PRODUCT_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',1,5,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(6,'Show Quantity in Stock','SHOW_PRODUCT_INFO_QUANTITY','1','Display Quantity in Stock on Product Info 0= off 1= on',1,6,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(7,'Show Product Reviews Count','SHOW_PRODUCT_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',1,7,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(8,'Show Product Reviews Button','SHOW_PRODUCT_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',1,8,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(9,'Show Date Available','SHOW_PRODUCT_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',1,9,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(10,'Show Date Added','SHOW_PRODUCT_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',1,10,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(11,'Show Product URL','SHOW_PRODUCT_INFO_URL','1','Display URL on Product Info 0= off 1= on',1,11,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(12,'Show Product Additional Images','SHOW_PRODUCT_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',1,13,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(13,'Show Starting At text on Price','SHOW_PRODUCT_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',1,12,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(14,'Show Product Tell a Friend button','SHOW_PRODUCT_INFO_TELL_A_FRIEND','1','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',1,15,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(15,'Product Free Shipping Image Status - Catalog','SHOW_PRODUCT_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','0','Show the Free Shipping image/text in the catalog?',1,16,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(16,'Product Price Tax Class Default - When adding new products?','DEFAULT_PRODUCT_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',1,100,NULL,'2007-10-25 21:07:23','',''),(17,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_PRODUCT_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',1,101,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(18,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_PRODUCT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','0','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',1,102,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(19,'Show Model Number','SHOW_PRODUCT_MUSIC_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',2,1,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(20,'Show Weight','SHOW_PRODUCT_MUSIC_INFO_WEIGHT','0','Display Weight on Product Info 0= off 1= on',2,2,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(21,'Show Attribute Weight','SHOW_PRODUCT_MUSIC_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',2,3,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(22,'Show Artist','SHOW_PRODUCT_MUSIC_INFO_ARTIST','1','Display Artists Name on Product Info 0= off 1= on',2,4,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(23,'Show Music Genre','SHOW_PRODUCT_MUSIC_INFO_GENRE','1','Display Music Genre on Product Info 0= off 1= on',2,4,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(24,'Show Record Company','SHOW_PRODUCT_MUSIC_INFO_RECORD_COMPANY','1','Display Record Company on Product Info 0= off 1= on',2,4,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(25,'Show Quantity in Shopping Cart','SHOW_PRODUCT_MUSIC_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',2,5,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(26,'Show Quantity in Stock','SHOW_PRODUCT_MUSIC_INFO_QUANTITY','0','Display Quantity in Stock on Product Info 0= off 1= on',2,6,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(27,'Show Product Reviews Count','SHOW_PRODUCT_MUSIC_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',2,7,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(28,'Show Product Reviews Button','SHOW_PRODUCT_MUSIC_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',2,8,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(29,'Show Date Available','SHOW_PRODUCT_MUSIC_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',2,9,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(30,'Show Date Added','SHOW_PRODUCT_MUSIC_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',2,10,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(31,'Show Starting At text on Price','SHOW_PRODUCT_MUSIC_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',2,12,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(32,'Show Product Additional Images','SHOW_PRODUCT_MUSIC_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',2,13,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(33,'Show Product Tell a Friend button','SHOW_PRODUCT_MUSIC_INFO_TELL_A_FRIEND','1','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',2,15,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(34,'Product Free Shipping Image Status - Catalog','SHOW_PRODUCT_MUSIC_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','0','Show the Free Shipping image/text in the catalog?',2,16,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(35,'Product Price Tax Class Default - When adding new products?','DEFAULT_PRODUCT_MUSIC_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',2,100,NULL,'2007-10-25 21:07:23','',''),(36,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_PRODUCT_MUSIC_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',2,101,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(37,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_PRODUCT_MUSIC_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','0','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',2,102,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(38,'Show Product Reviews Count','SHOW_DOCUMENT_GENERAL_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',3,7,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(39,'Show Product Reviews Button','SHOW_DOCUMENT_GENERAL_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',3,8,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(40,'Show Date Available','SHOW_DOCUMENT_GENERAL_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',3,9,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(41,'Show Date Added','SHOW_DOCUMENT_GENERAL_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',3,10,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(42,'Show Product Tell a Friend button','SHOW_DOCUMENT_GENERAL_INFO_TELL_A_FRIEND','1','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',3,15,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(43,'Show Product URL','SHOW_DOCUMENT_GENERAL_INFO_URL','1','Display URL on Product Info 0= off 1= on',3,11,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(44,'Show Product Additional Images','SHOW_DOCUMENT_GENERAL_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',3,13,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(45,'Show Model Number','SHOW_DOCUMENT_PRODUCT_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',4,1,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(46,'Show Weight','SHOW_DOCUMENT_PRODUCT_INFO_WEIGHT','0','Display Weight on Product Info 0= off 1= on',4,2,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(47,'Show Attribute Weight','SHOW_DOCUMENT_PRODUCT_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',4,3,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(48,'Show Manufacturer','SHOW_DOCUMENT_PRODUCT_INFO_MANUFACTURER','1','Display Manufacturer Name on Product Info 0= off 1= on',4,4,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(49,'Show Quantity in Shopping Cart','SHOW_DOCUMENT_PRODUCT_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',4,5,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(50,'Show Quantity in Stock','SHOW_DOCUMENT_PRODUCT_INFO_QUANTITY','0','Display Quantity in Stock on Product Info 0= off 1= on',4,6,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(51,'Show Product Reviews Count','SHOW_DOCUMENT_PRODUCT_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',4,7,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(52,'Show Product Reviews Button','SHOW_DOCUMENT_PRODUCT_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',4,8,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(53,'Show Date Available','SHOW_DOCUMENT_PRODUCT_INFO_DATE_AVAILABLE','1','Display Date Available on Product Info 0= off 1= on',4,9,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(54,'Show Date Added','SHOW_DOCUMENT_PRODUCT_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',4,10,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(55,'Show Product URL','SHOW_DOCUMENT_PRODUCT_INFO_URL','1','Display URL on Product Info 0= off 1= on',4,11,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(56,'Show Product Additional Images','SHOW_DOCUMENT_PRODUCT_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',4,13,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(57,'Show Starting At text on Price','SHOW_DOCUMENT_PRODUCT_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',4,12,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(58,'Show Product Tell a Friend button','SHOW_DOCUMENT_PRODUCT_INFO_TELL_A_FRIEND','1','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',4,15,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(59,'Product Free Shipping Image Status - Catalog','SHOW_DOCUMENT_PRODUCT_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','0','Show the Free Shipping image/text in the catalog?',4,16,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(60,'Product Price Tax Class Default - When adding new products?','DEFAULT_DOCUMENT_PRODUCT_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',4,100,NULL,'2007-10-25 21:07:23','',''),(61,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_DOCUMENT_PRODUCT_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',4,101,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(62,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_DOCUMENT_PRODUCT_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','0','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',4,102,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(63,'Show Model Number','SHOW_PRODUCT_FREE_SHIPPING_INFO_MODEL','1','Display Model Number on Product Info 0= off 1= on',5,1,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(64,'Show Weight','SHOW_PRODUCT_FREE_SHIPPING_INFO_WEIGHT','0','Display Weight on Product Info 0= off 1= on',5,2,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(65,'Show Attribute Weight','SHOW_PRODUCT_FREE_SHIPPING_INFO_WEIGHT_ATTRIBUTES','1','Display Attribute Weight on Product Info 0= off 1= on',5,3,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(66,'Show Manufacturer','SHOW_PRODUCT_FREE_SHIPPING_INFO_MANUFACTURER','1','Display Manufacturer Name on Product Info 0= off 1= on',5,4,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(67,'Show Quantity in Shopping Cart','SHOW_PRODUCT_FREE_SHIPPING_INFO_IN_CART_QTY','1','Display Quantity in Current Shopping Cart on Product Info 0= off 1= on',5,5,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(68,'Show Quantity in Stock','SHOW_PRODUCT_FREE_SHIPPING_INFO_QUANTITY','1','Display Quantity in Stock on Product Info 0= off 1= on',5,6,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(69,'Show Product Reviews Count','SHOW_PRODUCT_FREE_SHIPPING_INFO_REVIEWS_COUNT','1','Display Product Reviews Count on Product Info 0= off 1= on',5,7,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(70,'Show Product Reviews Button','SHOW_PRODUCT_FREE_SHIPPING_INFO_REVIEWS','1','Display Product Reviews Button on Product Info 0= off 1= on',5,8,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(71,'Show Date Available','SHOW_PRODUCT_FREE_SHIPPING_INFO_DATE_AVAILABLE','0','Display Date Available on Product Info 0= off 1= on',5,9,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(72,'Show Date Added','SHOW_PRODUCT_FREE_SHIPPING_INFO_DATE_ADDED','1','Display Date Added on Product Info 0= off 1= on',5,10,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(73,'Show Product URL','SHOW_PRODUCT_FREE_SHIPPING_INFO_URL','1','Display URL on Product Info 0= off 1= on',5,11,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(74,'Show Product Additional Images','SHOW_PRODUCT_FREE_SHIPPING_INFO_ADDITIONAL_IMAGES','1','Display Additional Images on Product Info 0= off 1= on',5,13,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(75,'Show Starting At text on Price','SHOW_PRODUCT_FREE_SHIPPING_INFO_STARTING_AT','1','Display Starting At text on products with attributes Product Info 0= off 1= on',5,12,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(76,'Show Product Tell a Friend button','SHOW_PRODUCT_FREE_SHIPPING_INFO_TELL_A_FRIEND','1','Display the Tell a Friend button on Product Info<br /><br />Note: Turning this setting off does not affect the Tell a Friend box in the columns and turning off the Tell a Friend box does not affect the button<br />0= off 1= on',5,15,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(77,'Product Free Shipping Image Status - Catalog','SHOW_PRODUCT_FREE_SHIPPING_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH','1','Show the Free Shipping image/text in the catalog?',5,16,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(78,'Product Price Tax Class Default - When adding new products?','DEFAULT_PRODUCT_FREE_SHIPPING_TAX_CLASS_ID','0','What should the Product Price Tax Class Default ID be when adding new products?',5,100,NULL,'2007-10-25 21:07:23','',''),(79,'Product Virtual Default Status - Skip Shipping Address - When adding new products?','DEFAULT_PRODUCT_FREE_SHIPPING_PRODUCTS_VIRTUAL','0','Default Virtual Product status to be ON when adding new products?',5,101,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(80,'Product Free Shipping Default Status - Normal Shipping Rules - When adding new products?','DEFAULT_PRODUCT_FREE_SHIPPING_PRODUCTS_IS_ALWAYS_FREE_SHIPPING','1','What should the Default Free Shipping status be when adding new products?<br />Yes, Always Free Shipping ON<br />No, Always Free Shipping OFF<br />Special, Product/Download Requires Shipping',5,102,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes, Always ON\'), array(\'id\'=>\'0\', \'text\'=>\'No, Always OFF\'), array(\'id\'=>\'2\', \'text\'=>\'Special\')), '),(81,'Show Metatags Title Default - Product Title','SHOW_PRODUCT_INFO_METATAGS_TITLE_STATUS','1','Display Product Title in Meta Tags Title 0= off 1= on',1,50,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(82,'Show Metatags Title Default - Product Name','SHOW_PRODUCT_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Product Name in Meta Tags Title 0= off 1= on',1,51,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(83,'Show Metatags Title Default - Product Model','SHOW_PRODUCT_INFO_METATAGS_MODEL_STATUS','1','Display Product Model in Meta Tags Title 0= off 1= on',1,52,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(84,'Show Metatags Title Default - Product Price','SHOW_PRODUCT_INFO_METATAGS_PRICE_STATUS','1','Display Product Price in Meta Tags Title 0= off 1= on',1,53,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(85,'Show Metatags Title Default - Product Tagline','SHOW_PRODUCT_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Product Tagline in Meta Tags Title 0= off 1= on',1,54,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(86,'Show Metatags Title Default - Product Title','SHOW_PRODUCT_MUSIC_INFO_METATAGS_TITLE_STATUS','1','Display Product Title in Meta Tags Title 0= off 1= on',2,50,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(87,'Show Metatags Title Default - Product Name','SHOW_PRODUCT_MUSIC_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Product Name in Meta Tags Title 0= off 1= on',2,51,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(88,'Show Metatags Title Default - Product Model','SHOW_PRODUCT_MUSIC_INFO_METATAGS_MODEL_STATUS','1','Display Product Model in Meta Tags Title 0= off 1= on',2,52,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(89,'Show Metatags Title Default - Product Price','SHOW_PRODUCT_MUSIC_INFO_METATAGS_PRICE_STATUS','1','Display Product Price in Meta Tags Title 0= off 1= on',2,53,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(90,'Show Metatags Title Default - Product Tagline','SHOW_PRODUCT_MUSIC_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Product Tagline in Meta Tags Title 0= off 1= on',2,54,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(91,'Show Metatags Title Default - Document Title','SHOW_DOCUMENT_GENERAL_INFO_METATAGS_TITLE_STATUS','1','Display Document Title in Meta Tags Title 0= off 1= on',3,50,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(92,'Show Metatags Title Default - Document Name','SHOW_DOCUMENT_GENERAL_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Document Name in Meta Tags Title 0= off 1= on',3,51,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(93,'Show Metatags Title Default - Document Tagline','SHOW_DOCUMENT_GENERAL_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Document Tagline in Meta Tags Title 0= off 1= on',3,54,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(94,'Show Metatags Title Default - Document Title','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_TITLE_STATUS','1','Display Document Title in Meta Tags Title 0= off 1= on',4,50,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(95,'Show Metatags Title Default - Document Name','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Document Name in Meta Tags Title 0= off 1= on',4,51,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(96,'Show Metatags Title Default - Document Model','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_MODEL_STATUS','1','Display Document Model in Meta Tags Title 0= off 1= on',4,52,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(97,'Show Metatags Title Default - Document Price','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_PRICE_STATUS','1','Display Document Price in Meta Tags Title 0= off 1= on',4,53,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(98,'Show Metatags Title Default - Document Tagline','SHOW_DOCUMENT_PRODUCT_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Document Tagline in Meta Tags Title 0= off 1= on',4,54,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(99,'Show Metatags Title Default - Product Title','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_TITLE_STATUS','1','Display Product Title in Meta Tags Title 0= off 1= on',5,50,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(100,'Show Metatags Title Default - Product Name','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_PRODUCTS_NAME_STATUS','1','Display Product Name in Meta Tags Title 0= off 1= on',5,51,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(101,'Show Metatags Title Default - Product Model','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_MODEL_STATUS','1','Display Product Model in Meta Tags Title 0= off 1= on',5,52,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(102,'Show Metatags Title Default - Product Price','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_PRICE_STATUS','1','Display Product Price in Meta Tags Title 0= off 1= on',5,53,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(103,'Show Metatags Title Default - Product Tagline','SHOW_PRODUCT_FREE_SHIPPING_INFO_METATAGS_TITLE_TAGLINE_STATUS','1','Display Product Tagline in Meta Tags Title 0= off 1= on',5,54,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'True\'), array(\'id\'=>\'0\', \'text\'=>\'False\')), '),(104,'PRODUCT Attribute is Display Only - Default','DEFAULT_PRODUCT_ATTRIBUTES_DISPLAY_ONLY','0','PRODUCT Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',1,200,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(105,'PRODUCT Attribute is Free - Default','DEFAULT_PRODUCT_ATTRIBUTE_IS_FREE','1','PRODUCT Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',1,201,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(106,'PRODUCT Attribute is Default - Default','DEFAULT_PRODUCT_ATTRIBUTES_DEFAULT','0','PRODUCT Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',1,202,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(107,'PRODUCT Attribute is Discounted - Default','DEFAULT_PRODUCT_ATTRIBUTES_DISCOUNTED','1','PRODUCT Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',1,203,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(108,'PRODUCT Attribute is Included in Base Price - Default','DEFAULT_PRODUCT_ATTRIBUTES_PRICE_BASE_INCLUDED','1','PRODUCT Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',1,204,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(109,'PRODUCT Attribute is Required - Default','DEFAULT_PRODUCT_ATTRIBUTES_REQUIRED','0','PRODUCT Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',1,205,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(110,'PRODUCT Attribute Price Prefix - Default','DEFAULT_PRODUCT_PRICE_PREFIX','1','PRODUCT Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',1,206,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(111,'PRODUCT Attribute Weight Prefix - Default','DEFAULT_PRODUCT_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','PRODUCT Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',1,207,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(112,'MUSIC Attribute is Display Only - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_DISPLAY_ONLY','0','MUSIC Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',2,200,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(113,'MUSIC Attribute is Free - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTE_IS_FREE','1','MUSIC Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',2,201,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(114,'MUSIC Attribute is Default - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_DEFAULT','0','MUSIC Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',2,202,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(115,'MUSIC Attribute is Discounted - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_DISCOUNTED','1','MUSIC Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',2,203,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(116,'MUSIC Attribute is Included in Base Price - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_PRICE_BASE_INCLUDED','1','MUSIC Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',2,204,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(117,'MUSIC Attribute is Required - Default','DEFAULT_PRODUCT_MUSIC_ATTRIBUTES_REQUIRED','0','MUSIC Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',2,205,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(118,'MUSIC Attribute Price Prefix - Default','DEFAULT_PRODUCT_MUSIC_PRICE_PREFIX','1','MUSIC Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',2,206,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(119,'MUSIC Attribute Weight Prefix - Default','DEFAULT_PRODUCT_MUSIC_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','MUSIC Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',2,207,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(120,'DOCUMENT GENERAL Attribute is Display Only - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_DISPLAY_ONLY','0','DOCUMENT GENERAL Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',3,200,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(121,'DOCUMENT GENERAL Attribute is Free - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTE_IS_FREE','1','DOCUMENT GENERAL Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',3,201,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(122,'DOCUMENT GENERAL Attribute is Default - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_DEFAULT','0','DOCUMENT GENERAL Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',3,202,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(123,'DOCUMENT GENERAL Attribute is Discounted - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_DISCOUNTED','1','DOCUMENT GENERAL Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',3,203,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(124,'DOCUMENT GENERAL Attribute is Included in Base Price - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_PRICE_BASE_INCLUDED','1','DOCUMENT GENERAL Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',3,204,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(125,'DOCUMENT GENERAL Attribute is Required - Default','DEFAULT_DOCUMENT_GENERAL_ATTRIBUTES_REQUIRED','0','DOCUMENT GENERAL Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',3,205,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(126,'DOCUMENT GENERAL Attribute Price Prefix - Default','DEFAULT_DOCUMENT_GENERAL_PRICE_PREFIX','1','DOCUMENT GENERAL Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',3,206,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(127,'DOCUMENT GENERAL Attribute Weight Prefix - Default','DEFAULT_DOCUMENT_GENERAL_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','DOCUMENT GENERAL Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',3,207,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(128,'DOCUMENT PRODUCT Attribute is Display Only - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_DISPLAY_ONLY','0','DOCUMENT PRODUCT Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',4,200,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(129,'DOCUMENT PRODUCT Attribute is Free - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTE_IS_FREE','1','DOCUMENT PRODUCT Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',4,201,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(130,'DOCUMENT PRODUCT Attribute is Default - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_DEFAULT','0','DOCUMENT PRODUCT Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',4,202,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(131,'DOCUMENT PRODUCT Attribute is Discounted - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_DISCOUNTED','1','DOCUMENT PRODUCT Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',4,203,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(132,'DOCUMENT PRODUCT Attribute is Included in Base Price - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_PRICE_BASE_INCLUDED','1','DOCUMENT PRODUCT Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',4,204,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(133,'DOCUMENT PRODUCT Attribute is Required - Default','DEFAULT_DOCUMENT_PRODUCT_ATTRIBUTES_REQUIRED','0','DOCUMENT PRODUCT Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',4,205,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(134,'DOCUMENT PRODUCT Attribute Price Prefix - Default','DEFAULT_DOCUMENT_PRODUCT_PRICE_PREFIX','1','DOCUMENT PRODUCT Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',4,206,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(135,'DOCUMENT PRODUCT Attribute Weight Prefix - Default','DEFAULT_DOCUMENT_PRODUCT_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','DOCUMENT PRODUCT Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',4,207,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(136,'PRODUCT FREE SHIPPING Attribute is Display Only - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_DISPLAY_ONLY','0','PRODUCT FREE SHIPPING Attribute is Display Only<br />Used For Display Purposes Only<br />0= No 1= Yes',5,201,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(137,'PRODUCT FREE SHIPPING Attribute is Free - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTE_IS_FREE','1','PRODUCT FREE SHIPPING Attribute is Free<br />Attribute is Free When Product is Free<br />0= No 1= Yes',5,201,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(138,'PRODUCT FREE SHIPPING Attribute is Default - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_DEFAULT','0','PRODUCT FREE SHIPPING Attribute is Default<br />Default Attribute to be Marked Selected<br />0= No 1= Yes',5,202,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(139,'PRODUCT FREE SHIPPING Attribute is Discounted - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_DISCOUNTED','1','PRODUCT FREE SHIPPING Attribute is Discounted<br />Apply Discounts Used by Product Special/Sale<br />0= No 1= Yes',5,203,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(140,'PRODUCT FREE SHIPPING Attribute is Included in Base Price - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_PRICE_BASE_INCLUDED','1','PRODUCT FREE SHIPPING Attribute is Included in Base Price<br />Include in Base Price When Priced by Attributes<br />0= No 1= Yes',5,204,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(141,'PRODUCT FREE SHIPPING Attribute is Required - Default','DEFAULT_PRODUCT_FREE_SHIPPING_ATTRIBUTES_REQUIRED','0','PRODUCT FREE SHIPPING Attribute is Required<br />Attribute Required for Text<br />0= No 1= Yes',5,205,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'1\', \'text\'=>\'Yes\'), array(\'id\'=>\'0\', \'text\'=>\'No\')), '),(142,'PRODUCT FREE SHIPPING Attribute Price Prefix - Default','DEFAULT_PRODUCT_FREE_SHIPPING_PRICE_PREFIX','1','PRODUCT FREE SHIPPING Attribute Price Prefix<br />Default Attribute Price Prefix for Adding<br />Blank, + or -',5,206,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), '),(143,'PRODUCT FREE SHIPPING Attribute Weight Prefix - Default','DEFAULT_PRODUCT_FREE_SHIPPING_PRODUCTS_ATTRIBUTES_WEIGHT_PREFIX','1','PRODUCT FREE SHIPPING Attribute Weight Prefix<br />Default Attribute Weight Prefix<br />Blank, + or -',5,207,NULL,'2007-10-25 21:07:23',NULL,'zen_cfg_select_drop_down(array(array(\'id\'=>\'0\', \'text\'=>\'Blank\'), array(\'id\'=>\'1\', \'text\'=>\'+\'), array(\'id\'=>\'2\', \'text\'=>\'-\')), ');
/*!40000 ALTER TABLE `product_type_layout` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `product_types`
--

DROP TABLE IF EXISTS `product_types`;
CREATE TABLE `product_types` (
  `type_id` int(11) NOT NULL auto_increment,
  `type_name` varchar(255) collate latin1_general_ci NOT NULL default '',
  `type_handler` varchar(255) collate latin1_general_ci NOT NULL default '',
  `type_master_type` int(11) NOT NULL default '1',
  `allow_add_to_cart` char(1) collate latin1_general_ci NOT NULL default 'Y',
  `default_image` varchar(255) collate latin1_general_ci NOT NULL default '',
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `last_modified` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`type_id`),
  KEY `idx_type_master_type_zen` (`type_master_type`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `product_types`
--

LOCK TABLES `product_types` WRITE;
/*!40000 ALTER TABLE `product_types` DISABLE KEYS */;
INSERT INTO `product_types` VALUES (1,'Product - General','product',1,'Y','','2007-10-25 21:07:23','2007-10-25 21:07:23'),(2,'Product - Music','product_music',1,'Y','','2007-10-25 21:07:23','2007-10-25 21:07:23'),(3,'Document - General','document_general',3,'N','','2007-10-25 21:07:23','2007-10-25 21:07:23'),(4,'Document - Product','document_product',3,'Y','','2007-10-25 21:07:23','2007-10-25 21:07:23'),(5,'Product - Free Shipping','product_free_shipping',1,'Y','','2007-10-25 21:07:23','2007-10-25 21:07:23');
/*!40000 ALTER TABLE `product_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `product_types_to_category`
--

DROP TABLE IF EXISTS `product_types_to_category`;
CREATE TABLE `product_types_to_category` (
  `product_type_id` int(11) NOT NULL default '0',
  `category_id` int(11) NOT NULL default '0',
  KEY `idx_category_id_zen` (`category_id`),
  KEY `idx_product_type_id_zen` (`product_type_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `product_types_to_category`
--

LOCK TABLES `product_types_to_category` WRITE;
/*!40000 ALTER TABLE `product_types_to_category` DISABLE KEYS */;
INSERT INTO `product_types_to_category` VALUES (3,63),(4,63),(2,62);
/*!40000 ALTER TABLE `product_types_to_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products`
--

DROP TABLE IF EXISTS `products`;
CREATE TABLE `products` (
  `products_id` int(11) NOT NULL auto_increment,
  `products_type` int(11) NOT NULL default '1',
  `products_quantity` float NOT NULL default '0',
  `products_model` varchar(32) collate latin1_general_ci default NULL,
  `products_image` varchar(64) collate latin1_general_ci default NULL,
  `products_price` decimal(15,4) NOT NULL default '0.0000',
  `products_virtual` tinyint(1) NOT NULL default '0',
  `products_date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  `products_last_modified` datetime default NULL,
  `products_date_available` datetime default NULL,
  `products_weight` float NOT NULL default '0',
  `products_status` tinyint(1) NOT NULL default '0',
  `products_tax_class_id` int(11) NOT NULL default '0',
  `manufacturers_id` int(11) default NULL,
  `products_ordered` float NOT NULL default '0',
  `products_quantity_order_min` float NOT NULL default '1',
  `products_quantity_order_units` float NOT NULL default '1',
  `products_priced_by_attribute` tinyint(1) NOT NULL default '0',
  `product_is_free` tinyint(1) NOT NULL default '0',
  `product_is_call` tinyint(1) NOT NULL default '0',
  `products_quantity_mixed` tinyint(1) NOT NULL default '0',
  `product_is_always_free_shipping` tinyint(1) NOT NULL default '0',
  `products_qty_box_status` tinyint(1) NOT NULL default '1',
  `products_quantity_order_max` float NOT NULL default '0',
  `products_sort_order` int(11) NOT NULL default '0',
  `products_discount_type` tinyint(1) NOT NULL default '0',
  `products_discount_type_from` tinyint(1) NOT NULL default '0',
  `products_price_sorter` decimal(15,4) NOT NULL default '0.0000',
  `master_categories_id` int(11) NOT NULL default '0',
  `products_mixed_discount_quantity` tinyint(1) NOT NULL default '1',
  `metatags_title_status` tinyint(1) NOT NULL default '0',
  `metatags_products_name_status` tinyint(1) NOT NULL default '0',
  `metatags_model_status` tinyint(1) NOT NULL default '0',
  `metatags_price_status` tinyint(1) NOT NULL default '0',
  `metatags_title_tagline_status` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`products_id`),
  KEY `idx_products_date_added_zen` (`products_date_added`),
  KEY `idx_products_status_zen` (`products_status`),
  KEY `idx_products_date_available_zen` (`products_date_available`),
  KEY `idx_products_ordered_zen` (`products_ordered`),
  KEY `idx_products_model_zen` (`products_model`),
  KEY `idx_products_price_sorter_zen` (`products_price_sorter`),
  KEY `idx_master_categories_id_zen` (`master_categories_id`),
  KEY `idx_products_sort_order_zen` (`products_sort_order`),
  KEY `idx_manufacturers_id_zen` (`manufacturers_id`)
) ENGINE=MyISAM AUTO_INCREMENT=180 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products`
--

LOCK TABLES `products` WRITE;
/*!40000 ALTER TABLE `products` DISABLE KEYS */;
INSERT INTO `products` VALUES (28,1,999,'GIFT500','gift_certificates/gv_500.gif','5.0000',1,'2003-11-03 12:32:17','2007-10-28 01:30:14',NULL,0,1,0,0,1,1,1,0,0,0,0,0,1,0,1,0,0,'5.0000',21,1,0,0,0,0,0),(29,1,985,'GIFT 1000','gift_certificates/gv_1000.gif','10.0000',1,'2003-11-03 12:32:17','2007-10-28 01:31:00',NULL,0,1,0,0,15,1,1,0,0,0,0,0,1,0,3,0,0,'10.0000',21,1,0,0,0,0,0),(30,1,992,'GIFT750','gift_certificates/gv_750.gif','7.5000',1,'2003-11-03 12:32:17','2007-10-28 01:30:32',NULL,0,1,0,0,8,1,1,0,0,0,0,0,1,0,2,0,0,'7.5000',21,1,0,0,0,0,0),(31,1,997,'GIFT1500','gift_certificates/gv_1500.gif','15.0000',1,'2003-11-03 12:32:17','2007-10-28 01:31:18',NULL,0,1,0,0,4,1,1,0,0,0,0,0,1,0,4,0,0,'15.0000',21,1,0,0,0,0,0),(32,1,995,'GIFT250','gift_certificates/gv_250.gif','2.5000',1,'2003-11-03 12:32:17','2007-10-28 01:19:42',NULL,0,1,0,0,5,1,1,0,0,0,0,0,1,0,0,0,0,'2.5000',21,1,0,0,0,0,0);
/*!40000 ALTER TABLE `products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products_attributes`
--

DROP TABLE IF EXISTS `products_attributes`;
CREATE TABLE `products_attributes` (
  `products_attributes_id` int(11) NOT NULL auto_increment,
  `products_id` int(11) NOT NULL default '0',
  `options_id` int(11) NOT NULL default '0',
  `options_values_id` int(11) NOT NULL default '0',
  `options_values_price` decimal(15,4) NOT NULL default '0.0000',
  `price_prefix` char(1) collate latin1_general_ci NOT NULL default '',
  `products_options_sort_order` int(11) NOT NULL default '0',
  `product_attribute_is_free` tinyint(1) NOT NULL default '0',
  `products_attributes_weight` float NOT NULL default '0',
  `products_attributes_weight_prefix` char(1) collate latin1_general_ci NOT NULL default '',
  `attributes_display_only` tinyint(1) NOT NULL default '0',
  `attributes_default` tinyint(1) NOT NULL default '0',
  `attributes_discounted` tinyint(1) NOT NULL default '1',
  `attributes_image` varchar(64) collate latin1_general_ci default NULL,
  `attributes_price_base_included` tinyint(1) NOT NULL default '1',
  `attributes_price_onetime` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_factor` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_factor_offset` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_factor_onetime` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_factor_onetime_offset` decimal(15,4) NOT NULL default '0.0000',
  `attributes_qty_prices` text collate latin1_general_ci,
  `attributes_qty_prices_onetime` text collate latin1_general_ci,
  `attributes_price_words` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_words_free` int(4) NOT NULL default '0',
  `attributes_price_letters` decimal(15,4) NOT NULL default '0.0000',
  `attributes_price_letters_free` int(4) NOT NULL default '0',
  `attributes_required` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`products_attributes_id`),
  KEY `idx_id_options_id_values_zen` (`products_id`,`options_id`,`options_values_id`),
  KEY `idx_opt_sort_order_zen` (`products_options_sort_order`)
) ENGINE=MyISAM AUTO_INCREMENT=1104 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products_attributes`
--

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

--
-- Table structure for table `products_attributes_download`
--

DROP TABLE IF EXISTS `products_attributes_download`;
CREATE TABLE `products_attributes_download` (
  `products_attributes_id` int(11) NOT NULL default '0',
  `products_attributes_filename` varchar(255) collate latin1_general_ci NOT NULL default '',
  `products_attributes_maxdays` int(2) default '0',
  `products_attributes_maxcount` int(2) default '0',
  PRIMARY KEY  (`products_attributes_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products_attributes_download`
--

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

--
-- Table structure for table `products_description`
--

DROP TABLE IF EXISTS `products_description`;
CREATE TABLE `products_description` (
  `products_id` int(11) NOT NULL auto_increment,
  `language_id` int(11) NOT NULL default '1',
  `products_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `products_description` text collate latin1_general_ci,
  `products_url` varchar(255) collate latin1_general_ci default NULL,
  `products_viewed` int(5) default '0',
  PRIMARY KEY  (`products_id`,`language_id`),
  KEY `idx_products_name_zen` (`products_name`)
) ENGINE=MyISAM AUTO_INCREMENT=180 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products_description`
--

LOCK TABLES `products_description` WRITE;
/*!40000 ALTER TABLE `products_description` DISABLE KEYS */;
INSERT INTO `products_description` VALUES (28,1,'Gift Certificate Â£5.00','Purchase a Gift Certificate today to share with your family, friends or business associates!','',1),(29,1,'Gift Certificate Â£10.00','Purchase a Gift Certificate today to share with your family, friends or business associates!','',2),(30,1,'Gift Certificate Â£7.50','Purchase a Gift Certificate today to share with your family, friends or business associates!','',3),(31,1,'Gift Certificate Â£15.00','Purchase a Gift Certificate today to share with your family, friends or business associates!','',1),(32,1,'Gift Certificate Â£2.50','Purchase a Gift Certificate today to share with your family, friends or business associates!','',6);
/*!40000 ALTER TABLE `products_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products_discount_quantity`
--

DROP TABLE IF EXISTS `products_discount_quantity`;
CREATE TABLE `products_discount_quantity` (
  `discount_id` int(4) NOT NULL default '0',
  `products_id` int(11) NOT NULL default '0',
  `discount_qty` float NOT NULL default '0',
  `discount_price` decimal(15,4) NOT NULL default '0.0000',
  KEY `idx_id_qty_zen` (`products_id`,`discount_qty`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products_discount_quantity`
--

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

--
-- Table structure for table `products_notifications`
--

DROP TABLE IF EXISTS `products_notifications`;
CREATE TABLE `products_notifications` (
  `products_id` int(11) NOT NULL default '0',
  `customers_id` int(11) NOT NULL default '0',
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`products_id`,`customers_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products_notifications`
--

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

--
-- Table structure for table `products_options`
--

DROP TABLE IF EXISTS `products_options`;
CREATE TABLE `products_options` (
  `products_options_id` int(11) NOT NULL default '0',
  `language_id` int(11) NOT NULL default '1',
  `products_options_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `products_options_sort_order` int(11) NOT NULL default '0',
  `products_options_type` int(5) NOT NULL default '0',
  `products_options_length` smallint(2) NOT NULL default '32',
  `products_options_comment` varchar(64) collate latin1_general_ci default NULL,
  `products_options_size` smallint(2) NOT NULL default '32',
  `products_options_images_per_row` int(2) default '5',
  `products_options_images_style` int(1) default '0',
  `products_options_rows` smallint(2) NOT NULL default '1',
  PRIMARY KEY  (`products_options_id`,`language_id`),
  KEY `idx_lang_id_zen` (`language_id`),
  KEY `idx_products_options_sort_order_zen` (`products_options_sort_order`),
  KEY `idx_products_options_name_zen` (`products_options_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products_options`
--

LOCK TABLES `products_options` WRITE;
/*!40000 ALTER TABLE `products_options` DISABLE KEYS */;
INSERT INTO `products_options` VALUES (1,1,'Color',10,2,32,'',32,5,0,1),(2,1,'Size',20,0,32,'',32,5,0,1),(3,1,'Model',30,0,32,'',32,5,0,1),(4,1,'Memory',50,0,32,'',32,5,0,1),(5,1,'Version',40,0,32,'',32,5,0,1),(6,1,'Media Type',60,0,32,'',32,5,0,1),(17,1,'Documentation',45,0,32,NULL,32,5,0,1),(16,1,'Irons',800,3,32,'',32,5,0,1),(7,1,'Logo Back',310,4,32,'',32,5,0,1),(8,1,'Logo Front',300,4,32,'You may upload your own image file(s)',32,5,0,1),(9,1,'Line 2',410,1,64,'',40,5,0,1),(10,1,'Line 1',400,1,64,'Enter your text up to 64 characters, punctuation and spaces',40,5,0,1),(11,1,'Line 3',420,1,64,'',40,5,0,1),(12,1,'Line 4',430,1,64,'',40,5,0,1),(13,1,'Gift Options',70,3,32,'Special Option Options Available:',32,5,0,1),(14,1,'Amount',200,2,32,'',32,5,0,1),(15,1,'Features',700,5,32,'&nbsp;',32,5,0,1),(18,1,'Length',70,0,32,'',32,5,0,1),(19,1,'Shipping',600,5,32,'',32,0,0,1);
/*!40000 ALTER TABLE `products_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products_options_types`
--

DROP TABLE IF EXISTS `products_options_types`;
CREATE TABLE `products_options_types` (
  `products_options_types_id` int(11) NOT NULL default '0',
  `products_options_types_name` varchar(32) collate latin1_general_ci default NULL,
  PRIMARY KEY  (`products_options_types_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='Track products_options_types';

--
-- Dumping data for table `products_options_types`
--

LOCK TABLES `products_options_types` WRITE;
/*!40000 ALTER TABLE `products_options_types` DISABLE KEYS */;
INSERT INTO `products_options_types` VALUES (0,'Dropdown'),(1,'Text'),(2,'Radio'),(3,'Checkbox'),(4,'File'),(5,'Read Only');
/*!40000 ALTER TABLE `products_options_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products_options_values`
--

DROP TABLE IF EXISTS `products_options_values`;
CREATE TABLE `products_options_values` (
  `products_options_values_id` int(11) NOT NULL default '0',
  `language_id` int(11) NOT NULL default '1',
  `products_options_values_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `products_options_values_sort_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`products_options_values_id`,`language_id`),
  KEY `idx_products_options_values_name_zen` (`products_options_values_name`),
  KEY `idx_products_options_values_sort_order_zen` (`products_options_values_sort_order`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products_options_values`
--

LOCK TABLES `products_options_values` WRITE;
/*!40000 ALTER TABLE `products_options_values` DISABLE KEYS */;
INSERT INTO `products_options_values` VALUES (0,1,'TEXT',0),(1,1,'4 mb',10),(2,1,'8 mb',20),(3,1,'16 mb',30),(4,1,'32 mb',40),(5,1,'Value',10),(6,1,'Premium',20),(7,1,'Deluxe',30),(8,1,'PS/2',20),(9,1,'USB',10),(10,1,'Download: Windows - English',10),(13,1,'Box: Windows - English',1000),(14,1,'DVD/VHS Combo Pak',30),(15,1,'Blue',50),(16,1,'Red',10),(17,1,'Yellow',30),(18,1,'Medium',30),(63,1,'MS Word - English',20),(19,1,'X-Small',10),(62,1,'PDF - English',10),(61,1,'2 Iron',20),(20,1,'Large',40),(60,1,'8 Iron',80),(59,1,'7 Iron',70),(21,1,'Small',20),(58,1,'Wedge',200),(57,1,'9 Iron',90),(22,1,'VHS',20),(23,1,'DVD',10),(56,1,'6 Iron',60),(55,1,'5 Iron',50),(24,1,'20th Century',10),(54,1,'4 Iron',40),(53,1,'3 Iron',30),(25,1,'Orange',20),(26,1,'Green',40),(27,1,'Purple',60),(28,1,'Brown',70),(29,1,'Black',80),(30,1,'White',90),(31,1,'Silver',100),(32,1,'Gold',110),(64,1,'Download: MAC - English',100),(34,1,'Wrapping',40),(35,1,'Autographed Memorabilia Card',30),(36,1,'Collector\'s Tin',20),(37,1,'Select from below ...',5),(38,1,'$5.00',5),(39,1,'$10.00',10),(40,1,'$25.00',25),(41,1,'$15.00',15),(42,1,'$50.00',50),(43,1,'$100.00',100),(44,1,'Select from below ...',5),(45,1,'NONE',5),(46,1,'None',5),(47,1,'Embossed Collector\'s Tin',10),(49,1,'Custom Handling',20),(48,1,'None',5),(50,1,'Same Day Shipping',30),(51,1,'Quality Design',10),(52,1,'Download: Windows - Spanish',20),(65,1,'per Foot',10),(66,1,'per Yard',20),(67,1,'Free Shipping Included!',10),(68,1,'Book Hard Cover',5);
/*!40000 ALTER TABLE `products_options_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products_options_values_to_products_options`
--

DROP TABLE IF EXISTS `products_options_values_to_products_options`;
CREATE TABLE `products_options_values_to_products_options` (
  `products_options_values_to_products_options_id` int(11) NOT NULL auto_increment,
  `products_options_id` int(11) NOT NULL default '0',
  `products_options_values_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`products_options_values_to_products_options_id`),
  KEY `idx_products_options_id_zen` (`products_options_id`),
  KEY `idx_products_options_values_id_zen` (`products_options_values_id`)
) ENGINE=MyISAM AUTO_INCREMENT=94 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products_options_values_to_products_options`
--

LOCK TABLES `products_options_values_to_products_options` WRITE;
/*!40000 ALTER TABLE `products_options_values_to_products_options` DISABLE KEYS */;
INSERT INTO `products_options_values_to_products_options` VALUES (1,4,1),(2,4,2),(3,4,3),(4,4,4),(5,3,5),(6,3,6),(7,3,7),(8,3,8),(9,3,9),(10,5,10),(13,5,13),(14,6,14),(15,1,15),(16,1,16),(17,1,17),(18,2,18),(19,2,19),(20,2,20),(21,2,21),(22,6,22),(23,6,23),(24,5,24),(61,8,0),(60,7,0),(59,12,0),(58,11,0),(57,10,0),(56,9,0),(35,1,25),(36,1,26),(37,1,27),(38,1,28),(39,1,29),(40,1,30),(41,1,31),(42,1,32),(89,5,64),(55,13,36),(54,13,35),(53,13,34),(62,2,37),(63,14,38),(64,14,39),(65,14,40),(66,14,41),(67,14,42),(68,14,43),(69,13,44),(70,1,45),(71,4,46),(72,13,47),(73,13,48),(74,15,49),(75,15,50),(76,15,51),(77,5,52),(78,16,53),(79,16,54),(80,16,55),(81,16,56),(82,16,57),(83,16,58),(84,16,59),(85,16,60),(86,16,61),(87,17,62),(88,17,63),(90,18,65),(91,18,66),(92,19,67),(93,5,68);
/*!40000 ALTER TABLE `products_options_values_to_products_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products_to_categories`
--

DROP TABLE IF EXISTS `products_to_categories`;
CREATE TABLE `products_to_categories` (
  `products_id` int(11) NOT NULL default '0',
  `categories_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`products_id`,`categories_id`),
  KEY `idx_cat_prod_id_zen` (`categories_id`,`products_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `products_to_categories`
--

LOCK TABLES `products_to_categories` WRITE;
/*!40000 ALTER TABLE `products_to_categories` DISABLE KEYS */;
INSERT INTO `products_to_categories` VALUES (28,21),(29,21),(30,21),(31,21),(32,21);
/*!40000 ALTER TABLE `products_to_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `project_version`
--

DROP TABLE IF EXISTS `project_version`;
CREATE TABLE `project_version` (
  `project_version_id` tinyint(3) NOT NULL auto_increment,
  `project_version_key` varchar(40) collate latin1_general_ci NOT NULL default '',
  `project_version_major` varchar(20) collate latin1_general_ci NOT NULL default '',
  `project_version_minor` varchar(20) collate latin1_general_ci NOT NULL default '',
  `project_version_patch1` varchar(20) collate latin1_general_ci NOT NULL default '',
  `project_version_patch2` varchar(20) collate latin1_general_ci NOT NULL default '',
  `project_version_patch1_source` varchar(20) collate latin1_general_ci NOT NULL default '',
  `project_version_patch2_source` varchar(20) collate latin1_general_ci NOT NULL default '',
  `project_version_comment` varchar(250) collate latin1_general_ci NOT NULL default '',
  `project_version_date_applied` datetime NOT NULL default '0001-01-01 01:01:01',
  PRIMARY KEY  (`project_version_id`),
  UNIQUE KEY `idx_project_version_key_zen` (`project_version_key`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='Database Version Tracking';

--
-- Dumping data for table `project_version`
--

LOCK TABLES `project_version` WRITE;
/*!40000 ALTER TABLE `project_version` DISABLE KEYS */;
INSERT INTO `project_version` VALUES (1,'Zen-Cart Main','1','3.7','','','','','Fresh Installation','2007-10-25 21:07:23'),(2,'Zen-Cart Database','1','3.7','','','','','Fresh Installation','2007-10-25 21:07:23');
/*!40000 ALTER TABLE `project_version` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `project_version_history`
--

DROP TABLE IF EXISTS `project_version_history`;
CREATE TABLE `project_version_history` (
  `project_version_id` tinyint(3) NOT NULL auto_increment,
  `project_version_key` varchar(40) collate latin1_general_ci NOT NULL default '',
  `project_version_major` varchar(20) collate latin1_general_ci NOT NULL default '',
  `project_version_minor` varchar(20) collate latin1_general_ci NOT NULL default '',
  `project_version_patch` varchar(20) collate latin1_general_ci NOT NULL default '',
  `project_version_comment` varchar(250) collate latin1_general_ci NOT NULL default '',
  `project_version_date_applied` datetime NOT NULL default '0001-01-01 01:01:01',
  PRIMARY KEY  (`project_version_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='Database Version Tracking History';

--
-- Dumping data for table `project_version_history`
--

LOCK TABLES `project_version_history` WRITE;
/*!40000 ALTER TABLE `project_version_history` DISABLE KEYS */;
INSERT INTO `project_version_history` VALUES (1,'Zen-Cart Main','1','3.7','','Fresh Installation','2007-10-25 21:07:23'),(2,'Zen-Cart Database','1','3.7','','Fresh Installation','2007-10-25 21:07:23');
/*!40000 ALTER TABLE `project_version_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `query_builder`
--

DROP TABLE IF EXISTS `query_builder`;
CREATE TABLE `query_builder` (
  `query_id` int(11) NOT NULL auto_increment,
  `query_category` varchar(40) collate latin1_general_ci NOT NULL default '',
  `query_name` varchar(80) collate latin1_general_ci NOT NULL default '',
  `query_description` text collate latin1_general_ci NOT NULL,
  `query_string` text collate latin1_general_ci NOT NULL,
  `query_keys_list` text collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`query_id`),
  UNIQUE KEY `query_name` (`query_name`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='Stores queries for re-use in Admin email and report modules';

--
-- Dumping data for table `query_builder`
--

LOCK TABLES `query_builder` WRITE;
/*!40000 ALTER TABLE `query_builder` DISABLE KEYS */;
INSERT INTO `query_builder` VALUES (1,'email','All Customers','Returns all customers name and email address for sending mass emails (ie: for newsletters, coupons, GV\'s, messages, etc).','select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS order by customers_lastname, customers_firstname, customers_email_address',''),(2,'email,newsletters','All Newsletter Subscribers','Returns name and email address of newsletter subscribers','select customers_firstname, customers_lastname, customers_email_address from TABLE_CUSTOMERS where customers_newsletter = \'1\'',''),(3,'email,newsletters','Dormant Customers (>3months) (Subscribers)','Subscribers who HAVE purchased something, but have NOT purchased for at least three months.','select o.date_purchased, c.customers_email_address, c.customers_lastname, c.customers_firstname from TABLE_CUSTOMERS c, TABLE_ORDERS o WHERE c.customers_id = o.customers_id AND c.customers_newsletter = 1 GROUP BY c.customers_email_address HAVING max(o.date_purchased) <= subdate(now(),INTERVAL 3 MONTH) ORDER BY c.customers_lastname, c.customers_firstname ASC',''),(4,'email,newsletters','Active customers in past 3 months (Subscribers)','Newsletter subscribers who are also active customers (purchased something) in last 3 months.','select c.customers_email_address, c.customers_lastname, c.customers_firstname from TABLE_CUSTOMERS c, TABLE_ORDERS o where c.customers_newsletter = \'1\' AND c.customers_id = o.customers_id and o.date_purchased > subdate(now(),INTERVAL 3 MONTH) GROUP BY c.customers_email_address order by c.customers_lastname, c.customers_firstname ASC',''),(5,'email,newsletters','Active customers in past 3 months (Regardless of subscription status)','All active customers (purchased something) in last 3 months, ignoring newsletter-subscription status.','select c.customers_email_address, c.customers_lastname, c.customers_firstname from TABLE_CUSTOMERS c, TABLE_ORDERS o WHERE c.customers_id = o.customers_id and o.date_purchased > subdate(now(),INTERVAL 3 MONTH) GROUP BY c.customers_email_address order by c.customers_lastname, c.customers_firstname ASC',''),(6,'email,newsletters','Administrator','Just the email account of the current administrator','select \'ADMIN\' as customers_firstname, admin_name as customers_lastname, admin_email as customers_email_address from TABLE_ADMIN where admin_id = $SESSION:admin_id','');
/*!40000 ALTER TABLE `query_builder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `record_artists`
--

DROP TABLE IF EXISTS `record_artists`;
CREATE TABLE `record_artists` (
  `artists_id` int(11) NOT NULL auto_increment,
  `artists_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `artists_image` varchar(64) collate latin1_general_ci default NULL,
  `date_added` datetime default NULL,
  `last_modified` datetime default NULL,
  PRIMARY KEY  (`artists_id`),
  KEY `idx_rec_artists_name_zen` (`artists_name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `record_artists`
--

LOCK TABLES `record_artists` WRITE;
/*!40000 ALTER TABLE `record_artists` DISABLE KEYS */;
INSERT INTO `record_artists` VALUES (1,'The Russ Tippins Band','sooty.jpg','2004-06-01 20:53:00',NULL);
/*!40000 ALTER TABLE `record_artists` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `record_artists_info`
--

DROP TABLE IF EXISTS `record_artists_info`;
CREATE TABLE `record_artists_info` (
  `artists_id` int(11) NOT NULL default '0',
  `languages_id` int(11) NOT NULL default '0',
  `artists_url` varchar(255) collate latin1_general_ci NOT NULL default '',
  `url_clicked` int(5) NOT NULL default '0',
  `date_last_click` datetime default NULL,
  PRIMARY KEY  (`artists_id`,`languages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `record_artists_info`
--

LOCK TABLES `record_artists_info` WRITE;
/*!40000 ALTER TABLE `record_artists_info` DISABLE KEYS */;
INSERT INTO `record_artists_info` VALUES (1,1,'russtippinsband.users.btopenworld.com/',0,NULL);
/*!40000 ALTER TABLE `record_artists_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `record_company`
--

DROP TABLE IF EXISTS `record_company`;
CREATE TABLE `record_company` (
  `record_company_id` int(11) NOT NULL auto_increment,
  `record_company_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  `record_company_image` varchar(64) collate latin1_general_ci default NULL,
  `date_added` datetime default NULL,
  `last_modified` datetime default NULL,
  PRIMARY KEY  (`record_company_id`),
  KEY `idx_rec_company_name_zen` (`record_company_name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `record_company`
--

LOCK TABLES `record_company` WRITE;
/*!40000 ALTER TABLE `record_company` DISABLE KEYS */;
INSERT INTO `record_company` VALUES (1,'HMV Group',NULL,'2004-07-09 14:11:52',NULL);
/*!40000 ALTER TABLE `record_company` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `record_company_info`
--

DROP TABLE IF EXISTS `record_company_info`;
CREATE TABLE `record_company_info` (
  `record_company_id` int(11) NOT NULL default '0',
  `languages_id` int(11) NOT NULL default '0',
  `record_company_url` varchar(255) collate latin1_general_ci NOT NULL default '',
  `url_clicked` int(5) NOT NULL default '0',
  `date_last_click` datetime default NULL,
  PRIMARY KEY  (`record_company_id`,`languages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `record_company_info`
--

LOCK TABLES `record_company_info` WRITE;
/*!40000 ALTER TABLE `record_company_info` DISABLE KEYS */;
INSERT INTO `record_company_info` VALUES (1,1,'www.hmvgroup.com',0,NULL);
/*!40000 ALTER TABLE `record_company_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reviews`
--

DROP TABLE IF EXISTS `reviews`;
CREATE TABLE `reviews` (
  `reviews_id` int(11) NOT NULL auto_increment,
  `products_id` int(11) NOT NULL default '0',
  `customers_id` int(11) default NULL,
  `customers_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `reviews_rating` int(1) default NULL,
  `date_added` datetime default NULL,
  `last_modified` datetime default NULL,
  `reviews_read` int(5) NOT NULL default '0',
  `status` int(1) NOT NULL default '1',
  PRIMARY KEY  (`reviews_id`),
  KEY `idx_products_id_zen` (`products_id`),
  KEY `idx_customers_id_zen` (`customers_id`),
  KEY `idx_status_zen` (`status`),
  KEY `idx_date_added_zen` (`date_added`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `reviews`
--

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

--
-- Table structure for table `reviews_description`
--

DROP TABLE IF EXISTS `reviews_description`;
CREATE TABLE `reviews_description` (
  `reviews_id` int(11) NOT NULL default '0',
  `languages_id` int(11) NOT NULL default '0',
  `reviews_text` text collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`reviews_id`,`languages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `reviews_description`
--

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

--
-- Table structure for table `salemaker_sales`
--

DROP TABLE IF EXISTS `salemaker_sales`;
CREATE TABLE `salemaker_sales` (
  `sale_id` int(11) NOT NULL auto_increment,
  `sale_status` tinyint(4) NOT NULL default '0',
  `sale_name` varchar(30) collate latin1_general_ci NOT NULL default '',
  `sale_deduction_value` decimal(15,4) NOT NULL default '0.0000',
  `sale_deduction_type` tinyint(4) NOT NULL default '0',
  `sale_pricerange_from` decimal(15,4) NOT NULL default '0.0000',
  `sale_pricerange_to` decimal(15,4) NOT NULL default '0.0000',
  `sale_specials_condition` tinyint(4) NOT NULL default '0',
  `sale_categories_selected` text collate latin1_general_ci,
  `sale_categories_all` text collate latin1_general_ci,
  `sale_date_start` date NOT NULL default '0001-01-01',
  `sale_date_end` date NOT NULL default '0001-01-01',
  `sale_date_added` date NOT NULL default '0001-01-01',
  `sale_date_last_modified` date NOT NULL default '0001-01-01',
  `sale_date_status_change` date NOT NULL default '0001-01-01',
  PRIMARY KEY  (`sale_id`),
  KEY `idx_sale_status_zen` (`sale_status`),
  KEY `idx_sale_date_start_zen` (`sale_date_start`),
  KEY `idx_sale_date_end_zen` (`sale_date_end`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `salemaker_sales`
--

LOCK TABLES `salemaker_sales` WRITE;
/*!40000 ALTER TABLE `salemaker_sales` DISABLE KEYS */;
INSERT INTO `salemaker_sales` VALUES (1,0,'10% off Sale','10.0000',1,'1.0000','1000.0000',2,'25,28,45,47,58',',25,28,45,47,58,','2003-12-23','2007-02-21','2003-12-23','2004-05-18','2007-10-25'),(3,0,'Mice 20%','20.0000',1,'1.0000','1000.0000',2,'9',',9,','2003-12-24','2004-04-21','2003-12-31','2003-12-31','2004-04-25'),(6,1,'$5.00 off','5.0000',0,'0.0000','0.0000',2,'27',',27,','0001-01-01','0001-01-01','2004-01-04','2004-01-05','2004-01-04'),(7,1,'10% Skip Specials','10.0000',1,'0.0000','0.0000',1,'31',',31,','0001-01-01','0001-01-01','2004-01-04','2004-05-18','2004-01-04'),(8,1,'10% Apply to Price','10.0000',1,'0.0000','0.0000',0,'32',',32,','0001-01-01','0001-01-01','2004-01-05','2004-05-18','2004-01-05'),(9,1,'New Price $100','100.0000',2,'0.0000','0.0000',2,'46',',46,','0001-01-01','0001-01-01','2004-01-06','2004-01-07','2004-01-06'),(10,1,'New Price $100 Skip Special','100.0000',2,'0.0000','0.0000',1,'51',',51,','0001-01-01','0001-01-01','2004-01-07','2004-01-07','2004-01-07'),(11,1,'$5.00 off Skip Specials','5.0000',0,'0.0000','0.0000',1,'52',',52,','0001-01-01','0001-01-01','2004-01-24','2004-01-24','2004-01-24');
/*!40000 ALTER TABLE `salemaker_sales` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sessions`
--

DROP TABLE IF EXISTS `sessions`;
CREATE TABLE `sessions` (
  `sesskey` varchar(32) collate latin1_general_ci NOT NULL default '',
  `expiry` int(11) unsigned NOT NULL default '0',
  `value` text collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`sesskey`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `sessions`
--

LOCK TABLES `sessions` WRITE;
/*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
INSERT INTO `sessions` VALUES ('1010abc7ac4e3e12d04948f458255430',1195174178,'customers_host_address|s:43:\"client-86-30-113-170.hers.adsl.ntlworld.com\";cartID|s:0:\"\";cart|O:12:\"shoppingcart\":9:{s:9:\"observers\";a:0:{}s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;s:18:\"free_shipping_item\";i:0;s:20:\"free_shipping_weight\";i:0;s:19:\"free_shipping_price\";i:0;}navigation|O:17:\"navigationhistory\":3:{s:9:\"observers\";a:0:{}s:4:\"path\";a:2:{i:0;a:4:{s:4:\"page\";s:5:\"index\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";s:0:\"\";s:4:\"post\";a:0:{}}i:1;a:4:{s:4:\"page\";s:8:\"redirect\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:3:{s:6:\"action\";s:6:\"banner\";s:4:\"goto\";s:2:\"10\";s:5:\"zenid\";s:32:\"1010abc7ac4e3e12d04948f458255430\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}check_valid|s:4:\"true\";language|s:7:\"english\";languages_id|s:1:\"1\";languages_code|s:2:\"en\";currency|s:3:\"GBP\";updateExpirations|b:1;session_counter|b:1;customers_ip_address|s:13:\"86.30.113.170\";');
/*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `specials`
--

DROP TABLE IF EXISTS `specials`;
CREATE TABLE `specials` (
  `specials_id` int(11) NOT NULL auto_increment,
  `products_id` int(11) NOT NULL default '0',
  `specials_new_products_price` decimal(15,4) NOT NULL default '0.0000',
  `specials_date_added` datetime default NULL,
  `specials_last_modified` datetime default NULL,
  `expires_date` date NOT NULL default '0001-01-01',
  `date_status_change` datetime default NULL,
  `status` int(1) NOT NULL default '1',
  `specials_date_available` date NOT NULL default '0001-01-01',
  PRIMARY KEY  (`specials_id`),
  KEY `idx_status_zen` (`status`),
  KEY `idx_products_id_zen` (`products_id`),
  KEY `idx_date_avail_zen` (`specials_date_available`),
  KEY `idx_expires_date_zen` (`expires_date`)
) ENGINE=MyISAM AUTO_INCREMENT=51 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `specials`
--

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

--
-- Table structure for table `tax_class`
--

DROP TABLE IF EXISTS `tax_class`;
CREATE TABLE `tax_class` (
  `tax_class_id` int(11) NOT NULL auto_increment,
  `tax_class_title` varchar(32) collate latin1_general_ci NOT NULL default '',
  `tax_class_description` varchar(255) collate latin1_general_ci NOT NULL default '',
  `last_modified` datetime default NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`tax_class_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `tax_class`
--

LOCK TABLES `tax_class` WRITE;
/*!40000 ALTER TABLE `tax_class` DISABLE KEYS */;
INSERT INTO `tax_class` VALUES (1,'Taxable Goods','The following types of products are included: non-food, services, etc',NULL,'2007-10-25 21:07:23');
/*!40000 ALTER TABLE `tax_class` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_rates`
--

DROP TABLE IF EXISTS `tax_rates`;
CREATE TABLE `tax_rates` (
  `tax_rates_id` int(11) NOT NULL auto_increment,
  `tax_zone_id` int(11) NOT NULL default '0',
  `tax_class_id` int(11) NOT NULL default '0',
  `tax_priority` int(5) default '1',
  `tax_rate` decimal(7,4) NOT NULL default '0.0000',
  `tax_description` varchar(255) collate latin1_general_ci NOT NULL default '',
  `last_modified` datetime default NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`tax_rates_id`),
  KEY `idx_tax_zone_id_zen` (`tax_zone_id`),
  KEY `idx_tax_class_id_zen` (`tax_class_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `tax_rates`
--

LOCK TABLES `tax_rates` WRITE;
/*!40000 ALTER TABLE `tax_rates` DISABLE KEYS */;
INSERT INTO `tax_rates` VALUES (1,1,1,1,'7.0000','FL TAX 7.0%','2007-10-25 21:07:23','2007-10-25 21:07:23');
/*!40000 ALTER TABLE `tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `template_select`
--

DROP TABLE IF EXISTS `template_select`;
CREATE TABLE `template_select` (
  `template_id` int(11) NOT NULL auto_increment,
  `template_dir` varchar(64) collate latin1_general_ci NOT NULL default '',
  `template_language` varchar(64) collate latin1_general_ci NOT NULL default '0',
  PRIMARY KEY  (`template_id`),
  KEY `idx_tpl_lang_zen` (`template_language`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `template_select`
--

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

--
-- Table structure for table `upgrade_exceptions`
--

DROP TABLE IF EXISTS `upgrade_exceptions`;
CREATE TABLE `upgrade_exceptions` (
  `upgrade_exception_id` smallint(5) NOT NULL auto_increment,
  `sql_file` varchar(50) collate latin1_general_ci default NULL,
  `reason` varchar(200) collate latin1_general_ci default NULL,
  `errordate` datetime default '0001-01-01 00:00:00',
  `sqlstatement` text collate latin1_general_ci,
  PRIMARY KEY  (`upgrade_exception_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `upgrade_exceptions`
--

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

--
-- Table structure for table `whos_online`
--

DROP TABLE IF EXISTS `whos_online`;
CREATE TABLE `whos_online` (
  `customer_id` int(11) default NULL,
  `full_name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `session_id` varchar(128) collate latin1_general_ci NOT NULL default '',
  `ip_address` varchar(15) collate latin1_general_ci NOT NULL default '',
  `time_entry` varchar(14) collate latin1_general_ci NOT NULL default '',
  `time_last_click` varchar(14) collate latin1_general_ci NOT NULL default '',
  `last_page_url` varchar(255) collate latin1_general_ci NOT NULL default '',
  `host_address` text collate latin1_general_ci NOT NULL,
  `user_agent` varchar(255) collate latin1_general_ci NOT NULL default '',
  KEY `idx_ip_address_zen` (`ip_address`),
  KEY `idx_session_id_zen` (`session_id`),
  KEY `idx_customer_id_zen` (`customer_id`),
  KEY `idx_time_entry_zen` (`time_entry`),
  KEY `idx_time_last_click_zen` (`time_last_click`),
  KEY `idx_last_page_url_zen` (`last_page_url`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `whos_online`
--

LOCK TABLES `whos_online` WRITE;
/*!40000 ALTER TABLE `whos_online` DISABLE KEYS */;
INSERT INTO `whos_online` VALUES (0,'&yen;Guest','1010abc7ac4e3e12d04948f458255430','86.30.113.170','1195172732','1195172738','/catalog/index.php?main_page=redirect&action=banner&goto=10&zenid=1010abc7ac4e3e12d04948f458255430','client-86-30-113-170.hers.adsl.ntlworld.com','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)');
/*!40000 ALTER TABLE `whos_online` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zones`
--

DROP TABLE IF EXISTS `zones`;
CREATE TABLE `zones` (
  `zone_id` int(11) NOT NULL auto_increment,
  `zone_country_id` int(11) NOT NULL default '0',
  `zone_code` varchar(32) collate latin1_general_ci NOT NULL default '',
  `zone_name` varchar(32) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`zone_id`),
  KEY `idx_zone_country_id_zen` (`zone_country_id`),
  KEY `idx_zone_code_zen` (`zone_code`)
) ENGINE=MyISAM AUTO_INCREMENT=190 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `zones`
--

LOCK TABLES `zones` WRITE;
/*!40000 ALTER TABLE `zones` DISABLE KEYS */;
INSERT INTO `zones` VALUES (1,223,'AL','Alabama'),(2,223,'AK','Alaska'),(3,223,'AS','American Samoa'),(4,223,'AZ','Arizona'),(5,223,'AR','Arkansas'),(6,223,'AF','Armed Forces Africa'),(7,223,'AA','Armed Forces Americas'),(8,223,'AC','Armed Forces Canada'),(9,223,'AE','Armed Forces Europe'),(10,223,'AM','Armed Forces Middle East'),(11,223,'AP','Armed Forces Pacific'),(12,223,'CA','California'),(13,223,'CO','Colorado'),(14,223,'CT','Connecticut'),(15,223,'DE','Delaware'),(16,223,'DC','District of Columbia'),(17,223,'FM','Federated States Of Micronesia'),(18,223,'FL','Florida'),(19,223,'GA','Georgia'),(20,223,'GU','Guam'),(21,223,'HI','Hawaii'),(22,223,'ID','Idaho'),(23,223,'IL','Illinois'),(24,223,'IN','Indiana'),(25,223,'IA','Iowa'),(26,223,'KS','Kansas'),(27,223,'KY','Kentucky'),(28,223,'LA','Louisiana'),(29,223,'ME','Maine'),(30,223,'MH','Marshall Islands'),(31,223,'MD','Maryland'),(32,223,'MA','Massachusetts'),(33,223,'MI','Michigan'),(34,223,'MN','Minnesota'),(35,223,'MS','Mississippi'),(36,223,'MO','Missouri'),(37,223,'MT','Montana'),(38,223,'NE','Nebraska'),(39,223,'NV','Nevada'),(40,223,'NH','New Hampshire'),(41,223,'NJ','New Jersey'),(42,223,'NM','New Mexico'),(43,223,'NY','New York'),(44,223,'NC','North Carolina'),(45,223,'ND','North Dakota'),(46,223,'MP','Northern Mariana Islands'),(47,223,'OH','Ohio'),(48,223,'OK','Oklahoma'),(49,223,'OR','Oregon'),(50,163,'PW','Palau'),(51,223,'PA','Pennsylvania'),(52,223,'PR','Puerto Rico'),(53,223,'RI','Rhode Island'),(54,223,'SC','South Carolina'),(55,223,'SD','South Dakota'),(56,223,'TN','Tennessee'),(57,223,'TX','Texas'),(58,223,'UT','Utah'),(59,223,'VT','Vermont'),(60,223,'VI','Virgin Islands'),(61,223,'VA','Virginia'),(62,223,'WA','Washington'),(63,223,'WV','West Virginia'),(64,223,'WI','Wisconsin'),(65,223,'WY','Wyoming'),(66,38,'AB','Alberta'),(67,38,'BC','British Columbia'),(68,38,'MB','Manitoba'),(69,38,'NF','Newfoundland'),(70,38,'NB','New Brunswick'),(71,38,'NS','Nova Scotia'),(72,38,'NT','Northwest Territories'),(73,38,'NU','Nunavut'),(74,38,'ON','Ontario'),(75,38,'PE','Prince Edward Island'),(76,38,'QC','Quebec'),(77,38,'SK','Saskatchewan'),(78,38,'YT','Yukon Territory'),(79,81,'NDS','Niedersachsen'),(80,81,'BAW','Baden-Wrttemberg'),(81,81,'BAY','Bayern'),(82,81,'BER','Berlin'),(83,81,'BRG','Brandenburg'),(84,81,'BRE','Bremen'),(85,81,'HAM','Hamburg'),(86,81,'HES','Hessen'),(87,81,'MEC','Mecklenburg-Vorpommern'),(88,81,'NRW','Nordrhein-Westfalen'),(89,81,'RHE','Rheinland-Pfalz'),(90,81,'SAR','Saarland'),(91,81,'SAS','Sachsen'),(92,81,'SAC','Sachsen-Anhalt'),(93,81,'SCN','Schleswig-Holstein'),(94,81,'THE','Thringen'),(95,14,'WI','Wien'),(96,14,'NO','Niedersterreich'),(97,14,'OO','Obersterreich'),(98,14,'SB','Salzburg'),(99,14,'KN','KÃƒÂ¤rtnen'),(100,14,'ST','Steiermark'),(101,14,'TI','Tirol'),(102,14,'BL','Burgenland'),(103,14,'VB','Voralberg'),(104,204,'AG','Aargau'),(105,204,'AI','Appenzell Innerrhoden'),(106,204,'AR','Appenzell Ausserrhoden'),(107,204,'BE','Bern'),(108,204,'BL','Basel-Landschaft'),(109,204,'BS','Basel-Stadt'),(110,204,'FR','Freiburg'),(111,204,'GE','Genf'),(112,204,'GL','Glarus'),(113,204,'JU','Graubnden'),(114,204,'JU','Jura'),(115,204,'LU','Luzern'),(116,204,'NE','Neuenburg'),(117,204,'NW','Nidwalden'),(118,204,'OW','Obwalden'),(119,204,'SG','St. Gallen'),(120,204,'SH','Schaffhausen'),(121,204,'SO','Solothurn'),(122,204,'SZ','Schwyz'),(123,204,'TG','Thurgau'),(124,204,'TI','Tessin'),(125,204,'UR','Uri'),(126,204,'VD','Waadt'),(127,204,'VS','Wallis'),(128,204,'ZG','Zug'),(129,204,'ZH','Zrich'),(130,195,'A Corua','A Corua'),(131,195,'Alava','Alava'),(132,195,'Albacete','Albacete'),(133,195,'Alicante','Alicante'),(134,195,'Almeria','Almeria'),(135,195,'Asturias','Asturias'),(136,195,'Avila','Avila'),(137,195,'Badajoz','Badajoz'),(138,195,'Baleares','Baleares'),(139,195,'Barcelona','Barcelona'),(140,195,'Burgos','Burgos'),(141,195,'Caceres','Caceres'),(142,195,'Cadiz','Cadiz'),(143,195,'Cantabria','Cantabria'),(144,195,'Castellon','Castellon'),(145,195,'Ceuta','Ceuta'),(146,195,'Ciudad Real','Ciudad Real'),(147,195,'Cordoba','Cordoba'),(148,195,'Cuenca','Cuenca'),(149,195,'Girona','Girona'),(150,195,'Granada','Granada'),(151,195,'Guadalajara','Guadalajara'),(152,195,'Guipuzcoa','Guipuzcoa'),(153,195,'Huelva','Huelva'),(154,195,'Huesca','Huesca'),(155,195,'Jaen','Jaen'),(156,195,'La Rioja','La Rioja'),(157,195,'Las Palmas','Las Palmas'),(158,195,'Leon','Leon'),(159,195,'Lleida','Lleida'),(160,195,'Lugo','Lugo'),(161,195,'Madrid','Madrid'),(162,195,'Malaga','Malaga'),(163,195,'Melilla','Melilla'),(164,195,'Murcia','Murcia'),(165,195,'Navarra','Navarra'),(166,195,'Ourense','Ourense'),(167,195,'Palencia','Palencia'),(168,195,'Pontevedra','Pontevedra'),(169,195,'Salamanca','Salamanca'),(170,195,'Santa Cruz de Tenerife','Santa Cruz de Tenerife'),(171,195,'Segovia','Segovia'),(172,195,'Sevilla','Sevilla'),(173,195,'Soria','Soria'),(174,195,'Tarragona','Tarragona'),(175,195,'Teruel','Teruel'),(176,195,'Toledo','Toledo'),(177,195,'Valencia','Valencia'),(178,195,'Valladolid','Valladolid'),(179,195,'Vizcaya','Vizcaya'),(180,195,'Zamora','Zamora'),(181,195,'Zaragoza','Zaragoza'),(182,13,'ACT','Australian Capital Territory'),(183,13,'NSW','New South Wales'),(184,13,'NT','Northern Territory'),(185,13,'QLD','Queensland'),(186,13,'SA','South Australia'),(187,13,'TAS','Tasmania'),(188,13,'VIC','Victoria'),(189,13,'WA','Western Australia');
/*!40000 ALTER TABLE `zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zones_to_geo_zones`
--

DROP TABLE IF EXISTS `zones_to_geo_zones`;
CREATE TABLE `zones_to_geo_zones` (
  `association_id` int(11) NOT NULL auto_increment,
  `zone_country_id` int(11) NOT NULL default '0',
  `zone_id` int(11) default NULL,
  `geo_zone_id` int(11) default NULL,
  `last_modified` datetime default NULL,
  `date_added` datetime NOT NULL default '0001-01-01 00:00:00',
  PRIMARY KEY  (`association_id`),
  KEY `idx_zones_zen` (`geo_zone_id`,`zone_country_id`,`zone_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dumping data for table `zones_to_geo_zones`
--

LOCK TABLES `zones_to_geo_zones` WRITE;
/*!40000 ALTER TABLE `zones_to_geo_zones` DISABLE KEYS */;
INSERT INTO `zones_to_geo_zones` VALUES (1,223,18,1,NULL,'2007-10-25 21:07:23');
/*!40000 ALTER TABLE `zones_to_geo_zones` ENABLE KEYS */;
UNLOCK TABLES;

/*!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 */;


