Reseller Store
Reseller Store
-- version 2.9.0.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: May 30, 2007 at 12:23 PM
-- Server version: 4.1.21
-- PHP Version: 4.4.2
--
-- Database: `kunal_yourspacenow`
--
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
`entry_company` varchar(32) default NULL,
`entry_firstname` varchar(32) NOT NULL default '',
`entry_lastname` varchar(32) NOT NULL default '',
`entry_street_address` varchar(64) NOT NULL default '',
`entry_suburb` varchar(32) default NULL,
`entry_city` varchar(32) NOT NULL default '',
`entry_state` varchar(32) default NULL,
`entry_postcode` varchar(10) NOT NULL default '',
`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` (`customers_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=112 ;
--
-- Dumping data for table `address_book`
--
INSERT INTO `address_book` VALUES (105, 105, 'm', NULL, 'test', 'test', '', '',
'', '', '', 222, 0);
INSERT INTO `address_book` VALUES (106, 106, 'm', NULL, 'jj', 'jjjj', '', '', ''
, '', '', 205, 0);
INSERT INTO `address_book` VALUES (107, 107, 'm', NULL, 'john', 'smirh', '', '',
'', '', '', 222, 0);
INSERT INTO `address_book` VALUES (108, 108, 'm', NULL, 'Jon', 'Doe', '', '', ''
, '', '', 222, 0);
INSERT INTO `address_book` VALUES (109, 109, 'f', NULL, 'tester', 'demo', '', ''
, '', '', '', 222, 0);
INSERT INTO `address_book` VALUES (110, 110, 'm', NULL, 'Bob', 'Jones', '', '',
'', '', '', 222, 0);
INSERT INTO `address_book` VALUES (111, 111, 'm', NULL, 'Mike', 'Jones', '', '',
'', '', '', 223, 0);
-- --------------------------------------------------------
--
-- Table structure for table `address_format`
--
CREATE TABLE `address_format` (
`address_format_id` int(11) NOT NULL auto_increment,
`address_format` varchar(128) NOT NULL default '',
`address_summary` varchar(48) NOT NULL default '',
PRIMARY KEY (`address_format_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
--
-- Dumping data for table `address_format`
--
INSERT INTO `address_format` VALUES (1, '$firstname $lastname$cr$streets$cr$city
, $postcode$cr$statecomma$country', '$city / $country');
INSERT INTO `address_format` VALUES (2, '$firstname $lastname$cr$streets$cr$city
, $state $postcode$cr$country', '$city, $state / $country');
INSERT INTO `address_format` VALUES (3, '$firstname $lastname$cr$streets$cr$city
$cr$postcode - $statecomma$country', '$state / $country');
INSERT INTO `address_format` VALUES (4, '$firstname $lastname$cr$streets$cr$city
($postcode)$cr$country', '$postcode / $country');
INSERT INTO `address_format` VALUES (5, '$firstname $lastname$cr$streets$cr$post
code $city$cr$country', '$city / $country');
-- --------------------------------------------------------
--
-- Table structure for table `banners`
--
CREATE TABLE `banners` (
`banners_id` int(11) NOT NULL auto_increment,
`banners_title` varchar(64) NOT NULL default '',
`banners_url` varchar(255) NOT NULL default '',
`banners_image` varchar(64) NOT NULL default '',
`banners_group` varchar(10) NOT NULL default '',
`banners_html_text` text,
`expires_impressions` int(7) default '0',
`expires_date` datetime default NULL,
`date_scheduled` datetime default NULL,
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`date_status_change` datetime default NULL,
`status` int(1) NOT NULL default '1',
PRIMARY KEY (`banners_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `banners`
--
INSERT INTO `banners` VALUES (2, 'Rintones, Games, Logos & the UK top 40', 'http
://ringtoneslogosgamesvideos.co.uk', 'tone2.gif', '468x60', '', 0, NULL, NULL, '
2006-02-22 22:27:14', '2007-04-07 23:04:40', 0);
INSERT INTO `banners` VALUES (4, 'A New Shop', 'http://anewshop.co.uk', 'anewsho
pbanner.jpg', '468x60', '', NULL, NULL, NULL, '2006-02-25 12:36:39', '2007-04-07
23:04:35', 0);
INSERT INTO `banners` VALUES (5, 'Free Debt Advice', 'http://freedebtconsolidati
onadvice.co.uk', 'debtbanner.JPG', '468x60', '', 0, NULL, NULL, '2006-03-10 00:4
0:50', '2007-04-07 23:04:39', 0);
INSERT INTO `banners` VALUES (6, 'Articles Heaven', 'http://articlesheaven.co.uk
', 'articleheaven.jpg', '468x60', '', 0, NULL, NULL, '2006-03-12 15:20:32', '200
7-04-07 23:04:37', 0);
INSERT INTO `banners` VALUES (7, 'HostGator', 'https://secure.hostgator.com/cgi-
bin/affiliates/clickthru.cgi?id=kunal0315', 'hgator-468x60d.gif', '468x60', '',
0, NULL, NULL, '2007-04-07 23:05:39', NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `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 '0000-00-00 00:00:00',
PRIMARY KEY (`banners_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=129 ;
--
-- Dumping data for table `banners_history`
--
INSERT INTO `banners_history` VALUES (4, 2, 11, 1, '2006-02-22 22:27:33');
INSERT INTO `banners_history` VALUES (6, 2, 40, 1, '2006-02-25 11:13:27');
INSERT INTO `banners_history` VALUES (8, 4, 15, 1, '2006-02-25 12:36:50');
INSERT INTO `banners_history` VALUES (10, 4, 8, 2, '2006-02-26 18:11:37');
INSERT INTO `banners_history` VALUES (11, 2, 13, 0, '2006-02-26 18:11:39');
INSERT INTO `banners_history` VALUES (12, 2, 105, 0, '2006-02-27 07:46:46');
INSERT INTO `banners_history` VALUES (14, 4, 101, 1, '2006-02-27 16:59:23');
INSERT INTO `banners_history` VALUES (15, 2, 26, 0, '2006-02-28 01:25:57');
INSERT INTO `banners_history` VALUES (17, 4, 17, 0, '2006-02-28 01:26:28');
INSERT INTO `banners_history` VALUES (19, 4, 32, 0, '2006-03-01 00:01:54');
INSERT INTO `banners_history` VALUES (20, 2, 33, 0, '2006-03-01 16:55:35');
INSERT INTO `banners_history` VALUES (22, 4, 10, 0, '2006-03-02 00:01:17');
INSERT INTO `banners_history` VALUES (23, 2, 8, 0, '2006-03-02 10:04:27');
INSERT INTO `banners_history` VALUES (24, 4, 86, 2, '2006-03-03 05:15:20');
INSERT INTO `banners_history` VALUES (26, 2, 85, 0, '2006-03-03 07:30:55');
INSERT INTO `banners_history` VALUES (27, 4, 62, 0, '2006-03-04 00:06:50');
INSERT INTO `banners_history` VALUES (28, 2, 58, 1, '2006-03-04 00:06:52');
INSERT INTO `banners_history` VALUES (31, 2, 87, 1, '2006-03-05 01:53:32');
INSERT INTO `banners_history` VALUES (32, 4, 83, 3, '2006-03-05 01:53:34');
INSERT INTO `banners_history` VALUES (33, 4, 35, 0, '2006-03-06 00:04:55');
INSERT INTO `banners_history` VALUES (35, 2, 37, 0, '2006-03-06 00:21:37');
INSERT INTO `banners_history` VALUES (36, 2, 160, 2, '2006-03-07 00:13:08');
INSERT INTO `banners_history` VALUES (38, 4, 28, 1, '2006-03-07 00:28:32');
INSERT INTO `banners_history` VALUES (40, 2, 166, 0, '2006-03-08 00:42:29');
INSERT INTO `banners_history` VALUES (42, 2, 155, 1, '2006-03-09 01:13:52');
INSERT INTO `banners_history` VALUES (54, 2, 22, 0, '2006-03-13 00:53:21');
INSERT INTO `banners_history` VALUES (44, 2, 65, 1, '2006-03-10 00:18:19');
INSERT INTO `banners_history` VALUES (45, 5, 63, 2, '2006-03-10 00:41:48');
INSERT INTO `banners_history` VALUES (46, 5, 120, 2, '2006-03-11 00:01:03');
INSERT INTO `banners_history` VALUES (53, 6, 30, 2, '2006-03-13 00:01:43');
INSERT INTO `banners_history` VALUES (48, 2, 93, 0, '2006-03-11 00:01:07');
INSERT INTO `banners_history` VALUES (52, 6, 39, 2, '2006-03-12 15:21:24');
INSERT INTO `banners_history` VALUES (50, 2, 67, 0, '2006-03-12 01:41:12');
INSERT INTO `banners_history` VALUES (51, 5, 69, 3, '2006-03-12 03:28:05');
INSERT INTO `banners_history` VALUES (55, 5, 39, 0, '2006-03-13 05:15:10');
INSERT INTO `banners_history` VALUES (56, 4, 19, 0, '2006-03-13 15:11:20');
INSERT INTO `banners_history` VALUES (57, 4, 5, 0, '2006-03-14 05:57:06');
INSERT INTO `banners_history` VALUES (58, 2, 12, 0, '2006-03-14 19:48:37');
INSERT INTO `banners_history` VALUES (59, 5, 6, 0, '2006-03-14 21:14:39');
INSERT INTO `banners_history` VALUES (60, 6, 5, 0, '2006-03-14 23:08:45');
INSERT INTO `banners_history` VALUES (61, 2, 27, 0, '2006-03-15 08:28:07');
INSERT INTO `banners_history` VALUES (62, 6, 20, 0, '2006-03-15 11:05:36');
INSERT INTO `banners_history` VALUES (63, 5, 12, 0, '2006-03-15 17:01:33');
INSERT INTO `banners_history` VALUES (64, 4, 10, 0, '2006-03-15 17:20:54');
INSERT INTO `banners_history` VALUES (65, 5, 6, 0, '2006-03-16 00:39:02');
INSERT INTO `banners_history` VALUES (66, 4, 6, 0, '2006-03-16 00:39:08');
INSERT INTO `banners_history` VALUES (67, 6, 4, 0, '2006-03-16 00:39:09');
INSERT INTO `banners_history` VALUES (68, 2, 4, 0, '2006-03-16 00:39:24');
INSERT INTO `banners_history` VALUES (69, 2, 4, 0, '2006-03-17 00:07:43');
INSERT INTO `banners_history` VALUES (70, 4, 4, 0, '2006-03-17 06:16:09');
INSERT INTO `banners_history` VALUES (71, 5, 6, 0, '2006-03-17 07:10:00');
INSERT INTO `banners_history` VALUES (72, 6, 2, 0, '2006-03-17 17:59:43');
INSERT INTO `banners_history` VALUES (73, 6, 4, 0, '2007-04-07 23:02:52');
INSERT INTO `banners_history` VALUES (74, 5, 4, 0, '2007-04-07 23:03:40');
INSERT INTO `banners_history` VALUES (75, 2, 2, 0, '2007-04-07 23:04:02');
INSERT INTO `banners_history` VALUES (76, 7, 7, 3, '2007-04-07 23:05:44');
INSERT INTO `banners_history` VALUES (77, 7, 471, 3, '2007-04-08 00:05:11');
INSERT INTO `banners_history` VALUES (78, 7, 171, 0, '2007-04-09 00:01:35');
INSERT INTO `banners_history` VALUES (79, 7, 200, 0, '2007-04-10 00:09:21');
INSERT INTO `banners_history` VALUES (80, 7, 295, 0, '2007-04-11 00:04:39');
INSERT INTO `banners_history` VALUES (81, 7, 250, 1, '2007-04-12 00:12:13');
INSERT INTO `banners_history` VALUES (82, 7, 267, 1, '2007-04-13 00:14:08');
INSERT INTO `banners_history` VALUES (83, 7, 134, 0, '2007-04-14 00:17:47');
INSERT INTO `banners_history` VALUES (84, 7, 194, 1, '2007-04-15 00:40:09');
INSERT INTO `banners_history` VALUES (85, 7, 142, 0, '2007-04-16 00:22:42');
INSERT INTO `banners_history` VALUES (86, 7, 478, 4, '2007-04-17 01:00:49');
INSERT INTO `banners_history` VALUES (87, 7, 205, 0, '2007-04-18 01:37:01');
INSERT INTO `banners_history` VALUES (88, 7, 149, 1, '2007-04-19 00:45:53');
INSERT INTO `banners_history` VALUES (89, 7, 344, 2, '2007-04-20 00:46:26');
INSERT INTO `banners_history` VALUES (90, 7, 144, 1, '2007-04-21 00:39:00');
INSERT INTO `banners_history` VALUES (91, 7, 176, 0, '2007-04-22 00:53:43');
INSERT INTO `banners_history` VALUES (92, 7, 174, 1, '2007-04-23 00:00:37');
INSERT INTO `banners_history` VALUES (93, 7, 82, 0, '2007-04-24 03:19:34');
INSERT INTO `banners_history` VALUES (94, 7, 74, 0, '2007-04-25 00:14:58');
INSERT INTO `banners_history` VALUES (95, 7, 147, 2, '2007-04-26 02:54:33');
INSERT INTO `banners_history` VALUES (96, 7, 409, 2, '2007-04-27 00:15:34');
INSERT INTO `banners_history` VALUES (97, 7, 126, 1, '2007-04-28 00:13:34');
INSERT INTO `banners_history` VALUES (98, 7, 1385, 2, '2007-04-29 00:07:54');
INSERT INTO `banners_history` VALUES (99, 7, 311, 0, '2007-04-30 00:28:31');
INSERT INTO `banners_history` VALUES (100, 7, 136, 1, '2007-05-01 00:11:19');
INSERT INTO `banners_history` VALUES (101, 7, 258, 1, '2007-05-02 00:41:31');
INSERT INTO `banners_history` VALUES (102, 7, 73, 1, '2007-05-03 00:08:24');
INSERT INTO `banners_history` VALUES (103, 7, 96, 2, '2007-05-04 00:12:45');
INSERT INTO `banners_history` VALUES (104, 7, 75, 0, '2007-05-05 00:07:10');
INSERT INTO `banners_history` VALUES (105, 7, 39, 0, '2007-05-06 00:07:11');
INSERT INTO `banners_history` VALUES (106, 7, 18, 0, '2007-05-07 06:27:33');
INSERT INTO `banners_history` VALUES (107, 7, 33, 1, '2007-05-08 00:10:35');
INSERT INTO `banners_history` VALUES (108, 7, 19, 0, '2007-05-09 00:44:05');
INSERT INTO `banners_history` VALUES (109, 7, 135, 1, '2007-05-10 00:25:02');
INSERT INTO `banners_history` VALUES (110, 7, 147, 0, '2007-05-11 01:15:19');
INSERT INTO `banners_history` VALUES (111, 7, 44, 0, '2007-05-12 00:10:02');
INSERT INTO `banners_history` VALUES (112, 7, 22, 0, '2007-05-13 02:08:00');
INSERT INTO `banners_history` VALUES (113, 7, 15, 0, '2007-05-14 03:13:17');
INSERT INTO `banners_history` VALUES (114, 7, 14, 0, '2007-05-15 00:52:15');
INSERT INTO `banners_history` VALUES (115, 7, 9, 0, '2007-05-16 01:36:27');
INSERT INTO `banners_history` VALUES (116, 7, 27, 0, '2007-05-17 02:03:14');
INSERT INTO `banners_history` VALUES (117, 7, 36, 1, '2007-05-18 01:07:40');
INSERT INTO `banners_history` VALUES (118, 7, 58, 0, '2007-05-19 00:08:19');
INSERT INTO `banners_history` VALUES (119, 7, 33, 0, '2007-05-20 00:04:38');
INSERT INTO `banners_history` VALUES (120, 7, 30, 0, '2007-05-21 00:20:19');
INSERT INTO `banners_history` VALUES (121, 7, 106, 0, '2007-05-22 00:20:57');
INSERT INTO `banners_history` VALUES (122, 7, 99, 0, '2007-05-23 02:13:33');
INSERT INTO `banners_history` VALUES (123, 7, 69, 1, '2007-05-24 00:39:12');
INSERT INTO `banners_history` VALUES (124, 7, 54, 0, '2007-05-25 00:20:08');
INSERT INTO `banners_history` VALUES (125, 7, 67, 2, '2007-05-26 00:43:33');
INSERT INTO `banners_history` VALUES (126, 7, 75, 0, '2007-05-27 00:20:33');
INSERT INTO `banners_history` VALUES (127, 7, 33, 0, '2007-05-28 00:12:20');
INSERT INTO `banners_history` VALUES (128, 7, 5, 0, '2007-05-30 11:10:49');
-- --------------------------------------------------------
--
-- Table structure for table `categories`
--
CREATE TABLE `categories` (
`categories_id` int(11) NOT NULL auto_increment,
`categories_image` varchar(64) 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,
PRIMARY KEY (`categories_id`),
KEY `idx_categories_parent_id` (`parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=43 ;
--
-- Dumping data for table `categories`
--
INSERT INTO `categories` VALUES (1, NULL, 25, 0, '0000-00-00 00:00:00', '2006-02
-27 20:48:19');
INSERT INTO `categories` VALUES (3, NULL, 25, 0, '0000-00-00 00:00:00', '2006-02
-27 20:49:47');
INSERT INTO `categories` VALUES (4, NULL, 25, 0, '0000-00-00 00:00:00', '2006-02
-27 20:50:44');
INSERT INTO `categories` VALUES (5, NULL, 25, 0, '0000-00-00 00:00:00', '2006-02
-27 20:50:34');
INSERT INTO `categories` VALUES (6, NULL, 25, 0, '0000-00-00 00:00:00', '2006-02
-27 20:49:57');
INSERT INTO `categories` VALUES (7, NULL, 25, 0, '0000-00-00 00:00:00', '2006-02
-27 20:46:59');
INSERT INTO `categories` VALUES (8, NULL, 25, 0, '0000-00-00 00:00:00', '2006-02
-27 20:50:20');
INSERT INTO `categories` VALUES (9, NULL, 25, 0, '0000-00-00 00:00:00', '2006-02
-27 20:48:40');
INSERT INTO `categories` VALUES (10, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:50:08');
INSERT INTO `categories` VALUES (11, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:48:31');
INSERT INTO `categories` VALUES (12, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:48:51');
INSERT INTO `categories` VALUES (13, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:47:46');
INSERT INTO `categories` VALUES (14, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:49:01');
INSERT INTO `categories` VALUES (15, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:47:56');
INSERT INTO `categories` VALUES (16, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:47:37');
INSERT INTO `categories` VALUES (17, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:49:23');
INSERT INTO `categories` VALUES (18, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:47:27');
INSERT INTO `categories` VALUES (19, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:48:05');
INSERT INTO `categories` VALUES (20, NULL, 25, 0, '0000-00-00 00:00:00', '2006-0
2-27 20:49:34');
INSERT INTO `categories` VALUES (23, NULL, 0, 0, '2006-02-27 17:49:54', NULL);
INSERT INTO `categories` VALUES (25, NULL, 0, 0, '2006-02-27 20:46:38', '2006-02
-27 21:23:33');
INSERT INTO `categories` VALUES (29, NULL, 0, 0, '2006-02-27 22:46:58', NULL);
INSERT INTO `categories` VALUES (30, NULL, 0, 0, '2006-03-07 11:18:16', NULL);
INSERT INTO `categories` VALUES (31, NULL, 25, 0, '2007-05-02 08:37:19', '2007-0
5-02 08:37:24');
INSERT INTO `categories` VALUES (32, NULL, 25, 0, '2007-05-02 11:56:28', '2007-0
5-02 11:56:37');
INSERT INTO `categories` VALUES (33, NULL, 25, 0, '2007-05-10 21:13:04', NULL);
INSERT INTO `categories` VALUES (34, NULL, 25, 0, '2007-05-10 21:14:39', NULL);
INSERT INTO `categories` VALUES (35, NULL, 25, 0, '2007-05-10 21:16:30', NULL);
INSERT INTO `categories` VALUES (36, NULL, 25, 0, '2007-05-10 21:19:38', NULL);
INSERT INTO `categories` VALUES (37, NULL, 25, 0, '2007-05-10 21:24:40', NULL);
INSERT INTO `categories` VALUES (38, NULL, 25, 0, '2007-05-10 22:42:22', NULL);
INSERT INTO `categories` VALUES (39, NULL, 25, 0, '2007-05-10 22:55:19', NULL);
INSERT INTO `categories` VALUES (40, NULL, 25, 0, '2007-05-10 22:59:13', NULL);
INSERT INTO `categories` VALUES (41, NULL, 25, 0, '2007-05-10 23:03:45', NULL);
INSERT INTO `categories` VALUES (42, NULL, 25, 0, '2007-05-22 12:09:47', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
PRIMARY KEY (`categories_id`,`language_id`),
KEY `idx_categories_name` (`categories_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `categories_description`
--
INSERT INTO `categories_description` VALUES (1, 1, 'Sex / Adult Interest');
INSERT INTO `categories_description` VALUES (3, 1, 'Health and Beauty');
INSERT INTO `categories_description` VALUES (4, 1, 'Gaming');
INSERT INTO `categories_description` VALUES (5, 1, 'Food and Drink');
INSERT INTO `categories_description` VALUES (6, 1, 'Business');
INSERT INTO `categories_description` VALUES (7, 1, 'Financial');
INSERT INTO `categories_description` VALUES (8, 1, 'Betting and Gambling');
INSERT INTO `categories_description` VALUES (9, 1, 'Making Money');
INSERT INTO `categories_description` VALUES (10, 1, 'Dieting Tips');
INSERT INTO `categories_description` VALUES (11, 1, 'Love and Romance');
INSERT INTO `categories_description` VALUES (12, 1, 'Sport');
INSERT INTO `categories_description` VALUES (13, 1, 'Internet');
INSERT INTO `categories_description` VALUES (14, 1, 'Web Design');
INSERT INTO `categories_description` VALUES (15, 1, 'Magic');
INSERT INTO `categories_description` VALUES (16, 1, 'Jokes');
INSERT INTO `categories_description` VALUES (17, 1, 'Psychic / Paranormal');
INSERT INTO `categories_description` VALUES (18, 1, 'Hypnosis');
INSERT INTO `categories_description` VALUES (19, 1, 'How To Guides');
INSERT INTO `categories_description` VALUES (20, 1, 'Keeping Fit');
INSERT INTO `categories_description` VALUES (23, 1, 'Websites');
INSERT INTO `categories_description` VALUES (25, 1, 'eBooks');
INSERT INTO `categories_description` VALUES (29, 1, 'Website Templates');
INSERT INTO `categories_description` VALUES (30, 1, 'Software');
INSERT INTO `categories_description` VALUES (31, 1, 'Adsense');
INSERT INTO `categories_description` VALUES (32, 1, 'Marketing');
INSERT INTO `categories_description` VALUES (33, 1, 'General Finance');
INSERT INTO `categories_description` VALUES (34, 1, 'RSS');
INSERT INTO `categories_description` VALUES (35, 1, 'EBay');
INSERT INTO `categories_description` VALUES (36, 1, 'Other');
INSERT INTO `categories_description` VALUES (37, 1, 'Forex');
INSERT INTO `categories_description` VALUES (38, 1, 'Get Rich');
INSERT INTO `categories_description` VALUES (39, 1, 'Stories');
INSERT INTO `categories_description` VALUES (40, 1, 'Resell Rights');
INSERT INTO `categories_description` VALUES (41, 1, 'Affiliates');
INSERT INTO `categories_description` VALUES (42, 1, 'Auto-Responders');
-- --------------------------------------------------------
--
-- Table structure for table `configuration`
--
CREATE TABLE `configuration` (
`configuration_id` int(11) NOT NULL auto_increment,
`configuration_title` varchar(64) NOT NULL default '',
`configuration_key` varchar(64) NOT NULL default '',
`configuration_value` varchar(255) NOT NULL default '',
`configuration_description` varchar(255) NOT NULL default '',
`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 '0000-00-00 00:00:00',
`use_function` varchar(255) default NULL,
`set_function` varchar(255) default NULL,
PRIMARY KEY (`configuration_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=226 ;
--
-- Dumping data for table `configuration`
--
INSERT INTO `configuration` VALUES (1, 'Store Title', 'STORE_NAME', 'Your Store
Title', 'The name of your store which is displayed as the name of your store.',
1, 1, '2007-05-28 11:17:21', '2005-01-11 16:56:10', NULL, NULL);
INSERT INTO `configuration` VALUES (2, 'Store Name', 'STORE_OWNER', 'Your Store
Title', 'The name of your store again, that displays on various places on your s
tore.', 1, 2, '2007-05-28 11:17:30', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (3, 'Email Address', 'STORE_OWNER_EMAIL_ADDRE
SS', '[email protected]', 'The main contact email address of your store.', 1,
3, '2007-04-12 05:48:51', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (4, 'Email From', 'EMAIL_FROM', 'kanal0315@gm
ail.com', 'The email address of your store used in (sent) e-mails. Should be the
same as the email address above and My EBOOK Store should be replaced with your
Store name', 1, 4, '2007-04-12 05:48:56', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (5, 'Country', 'STORE_COUNTRY', '222', 'The c
ountry your store is located in.', 1, 40, '2005-01-11 17:06:44', '2005-01-11 16:
56:11', 'tep_get_country_name', 'tep_cfg_pull_down_country_list(');
INSERT INTO `configuration` VALUES (6, 'Zone (Please do not touch this configura
tion)', 'STORE_ZONE', '332', 'Please do not touch this configuration', 999, 1112
, '2005-01-13 16:40:12', '2005-01-11 16:56:11', 'tep_cfg_get_zone_name', 'tep_cf
g_pull_down_zone_list(');
INSERT INTO `configuration` VALUES (7, 'Expected Sort Order', 'EXPECTED_PRODUCTS
_SORT', 'desc', 'This is the sort order used in the expected products box.', 999
, 1111, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''asc'',
''desc''),');
INSERT INTO `configuration` VALUES (8, 'Expected Sort Field', 'EXPECTED_PRODUCTS
_FIELD', 'date_expected', 'The column to sort by in the expected products box.',
999, 9, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''produ
cts_name'', ''date_expected''),');
INSERT INTO `configuration` VALUES (9, 'Switch To Default Language Currency', 'U
SE_DEFAULT_LANGUAGE_CURRENCY', 'false', 'Automatically switch to the languages c
urrency when it is changed', 999, 10, '2005-07-01 15:14:56', '2005-01-11 16:56:1
1', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (10, 'Send Copies of Order Emails To', 'SEND_
EXTRA_ORDER_EMAILS_TO', '[email protected]', 'Send copies of order emails to y
our email addresses. You will then receive a duplicate of the email order receip
t that your customer gets.', 1, 11, '2007-04-12 05:49:01', '2005-01-11 16:56:11'
, NULL, NULL);
INSERT INTO `configuration` VALUES (11, 'Safe URLs (not available)', 'SEARCH_ENG
INE_FRIENDLY_URLS', 'false', 'Please do not touch', 999, 12, NULL, '2005-01-11 1
6:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (12, 'Display Cart After Adding Product', 'DI
SPLAY_CART', 'true', 'Display the shopping cart after adding a product (or retur
n back to their origin)', 999, 14, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_s
elect_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (13, 'Tell A Friend (Not available)', 'ALLOW_
GUEST_TO_TELL_A_FRIEND', 'false', 'This feature is not available. Do not touch t
his.', 999, 15, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(
''true'', ''false''),');
INSERT INTO `configuration` VALUES (14, 'Default Search Operator', 'ADVANCED_SEA
RCH_DEFAULT_OPERATOR', 'and', 'Default search operators', 999, 17, NULL, '2005-0
1-11 16:56:11', NULL, 'tep_cfg_select_option(array(''and'', ''or''),');
INSERT INTO `configuration` VALUES (15, 'Store Address and Phone', 'STORE_NAME_A
DDRESS', 'Store Name\r\nAddress\r\nCountry\r\nPhone', 'This is the Store Name, A
ddress and Phone used on printable invoices.', 9999, 18, NULL, '2005-01-11 16:56
:11', NULL, 'tep_cfg_textarea(');
INSERT INTO `configuration` VALUES (16, 'Show Category Counts', 'SHOW_COUNTS', '
false', 'Count recursively how many products are in each category', 999, 19, '20
05-05-07 07:56:55', '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''
true'', ''false''),');
INSERT INTO `configuration` VALUES (17, 'Tax Decimal Places', 'TAX_DECIMAL_PLACE
S', '0', 'Pad the tax value this amount of decimal places', 999, 20, '2005-05-07
23:14:46', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (18, 'Display Prices with Tax', 'DISPLAY_PRIC
E_WITH_TAX', 'false', 'If you do NOT charge vat or tax, IGNORE this. Display pri
ces with tax included in the shown product price (true) or add the tax at the en
d of the checkout process. (false) This feature will ONLY work for store owners
who charge vat or sales tax.', 1, 45, '2005-05-07 21:27:14', '2005-01-11 16:56:1
1', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (19, 'First Name', 'ENTRY_FIRST_NAME_MIN_LENG
TH', '2', 'Minimum length of first name', 2, 1, NULL, '2005-01-11 16:56:11', NUL
L, NULL);
INSERT INTO `configuration` VALUES (20, 'Last Name', 'ENTRY_LAST_NAME_MIN_LENGTH
', '2', 'Minimum length of last name', 2, 2, NULL, '2005-01-11 16:56:11', NULL,
NULL);
INSERT INTO `configuration` VALUES (21, 'Date of Birth', 'ENTRY_DOB_MIN_LENGTH',
'0', 'Minimum length of date of birth', 2, 3, NULL, '2005-01-11 16:56:11', NULL
, NULL);
INSERT INTO `configuration` VALUES (22, 'E-Mail Address', 'ENTRY_EMAIL_ADDRESS_M
IN_LENGTH', '6', 'Minimum length of e-mail address', 2, 4, NULL, '2005-01-11 16:
56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (23, 'Street Address', 'ENTRY_STREET_ADDRESS_
MIN_LENGTH', '0', 'Minimum length of street address', 2, 5, NULL, '2005-01-11 16
:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (24, 'Company', 'ENTRY_COMPANY_MIN_LENGTH', '
0', 'Minimum length of company name', 2, 6, NULL, '2005-01-11 16:56:11', NULL, N
ULL);
INSERT INTO `configuration` VALUES (25, 'Post Code', 'ENTRY_POSTCODE_MIN_LENGTH'
, '0', 'Minimum length of post code', 2, 7, NULL, '2005-01-11 16:56:11', NULL, N
ULL);
INSERT INTO `configuration` VALUES (26, 'City', 'ENTRY_CITY_MIN_LENGTH', '0', 'M
inimum length of city', 2, 8, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (27, 'County', 'ENTRY_STATE_MIN_LENGTH', '0',
'Minimum length of county', 2, 9, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (28, 'Telephone Number', 'ENTRY_TELEPHONE_MIN
_LENGTH', '0', 'Minimum length of telephone number', 2, 10, NULL, '2005-01-11 16
:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (29, 'Password', 'ENTRY_PASSWORD_MIN_LENGTH',
'3', 'Minimum length of password', 2, 11, NULL, '2005-01-11 16:56:11', NULL, NU
LL);
INSERT INTO `configuration` VALUES (30, 'Credit Card Owner Name', 'CC_OWNER_MIN_
LENGTH', '3', 'Minimum length of credit card owner name', 2, 12, NULL, '2005-01-
11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (31, 'Credit Card Number', 'CC_NUMBER_MIN_LEN
GTH', '10', 'Minimum length of credit card number', 2, 13, NULL, '2005-01-11 16:
56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (32, 'Review Text', 'REVIEW_TEXT_MIN_LENGTH',
'50', 'Minimum length of review text', 2, 14, NULL, '2005-01-11 16:56:11', NULL
, NULL);
INSERT INTO `configuration` VALUES (33, 'Best Sellers', 'MIN_DISPLAY_BESTSELLERS
', '1', 'Minimum number of best sellers to display', 2, 15, NULL, '2005-01-11 16
:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (34, 'Also Purchased', 'MIN_DISPLAY_ALSO_PURC
HASED', '1', 'Minimum number of products to display in the ''This Customer Also
Purchased'' box', 2, 16, '2005-05-08 09:24:40', '2005-01-11 16:56:11', NULL, NUL
L);
INSERT INTO `configuration` VALUES (35, 'Address Book Entries', 'MAX_ADDRESS_BOO
K_ENTRIES', '1', 'Maximum address book entries a customer is allowed to have', 7
77, 1, '2005-09-06 04:49:55', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (36, 'Number of Products to List Per Page', '
MAX_DISPLAY_SEARCH_RESULTS', '20', 'Amount of products to list in categories and
search results per page', 3, 2, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (37, 'Page Links', 'MAX_DISPLAY_PAGE_LINKS',
'5', 'Number of ''number'' links use for page-sets', 9999, 3, NULL, '2005-01-11
16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (38, 'No. of Special Offers per Page', 'MAX_D
ISPLAY_SPECIAL_PRODUCTS', '10', 'Maximum number of special offers to display per
page in the Special Offers section', 3, 4, '2005-06-16 18:41:37', '2005-01-11 1
6:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (39, 'New Products Box', 'MAX_DISPLAY_NEW_PRO
DUCTS', '3', 'Maximum number of new products to display on the front page.', 3,
5, '2007-05-10 21:40:51', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (40, 'Products Expected', 'MAX_DISPLAY_UPCOMI
NG_PRODUCTS', '10', 'Maximum number of products expected to display', 999, 6, NU
LL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (41, 'Manufacturers List', 'MAX_DISPLAY_MANUF
ACTURERS_IN_A_LIST', '0', 'Used in manufacturers box; when the number of manufac
turers exceeds this number, a drop-down list will be displayed instead of the de
fault list', 999, 7, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (42, 'Manufacturers Select Size', 'MAX_MANUFA
CTURERS_LIST', '1', 'Used in manufacturers box; when this value is ''1'' the cla
ssic drop-down list will be used for the manufacturers box. Otherwise, a list-bo
x with the specified number of rows will be displayed.', 999, 7, NULL, '2005-01-
11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (43, 'Length of Manufacturers Name', 'MAX_DIS
PLAY_MANUFACTURER_NAME_LEN', '15', 'Used in manufacturers box; maximum length of
manufacturers name to display', 999, 8, NULL, '2005-01-11 16:56:11', NULL, NULL
);
INSERT INTO `configuration` VALUES (44, 'New Reviews', 'MAX_DISPLAY_NEW_REVIEWS'
, '6', 'Maximum number of new reviews to display', 999, 9, NULL, '2005-01-11 16:
56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (45, 'Selection of Random Reviews', 'MAX_RAND
OM_SELECT_REVIEWS', '', 'How many records to select from to choose one random pr
oduct review', 999, 10, '2005-07-01 17:35:38', '2005-01-11 16:56:11', NULL, NULL
);
INSERT INTO `configuration` VALUES (46, 'Selection of Random New Products', 'MAX
_RANDOM_SELECT_NEW', '10', 'How many records to select from to choose one random
new product to display', 999, 11, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (47, 'Selection of Products on Special', 'MAX
_RANDOM_SELECT_SPECIALS', '9', 'How many records to select from to choose one ra
ndom product special to display', 999, 12, NULL, '2005-01-11 16:56:11', NULL, NU
LL);
INSERT INTO `configuration` VALUES (48, 'Categories To List Per Row', 'MAX_DISPL
AY_CATEGORIES_PER_ROW', '3', 'How many categories to list per row', 9999, 13, NU
LL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (49, 'No. of New Products to List per Page',
'MAX_DISPLAY_PRODUCTS_NEW', '10', 'Maximum number of new products to display per
page in the New Products page', 3, 14, NULL, '2005-01-11 16:56:11', NULL, NULL)
;
INSERT INTO `configuration` VALUES (50, 'Best Sellers', 'MAX_DISPLAY_BESTSELLERS
', '10', 'Maximum number of best sellers to display', 999, 15, NULL, '2005-01-11
16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (51, 'Maximum Associated Products', 'MAX_DISP
LAY_ALSO_PURCHASED', '6', 'Maximum number of products to display in the Associat
ed Products box', 9999, 16, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (52, 'Customer Order History Box', 'MAX_DISPL
AY_PRODUCTS_IN_ORDER_HISTORY_BOX', '6', 'Maximum number of products to display i
n the customer order history box', 999, 17, NULL, '2005-01-11 16:56:11', NULL, N
ULL);
INSERT INTO `configuration` VALUES (53, 'Order History', 'MAX_DISPLAY_ORDER_HIST
ORY', '10', 'Maximum number of orders to display in the order history page', 999
, 18, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (54, 'Thumbnail Product Image Width', 'SMALL_
IMAGE_WIDTH', '80', 'The pixel width of small product images that appear on fron
t page and categories. If your thumbnail images distort, try playing around with
this configuration. (Max. 100px)', 1, 30, '2005-09-05 02:29:30', '2005-01-11 16
:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (55, 'Thumbnail Product Image Height', 'SMALL
_IMAGE_HEIGHT', '100', 'The pixel height of small product images that appear on
front page and categories. If your thumbnail images distort, try playing around
with this configuration. (Max. 100px)', 1, 31, '2005-09-05 02:29:39', '2005-01-1
1 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (56, 'Heading Image Width', 'HEADING_IMAGE_WI
DTH', '57', 'The pixel width of heading images', 4, 3, NULL, '2005-01-11 16:56:1
1', NULL, NULL);
INSERT INTO `configuration` VALUES (57, 'Heading Image Height', 'HEADING_IMAGE_H
EIGHT', '40', 'The pixel height of heading images', 4, 4, NULL, '2005-01-11 16:5
6:11', NULL, NULL);
INSERT INTO `configuration` VALUES (58, 'Subcategory Image Width', 'SUBCATEGORY_
IMAGE_WIDTH', '100', 'The pixel width of subcategory images', 4, 5, NULL, '2005-
01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (59, 'Subcategory Image Height', 'SUBCATEGORY
_IMAGE_HEIGHT', '57', 'The pixel height of subcategory images', 4, 6, NULL, '200
5-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (60, 'Calculate Image Size', 'CONFIG_CALCULAT
E_IMAGE_SIZE', 'true', 'Calculate the size of images?', 4, 7, NULL, '2005-01-11
16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (61, 'Image Required', 'IMAGE_REQUIRED', 'tru
e', 'Enable to display broken images. Good for development.', 4, 8, NULL, '2005-
01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (62, 'Gender', 'ACCOUNT_GENDER', 'true', 'Ask
for gender in the customer sign-up page', 5, 1, NULL, '2005-01-11 16:56:11', NU
LL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (63, 'Date of Birth', 'ACCOUNT_DOB', 'false',
'Ask for date of birth in the customer sign-up page', 5, 2, '2005-05-07 05:13:1
7', '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false'
'),');
INSERT INTO `configuration` VALUES (64, 'Company', 'ACCOUNT_COMPANY', 'false', '
Ask for Company in the customer sign-up page', 5, 3, '2005-06-05 21:08:35', '200
5-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (65, 'Address Line 2', 'ACCOUNT_SUBURB', 'tru
e', 'Do not touch this', 999, 4, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_sel
ect_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (66, 'County', 'ACCOUNT_STATE', 'true', 'Disp
lay county in the customers account', 999, 5, NULL, '2005-01-11 16:56:11', NULL,
'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (67, 'Installed Modules', 'MODULE_PAYMENT_INS
TALLED', 'paypal.php', 'List of payment module filenames separated by a semi-col
on. This is automatically updated. No need to edit. (Example: cc.php;cod.php;pay
pal.php)', 6, 0, '2007-04-07 11:19:59', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (68, 'Installed Modules', 'MODULE_ORDER_TOTAL
_INSTALLED', 'ot_subtotal.php;ot_total.php', 'List of order_total module filenam
es separated by a semi-colon. This is automatically updated. No need to edit. (E
xample: ot_subtotal.php;ot_tax.php;ot_shipping.php;ot_total.php)', 6, 0, '2005-0
9-05 22:30:34', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (69, 'Installed Modules', 'MODULE_SHIPPING_IN
STALLED', '', 'List of shipping module filenames separated by a semi-colon. This
is automatically updated. No need to edit.', 6, 0, '2005-07-01 11:49:22', '2005
-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (73, 'Make Payable to:', 'Make Payable to:',
'My Name', 'Who should payments be made payable to? <font color=#ff0033>NOTE: To
set your payment address, click on Configuration, Store Details, Store Name And
Address.</font>', 6, 1, NULL, '2005-06-30 20:22:22', NULL, NULL);
INSERT INTO `configuration` VALUES (76, 'Default Currency', 'DEFAULT_CURRENCY',
'USD', 'Select your Default Currency. Can be GBP USD EUR AUD or CAD. If you chan
ge currency remember to go to My Catalogue, then Update Currencies to update exc
hange rate', 1, 41, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (77, 'Default Language', 'DEFAULT_LANGUAGE',
'en', 'Default Language', 6, 0, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (78, '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, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (147, 'Handling Fee', 'MODULE_SHIPPING_TABLE_
HANDLING', '0', 'Handling fee for this delivery method. (optional)', 6, 0, NULL,
'2005-06-30 21:05:19', NULL, NULL);
INSERT INTO `configuration` VALUES (148, 'Tax Class', 'MODULE_SHIPPING_TABLE_TAX
_CLASS', '0', 'Select this ONLY if you charge tax.', 6, 0, NULL, '2005-06-30 21:
05:19', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes(');
INSERT INTO `configuration` VALUES (146, 'Table Method', 'MODULE_SHIPPING_TABLE_
MODE', 'price', 'The delivery cost is based on the order total price or the tota
l weight of the items ordered. If you select weight, you will have to add the we
ight to each product you stock. PRICE is the default method.', 6, 0, NULL, '2005
-06-30 21:05:19', NULL, 'tep_cfg_select_option(array(''weight'', ''price''),');
INSERT INTO `configuration` VALUES (145, 'Delivery Rates', 'MODULE_SHIPPING_TABL
E_COST', '', 'Add your table of delivery rates in the example format. Example: 2
5:2.50,50:5.00. This would make it: Up to 25 charge 2.50, from 26 to 50 charge 5
.00.', 6, 0, NULL, '2005-06-30 21:05:19', NULL, NULL);
INSERT INTO `configuration` VALUES (84, 'Display Sub-Total', 'MODULE_ORDER_TOTAL
_SUBTOTAL_STATUS', 'true', 'Do you want to display the order sub-total cost in t
he customers checkout screen? False for no and true for yes.', 6, 1, NULL, '2005
-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (85, 'Sort Order', 'MODULE_ORDER_TOTAL_SUBTOT
AL_SORT_ORDER', '1', 'Sort order of display.', 6, 2, NULL, '2005-01-11 16:56:11'
, NULL, NULL);
INSERT INTO `configuration` VALUES (86, 'Sort Order', 'MODULE_ORDER_TOTAL_TAX_SO
RT_ORDER', '', 'Sort order of display.', 6, 2, NULL, '2005-06-30 20:06:44', NULL
, NULL);
INSERT INTO `configuration` VALUES (87, 'Display Tax', 'MODULE_ORDER_TOTAL_TAX_S
TATUS', 'false', 'Do you want to display the order tax value in the customers ch
eckout screen? False for no and true for yes.', 6, 1, NULL, '2005-06-30 20:06:44
', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (191, 'Sort Order', 'MODULE_ORDER_TOTAL_TOTAL
_SORT_ORDER', '2', 'Sort order of display.', 6, 2, NULL, '2005-09-05 22:30:25',
NULL, NULL);
INSERT INTO `configuration` VALUES (190, 'Display Total', 'MODULE_ORDER_TOTAL_TO
TAL_STATUS', 'true', 'Do you want to display the total order value in the custom
ers checkout screen? False for no and true for yes.', 6, 1, NULL, '2005-09-05 22
:30:25', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (90, 'Country of Origin', 'SHIPPING_ORIGIN_CO
UNTRY', '222', 'Select the country of origin to be used in shipping quotes.', 7,
1, '2005-05-08 09:25:52', '2005-01-11 16:56:11', 'tep_get_country_name', 'tep_c
fg_pull_down_country_list(');
INSERT INTO `configuration` VALUES (91, 'Postal Code', 'SHIPPING_ORIGIN_ZIP', 'N
ONE', 'Enter the Postal Code (ZIP) of the Store to be used in shipping quotes.',
999, 2, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (100, 'Enter the Maximum Package Weight you w
ill ship (kg)', 'SHIPPING_MAX_WEIGHT', '50', 'Carriers have a max weight limit f
or a single package. This is a common one for all.', 7, 3, NULL, '2005-01-11 16:
56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (101, 'Package Tare weight.', 'SHIPPING_BOX_W
EIGHT', '3', 'What is the weight of typical packaging of small to medium package
s?', 7, 4, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (102, 'Larger packages - percentage increase.
', 'SHIPPING_BOX_PADDING', '10', 'For 10% enter 10', 7, 5, NULL, '2005-01-11 16:
56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (103, 'Display Product Image', 'PRODUCT_LIST_
IMAGE', '1', 'Do you want to display the Product Image? Put 0 to hide this from
view. Put a number from 1 upward, depending on the order you want it to display.
i.e. 1 = first column, 2 = second, etc.', 8, 1, NULL, '2005-01-11 16:56:11', NU
LL, NULL);
INSERT INTO `configuration` VALUES (104, 'Display Product Manufaturer Name', 'PR
ODUCT_LIST_MANUFACTURER', '0', 'Do you want to display the Product Manufacturer
Name?', 999, 2, '2005-06-18 17:42:26', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (105, 'Display Product Model', 'PRODUCT_LIST_
MODEL', '0', 'Do you want to display the Product Model? Put 0 to hide this from
view. Put a number from 1 upward, depending on the order you want it to display.
i.e. 1 = first column, 2 = second, etc.', 8, 3, '2005-06-18 17:42:19', '2005-01
-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (106, 'Display Product Name', 'PRODUCT_LIST_N
AME', '2', 'Do you want to display the Product Name? Put 0 to hide this from vie
w. Put a number from 1 upward, depending on the order you want it to display. i.
e. 1 = first column, 2 = second, etc.', 8, 4, NULL, '2005-01-11 16:56:11', NULL,
NULL);
INSERT INTO `configuration` VALUES (107, 'Display Product Price', 'PRODUCT_LIST_
PRICE', '3', 'Do you want to display the Product Price? Put 0 to hide this from
view. Put a number from 1 upward, depending on the order you want it to display.
i.e. 1 = first column, 2 = second, etc.', 8, 5, NULL, '2005-01-11 16:56:11', NU
LL, NULL);
INSERT INTO `configuration` VALUES (108, 'Display Your Stock Count', 'PRODUCT_LI
ST_QUANTITY', '0', 'Do you want to display how many of each product your have in
stock? Put 0 to hide this from view. Put a number from 1 upward, depending on t
he order you want it to display. i.e. 1 = first column, 2 = second, etc.', 8, 8,
'2005-06-18 17:42:05', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (109, 'Display Product Weight', 'PRODUCT_LIST
_WEIGHT', '0', 'Do you want to display the Product Weight?', 8, 7, '2005-06-18 1
7:42:11', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (110, 'Display Buy Now column', 'PRODUCT_LIST
_BUY_NOW', '4', 'Do you want to display the Buy Now column? Put 0 to hide this f
rom view. Put a number from 1 upward, depending on the order you want it to disp
lay. i.e. 1 = first column, 2 = second, etc.', 8, 6, NULL, '2005-01-11 16:56:11'
, NULL, NULL);
INSERT INTO `configuration` VALUES (111, 'Display Category/Manufacturer Filter (
0=disable; 1=enable)', 'PRODUCT_LIST_FILTER', '1', 'Do you want to display the C
ategory/Manufacturer Filter?', 999, 9, '2005-06-30 22:17:05', '2005-01-11 16:56:
11', NULL, NULL);
INSERT INTO `configuration` VALUES (112, 'Location of Prev/Next Navigation Bar (
1-top, 2-bottom, 3-both)', 'PREV_NEXT_BAR_LOCATION', '3', 'Sets the location of
the Prev/Next Navigation Bar (1-top, 2-bottom, 3-both)', 999, 10, '2005-05-08 09
:27:01', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (113, 'Check stock level', 'STOCK_CHECK', 'tr
ue', 'Check to see if sufficent stock is available', 9, 1, NULL, '2005-01-11 16:
56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (114, 'Subtract stock', 'STOCK_LIMITED', 'tru
e', 'Subtract product in stock by product orders', 9, 2, NULL, '2005-01-11 16:56
:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (115, 'Allow Checkout', 'STOCK_ALLOW_CHECKOUT
', 'true', 'Allow customer to checkout even if there is insufficient stock', 9,
3, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''f
alse''),');
INSERT INTO `configuration` VALUES (116, 'Mark product out of stock', 'STOCK_MAR
K_PRODUCT_OUT_OF_STOCK', '***', 'Display something on screen so customer can see
which product has insufficient stock', 9, 4, NULL, '2005-01-11 16:56:11', NULL,
NULL);
INSERT INTO `configuration` VALUES (117, 'Stock Re-order level', 'STOCK_REORDER_
LEVEL', '1', 'Define when stock needs to be re-ordered', 9, 5, '2005-07-01 11:48
:20', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (118, 'Store Page Parse Time', 'STORE_PAGE_PA
RSE_TIME', 'false', 'Store the time it takes to parse a page', 10, 1, NULL, '200
5-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (119, 'Log Destination', 'STORE_PAGE_PARSE_TI
ME_LOG', '/var/log/www/tep/page_parse_time.log', 'Directory and filename of the
page parse time log', 10, 2, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (120, 'Log Date Format', 'STORE_PARSE_DATE_TI
ME_FORMAT', '%d/%m/%Y %H:%M:%S', 'The date format', 10, 3, NULL, '2005-01-11 16:
56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (121, 'Display The Page Parse Time', 'DISPLAY
_PAGE_PARSE_TIME', 'false', 'Display the page parse time (store page parse time
must be enabled)', 10, 4, '2005-06-30 21:37:00', '2005-01-11 16:56:11', NULL, 't
ep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (122, 'Store Database Queries', 'STORE_DB_TRA
NSACTIONS', 'false', 'Store the database queries in the page parse time log (PHP
4 only)', 10, 5, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array
(''true'', ''false''),');
INSERT INTO `configuration` VALUES (123, 'Use Cache', 'USE_CACHE', 'false', 'Use
caching features', 11, 1, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_op
tion(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (124, 'Cache Directory', 'DIR_FS_CACHE', '/tm
p/', 'The directory where the cached files are saved', 11, 2, NULL, '2005-01-11
16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (125, 'E-Mail Transport Method', 'EMAIL_TRANS
PORT', 'sendmail', 'Defines if this server uses a local connection to sendmail o
r uses an SMTP connection via TCP/IP. Servers running on Windows and MacOS shoul
d change this setting to SMTP.', 12, 1, NULL, '2005-01-11 16:56:11', NULL, 'tep_
cfg_select_option(array(''sendmail'', ''smtp''),');
INSERT INTO `configuration` VALUES (126, 'E-Mail Linefeeds', 'EMAIL_LINEFEED', '
LF', 'Defines the character sequence used to separate mail headers.', 12, 2, NUL
L, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''LF'', ''CRLF''),'
);
INSERT INTO `configuration` VALUES (127, 'Use MIME HTML When Sending Emails', 'E
MAIL_USE_HTML', 'true', 'Send e-mails in HTML format', 12, 3, NULL, '2005-01-11
16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (128, 'Verify E-Mail Addresses Through DNS',
'ENTRY_EMAIL_ADDRESS_CHECK', 'false', 'Verify e-mail address through a DNS serve
r', 12, 4, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''tru
e'', ''false''),');
INSERT INTO `configuration` VALUES (129, 'Send E-Mails', 'SEND_EMAILS', 'true',
'Send out e-mails', 12, 5, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_op
tion(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (130, 'Enable download', 'DOWNLOAD_ENABLED',
'true', 'Enable the products download functions.', 13, 1, '2005-06-19 22:14:26',
'2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),
');
INSERT INTO `configuration` VALUES (131, 'Download by redirect', 'DOWNLOAD_BY_RE
DIRECT', 'true', 'Use browser redirection for download. Disable on non-Unix syst
ems.', 13, 2, '2005-09-04 21:28:51', '2005-01-11 16:56:11', NULL, 'tep_cfg_selec
t_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (132, 'Expiry delay (days)', 'DOWNLOAD_MAX_DA
YS', '7', 'Set number of days before the download link expires. 0 means no limit
.', 13, 3, '2005-09-04 21:28:46', '2005-01-11 16:56:11', NULL, '');
INSERT INTO `configuration` VALUES (133, 'Maximum number of downloads', 'DOWNLOA
D_MAX_COUNT', '1', 'Set the maximum number of downloads. 0 means no download aut
horized.', 13, 4, '2005-09-04 23:22:33', '2005-01-11 16:56:11', NULL, '');
INSERT INTO `configuration` VALUES (134, 'Enable GZip Compression', 'GZIP_COMPRE
SSION', 'true', 'Enable HTTP GZip compression.', 14, 1, '2005-06-30 21:18:27', '
2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''true'', ''false''),')
;
INSERT INTO `configuration` VALUES (135, 'Compression Level', 'GZIP_LEVEL', '8',
'Use this compression level 0-9 (0 = minimum, 9 = maximum).', 14, 2, '2005-05-0
7 09:13:06', '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (136, 'Session Directory', 'SESSION_WRITE_DIR
ECTORY', '/tmp', 'If sessions are file based, store them in this directory.', 15
, 1, NULL, '2005-01-11 16:56:11', NULL, NULL);
INSERT INTO `configuration` VALUES (137, 'Force Cookie Use', 'SESSION_FORCE_COOK
IE_USE', 'False', 'Force the use of sessions when cookies are only enabled.', 15
, 2, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''True'', '
'False''),');
INSERT INTO `configuration` VALUES (138, 'Check SSL Session ID', 'SESSION_CHECK_
SSL_SESSION_ID', 'False', 'Validate the SSL_SESSION_ID on every secure HTTPS pag
e request.', 15, 3, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(ar
ray(''True'', ''False''),');
INSERT INTO `configuration` VALUES (139, 'Check User Agent', 'SESSION_CHECK_USER
_AGENT', 'False', 'Validate the clients browser user agent on every page request
.', 15, 4, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''Tru
e'', ''False''),');
INSERT INTO `configuration` VALUES (140, 'Check IP Address', 'SESSION_CHECK_IP_A
DDRESS', 'False', 'Validate the clients IP address on every page request.', 15,
5, NULL, '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array(''True'', ''F
alse''),');
INSERT INTO `configuration` VALUES (141, 'Prevent Spider Sessions', 'SESSION_BLO
CK_SPIDERS', 'True', 'Prevent known spiders from starting a session.', 15, 6, '2
005-06-30 21:37:26', '2005-01-11 16:56:11', NULL, 'tep_cfg_select_option(array('
'True'', ''False''),');
INSERT INTO `configuration` VALUES (142, 'Recreate Session', 'SESSION_RECREATE',
'False', 'Recreate the session to generate a new session ID when the customer l
ogs on or creates an account (PHP >=4.1 needed).', 15, 7, NULL, '2005-01-11 16:5
6:11', NULL, 'tep_cfg_select_option(array(''True'', ''False''),');
INSERT INTO `configuration` VALUES (151, 'Recommended Box', 'THUMB_BOX_PRODUCTS_
DISPLAY', 'true', 'Enable the Recommended Box', 30, 1, '2003-03-09 18:10:10', '2
003-03-09 18:10:10', NULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (152, 'Recommended Box - Number of Rows', 'TH
UMB_BOX_NUM_ROWS', '1', 'Set the number of rows you would like.', 30, 2, '2005-0
9-05 02:01:33', '2003-03-09 18:10:10', NULL, '');
INSERT INTO `configuration` VALUES (153, 'Recommended Box - Number of Columns',
'THUMB_BOX_NUM_COLS', '1', 'Set the number of columns you would like.', 30, 3, '
2005-06-17 22:12:50', '2003-03-09 18:10:10', NULL, '');
INSERT INTO `configuration` VALUES (154, 'Recommended Box - Minimum Price (query
parameter)', 'THUMB_BOX_MIN_PRICE', '0', 'Set to 0 for no minimum price.', 30,
4, '2005-06-16 03:26:24', '2003-03-09 18:10:10', NULL, '');
INSERT INTO `configuration` VALUES (155, 'Recommended Box - Maximum Price (query
parameter)', 'THUMB_BOX_MAX_PRICE', '99999', 'Set the maximum price value of th
umbnailed products.', 30, 5, '2003-03-09 18:10:10', '2003-03-09 18:10:10', NULL,
'');
INSERT INTO `configuration` VALUES (156, 'Recommended Box - Scale Value for Thum
bnails', 'THUMB_BOX_SCALE', '1', 'This is a multiplier which will set the size o
f the picture. It will "scale" the normal small image size.', 30, 6, '2005-06-1
6 03:27:25', '2003-03-09 18:10:10', NULL, '');
INSERT INTO `configuration` VALUES (157, 'Recommended Box - Behavior of Pictures
/Name/Price', 'THUMB_BOX_PICTURES_ONLY', '0', 'Set one of these options: <br>0=d
isplay picture/name/price<br>1=(pic reqd) display picture/name/price<br>2=(pic r
eqd) display picture/price<br>3=(pic reqd) display picture', 30, 7, '2005-06-16
03:27:14', '2003-03-09 18:10:10', NULL, 'tep_cfg_select_option(array(''0'', ''1'
',''2'',''3''),');
INSERT INTO `configuration` VALUES (158, 'Featured Products', 'THUMBADS_PRODUCTS
_DISPLAY', 'true', 'This will enable or disable the use of the Featured Products
Box on the front page.', 30, 8, '2003-03-09 18:10:10', '2003-03-09 18:10:10', N
ULL, 'tep_cfg_select_option(array(''true'', ''false''),');
INSERT INTO `configuration` VALUES (159, 'Featured Products - Number of Rows',
'THUMBADS_NUM_ROWS', '3', 'Set the number of rows you would like.', 30, 9, '2007
-05-10 21:40:58', '2003-03-09 18:10:10', NULL, '');
INSERT INTO `configuration` VALUES (160, 'Featured Products - Number of Columns
', 'THUMBADS_NUM_COLS', '3', 'Set the number of columns you would like.', 30, 10
, '2003-03-09 18:10:10', '2003-03-09 18:10:10', NULL, '');
INSERT INTO `configuration` VALUES (161, 'Featured Products - Minimum Price (qu
ery parameter)', 'THUMBADS_MIN_PRICE', '0', 'Set to 0 for no minimum price.', 30
, 11, '2005-06-04 21:35:02', '2003-03-09 18:10:10', NULL, '');
INSERT INTO `configuration` VALUES (162, 'Featured Products - Maximum Price (qu
ery parameter)', 'THUMBADS_MAX_PRICE', '99999', 'Set the maximum price value of
thumbnailed products.', 30, 12, '2003-03-09 18:10:10', '2003-03-09 18:10:10', NU
LL, '');
INSERT INTO `configuration` VALUES (163, 'Featured Products - Scale Value for T
humbnails', 'THUMBADS_SCALE', '1', 'This is a multiplier which will set the size
of the picture. It will "scale" the normal small image size.', 30, 13, '2003-0
3-09 18:10:10', '2003-03-09 18:10:10', NULL, '');
INSERT INTO `configuration` VALUES (164, 'Featured Products - Behavior of Pictu
res/Name/Price', 'THUMBADS_PICTURES_ONLY', '1', 'Set one of these options: <br>0
=display picture/name/price<br>1=(pic reqd) display picture/name/price<br>2=(pic
reqd) display picture/price<br>3=(pic reqd) display picture', 30, 14, '2003-03-
09 18:10:10', '2003-03-09 18:10:10', NULL, 'tep_cfg_select_option(array(''0'', '
'1'',''2'',''3''),');
INSERT INTO `configuration` VALUES (165, 'Display Product Info', 'PRODUCT_LIST_I
NFO', '3', 'Set to 0 to disable, set to 1-99 to enable.', 8, 11, '2005-07-14 22:
09:36', '2005-07-14 21:20:50', NULL, NULL);
INSERT INTO `configuration` VALUES (166, 'Link Contact Name Minimum Length', 'EN
TRY_LINKS_CONTACT_NAME_MIN_LENGTH', '2', 'Minimum length of link contact name.',
9999, 13, NULL, '2005-07-16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (167, 'Link Description Minimum Length', 'ENT
RY_LINKS_DESCRIPTION_MIN_LENGTH', '10', 'Minimum length of link description.', 9
999, 12, NULL, '2005-07-16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (168, 'Link URL Minimum Length', 'ENTRY_LINKS
_URL_MIN_LENGTH', '10', 'Minimum length of link URL.', 9999, 11, NULL, '2005-07-
16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (169, 'Link Title Minimum Length', 'ENTRY_LIN
KS_TITLE_MIN_LENGTH', '2', 'Minimum length of link title.', 9999, 10, NULL, '200
5-07-16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (170, 'Display Link Click Count', 'LINK_LIST_
COUNT', '0', 'Do you want to display the Link Click Count?', 9999, 9, '2005-07-1
6 20:19:10', '2005-07-16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (171, 'Display Link Description', 'LINK_LIST_
DESCRIPTION', '2', 'Do you want to display the Link Description?', 9999, 8, '200
5-07-16 20:49:18', '2005-07-16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (172, 'Links Check URL', 'LINKS_CHECK_PHRASE'
, 'Change this to your domainname', 'Enter your domain name here. The link check
system will check to see if websites that exchange links with you are displayin
g your website.', 31, 14, '2006-03-16 19:37:59', '2005-07-16 20:05:51', NULL, NU
LL);
INSERT INTO `configuration` VALUES (173, 'Maximum Links to Display', 'MAX_LINKS_
DISPLAY', '20', 'How many links should be displayed per page?', 31, 15, NULL, '2
005-07-16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (174, 'Display Link Title', 'LINK_LIST_TITLE'
, '1', 'Do you want to display the Link Title?', 9999, 7, '2005-07-16 20:49:11',
'2005-07-16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (175, 'Display Link Image', 'LINK_LIST_IMAGE'
, '0', 'Do you want to display the Link Image?', 9999, 5, '2005-07-16 20:18:44',
'2005-07-16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (176, 'Display Link URL', 'LINK_LIST_URL', '0
', 'Do you want to display the Link URL?', 9999, 6, '2005-07-16 20:49:02', '2005
-07-16 20:05:51', NULL, NULL);
INSERT INTO `configuration` VALUES (177, 'Links Image Height', 'LINKS_IMAGE_HEIG
HT', '60', 'Maximum height of the links image.', 9999, 4, NULL, '2005-07-16 20:0
5:51', NULL, NULL);
INSERT INTO `configuration` VALUES (178, 'Links Image Width', 'LINKS_IMAGE_WIDTH
', '120', 'Maximum width of the links image.', 9999, 3, NULL, '2005-07-16 20:05:
51', NULL, NULL);
INSERT INTO `configuration` VALUES (179, 'Click Count', 'ENABLE_LINKS_COUNT', 'F
alse', 'Enable links click count.', 9999, 0, '2005-08-31 22:35:52', '2005-07-16
20:05:51', NULL, 'tep_cfg_select_option(array(''True'', ''False''),');
INSERT INTO `configuration` VALUES (180, 'Spider Friendly Links', 'ENABLE_SPIDER
_FRIENDLY_LINKS', 'True', 'Enable spider friendly links (recommended).', 9999, 2
, NULL, '2005-07-16 20:05:51', NULL, 'tep_cfg_select_option(array(''True'', ''Fa
lse''),');
INSERT INTO `configuration` VALUES (149, 'Delivery Zone', 'MODULE_SHIPPING_TABLE
_ZONE', '0', 'ONLY select this if you will only deliver to the EU.', 6, 0, NULL,
'2005-06-30 21:05:19', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_clas
ses(');
INSERT INTO `configuration` VALUES (150, 'Sort Order', 'MODULE_SHIPPING_TABLE_SO
RT_ORDER', '1', 'Sort the order in which you want these delivery methods to appe
ar in your store. i.e. 1, 2, 3, etc', 6, 0, NULL, '2005-06-30 21:05:19', NULL, N
ULL);
INSERT INTO `configuration` VALUES (193, 'Store Descripton', 'META_DESCRIPTION',
'Find Great Items at Great Prices', 'A brief description of your store that wil
l be indexed by search engines. 100 characters max including spaces.', 32, 1, '2
007-05-28 11:17:54', '0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (194, 'Meta Tag Keywords', 'META_KEYWORDS', '
ebook, software, discount, cheap, great', 'Keywords and phrases, separated by co
mmas, to do with your store, that will be indexed by search engines. 255 charact
ers max including spaces.', 32, 2, '2007-05-28 11:18:14', '0000-00-00 00:00:00',
NULL, NULL);
INSERT INTO `configuration` VALUES (195, 'Featured eBooks', 'FEATURED', 'Feature
d Products', 'Change the text displayed in your store.', 33, 1, '2006-03-09 19:3
9:39', '0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (196, 'New eBooks', 'NEW_PRODUCTS', 'New Prod
ucts', 'Change the text displayed in your store.', 33, 2, '2006-02-27 20:28:26',
'0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (197, 'More eBooks', 'MORE_PRODUCTS', 'Quick
Links', 'Change the text displayed in your store.', 33, 3, '2006-02-27 23:41:15'
, '0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (198, 'Bargains', 'OFFERS', 'Bargains', 'Chan
ge the text displayed in your store.', 33, 4, '0000-00-00 00:00:00', '0000-00-00
00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (199, 'All eBooks', 'ALL', 'All Products', 'C
hange the text displayed in your store.', 33, 5, '2006-02-27 23:41:43', '0000-00
-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (200, 'How To Buy', 'HOWTOBUY', 'How To Buy',
'Change the text displayed in your store.', 33, 6, '0000-00-00 00:00:00', '0000
-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (201, 'Shopping Basket', 'BASKET', 'Shopping
Basket', 'Change the text displayed in your store.', 33, 7, '0000-00-00 00:00:00
', '0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (202, 'There are no products in your basket',
'EMPTY_TEXT', 'There are no products in your basket', 'Change the text displaye
d in your store.', 33, 8, '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, NU
LL);
INSERT INTO `configuration` VALUES (203, 'Choose Currency', 'CHOOSE_CURRENCY', '
Choose Currency', 'Change the text displayed in your store.', 33, 9, '0000-00-00
00:00:00', '0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (204, 'View Basket', 'VIEW_BASKET', 'View Bas
ket', 'Change the text displayed in your store.', 33, 10, '0000-00-00 00:00:00',
'0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (205, 'Recommended', 'RECOMMENDED', 'Recommen
ded', 'Change the text displayed in your store.', 33, 11, '0000-00-00 00:00:00',
'0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (206, 'details', 'INFO', 'details', 'Change t
he text displayed in your store.', 33, 12, '0000-00-00 00:00:00', '0000-00-00 00
:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (207, 'buy now', 'BUYNOW', 'buy now', 'Change
the text displayed in your store.', 33, 13, '0000-00-00 00:00:00', '0000-00-00
00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (208, 'Product Description', 'ITEM_DESCRIPTIO
N', 'Product Description', 'Change the text displayed in your store.', 33, 14, '
0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (209, 'Customers who bought this product also
purchased', 'TEXT_ALSO', 'Customers who bought this product also purchased', 'C
hange the text displayed in your store.', 33, 15, '0000-00-00 00:00:00', '0000-0
0-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (210, 'Change Text of the Customer Registrati
on Email', 'TEXT_CUSTOMER_REGISTRATION', 'Your account has been created. You can
now log in and purchase goods from our store.', 'Change Text of the Customer Re
gistration Email that the users receive when they register at your store. TEXT O
NLY!', 33, 16, '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (211, 'Store Slogan', 'STORE_SLOGAN', 'Find G
reat Items at Huge Discounts', 'Enter your BRIEF store slogan here. This will di
slay under your store title, in the title bar of the users browser and on variou
s other places.', 1, 34, '2007-04-01 13:10:55', '0000-00-00 00:00:00', NULL, NUL
L);
INSERT INTO `configuration` VALUES (212, 'Google Adsense ID', 'ADSENSE', 'pub-34
89589678367429', 'Enter your Google Adsense ID so that you can earn revenue with
their Adsense Programme.', 34, 1, '2007-04-01 13:15:56', '0000-00-00 00:00:00',
NULL, NULL);
INSERT INTO `configuration` VALUES (213, 'Adsense Box Header Title', 'ADVERTS',
'', 'Change the title text of the adsense box.', 34, 2, '2007-05-02 10:17:07', '
0000-00-00 00:00:00', NULL, NULL);
INSERT INTO `configuration` VALUES (214, 'Enable PayPal Module', 'MODULE_PAYMENT
_PAYPAL_STATUS', 'True', 'Do you want to accept PayPal payments?', 6, 3, NULL, '
2007-04-02 11:25:21', NULL, 'tep_cfg_select_option(array(''True'', ''False''),')
;
INSERT INTO `configuration` VALUES (215, 'Email Address', 'MODULE_PAYMENT_PAYPAL
_ID', '[email protected]', 'The email address you use for the PayPal service'
, 6, 4, NULL, '2007-04-02 11:25:21', NULL, NULL);
INSERT INTO `configuration` VALUES (216, 'Transaction Currency', 'MODULE_PAYMENT
_PAYPAL_CURRENCY', 'Only USD', 'The currency to use for transactions. Choose Sel
ected Currency if your store is set up for multiple currencies.', 6, 6, NULL, '2
007-04-02 11:25:21', NULL, 'tep_cfg_select_option(array(''Selected Currency'',''
Only GBP'',''Only CAD'',''Only EUR'',''Only USD'',''Only AUD''),');
INSERT INTO `configuration` VALUES (217, 'Sort order of display.', 'MODULE_PAYME
NT_PAYPAL_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.',
6, 0, NULL, '2007-04-02 11:25:21', NULL, NULL);
INSERT INTO `configuration` VALUES (218, 'Payment Zone', 'MODULE_PAYMENT_PAYPAL_
ZONE', '0', 'Only select this if you only want customers from a certain country
to use this payment method. Otherwise leave.', 6, 2, NULL, '2007-04-02 11:25:21'
, 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes(');
INSERT INTO `configuration` VALUES (219, 'Set Order Status', 'MODULE_PAYMENT_PAY
PAL_ORDER_STATUS_ID', '0', 'Leave as default.', 6, 0, NULL, '2007-04-02 11:25:21
', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses(');
-- --------------------------------------------------------
--
-- Table structure for table `configuration_group`
--
CREATE TABLE `configuration_group` (
`configuration_group_id` int(11) NOT NULL auto_increment,
`configuration_group_title` varchar(64) NOT NULL default '',
`configuration_group_description` varchar(255) NOT NULL default '',
`sort_order` int(5) default NULL,
`visible` int(1) default '1',
PRIMARY KEY (`configuration_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=35 ;
--
-- Dumping data for table `configuration_group`
--
INSERT INTO `configuration_group` VALUES (1, 'Store Details', 'General informati
on about your store', 1, 1);
INSERT INTO `configuration_group` VALUES (2, 'Minimum Values', 'The minimum valu
es for functions / data', 4, 0);
INSERT INTO `configuration_group` VALUES (3, 'Maximum Options', 'The maximum val
ues for store functions', 3, 1);
INSERT INTO `configuration_group` VALUES (4, 'Image Sizes', 'Sets the width and
height of thumbnailed product images.', 2, 0);
INSERT INTO `configuration_group` VALUES (5, 'Customer Options', 'Customer accou
nt configuration', 5, 0);
INSERT INTO `configuration_group` VALUES (6, 'Module Options', 'Hidden from conf
iguration', 6, 0);
INSERT INTO `configuration_group` VALUES (7, 'Weight/Tare', 'Shipping weight opt
ions available at the store', 30, 0);
INSERT INTO `configuration_group` VALUES (8, 'Product Listing', 'Product Listing
configuration options', 8, 0);
INSERT INTO `configuration_group` VALUES (9, 'Stock', 'Stock configuration optio
ns', 9, 0);
INSERT INTO `configuration_group` VALUES (10, 'Logging', 'Logging configuration
options', 10, 0);
INSERT INTO `configuration_group` VALUES (11, 'Cache', 'Caching configuration op
tions', 11, 0);
INSERT INTO `configuration_group` VALUES (12, 'Email Options', 'General settings
for Email transport', 12, 0);
INSERT INTO `configuration_group` VALUES (13, 'Download Options', 'Downloadable
products options', 13, 0);
INSERT INTO `configuration_group` VALUES (14, 'GZip Compression', 'GZip compress
ion options', 14, 0);
INSERT INTO `configuration_group` VALUES (15, 'Sessions', 'Session options', 15,
0);
INSERT INTO `configuration_group` VALUES (30, 'Random Items', 'This has settings
related to Featured Products and Recommended', 7, 1);
INSERT INTO `configuration_group` VALUES (31, 'Links Configuration', 'Links Mana
ger configuration options', 99, 1);
INSERT INTO `configuration_group` VALUES (32, 'Meta Tags', 'Meta Tags configurat
ion options', 100, 1);
INSERT INTO `configuration_group` VALUES (33, 'Change Store Text', 'Store text c
onfiguration options', 101, 1);
INSERT INTO `configuration_group` VALUES (34, 'Google Adsense', 'Adsense configu
ration', 102, 1);
-- --------------------------------------------------------
--
-- Table structure for table `counter`
--
CREATE TABLE `counter` (
`startdate` char(8) default NULL,
`counter` int(12) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `counter`
--
INSERT INTO `counter` VALUES ('20060221', 13678);
-- --------------------------------------------------------
--
-- Table structure for table `counter_history`
--
CREATE TABLE `counter_history` (
`month` char(8) default NULL,
`counter` int(12) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `counter_history`
--
-- --------------------------------------------------------
--
-- Table structure for table `countries`
--
CREATE TABLE `countries` (
`countries_id` int(11) NOT NULL auto_increment,
`countries_name` varchar(64) NOT NULL default '',
`countries_iso_code_2` char(2) NOT NULL default '',
`countries_iso_code_3` char(3) NOT NULL default '',
`address_format_id` int(11) NOT NULL default '0',
PRIMARY KEY (`countries_id`),
KEY `IDX_COUNTRIES_NAME` (`countries_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=240 ;
--
-- Dumping data for table `countries`
--
INSERT INTO `countries` VALUES (1, 'Afghanistan', 'AF', 'AFG', 1);
INSERT INTO `countries` VALUES (2, 'Albania', 'AL', 'ALB', 1);
INSERT INTO `countries` VALUES (3, 'Algeria', 'DZ', 'DZA', 1);
INSERT INTO `countries` VALUES (4, 'American Samoa', 'AS', 'ASM', 1);
INSERT INTO `countries` VALUES (5, 'Andorra', 'AD', 'AND', 1);
INSERT INTO `countries` VALUES (6, 'Angola', 'AO', 'AGO', 1);
INSERT INTO `countries` VALUES (7, 'Anguilla', 'AI', 'AIA', 1);
INSERT INTO `countries` VALUES (8, 'Antarctica', 'AQ', 'ATA', 1);
INSERT INTO `countries` VALUES (9, 'Antigua and Barbuda', 'AG', 'ATG', 1);
INSERT INTO `countries` VALUES (10, 'Argentina', 'AR', 'ARG', 1);
INSERT INTO `countries` VALUES (11, 'Armenia', 'AM', 'ARM', 1);
INSERT INTO `countries` VALUES (12, 'Aruba', 'AW', 'ABW', 1);
INSERT INTO `countries` VALUES (13, 'Australia', 'AU', 'AUS', 1);
INSERT INTO `countries` VALUES (14, 'Austria', 'AT', 'AUT', 5);
INSERT INTO `countries` VALUES (15, 'Azerbaijan', 'AZ', 'AZE', 1);
INSERT INTO `countries` VALUES (16, 'Bahamas', 'BS', 'BHS', 1);
INSERT INTO `countries` VALUES (17, 'Bahrain', 'BH', 'BHR', 1);
INSERT INTO `countries` VALUES (18, 'Bangladesh', 'BD', 'BGD', 1);
INSERT INTO `countries` VALUES (19, 'Barbados', 'BB', 'BRB', 1);
INSERT INTO `countries` VALUES (20, 'Belarus', 'BY', 'BLR', 1);
INSERT INTO `countries` VALUES (21, 'Belgium', 'BE', 'BEL', 1);
INSERT INTO `countries` VALUES (22, 'Belize', 'BZ', 'BLZ', 1);
INSERT INTO `countries` VALUES (23, 'Benin', 'BJ', 'BEN', 1);
INSERT INTO `countries` VALUES (24, 'Bermuda', 'BM', 'BMU', 1);
INSERT INTO `countries` VALUES (25, 'Bhutan', 'BT', 'BTN', 1);
INSERT INTO `countries` VALUES (26, 'Bolivia', 'BO', 'BOL', 1);
INSERT INTO `countries` VALUES (27, 'Bosnia and Herzegowina', 'BA', 'BIH', 1);
INSERT INTO `countries` VALUES (28, 'Botswana', 'BW', 'BWA', 1);
INSERT INTO `countries` VALUES (29, 'Bouvet Island', 'BV', 'BVT', 1);
INSERT INTO `countries` VALUES (30, 'Brazil', 'BR', 'BRA', 1);
INSERT INTO `countries` VALUES (31, 'British Indian Ocean Territory', 'IO', 'IOT
', 1);
INSERT INTO `countries` VALUES (32, 'Brunei Darussalam', 'BN', 'BRN', 1);
INSERT INTO `countries` VALUES (33, 'Bulgaria', 'BG', 'BGR', 1);
INSERT INTO `countries` VALUES (34, 'Burkina Faso', 'BF', 'BFA', 1);
INSERT INTO `countries` VALUES (35, 'Burundi', 'BI', 'BDI', 1);
INSERT INTO `countries` VALUES (36, 'Cambodia', 'KH', 'KHM', 1);
INSERT INTO `countries` VALUES (37, 'Cameroon', 'CM', 'CMR', 1);
INSERT INTO `countries` VALUES (38, 'Canada', 'CA', 'CAN', 1);
INSERT INTO `countries` VALUES (39, 'Cape Verde', 'CV', 'CPV', 1);
INSERT INTO `countries` VALUES (40, 'Cayman Islands', 'KY', 'CYM', 1);
INSERT INTO `countries` VALUES (41, 'Central African Republic', 'CF', 'CAF', 1);
INSERT INTO `countries` VALUES (42, 'Chad', 'TD', 'TCD', 1);
INSERT INTO `countries` VALUES (43, 'Chile', 'CL', 'CHL', 1);
INSERT INTO `countries` VALUES (44, 'China', 'CN', 'CHN', 1);
INSERT INTO `countries` VALUES (45, 'Christmas Island', 'CX', 'CXR', 1);
INSERT INTO `countries` VALUES (46, 'Cocos (Keeling) Islands', 'CC', 'CCK', 1);
INSERT INTO `countries` VALUES (47, 'Colombia', 'CO', 'COL', 1);
INSERT INTO `countries` VALUES (48, 'Comoros', 'KM', 'COM', 1);
INSERT INTO `countries` VALUES (49, 'Congo', 'CG', 'COG', 1);
INSERT INTO `countries` VALUES (50, 'Cook Islands', 'CK', 'COK', 1);
INSERT INTO `countries` VALUES (51, 'Costa Rica', 'CR', 'CRI', 1);
INSERT INTO `countries` VALUES (52, 'Cote D''Ivoire', 'CI', 'CIV', 1);
INSERT INTO `countries` VALUES (53, 'Croatia', 'HR', 'HRV', 1);
INSERT INTO `countries` VALUES (54, 'Cuba', 'CU', 'CUB', 1);
INSERT INTO `countries` VALUES (55, 'Cyprus', 'CY', 'CYP', 1);
INSERT INTO `countries` VALUES (56, 'Czech Republic', 'CZ', 'CZE', 1);
INSERT INTO `countries` VALUES (57, 'Denmark', 'DK', 'DNK', 1);
INSERT INTO `countries` VALUES (58, 'Djibouti', 'DJ', 'DJI', 1);
INSERT INTO `countries` VALUES (59, 'Dominica', 'DM', 'DMA', 1);
INSERT INTO `countries` VALUES (60, 'Dominican Republic', 'DO', 'DOM', 1);
INSERT INTO `countries` VALUES (61, 'East Timor', 'TP', 'TMP', 1);
INSERT INTO `countries` VALUES (62, 'Ecuador', 'EC', 'ECU', 1);
INSERT INTO `countries` VALUES (63, 'Egypt', 'EG', 'EGY', 1);
INSERT INTO `countries` VALUES (64, 'El Salvador', 'SV', 'SLV', 1);
INSERT INTO `countries` VALUES (65, 'Equatorial Guinea', 'GQ', 'GNQ', 1);
INSERT INTO `countries` VALUES (66, 'Eritrea', 'ER', 'ERI', 1);
INSERT INTO `countries` VALUES (67, 'Estonia', 'EE', 'EST', 1);
INSERT INTO `countries` VALUES (68, 'Ethiopia', 'ET', 'ETH', 1);
INSERT INTO `countries` VALUES (69, 'Falkland Islands (Malvinas)', 'FK', 'FLK',
1);
INSERT INTO `countries` VALUES (70, 'Faroe Islands', 'FO', 'FRO', 1);
INSERT INTO `countries` VALUES (71, 'Fiji', 'FJ', 'FJI', 1);
INSERT INTO `countries` VALUES (72, 'Finland', 'FI', 'FIN', 1);
INSERT INTO `countries` VALUES (73, 'France', 'FR', 'FRA', 1);
INSERT INTO `countries` VALUES (74, 'France, Metropolitan', 'FX', 'FXX', 1);
INSERT INTO `countries` VALUES (75, 'French Guiana', 'GF', 'GUF', 1);
INSERT INTO `countries` VALUES (76, 'French Polynesia', 'PF', 'PYF', 1);
INSERT INTO `countries` VALUES (77, 'French Southern Territories', 'TF', 'ATF',
1);
INSERT INTO `countries` VALUES (78, 'Gabon', 'GA', 'GAB', 1);
INSERT INTO `countries` VALUES (79, 'Gambia', 'GM', 'GMB', 1);
INSERT INTO `countries` VALUES (80, 'Georgia', 'GE', 'GEO', 1);
INSERT INTO `countries` VALUES (81, 'Germany', 'DE', 'DEU', 5);
INSERT INTO `countries` VALUES (82, 'Ghana', 'GH', 'GHA', 1);
INSERT INTO `countries` VALUES (83, 'Gibraltar', 'GI', 'GIB', 1);
INSERT INTO `countries` VALUES (84, 'Greece', 'GR', 'GRC', 1);
INSERT INTO `countries` VALUES (85, 'Greenland', 'GL', 'GRL', 1);
INSERT INTO `countries` VALUES (86, 'Grenada', 'GD', 'GRD', 1);
INSERT INTO `countries` VALUES (87, 'Guadeloupe', 'GP', 'GLP', 1);
INSERT INTO `countries` VALUES (88, 'Guam', 'GU', 'GUM', 1);
INSERT INTO `countries` VALUES (89, 'Guatemala', 'GT', 'GTM', 1);
INSERT INTO `countries` VALUES (90, 'Guinea', 'GN', 'GIN', 1);
INSERT INTO `countries` VALUES (91, 'Guinea-bissau', 'GW', 'GNB', 1);
INSERT INTO `countries` VALUES (92, 'Guyana', 'GY', 'GUY', 1);
INSERT INTO `countries` VALUES (93, 'Haiti', 'HT', 'HTI', 1);
INSERT INTO `countries` VALUES (94, 'Heard and Mc Donald Islands', 'HM', 'HMD',
1);
INSERT INTO `countries` VALUES (95, 'Honduras', 'HN', 'HND', 1);
INSERT INTO `countries` VALUES (96, 'Hong Kong', 'HK', 'HKG', 1);
INSERT INTO `countries` VALUES (97, 'Hungary', 'HU', 'HUN', 1);
INSERT INTO `countries` VALUES (98, 'Iceland', 'IS', 'ISL', 1);
INSERT INTO `countries` VALUES (99, 'India', 'IN', 'IND', 1);
INSERT INTO `countries` VALUES (100, 'Indonesia', 'ID', 'IDN', 1);
INSERT INTO `countries` VALUES (101, 'Iran (Islamic Republic of)', 'IR', 'IRN',
1);
INSERT INTO `countries` VALUES (102, 'Iraq', 'IQ', 'IRQ', 1);
INSERT INTO `countries` VALUES (103, 'Ireland', 'IE', 'IRL', 1);
INSERT INTO `countries` VALUES (104, 'Israel', 'IL', 'ISR', 1);
INSERT INTO `countries` VALUES (105, 'Italy', 'IT', 'ITA', 1);
INSERT INTO `countries` VALUES (106, 'Jamaica', 'JM', 'JAM', 1);
INSERT INTO `countries` VALUES (107, 'Japan', 'JP', 'JPN', 1);
INSERT INTO `countries` VALUES (108, 'Jordan', 'JO', 'JOR', 1);
INSERT INTO `countries` VALUES (109, 'Kazakhstan', 'KZ', 'KAZ', 1);
INSERT INTO `countries` VALUES (110, 'Kenya', 'KE', 'KEN', 1);
INSERT INTO `countries` VALUES (111, 'Kiribati', 'KI', 'KIR', 1);
INSERT INTO `countries` VALUES (112, 'Korea, Democratic People''s Republic of',
'KP', 'PRK', 1);
INSERT INTO `countries` VALUES (113, 'Korea, Republic of', 'KR', 'KOR', 1);
INSERT INTO `countries` VALUES (114, 'Kuwait', 'KW', 'KWT', 1);
INSERT INTO `countries` VALUES (115, 'Kyrgyzstan', 'KG', 'KGZ', 1);
INSERT INTO `countries` VALUES (116, 'Lao People''s Democratic Republic', 'LA',
'LAO', 1);
INSERT INTO `countries` VALUES (117, 'Latvia', 'LV', 'LVA', 1);
INSERT INTO `countries` VALUES (118, 'Lebanon', 'LB', 'LBN', 1);
INSERT INTO `countries` VALUES (119, 'Lesotho', 'LS', 'LSO', 1);
INSERT INTO `countries` VALUES (120, 'Liberia', 'LR', 'LBR', 1);
INSERT INTO `countries` VALUES (121, 'Libyan Arab Jamahiriya', 'LY', 'LBY', 1);
INSERT INTO `countries` VALUES (122, 'Liechtenstein', 'LI', 'LIE', 1);
INSERT INTO `countries` VALUES (123, 'Lithuania', 'LT', 'LTU', 1);
INSERT INTO `countries` VALUES (124, 'Luxembourg', 'LU', 'LUX', 1);
INSERT INTO `countries` VALUES (125, 'Macau', 'MO', 'MAC', 1);
INSERT INTO `countries` VALUES (126, 'Macedonia, The Former Yugoslav Republic of
', 'MK', 'MKD', 1);
INSERT INTO `countries` VALUES (127, 'Madagascar', 'MG', 'MDG', 1);
INSERT INTO `countries` VALUES (128, 'Malawi', 'MW', 'MWI', 1);
INSERT INTO `countries` VALUES (129, 'Malaysia', 'MY', 'MYS', 1);
INSERT INTO `countries` VALUES (130, 'Maldives', 'MV', 'MDV', 1);
INSERT INTO `countries` VALUES (131, 'Mali', 'ML', 'MLI', 1);
INSERT INTO `countries` VALUES (132, 'Malta', 'MT', 'MLT', 1);
INSERT INTO `countries` VALUES (133, 'Marshall Islands', 'MH', 'MHL', 1);
INSERT INTO `countries` VALUES (134, 'Martinique', 'MQ', 'MTQ', 1);
INSERT INTO `countries` VALUES (135, 'Mauritania', 'MR', 'MRT', 1);
INSERT INTO `countries` VALUES (136, 'Mauritius', 'MU', 'MUS', 1);
INSERT INTO `countries` VALUES (137, 'Mayotte', 'YT', 'MYT', 1);
INSERT INTO `countries` VALUES (138, 'Mexico', 'MX', 'MEX', 1);
INSERT INTO `countries` VALUES (139, 'Micronesia, Federated States of', 'FM', 'F
SM', 1);
INSERT INTO `countries` VALUES (140, 'Moldova, Republic of', 'MD', 'MDA', 1);
INSERT INTO `countries` VALUES (141, 'Monaco', 'MC', 'MCO', 1);
INSERT INTO `countries` VALUES (142, 'Mongolia', 'MN', 'MNG', 1);
INSERT INTO `countries` VALUES (143, 'Montserrat', 'MS', 'MSR', 1);
INSERT INTO `countries` VALUES (144, 'Morocco', 'MA', 'MAR', 1);
INSERT INTO `countries` VALUES (145, 'Mozambique', 'MZ', 'MOZ', 1);
INSERT INTO `countries` VALUES (146, 'Myanmar', 'MM', 'MMR', 1);
INSERT INTO `countries` VALUES (147, 'Namibia', 'NA', 'NAM', 1);
INSERT INTO `countries` VALUES (148, 'Nauru', 'NR', 'NRU', 1);
INSERT INTO `countries` VALUES (149, 'Nepal', 'NP', 'NPL', 1);
INSERT INTO `countries` VALUES (150, 'Netherlands', 'NL', 'NLD', 1);
INSERT INTO `countries` VALUES (151, 'Netherlands Antilles', 'AN', 'ANT', 1);
INSERT INTO `countries` VALUES (152, 'New Caledonia', 'NC', 'NCL', 1);
INSERT INTO `countries` VALUES (153, 'New Zealand', 'NZ', 'NZL', 1);
INSERT INTO `countries` VALUES (154, 'Nicaragua', 'NI', 'NIC', 1);
INSERT INTO `countries` VALUES (155, 'Niger', 'NE', 'NER', 1);
INSERT INTO `countries` VALUES (156, 'Nigeria', 'NG', 'NGA', 1);
INSERT INTO `countries` VALUES (157, 'Niue', 'NU', 'NIU', 1);
INSERT INTO `countries` VALUES (158, 'Norfolk Island', 'NF', 'NFK', 1);
INSERT INTO `countries` VALUES (159, 'Northern Mariana Islands', 'MP', 'MNP', 1)
;
INSERT INTO `countries` VALUES (160, 'Norway', 'NO', 'NOR', 1);
INSERT INTO `countries` VALUES (161, 'Oman', 'OM', 'OMN', 1);
INSERT INTO `countries` VALUES (162, 'Pakistan', 'PK', 'PAK', 1);
INSERT INTO `countries` VALUES (163, 'Palau', 'PW', 'PLW', 1);
INSERT INTO `countries` VALUES (164, 'Panama', 'PA', 'PAN', 1);
INSERT INTO `countries` VALUES (165, 'Papua New Guinea', 'PG', 'PNG', 1);
INSERT INTO `countries` VALUES (166, 'Paraguay', 'PY', 'PRY', 1);
INSERT INTO `countries` VALUES (167, 'Peru', 'PE', 'PER', 1);
INSERT INTO `countries` VALUES (168, 'Philippines', 'PH', 'PHL', 1);
INSERT INTO `countries` VALUES (169, 'Pitcairn', 'PN', 'PCN', 1);
INSERT INTO `countries` VALUES (170, 'Poland', 'PL', 'POL', 1);
INSERT INTO `countries` VALUES (171, 'Portugal', 'PT', 'PRT', 1);
INSERT INTO `countries` VALUES (172, 'Puerto Rico', 'PR', 'PRI', 1);
INSERT INTO `countries` VALUES (173, 'Qatar', 'QA', 'QAT', 1);
INSERT INTO `countries` VALUES (174, 'Reunion', 'RE', 'REU', 1);
INSERT INTO `countries` VALUES (175, 'Romania', 'RO', 'ROM', 1);
INSERT INTO `countries` VALUES (176, 'Russian Federation', 'RU', 'RUS', 1);
INSERT INTO `countries` VALUES (177, 'Rwanda', 'RW', 'RWA', 1);
INSERT INTO `countries` VALUES (178, 'Saint Kitts and Nevis', 'KN', 'KNA', 1);
INSERT INTO `countries` VALUES (179, 'Saint Lucia', 'LC', 'LCA', 1);
INSERT INTO `countries` VALUES (180, 'Saint Vincent and the Grenadines', 'VC', '
VCT', 1);
INSERT INTO `countries` VALUES (181, 'Samoa', 'WS', 'WSM', 1);
INSERT INTO `countries` VALUES (182, 'San Marino', 'SM', 'SMR', 1);
INSERT INTO `countries` VALUES (183, 'Sao Tome and Principe', 'ST', 'STP', 1);
INSERT INTO `countries` VALUES (184, 'Saudi Arabia', 'SA', 'SAU', 1);
INSERT INTO `countries` VALUES (185, 'Senegal', 'SN', 'SEN', 1);
INSERT INTO `countries` VALUES (186, 'Seychelles', 'SC', 'SYC', 1);
INSERT INTO `countries` VALUES (187, 'Sierra Leone', 'SL', 'SLE', 1);
INSERT INTO `countries` VALUES (188, 'Singapore', 'SG', 'SGP', 4);
INSERT INTO `countries` VALUES (189, 'Slovakia (Slovak Republic)', 'SK', 'SVK',
1);
INSERT INTO `countries` VALUES (190, 'Slovenia', 'SI', 'SVN', 1);
INSERT INTO `countries` VALUES (191, 'Solomon Islands', 'SB', 'SLB', 1);
INSERT INTO `countries` VALUES (192, 'Somalia', 'SO', 'SOM', 1);
INSERT INTO `countries` VALUES (193, 'South Africa', 'ZA', 'ZAF', 1);
INSERT INTO `countries` VALUES (194, 'South Georgia and the South Sandwich Islan
ds', 'GS', 'SGS', 1);
INSERT INTO `countries` VALUES (195, 'Spain', 'ES', 'ESP', 3);
INSERT INTO `countries` VALUES (196, 'Sri Lanka', 'LK', 'LKA', 1);
INSERT INTO `countries` VALUES (197, 'St. Helena', 'SH', 'SHN', 1);
INSERT INTO `countries` VALUES (198, 'St. Pierre and Miquelon', 'PM', 'SPM', 1);
INSERT INTO `countries` VALUES (199, 'Sudan', 'SD', 'SDN', 1);
INSERT INTO `countries` VALUES (200, 'Suriname', 'SR', 'SUR', 1);
INSERT INTO `countries` VALUES (201, 'Svalbard and Jan Mayen Islands', 'SJ', 'SJ
M', 1);
INSERT INTO `countries` VALUES (202, 'Swaziland', 'SZ', 'SWZ', 1);
INSERT INTO `countries` VALUES (203, 'Sweden', 'SE', 'SWE', 1);
INSERT INTO `countries` VALUES (204, 'Switzerland', 'CH', 'CHE', 1);
INSERT INTO `countries` VALUES (205, 'Syrian Arab Republic', 'SY', 'SYR', 1);
INSERT INTO `countries` VALUES (206, 'Taiwan', 'TW', 'TWN', 1);
INSERT INTO `countries` VALUES (207, 'Tajikistan', 'TJ', 'TJK', 1);
INSERT INTO `countries` VALUES (208, 'Tanzania, United Republic of', 'TZ', 'TZA'
, 1);
INSERT INTO `countries` VALUES (209, 'Thailand', 'TH', 'THA', 1);
INSERT INTO `countries` VALUES (210, 'Togo', 'TG', 'TGO', 1);
INSERT INTO `countries` VALUES (211, 'Tokelau', 'TK', 'TKL', 1);
INSERT INTO `countries` VALUES (212, 'Tonga', 'TO', 'TON', 1);
INSERT INTO `countries` VALUES (213, 'Trinidad and Tobago', 'TT', 'TTO', 1);
INSERT INTO `countries` VALUES (214, 'Tunisia', 'TN', 'TUN', 1);
INSERT INTO `countries` VALUES (215, 'Turkey', 'TR', 'TUR', 1);
INSERT INTO `countries` VALUES (216, 'Turkmenistan', 'TM', 'TKM', 1);
INSERT INTO `countries` VALUES (217, 'Turks and Caicos Islands', 'TC', 'TCA', 1)
;
INSERT INTO `countries` VALUES (218, 'Tuvalu', 'TV', 'TUV', 1);
INSERT INTO `countries` VALUES (219, 'Uganda', 'UG', 'UGA', 1);
INSERT INTO `countries` VALUES (220, 'Ukraine', 'UA', 'UKR', 1);
INSERT INTO `countries` VALUES (221, 'United Arab Emirates', 'AE', 'ARE', 1);
INSERT INTO `countries` VALUES (222, 'United Kingdom', 'GB', 'GBR', 2);
INSERT INTO `countries` VALUES (223, 'United States', 'US', 'USA', 2);
INSERT INTO `countries` VALUES (224, 'United States Minor Outlying Islands', 'UM
', 'UMI', 1);
INSERT INTO `countries` VALUES (225, 'Uruguay', 'UY', 'URY', 1);
INSERT INTO `countries` VALUES (226, 'Uzbekistan', 'UZ', 'UZB', 1);
INSERT INTO `countries` VALUES (227, 'Vanuatu', 'VU', 'VUT', 1);
INSERT INTO `countries` VALUES (228, 'Vatican City State (Holy See)', 'VA', 'VAT
', 1);
INSERT INTO `countries` VALUES (229, 'Venezuela', 'VE', 'VEN', 1);
INSERT INTO `countries` VALUES (230, 'Viet Nam', 'VN', 'VNM', 1);
INSERT INTO `countries` VALUES (231, 'Virgin Islands (British)', 'VG', 'VGB', 1)
;
INSERT INTO `countries` VALUES (232, 'Virgin Islands (U.S.)', 'VI', 'VIR', 1);
INSERT INTO `countries` VALUES (233, 'Wallis and Futuna Islands', 'WF', 'WLF', 1
);
INSERT INTO `countries` VALUES (234, 'Western Sahara', 'EH', 'ESH', 1);
INSERT INTO `countries` VALUES (235, 'Yemen', 'YE', 'YEM', 1);
INSERT INTO `countries` VALUES (236, 'Yugoslavia', 'YU', 'YUG', 1);
INSERT INTO `countries` VALUES (237, 'Zaire', 'ZR', 'ZAR', 1);
INSERT INTO `countries` VALUES (238, 'Zambia', 'ZM', 'ZMB', 1);
INSERT INTO `countries` VALUES (239, 'Zimbabwe', 'ZW', 'ZWE', 1);
-- --------------------------------------------------------
--
-- Table structure for table `currencies`
--
CREATE TABLE `currencies` (
`currencies_id` int(11) NOT NULL auto_increment,
`title` varchar(32) NOT NULL default '',
`code` char(3) NOT NULL default '',
`symbol_left` varchar(12) default NULL,
`symbol_right` varchar(12) default NULL,
`decimal_point` char(1) default NULL,
`thousands_point` char(1) default NULL,
`decimal_places` char(1) default NULL,
`value` float(13,8) default NULL,
`last_updated` datetime default NULL,
PRIMARY KEY (`currencies_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
--
-- Dumping data for table `currencies`
--
INSERT INTO `currencies` VALUES (1, 'US Dollar', 'USD', '$', '', '.', ',', '2',
1.00000000, '2007-05-11 06:01:57');
INSERT INTO `currencies` VALUES (2, 'Euro', 'EUR', ' ', '', '.', ',', '2', 0.74175
900, '2007-05-11 06:01:58');
INSERT INTO `currencies` VALUES (3, 'UK Pound', 'GBP', '£', '', '.', ',', '2', 0.5
0531501, '2007-05-11 06:01:59');
INSERT INTO `currencies` VALUES (7, 'SA Rand', 'ZAR', 'D', '', '.', ',', '2', 6.
94570017, '2007-05-11 06:01:59');
-- --------------------------------------------------------
--
-- Table structure for table `customers`
--
CREATE TABLE `customers` (
`customers_id` int(11) NOT NULL auto_increment,
`customers_gender` char(1) NOT NULL default '',
`customers_firstname` varchar(32) NOT NULL default '',
`customers_lastname` varchar(32) NOT NULL default '',
`customers_dob` datetime NOT NULL default '0000-00-00 00:00:00',
`customers_email_address` varchar(96) NOT NULL default '',
`customers_default_address_id` int(11) NOT NULL default '0',
`customers_telephone` varchar(32) NOT NULL default '',
`customers_fax` varchar(32) default NULL,
`customers_password` varchar(40) NOT NULL default '',
`customers_newsletter` char(1) default NULL,
PRIMARY KEY (`customers_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=112 ;
--
-- Dumping data for table `customers`
--
INSERT INTO `customers` VALUES (105, 'm', 'test', 'test', '0000-00-00 00:00:00',
'[email protected]', 105, '', '', 'bcde0a577d4322d1c712e948b4a7cfab:eb', '1')
;
INSERT INTO `customers` VALUES (106, 'm', 'jj', 'jjjj', '0000-00-00 00:00:00', '
[email protected]', 106, '', '', 'd2144bd07224c4878d56893432c727b6:04', '1'
);
INSERT INTO `customers` VALUES (107, 'm', 'john', 'smirh', '0000-00-00 00:00:00'
, '[email protected]', 107, '', '', 'b3de3f937cbd9d9d627817123c7b63a5:a0', '1');
INSERT INTO `customers` VALUES (108, 'm', 'Jon', 'Doe', '0000-00-00 00:00:00', '
[email protected]', 108, '', '', 'e8c7b7a86ae34307fa3ade74b8646904:8c', '1');
INSERT INTO `customers` VALUES (109, 'f', 'tester', 'demo', '0000-00-00 00:00:00
', '[email protected]', 109, '', '', '92f2523097f3a0db8e13ee6dead396e6:4e',
'1');
INSERT INTO `customers` VALUES (110, 'm', 'Bob', 'Jones', '0000-00-00 00:00:00',
'[email protected]', 110, '', '', '8118ccbf2bd92d466ddfcd7f8d20773b:06',
'1');
INSERT INTO `customers` VALUES (111, 'm', 'Mike', 'Jones', '0000-00-00 00:00:00'
, '[email protected]', 111, '', '', 'bd256279f8ec28ee21f68fd310381
a0f:6b', '1');
-- --------------------------------------------------------
--
-- Table structure for table `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 NOT NULL,
`customers_basket_quantity` int(2) NOT NULL default '0',
`final_price` decimal(15,4) NOT NULL default '0.0000',
`customers_basket_date_added` varchar(8) default NULL,
PRIMARY KEY (`customers_basket_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;
--
-- Dumping data for table `customers_basket`
--
INSERT INTO `customers_basket` VALUES (12, 106, '68{1}1', 1, 0.0000, '20070405')
;
INSERT INTO `customers_basket` VALUES (13, 107, '31{1}1', 1, 0.0000, '20070410')
;
INSERT INTO `customers_basket` VALUES (14, 108, '22{1}1', 1, 0.0000, '20070413')
;
INSERT INTO `customers_basket` VALUES (15, 109, '78{1}1', 1, 0.0000, '20070418')
;
-- --------------------------------------------------------
--
-- Table structure for table `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 NOT NULL,
`products_options_id` int(11) NOT NULL default '0',
`products_options_value_id` int(11) NOT NULL default '0',
PRIMARY KEY (`customers_basket_attributes_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;
--
-- Dumping data for table `customers_basket_attributes`
--
INSERT INTO `customers_basket_attributes` VALUES (12, 106, '68{1}1', 1, 1);
INSERT INTO `customers_basket_attributes` VALUES (13, 107, '31{1}1', 1, 1);
INSERT INTO `customers_basket_attributes` VALUES (14, 108, '22{1}1', 1, 1);
INSERT INTO `customers_basket_attributes` VALUES (15, 109, '78{1}1', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `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;
--
-- Dumping data for table `customers_info`
--
INSERT INTO `customers_info` VALUES (105, NULL, 0, '2006-03-13 15:28:57', NULL,
0);
INSERT INTO `customers_info` VALUES (106, NULL, 0, '2007-04-05 16:48:10', NULL,
0);
INSERT INTO `customers_info` VALUES (107, NULL, 0, '2007-04-10 09:31:50', NULL,
0);
INSERT INTO `customers_info` VALUES (108, NULL, 0, '2007-04-13 17:17:58', NULL,
0);
INSERT INTO `customers_info` VALUES (109, NULL, 0, '2007-04-18 15:37:10', NULL,
0);
INSERT INTO `customers_info` VALUES (110, NULL, 0, '2007-04-19 19:05:03', NULL,
0);
INSERT INTO `customers_info` VALUES (111, NULL, 0, '2007-05-28 11:19:49', NULL,
0);
-- --------------------------------------------------------
--
-- Table structure for table `faq`
--
CREATE TABLE `faq` (
`faq_id` tinyint(3) unsigned NOT NULL auto_increment,
`visible` enum('1','0') NOT NULL default '1',
`v_order` tinyint(3) unsigned NOT NULL default '0',
`question` text NOT NULL,
`answer` text NOT NULL,
`date` date NOT NULL default '0000-00-00',
`language` varchar(32) NOT NULL default '',
PRIMARY KEY (`faq_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
--
-- Dumping data for table `faq`
--
INSERT INTO `faq` VALUES (1, '1', 1, 'What is an Ebook?', 'The term Ebook stands
for electronic book. It is basically a book in digital form that can be read on
your PC. They come in many formats including PDF, exe and Word.', '0000-00-00'
, 'english');
INSERT INTO `faq` VALUES (2, '1', 2, 'Do I need any special software to read an
Ebook?', 'Most Ebooks can be read using the default software of your computer. F
or Ebooks in PDF format, you will need Acrobat Reader which can be obtained from
www.adobe.com. Ebooks in Word format will require Microsoft Word. Many Ebooks c
ome in exe format which can be read on any PC.<br>\r\nYou will also need extract
ing software such as Winzip ( www.winzip.com ) to unpack your purchase from the
ZIP folder that it will arrive in.', '0000-00-00', 'english');
INSERT INTO `faq` VALUES (3, '1', 3, 'Will I get an instant download of my purch
ase?', 'Yes. After you have made your payment, you are then redirected to a page
where you can download your purchase straight away.', '0000-00-00', 'english');
INSERT INTO `faq` VALUES (4, '1', 4, 'Which methods of payment do you accept?',
'Currently we accept credit card and debit card payments by PayPal.<br>\r\nIf yo
u haven''t got a FREE PayPal account <a href=https://www.paypal.com/uk/pal=UH3HU
ZG9963WN target=_blank>click here</a> to get one!', '2006-03-05', 'english');
INSERT INTO `faq` VALUES (5, '1', 5, 'I cannot download my purchase! What shall
I do?', 'Simply <a href=contact_us.php>contact us</a> and we will help you.', '0
000-00-00', 'english');
-- --------------------------------------------------------
--
-- Table structure for table `geo_zones`
--
CREATE TABLE `geo_zones` (
`geo_zone_id` int(11) NOT NULL auto_increment,
`geo_zone_name` varchar(32) NOT NULL default '',
`geo_zone_description` varchar(255) NOT NULL default '',
`last_modified` datetime default NULL,
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`geo_zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--
-- Dumping data for table `geo_zones`
--
INSERT INTO `geo_zones` VALUES (1, 'USA States', 'USA Sales Tax', '0000-00-00 00
:00:00', '0000-00-00 00:00:00');
INSERT INTO `geo_zones` VALUES (2, 'European Countries', 'UK and EU VAT', '0000-
00-00 00:00:00', '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `info_about`
--
CREATE TABLE `info_about` (
`Id` int(1) unsigned NOT NULL default '0',
`Text` blob NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `info_about`
--
INSERT INTO `info_about` VALUES (1, 0x476f746f207468652041646d696e20506167652074
6f206368616e6765207468697320746578740d0a0d0a687474703a2f2f796f7572646f6d61696e6e
616d652e636f6d2f61646d696e);
-- --------------------------------------------------------
--
-- Table structure for table `info_conditions`
--
CREATE TABLE `info_conditions` (
`Id` int(1) unsigned NOT NULL default '0',
`Text` blob NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `info_conditions`
--
INSERT INTO `info_conditions` VALUES (1, 0x5468657365207465726d7320616e6420636f6
e646974696f6e732028746865205465726d732920676f7665726e207468652075736572732028796
f7520206f7220796f75722920757365206f662074686973207765627369746520287468652057656
2736974652920616e6420796f75722072656c6174696f6e736869702077697468207468697320576
56273697465202877652c206f7572206f72207573292e20506c656173652072656164207468656d2
06361726566756c6c7920617320746865792061666665637420796f75722072696768747320616e6
4206c696162696c697469657320756e646572206c61772e20496620796f7520646f206e6f7420616
772656520746f207468657365205465726d732c20706c6561736520646f206e6f742061636365737
3206e6f72207573652074686520576562736974652e200d0a0d0a3c623e4163637572616379206f6
620496e666f726d6174696f6e3c2f623e0d0a5768696c737420776520656e646561766f757220746
f20656e73757265207468617420616c6c20696e666f726d6174696f6e20696e636c75646564206f6
e20746865205765627369746520697320636f72726563742c2077652077696c6c206e6f742062652
068656c6420726573706f6e7369626c6520666f7220616e79206572726f7273206f72206f6d69737
3696f6e732e2049662077652061726520696e666f726d6564206f6620616e7920696e61636375726
16369657320696e20746865206d6174657269616c206f6e2074686520576562736974652c2077652
077696c6c20636f7272656374207468697320617320736f6f6e20617320776520726561736f6e616
26c792063616e2e205072696365732c206465736372697074696f6e732c207370656369666963617
4696f6e7320616e642070726f6475637420617661696c61626c697479206d6179206368616e67652
0617420616e792074696d6520776974686f75742066757274686572206e6f74696669636174696f6
e2e200d0a0d0a3c623e4163636f756e7420616e642050617373776f72643c2f623e200d0a596f752
061726520726573706f6e7369626c6520666f72206d61696e7461696e696e672074686520636f6e6
66964656e7469616c697479206f6620796f7572206163636f756e7420616e642070617373776f726
420616e6420666f72207265737472696374696e672061636365737320746f20796f757220636f6d7
0757465722c20616e6420796f7520616772656520746f2061636365707420726573706f6e7369626
96c69747920666f7220616c6c20616374697669746965732074686174206f6363757220756e64657
220796f7572206163636f756e74206f722070617373776f72642e200d0a0d0a3c623e4f726465726
96e6720496e666f726d6174696f6e3c2f623e0d0a506c6561736520726566657220746f206f75722
03c6120687265663d6661712e7068703e3c753e48656c7020616e64204641513c2f613e3c2f753e2
073656374696f6e20666f72206d6f726520696e666f726d6174696f6e2e0d0a0d0a3c623e5072697
66163793c2f623e0d0a506c6561736520726566657220746f206f7572203c6120687265663d70726
9766163792e7068703e3c753e5072697661637920506f6c6963793c2f613e3c2f753e20666f72206
d6f726520696e666f726d6174696f6e2e0d0a0d0a3c623e54726164656d61726b7320616e6420436
f707972696768743c2f623e200d0a416c6c2074726164656d61726b7320616e6420636f707972696
7687473206172652074686520736f6c652070726f7065727479206f6620746865697220726573706
56374697665206f776e65727320616e642070686f746f67726170687320636f757274657379206f6
6207468656972207265737065637469766520617574686f72732e20576520686f6c642066756c6c2
072652d73616c652072696768747320666f7220616c6c2070726f6475637473206c6973746564206
f6e207468697320776562736974652e200d0a0d0a3c623e4c6963656e736520616e6420576562736
97465204163636573733c2f623e0d0a546869732057656273697465206772616e747320796f75206
1206c696d69746564206c6963656e736520746f2061636365737320616e64206d616b65207065727
36f6e616c20757365206f662074686973207369746520616e64206e6f7420746f20646f776e6c6f6
16420286f74686572207468616e20706167652063616368696e6729206f72206d6f6469667920697
42c206f7220616e7920706f7274696f6e206f662069742c206578636570742077697468206578707
2657373207772697474656e20636f6e73656e742e2054686973206c6963656e736520646f6573206
e6f7420696e636c75646520616e7920726573616c65206f7220636f6d6d65726369616c207573652
06f6620746869732073697465206f722069747320636f6e74656e74733a20616e7920636f6c6c656
374696f6e20616e6420757365206f6620616e792070726f64756374206c697374696e67732c20646
5736372697074696f6e732c206f72207072696365733a20616e79206465726976617469766520757
365206f6620746869732073697465206f722069747320636f6e74656e74733a20616e7920646f776
e6c6f6164696e67206f7220636f7079696e67206f66206163636f756e7420696e666f726d6174696
f6e20666f72207468652062656e65666974206f6620616e6f74686572206d65726368616e743a206
f7220616e7920757365206f662064617461206d696e696e672c20726f626f74732c206f722073696
d696c6172206461746120676174686572696e6720616e642065787472616374696f6e20746f6f6c7
32e2020416e7920756e617574686f72697a656420757365207465726d696e6174657320746865207
065726d697373696f6e206f72206c6963656e7365206772616e74656420627920746869732057656
2736974652e20596f7520617265206772616e7465642061206c696d697465642c207265766f63616
26c652c20616e64206e6f6e206578636c757369766520726967687420746f2063726561746520612
068797065726c696e6b20746f2074686520686f6d652070616765206f66207468697320576562736
9746520736f206c6f6e6720617320746865206c696e6b20646f6573206e6f7420706f72747261792
07468697320576562736974652c20697473206173736f6369617465732c206f72207468656972207
0726f6475637473206f7220736572766963657320696e20612066616c73652c206d69736c6561646
96e672c206465726f6761746f72792c206f72206f7468657277697365206f6666656e73697665206
d61747465722e20596f75206d6179206e6f742075736520616e79206c6f676f206f72206f7468657
22070726f70726965746172792067726170686963206f722074726164656d61726b2061732070617
274206f6620746865206c696e6b20776974686f75742065787072657373207772697474656e20706
5726d697373696f6e2e200d0a0d0a3c623e496e64656d6e6974793c2f623e0d0a596f75206167726
56520746f2066756c6c7920696e64656d6e6966792c20646566656e6420616e6420686f6c6420757
32c20616e64206f757220656d706c6f7965657320616e6420737570706c696572732c206861726d6
c65737320696d6d6564696174656c79206f6e2064656d616e642c2066726f6d20616e64206167616
96e737420616c6c20636c61696d732c206c6f737365732c20636f73747320616e6420657870656e7
365732c20696e636c7564696e6720726561736f6e61626c65206c6567616c20666565732c2061726
973696e67206f7574206f6620616e7920627265616368206f66207468657365205465726d7320627
920796f752c206f7220616e79206f74686572206c696162696c69746965732061726973696e67206
f7574206f6620796f757220757365206f6620746869732057656273697465206f7220616e79206f7
468657220706572736f6e20616363657373696e67207468652057656273697465207573696e67207
96f757220706572736f6e616c20696e666f726d6174696f6e2e200d0a0d0a3c623e4c617720616e6
4204a7572697364696374696f6e3c2f623e200d0a496620616e792070617274206f6620746865205
465726d73207368616c6c206265206465656d656420756e6c617766756c2c20766f6964206f72206
66f7220616e7920726561736f6e20756e656e666f72636561626c652c207468656e2074686174207
0726f766973696f6e207368616c6c206265206465656d656420736576657261626c652066726f6d2
07468657365205465726d7320616e64207368616c6c206e6f7420616666656374207468652076616
c696469747920616e6420656e666f7263656162696c697479206f6620616e792072656d61696e696
e672070726f766973696f6e73206f6620746865205465726d732e200d0a0d0a3c623e4368616e676
57320746f207468657365205465726d7320616e6420436f6e646974696f6e733c2f623e0d0a54686
97320576562736974652072657365727665732074686520726967687420746f206368616e6765207
468657365205465726d7320616e6420436f6e646974696f6e7320776974686f7574207072696f722
06e6f7469636520617420616e792074696d652e);
-- --------------------------------------------------------
--
-- Table structure for table `info_privacy`
--
CREATE TABLE `info_privacy` (
`Id` int(1) unsigned NOT NULL default '0',
`Text` blob NOT NULL,
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `info_privacy`
--
INSERT INTO `info_privacy` VALUES (1, 0x3c623e596f757220507269766163793c2f623e0d
0a5765207265737065637420796f757220707269766163792e205765206f6e6c7920757365207468
6520696e666f726d6174696f6e20776520636f6c6c6563742061626f757420796f7520746f207072
6f63657373206f726465727320616e6420746f2070726f76696465206120706572736f6e616c697a
65642073686f7070696e6720657870657269656e63652e200d0a0d0a3c623e5768617420696e666f
726d6174696f6e20646f20776520636f6c6c6563743f3c2f623e0d0a5768656e20796f7520726567
6973746572206173206120437573746f6d65722c20796f75207375626d697420796f7572206e616d
652c20656d61696c206164647265737320616e6420636f756e7472792e205468697320696e666f72
6d6174696f6e20616c6c6f777320757320746f2066756c66696c6c20796f7572206f726465727320
616e6420746f20636f6e7461637420796f7520696620746865206e656564206172697365732e2041
6c6c20637573746f6d657220696e666f726d6174696f6e2073746f726564206f6e206f7572207365
72766572732061626f757420796f752063616e206265206163636573736564206f72206d6f646966
69656420627920796f7520617420616e792074696d65206279206c6f6767696e6720696e746f204d
79204163636f756e74207769746820796f757220656d61696c206164647265737320616e64207061
7373776f72642e0d0a0d0a3c623e57696c6c20796f7520646973636c6f7365207468697320496e66
6f726d6174696f6e3f3c2f623e200d0a4e6f21204e657665722120596f7572207072697661746520
696e666f726d6174696f6e20697320746f6f2070726563696f757320746f20736861726520776974
6820616e796f6e652e20496e666f726d6174696f6e206761746865726564206f6e20746869732073
697465206973204e45564552206d61646520617661696c61626c6520746f20746869726420706172
74792076656e646f727320616e64204e4556455220736f6c6420746f206d61696c696e67206c6973
74206469737472696275746f72732e0d0a0d0a3c623e456d61696c204e6f74696669636174696f6e
733c2f623e0d0a5768656e20796f75207265676973746572206173206120437573746f6d65722c20
796f752077696c6c207265636569766520616e206175746f6d6174656420656d61696c20636f6e74
61696e696e6720796f757220437573746f6d6572204c6f6720496e2064657461696c732e0d0a5768
656e20796f7520707572636861736520676f6f64732066726f6d2075732c20796f752077696c6c20
7265636569766520616e206175746f6d61746564207265636569707420627920656d61696c2e2057
65206f6e6c7920656d61696c20796f7520696e20706572736f6e206966207765206e65656420746f
20636c61726966792064657461696c732061626f757420796f7572206f72646572206f7220696620
77652061726520726573706f6e64696e6720746f20796f7572207175657374696f6e73206f722071
7565726965732e0d0a0d0a3c623e456d61696c20436f6d6d756e69636174696f6e7320616e64204e
6577736c6574746572733c2f623e0d0a57652073656e64206f7574206f63636173696f6e616c2065
6d61696c206e6577736c65747465727320746f206f757220637573746f6d6572732e204f7572206e
6577736c65747465727320636f6e7461696e20696e666f726d6174696f6e2061626f7574206e6577
2070726f64756374732c207370656369616c2070726f6d6f74696f6e732c2070726f647563742075
7064617465732c20646973636f756e747320616e6420756e69717565206f66666572732e0d0a596f
75206861766520746865206f7074696f6e20746f20756e73756273637269626520616e7920616e79
2074696d65206279206c6f6767696e6720696e746f20796f757220437573746f6d6572204163636f
756e74204172656120616e64207570646174696e6720796f7572204e6577736c6574746572205072
65666572656e6365732e0d0a0d0a3c623e43726564697420616e6420446562697420436172642049
6e666f726d6174696f6e3c2f623e0d0a417320776520757365207365637572652074686972642070
61727479207061796d656e742070726f636573736f7273206c696b652050617950616c20746f2070
726f6365737320637265646974206361726420616e642064656269742063617264206f7264657273
2c20776520646f206e6f74206861766520616e792061636365737320746f20796f75722063726564
6974206361726420696e666f726d6174696f6e20617420616c6c2e0d0a5768656e20796f75206d61
6b65206120707572636861736520617420746869732073746f72652c20796f752061726520747261
6e7366657272656420746f20746865207365637572652073657276657273206f66206f7572207061
796d656e742070726f636573736f72732e204e6f20637265646974206361726420696e666f726d61
74696f6e20697320657665722073746f72656420696e206f75722073697465206461746162617365
2e200d0a0d0a3c623e436f6f6b69652055736167652c20536563757269747920616e642053616665
2053686f7070696e673c2f623e0d0a546869732077656273697465207573657320636f6f6b696573
20746f2073746f726520696e666f726d6174696f6e206f6e20796f7572206c6f63616c20636f6d70
757465722e20546865736520636f6f6b69657320646f204e4f5420636f6e7461696e20616e79206f
6620796f7572207072697661746520696e666f726d6174696f6e3b2074686579207365727665206f
6e6c7920746f2073746f7265206974656d7320696e20796f75722053686f7070696e67204261736b
6574206f7220746f207265636f676e697a6520796f75206173206120726567697374657265642043
7573746f6d6572207768656e20796f75204c6f6720496e206f722061636365737320796f75722041
63636f756e742e0d0a546869732070726576656e747320756e617574686f72697a65642075736572
732066726f6d20616363657373696e6720796f7572207072697661746520696e666f726d6174696f
6e2e0d0a0d0a576520726573657276652074686520726967687420746f206d6f6469667920746865
736520706f6c696369657320666f7220616e7920726561736f6e20617420616e792074696d652e20
);
-- --------------------------------------------------------
--
-- Table structure for table `languages`
--
CREATE TABLE `languages` (
`languages_id` int(11) NOT NULL auto_increment,
`name` varchar(32) NOT NULL default '',
`code` char(2) NOT NULL default '',
`image` varchar(64) default NULL,
`directory` varchar(32) default NULL,
`sort_order` int(3) default NULL,
PRIMARY KEY (`languages_id`),
KEY `IDX_LANGUAGES_NAME` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `languages`
--
INSERT INTO `languages` VALUES (1, 'English', 'en', 'icon.gif', 'english', 1);
-- --------------------------------------------------------
--
-- Table structure for table `link_categories`
--
CREATE TABLE `link_categories` (
`link_categories_id` int(11) NOT NULL auto_increment,
`link_categories_image` varchar(64) default NULL,
`link_categories_sort_order` int(3) default NULL,
`link_categories_date_added` datetime default NULL,
`link_categories_last_modified` datetime default NULL,
`link_categories_status` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`link_categories_id`),
KEY `idx_link_categories_date_added` (`link_categories_date_added`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
--
-- Dumping data for table `link_categories`
--
INSERT INTO `link_categories` VALUES (1, NULL, 0, '0000-00-00 00:00:00', NULL, 1
);
INSERT INTO `link_categories` VALUES (2, NULL, 0, '0000-00-00 00:00:00', NULL, 1
);
INSERT INTO `link_categories` VALUES (3, NULL, 0, '0000-00-00 00:00:00', NULL, 1
);
INSERT INTO `link_categories` VALUES (4, NULL, 0, '0000-00-00 00:00:00', NULL, 1
);
INSERT INTO `link_categories` VALUES (5, NULL, 0, '0000-00-00 00:00:00', NULL, 1
);
INSERT INTO `link_categories` VALUES (6, NULL, 0, '0000-00-00 00:00:00', NULL, 1
);
INSERT INTO `link_categories` VALUES (7, NULL, 0, '0000-00-00 00:00:00', NULL, 1
);
INSERT INTO `link_categories` VALUES (8, NULL, 0, '0000-00-00 00:00:00', NULL, 1
);
INSERT INTO `link_categories` VALUES (9, NULL, 0, '0000-00-00 00:00:00', NULL, 1
);
-- --------------------------------------------------------
--
-- Table structure for table `link_categories_description`
--
CREATE TABLE `link_categories_description` (
`link_categories_id` int(11) NOT NULL default '0',
`language_id` int(11) NOT NULL default '1',
`link_categories_name` varchar(32) NOT NULL default '',
`link_categories_description` text,
PRIMARY KEY (`link_categories_id`,`language_id`),
KEY `idx_link_categories_name` (`link_categories_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `link_categories_description`
--
INSERT INTO `link_categories_description` VALUES (1, 1, 'Lifestyle', '');
INSERT INTO `link_categories_description` VALUES (2, 1, 'Web Services', '');
INSERT INTO `link_categories_description` VALUES (3, 1, 'Business', '');
INSERT INTO `link_categories_description` VALUES (4, 1, 'Entertainment', '');
INSERT INTO `link_categories_description` VALUES (5, 1, 'Shopping', '');
INSERT INTO `link_categories_description` VALUES (6, 1, 'Links Directories', '')
;
INSERT INTO `link_categories_description` VALUES (7, 1, 'Computers and Internet'
, '');
INSERT INTO `link_categories_description` VALUES (8, 1, 'Making Money', '');
INSERT INTO `link_categories_description` VALUES (9, 1, 'Free Stuff', '');
-- --------------------------------------------------------
--
-- Table structure for table `links`
--
CREATE TABLE `links` (
`links_id` int(11) NOT NULL auto_increment,
`links_url` varchar(255) default NULL,
`links_reciprocal_url` varchar(255) default NULL,
`links_image_url` varchar(255) default NULL,
`links_contact_name` varchar(64) default NULL,
`links_contact_email` varchar(96) default NULL,
`links_date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`links_last_modified` datetime default NULL,
`links_status` tinyint(1) NOT NULL default '0',
`links_clicked` int(11) NOT NULL default '0',
`links_rating` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`links_id`),
KEY `idx_links_date_added` (`links_date_added`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;
--
-- Dumping data for table `links`
--
INSERT INTO `links` VALUES (11, 'http://www.mortgage--calc.com/', 'http://assada
sdds.com', '', 'sdafasfd', '[email protected]', '2007-04-23 22:41:20', '2007-0
4-23 22:41:34', 2, 0, 0);
INSERT INTO `links` VALUES (12, 'http://www.petsshowboard.com/', 'http://www.dis
countplace.be/links.php?lPath=3', '', 'dogg', '[email protected]', '2007-04
-23 22:42:22', '2007-04-23 22:42:43', 2, 0, 0);
INSERT INTO `links` VALUES (10, 'http://www.softdll.com/', 'http://www.softdll.c
om/', '', 'Jon', '[email protected]', '2007-04-23 22:39:52', '2007-04-23 22:
40:04', 2, 0, 0);
INSERT INTO `links` VALUES (9, 'http://www.taxproblem.org/', 'http://www.taxprob
lem.org/', '', 'Mike', '[email protected]', '2007-04-23 22:37:51', '2007-04-23 2
2:38:13', 2, 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `links_description`
--
CREATE TABLE `links_description` (
`links_id` int(11) NOT NULL auto_increment,
`language_id` int(11) NOT NULL default '1',
`links_title` varchar(64) NOT NULL default '',
`links_description` text,
PRIMARY KEY (`links_id`,`language_id`),
KEY `links_title` (`links_title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=13 ;
--
-- Dumping data for table `links_description`
--
INSERT INTO `links_description` VALUES (12, 1, 'Dogs', 'Dogs | dog shows |\r\ndo
g show photos |\r\ndog show pictures');
INSERT INTO `links_description` VALUES (10, 1, 'Free Software Download At Softdl
l.com', 'Large archive of\r\nfreeware, shareware,\r\nand trial software\r\nfor w
indows.');
INSERT INTO `links_description` VALUES (11, 1, 'Free Mortgage Calculator', 'Educ
ate yourself\r\nabout all aspects of\r\nusing home mortgage\r\nand home loan\r\n
calculator for no\r\ncharge when applying\r\nfor home loans and\r\nhome mortgage
s. Use\r\nthe morgage calc.');
INSERT INTO `links_description` VALUES (9, 1, 'Irs Problems', 'Unique solutions
for\r\nirs problems. Joe\r\nmastriano, cpa works\r\nhis own cases.\r\nReasonable
rates for\r\npayment plans, offer\r\nin compromise,\r\ninnocent spouse, tax\r\n
relief, wage levy,\r\nbank levies, liens,\r\nirs help,\r\nsettlement,\r\ndelinqu
ent tax, back\r\ntaxes, seizure.');
-- --------------------------------------------------------
--
-- Table structure for table `links_status`
--
CREATE TABLE `links_status` (
`links_status_id` int(11) NOT NULL default '0',
`language_id` int(11) NOT NULL default '1',
`links_status_name` varchar(32) NOT NULL default '',
PRIMARY KEY (`links_status_id`,`language_id`),
KEY `idx_links_status_name` (`links_status_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `links_status`
--
INSERT INTO `links_status` VALUES (1, 1, 'Pending');
INSERT INTO `links_status` VALUES (2, 1, 'Approved');
INSERT INTO `links_status` VALUES (3, 1, 'Disabled');
-- --------------------------------------------------------
--
-- Table structure for table `links_to_link_categories`
--
CREATE TABLE `links_to_link_categories` (
`links_id` int(11) NOT NULL default '0',
`link_categories_id` int(11) NOT NULL default '0',
PRIMARY KEY (`links_id`,`link_categories_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `links_to_link_categories`
--
INSERT INTO `links_to_link_categories` VALUES (9, 3);
INSERT INTO `links_to_link_categories` VALUES (10, 3);
INSERT INTO `links_to_link_categories` VALUES (11, 3);
INSERT INTO `links_to_link_categories` VALUES (12, 3);
-- --------------------------------------------------------
--
-- Table structure for table `manufacturers`
--
CREATE TABLE `manufacturers` (
`manufacturers_id` int(11) NOT NULL auto_increment,
`manufacturers_name` varchar(32) NOT NULL default '',
`manufacturers_image` varchar(64) default NULL,
`date_added` datetime default NULL,
`last_modified` datetime default NULL,
PRIMARY KEY (`manufacturers_id`),
KEY `IDX_MANUFACTURERS_NAME` (`manufacturers_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Dumping data for table `manufacturers`
--
-- --------------------------------------------------------
--
-- Table structure for table `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) 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;
--
-- Dumping data for table `manufacturers_info`
--
-- --------------------------------------------------------
--
-- Table structure for table `newsletters`
--
CREATE TABLE `newsletters` (
`newsletters_id` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`content` text NOT NULL,
`module` varchar(255) NOT NULL default '',
`date_added` datetime NOT NULL default '0000-00-00 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 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `newsletters`
--
INSERT INTO `newsletters` VALUES (1, 'Example newsletter. Do not send', 'This is
an example newsletter. Do not send this. It is merely an example, so that you c
an see how it works.\r\n\r\nWhen you send a newsletter, make sure that it contai
ns a short line about how to unsubscribe, just in case the customer does not wis
h to receive further mailings. It should look\r\nlike the example below.\r\n\r\n
--------------------------------------------\r\n\r\nThis email is not spam.\r\nY
ou are receiving this newsletter because you are a customer of our website.\r\n\
r\nIf you do not want to receive this newsletter anymore, simply log into My Acc
ount at our website and change your newsletter preferences.', 'newsletter', '000
0-00-00 00:00:00', '2006-02-27 23:51:01', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `orders`
--
CREATE TABLE `orders` (
`orders_id` int(11) NOT NULL auto_increment,
`customers_id` int(11) NOT NULL default '0',
`customers_name` varchar(64) NOT NULL default '',
`customers_company` varchar(32) default NULL,
`customers_street_address` varchar(64) NOT NULL default '',
`customers_suburb` varchar(32) default NULL,
`customers_city` varchar(32) NOT NULL default '',
`customers_postcode` varchar(10) NOT NULL default '',
`customers_state` varchar(32) default NULL,
`customers_country` varchar(32) NOT NULL default '',
`customers_telephone` varchar(32) NOT NULL default '',
`customers_email_address` varchar(96) NOT NULL default '',
`customers_address_format_id` int(5) NOT NULL default '0',
`delivery_name` varchar(64) NOT NULL default '',
`delivery_company` varchar(32) default NULL,
`delivery_street_address` varchar(64) NOT NULL default '',
`delivery_suburb` varchar(32) default NULL,
`delivery_city` varchar(32) NOT NULL default '',
`delivery_postcode` varchar(10) NOT NULL default '',
`delivery_state` varchar(32) default NULL,
`delivery_country` varchar(32) NOT NULL default '',
`delivery_address_format_id` int(5) NOT NULL default '0',
`billing_name` varchar(64) NOT NULL default '',
`billing_company` varchar(32) default NULL,
`billing_street_address` varchar(64) NOT NULL default '',
`billing_suburb` varchar(32) default NULL,
`billing_city` varchar(32) NOT NULL default '',
`billing_postcode` varchar(10) NOT NULL default '',
`billing_state` varchar(32) default NULL,
`billing_country` varchar(32) NOT NULL default '',
`billing_address_format_id` int(5) NOT NULL default '0',
`payment_method` varchar(32) NOT NULL default '',
`cc_type` varchar(20) default NULL,
`cc_owner` varchar(64) default NULL,
`cc_number` varchar(32) default NULL,
`cc_expires` varchar(4) default NULL,
`last_modified` datetime default NULL,
`date_purchased` datetime default NULL,
`orders_status` int(5) NOT NULL default '1',
`orders_date_finished` datetime default NULL,
`currency` char(3) default NULL,
`currency_value` decimal(14,6) default NULL,
PRIMARY KEY (`orders_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=108 ;
--
-- Dumping data for table `orders`
--
INSERT INTO `orders` VALUES (107, 111, 'Mike Jones', '', '', '', '', '', '', 'Un
ited States', '', '[email protected]', 2, '', '', '', '', '', '',
'', '', 0, 'Mike Jones', '', '', '', '', '', '', 'United States', 2, 'PayPal', '
', '', '', '', NULL, '2007-05-28 11:21:18', 1, NULL, 'USD', 1.000000);
-- --------------------------------------------------------
--
-- Table structure for table `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(12) default NULL,
`products_name` varchar(64) 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` int(2) NOT NULL default '0',
PRIMARY KEY (`orders_products_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
--
-- Dumping data for table `orders_products`
--
INSERT INTO `orders_products` VALUES (10, 107, 223, '', '39 Success Tips', 0.010
0, 0.0100, 0.0000, 1);
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
`products_options_values` varchar(32) NOT NULL default '',
`options_values_price` decimal(15,4) NOT NULL default '0.0000',
`price_prefix` char(1) NOT NULL default '',
PRIMARY KEY (`orders_products_attributes_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
--
-- Dumping data for table `orders_products_attributes`
--
INSERT INTO `orders_products_attributes` VALUES (10, 107, 10, 'Format', 'Downloa
d', 0.0000, '');
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
`download_maxdays` int(2) NOT NULL default '7',
`download_count` int(2) NOT NULL default '1',
PRIMARY KEY (`orders_products_download_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
--
-- Dumping data for table `orders_products_download`
--
INSERT INTO `orders_products_download` VALUES (1, 99, 1, 'exampleproduct.zip', 7
, 0);
INSERT INTO `orders_products_download` VALUES (2, 100, 2, '1000atkins.zip', 7, 0
);
INSERT INTO `orders_products_download` VALUES (3, 101, 3, 'articlesitedirectory.
zip', 7, 0);
INSERT INTO `orders_products_download` VALUES (4, 102, 4, 'ebookstore.zip', 7, 0
);
INSERT INTO `orders_products_download` VALUES (5, 103, 5, 'xboxcheats', 7, 1);
INSERT INTO `orders_products_download` VALUES (6, 104, 6, 'PS2Cheats.zip', 7, 0)
;
INSERT INTO `orders_products_download` VALUES (7, 105, 7, 'atkinsrevolution.zip'
, 7, 0);
INSERT INTO `orders_products_download` VALUES (8, 106, 8, 'guidedating.zip', 7,
1);
INSERT INTO `orders_products_download` VALUES (9, 106, 9, '1000atkins.zip', 7, 1
);
INSERT INTO `orders_products_download` VALUES (10, 107, 10, '39SuccessTipsSFWzip
.zip', 30, 4);
-- --------------------------------------------------------
--
-- Table structure for table `orders_status`
--
CREATE TABLE `orders_status` (
`orders_status_id` int(11) NOT NULL default '1',
`language_id` int(11) NOT NULL default '1',
`orders_status_name` varchar(32) NOT NULL default 'Completed',
PRIMARY KEY (`orders_status_id`,`language_id`),
KEY `idx_orders_status_name` (`orders_status_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `orders_status`
--
INSERT INTO `orders_status` VALUES (1, 1, 'Completed');
-- --------------------------------------------------------
--
-- Table structure for table `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 '1',
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`customer_notified` int(1) default '0',
`comments` text,
PRIMARY KEY (`orders_status_history_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
--
-- Dumping data for table `orders_status_history`
--
INSERT INTO `orders_status_history` VALUES (9, 107, 1, '2007-05-28 11:21:18', 1,
'');
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
`text` varchar(255) NOT NULL default '',
`value` decimal(15,4) NOT NULL default '0.0000',
`class` varchar(32) NOT NULL default '',
`sort_order` int(11) NOT NULL default '0',
PRIMARY KEY (`orders_total_id`),
KEY `idx_orders_total_orders_id` (`orders_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ;
--
-- Dumping data for table `orders_total`
--
INSERT INTO `orders_total` VALUES (17, 107, 'Sub-Total:', '$0.01', 0.0100, 'ot_s
ubtotal', 1);
INSERT INTO `orders_total` VALUES (18, 107, 'Total:', '<b>$0.01</b>', 0.0100, 'o
t_total', 2);
-- --------------------------------------------------------
--
-- Table structure for table `products`
--
CREATE TABLE `products` (
`products_id` int(11) NOT NULL auto_increment,
`products_quantity` int(4) NOT NULL default '0',
`products_model` varchar(12) default NULL,
`products_image` varchar(64) default NULL,
`products_price` decimal(15,4) NOT NULL default '0.0000',
`products_date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`products_last_modified` datetime default NULL,
`products_date_available` datetime default NULL,
`products_weight` decimal(5,2) NOT NULL default '0.00',
`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` int(11) NOT NULL default '0',
PRIMARY KEY (`products_id`),
KEY `idx_products_date_added` (`products_date_added`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=226 ;
--
-- Dumping data for table `products`
--
INSERT INTO `products` VALUES (1, 99999, '', 'book_penis.jpg', 9.9900, '2005-09-
05 00:16:53', '2005-09-05 03:11:49', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (2, 99999, '', 'book_orgsm.jpg', 9.9900, '2005-09-
05 01:02:52', '2005-09-05 01:03:23', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (3, 999999, '', 'book_longsex.jpg', 9.9900, '2005-
09-05 01:14:54', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (4, 99999, '', 'SexPositions.jpg', 9.9900, '2005-0
9-05 01:31:47', NULL, NULL, 0.00, 1, 0, 0, 1);
INSERT INTO `products` VALUES (5, 99999, '', 'fruit.jpg', 9.9900, '2005-09-05 01
:49:10', '2005-09-05 03:30:00', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (6, 999999, '', 'horse.jpg', 9.9900, '2005-09-05 0
1:59:14', '2005-09-05 03:02:16', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (7, 99999, '', 'atkins.jpg', 9.9900, '2005-09-05 0
3:25:28', NULL, NULL, 0.00, 1, 0, 0, 2);
INSERT INTO `products` VALUES (8, 99999, '', 'atkins_diet_recipes.jpg', 9.9900,
'2005-09-05 04:04:29', '2005-09-05 05:06:38', NULL, 0.00, 1, 0, 0, 2);
INSERT INTO `products` VALUES (60, 99999, '', 'icecreambk.gif', 9.9900, '2005-12
-04 17:22:47', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (10, 99999, '', 'Hypnotism.jpg', 9.9900, '2005-09-
05 04:27:50', '2005-09-05 05:05:27', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (11, 99999, '', 'weightwatchers.jpg', 9.9900, '200
5-09-05 04:40:01', '2005-09-05 05:06:24', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (58, 99999, '', 'moneyleak.gif', 9.9900, '2005-12-
04 17:13:19', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (14, 99999, '', 'yoga_techniques.jpg', 9.9900, '20
05-09-05 05:14:08', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (15, 99999, '', 'credit_secrets_revealed.jpg', 9.9
900, '2005-09-05 05:21:58', '2005-10-14 04:48:18', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (16, 9999, '', '597_business_letters.jpg', 9.9900,
'2005-09-05 05:27:45', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (17, 999999, '', 'unlock_your_psychic_ability.jpg'
, 9.9900, '2005-09-05 05:40:47', '2005-09-05 05:41:11', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (18, 99999, '', 'truth.jpg', 9.9900, '2005-09-05 0
5:50:13', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (19, 99999, '', 'bread_recipes.jpg', 9.9900, '2005
-09-05 05:57:42', '2007-05-22 20:00:27', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (20, 99999, '', 'bread.jpg', 9.9900, '2005-09-05 0
6:02:37', '2005-10-20 22:29:30', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (28, 99999, '', 'football.jpg', 9.9900, '2005-09-0
5 06:55:25', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (22, 99999, '', 'stop_smoking.jpg', 9.9900, '2005-
09-05 06:22:44', '2005-09-05 06:23:45', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (23, 99999, '', 'gamecube_cheats.jpg', 9.9900, '20
05-09-05 06:25:58', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (24, 99999, '', 'ps2_cheats.jpg', 9.9900, '2005-09
-05 06:27:02', NULL, NULL, 0.00, 1, 0, 0, 1);
INSERT INTO `products` VALUES (25, 99999, '', 'xbox_cheats.jpg', 9.9900, '2005-0
9-05 06:28:21', NULL, NULL, 0.00, 1, 0, 0, 2);
INSERT INTO `products` VALUES (27, 99999, '', 'ezyinternetsmall.jpg', 9.9900, '2
005-09-05 06:43:41', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (29, 99999, '', 'women.jpg', 9.9900, '2005-09-05 0
7:04:40', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (30, 99999, '', 'book_onl_d.jpg', 9.9900, '2005-09
-05 07:07:58', NULL, NULL, 0.00, 1, 0, 0, 1);
INSERT INTO `products` VALUES (31, 99999, '', 'book_gr_tip.jpg', 9.9900, '2005-0
9-05 07:09:48', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (32, 999999, '', 'greatsex.gif', 9.9900, '2005-09-
05 07:15:03', '2005-09-05 07:15:46', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (33, 99999, '', 'ufos_andaliens.jpg', 9.9900, '200
5-09-05 07:24:30', NULL, NULL, 0.00, 1, 0, 0, 6);
INSERT INTO `products` VALUES (34, 999999, '', 'sexallnight.jpg', 9.9900, '2005-
09-05 07:31:28', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (35, 99999, '', 'sellebooks.jpg', 9.9900, '2005-09
-05 07:43:25', '2007-04-20 20:39:23', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (37, 999999, '', 'auctionprofits.jpg', 9.9900, '20
05-09-05 08:00:16', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (38, 99999, '', 'ukwholesalers.jpg', 9.9900, '2005
-09-05 08:07:46', '2005-10-11 04:58:21', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (41, 99999, '', 'saladrecipes.jpg', 9.9900, '2005-
09-05 08:28:28', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (42, 99999, '', 'lowfat.jpg', 9.9900, '2005-09-05
08:33:33', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (43, 99999, '', 'learn_html.jpg', 9.9900, '2005-09
-05 08:39:41', '2007-05-22 20:00:04', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (44, 999999, '', 'gambling_systems_revealed.jpg',
9.9900, '2005-09-05 08:54:54', '2007-05-30 11:28:12', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (45, 999999, '', 'disastersmall.jpg', 9.9900, '200
5-09-05 08:59:26', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (46, 999999, '', 'ebook_security.gif', 9.9900, '20
05-09-05 09:02:41', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (47, 99999, '', 'chinese.jpg', 9.9900, '2005-09-05
09:08:49', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (61, 999999, '', 'car.jpg', 9.9900, '2005-12-04 17
:25:54', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (57, 999999, '', 'bigarms.jpg', 9.9900, '2005-12-0
4 17:09:44', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (50, 99999, '', 'closeupmagic.jpg', 9.9900, '2005-
09-05 09:44:47', '2005-09-05 09:47:37', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (51, 99999, '', 'blainbook.jpg', 9.9900, '2005-09-
05 09:51:14', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (52, 999999, '', 'auto.jpg', 9.9900, '2005-09-05 0
9:56:53', '2007-04-20 20:41:09', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (53, 99999, '', 'insidestory.jpg', 9.9900, '2005-0
9-05 10:03:32', '2007-05-22 20:00:14', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (54, 99999, '', 'dumbblonde.jpg', 9.9900, '2005-09
-05 11:12:39', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (55, 999999, '', 'premium.jpg', 9.9900, '2005-09-0
5 21:30:37', '2005-10-13 03:50:39', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (59, 99999, '', 'kidsbk.gif', 9.9900, '2005-12-04
17:19:26', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (63, 999999, '', '1141065716_219.jpg', 9.9900, '20
06-02-27 18:42:30', '2006-03-08 20:49:58', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (66, 999999, '', 'phpmegapack.jpg', 9.9900, '2006-
03-01 17:40:05', '2006-03-08 21:40:46', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (67, 999999, '', 'templates-samples1.gif', 9.9900,
'2006-03-01 17:49:12', '2006-03-01 18:23:48', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (68, 999999, '', 'a9_1_b.jpg', 9.9900, '2006-03-01
17:56:32', '2006-03-01 18:21:23', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (69, 999999, '', '90_day_powerseller.jpg', 9.9900,
'2006-03-01 19:03:22', '2006-03-01 19:03:47', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (71, 999999, '', '2.jpg', 9.9900, '2006-03-01 23:4
4:19', '2006-03-12 18:58:00', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (72, 999999, '', 'gsmm1-small.jpg', 9.9900, '2006-
03-07 11:20:13', '2007-04-19 21:03:18', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (74, 999999, '', 'msm-box1-medium.jpg', 9.9900, '2
006-03-07 11:55:16', '2006-03-07 12:05:43', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (75, 999999, '', 'APMBOX2.jpg', 9.9900, '2006-03-0
7 12:00:23', '2006-03-07 12:02:19', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (78, 999999, '', 'internet-marketing.jpg', 9.9900,
'2006-03-11 18:26:40', '2006-03-12 18:58:18', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (79, 999999, '', 'mortgages.jpg', 9.9900, '2006-03
-12 18:52:32', '2006-03-12 18:57:36', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (80, 999999, '', 'search_engine_primer.jpg', 9.990
0, '2007-05-02 07:40:40', '2007-05-02 07:48:46', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (81, 999999, '', '3.jpg', 9.9900, '2007-05-02 08:3
9:33', '2007-05-02 09:23:36', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (82, 99999, '', 'vae-ebookcover-small.jpg', 9.9900
, '2007-05-02 08:47:56', '2007-05-02 09:25:14', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (83, 9999, '', 'SSBox.jpg', 9.9900, '2007-05-02 08
:59:36', '2007-05-10 21:00:40', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (84, 999, '', '8e34_2.JPG', 9.9900, '2007-05-02 09
:11:02', '2007-05-02 09:13:19', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (85, 100, '', 'affiliate-software-box-med.jpg', 9.
9900, '2007-05-02 11:58:25', '2007-05-02 11:59:44', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (86, 0, '', 'ebook_cover.gif', 19.9900, '2007-05-0
2 12:08:39', '2007-05-02 12:13:41', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (87, 999999, '', 'winecov.jpg', 9.9900, '2007-05-0
2 16:21:06', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (88, 999999, '', 'rrs2-medium.jpg', 9.9900, '2007-
05-02 16:26:35', '2007-05-02 16:27:18', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (89, 999999, '', 'box_large.gif', 9.9900, '2007-05
-02 16:42:05', '2007-05-04 08:54:35', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (90, 999999, '', 'ExpiredDomainCov.gif', 9.9900, '
2007-05-02 16:49:58', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (91, 999999, '', '311.jpg', 9.9900, '2007-05-02 16
:56:16', '2007-05-10 21:01:10', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (92, 999999, '', '97relation.jpg', 9.9900, '2007-0
5-10 20:26:19', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (93, 999999, '', 'niceguys.gif', 9.9900, '2007-05-
10 20:27:45', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (94, 999999, '', 'audioplayerpro.gif', 9.9900, '20
07-05-10 20:29:22', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (95, 999999, '', 'bookmark21312.jpg', 9.9900, '200
7-05-10 20:30:54', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (96, 999999, '', 'top1wqeq0.gif', 9.9900, '2007-05
-10 20:32:21', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (97, 999999, '', 'bling2.gif', 9.9900, '2007-05-10
21:02:57', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (98, 999999, '', 'icopycat.jpg', 9.9900, '2007-05-
10 21:04:49', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (99, 999999, '', 'retaincust.gif', 9.9900, '2007-0
5-10 21:08:10', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (100, 999999, '', 'ebaymoney21312.jpg', 9.9900, '2
007-05-10 21:10:22', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (101, 999999, '', 'pressmagic.jpg', 9.9900, '2007-
05-10 21:12:13', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (102, 999999, '', '97savers.jpg', 7.9900, '2007-05
-10 21:13:41', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (103, 999999, '', 'articlesyndicate.gif', 9.9900,
'2007-05-10 21:15:43', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (104, 999999, '', 'ebaysadasfeed.jpg', 9.9900, '20
07-05-10 21:17:22', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (105, 999999, '', 'coac2222h.jpg', 9.9900, '2007-0
5-10 21:18:44', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (106, 999999, '', 'sublsssiminal.jpg', 9.9900, '20
07-05-10 21:20:25', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (107, 999999, '', 'gowqeqwelf.jpg', 9.9900, '2007-
05-10 21:21:44', '2007-05-10 21:21:53', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (108, 999999, '', 'blogg13123ing.gif', 9.9900, '20
07-05-10 21:23:16', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (109, 999999, '', 'curre222ncy.gif', 9.9900, '2007
-05-10 21:25:24', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (110, 999999, '', 'keysecre2222ts.jpg', 9.9900, '2
007-05-10 21:26:46', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (111, 999999, '', 'olym22222pic.jpg', 9.9900, '200
7-05-10 21:27:58', '2007-05-10 21:28:06', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (112, 999999, '', 'goldensskey.jpg', 9.9900, '2007
-05-10 21:29:27', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (113, 999999, '', 'selfpwwwublish.gif', 9.9900, '2
007-05-10 21:31:02', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (114, 999999, '', 'guiasdfsadde.gif', 9.9900, '200
7-05-10 21:32:10', '2007-05-30 11:30:16', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (115, 999999, '', 'opt222in.jpg', 9.9900, '2007-05
-10 21:33:12', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (116, 999999, '', 'netspy.gif', 9.9900, '2007-05-1
0 21:34:37', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (117, 999999, '', 'eg22222g.jpg', 9.9900, '2007-05
-10 21:35:53', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (118, 999999, '', 'bakerass222ist.jpg', 9.9900, '2
007-05-10 21:36:54', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (119, 999999, '', 'getpaidtosh22op.gif', 9.9900, '
2007-05-10 21:38:25', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (120, 999999, '', 'millionssaire.gif', 9.9900, '20
07-05-10 22:43:21', '2007-05-30 11:38:42', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (121, 999999, '', 'getstssarted.jpg', 9.9900, '200
7-05-10 22:44:05', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (122, 999999, '', 'formuaala.jpg', 9.9900, '2007-0
5-10 22:44:43', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (123, 999999, '', 'aircosdfurier.gif', 9.9900, '20
07-05-10 22:45:42', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (124, 999999, '', 'travelwriaate.gif', 9.9900, '20
07-05-10 22:46:41', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (125, 999999, '', 'powerpac222k.jpg', 9.9900, '200
7-05-10 22:52:53', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (126, 999999, '', 'freeadaas.jpg', 9.9900, '2007-0
5-10 22:53:42', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (127, 999999, '', 'bluepsdfrint.gif', 9.9900, '200
7-05-10 22:54:17', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (128, 999999, '', 'ifissscan.gif', 9.9900, '2007-0
5-10 22:55:00', '2007-05-30 11:31:23', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (129, 999999, '', 'factoraay.jpg', 9.9900, '2007-0
5-10 22:56:21', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (130, 999999, '', 'cathwwead.jpg', 9.9900, '2007-0
5-10 22:57:11', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (131, 999999, '', 'obes22ity.gif', 9.9900, '2007-0
5-10 22:58:08', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (132, 999999, '', 'linkchesscker.jpg', 9.9900, '20
07-05-10 22:58:58', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (133, 999999, '', 'resasslerich.jpg', 9.9900, '200
7-05-10 22:59:50', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (134, 999999, '', 'salessssssssads.jpg', 19.9900,
'2007-05-10 23:00:40', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (135, 999999, '', '7stessps.jpg', 9.9900, '2007-05
-10 23:02:05', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (136, 999999, '', 'subscasdfriber.jpg', 9.9900, '2
007-05-10 23:02:44', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (137, 999999, '', 'affshieasdld.jpg', 9.9900, '200
7-05-10 23:03:28', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (138, 999999, '', 'affcodddok.jpg', 9.9900, '2007-
05-10 23:04:24', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (139, 999999, '', '16sdaysss.gif', 9.9900, '2007-0
5-10 23:05:17', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (140, 999999, '', 'kekdsfoe.gif', 9.9900, '2007-05
-10 23:06:02', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (141, 999999, '', 'produssctcreate.jpg', 9.9900, '
2007-05-10 23:07:29', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (142, 999999, '', 'templastesv1.jpg', 9.9900, '200
7-05-10 23:08:18', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (143, 999999, '', 'sdafsadf.jpg', 9.9900, '2007-05
-11 06:03:29', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (144, 999999, '', 'aroundbk1sss.gif', 9.9900, '200
7-05-11 06:04:58', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (145, 999999, '', 'aroundbk1sss.gif', 9.9900, '200
7-05-11 06:05:27', '2007-05-11 06:05:51', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (146, 999999, '', 'weddingssssssssss.gif', 9.9900,
'2007-05-11 06:07:07', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (147, 999999, '', 'sdfsdfinterior.jpg', 9.9900, '2
007-05-11 06:08:15', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (148, 999999, '', 'ebayentsmssall.jpg', 9.9900, '2
007-05-11 06:08:57', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (149, 999999, '', '10000sss.jpg', 9.9900, '2007-05
-11 06:09:54', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (150, 999999, '', 'brisssssssssde.jpg', 9.9900, '2
007-05-11 06:10:46', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (151, 999999, '', 'biblestudywhoo.gif', 9.9900, '2
007-05-11 06:11:20', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (152, 999999, '', 'babysfirssssstbk.gif', 9.9900,
'2007-05-11 06:12:06', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (153, 999999, '', 'videoboasdasdx.jpg', 9.9900, '2
007-05-11 06:13:02', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (154, 999999, '', 'megass.jpg', 9.9900, '2007-05-1
1 06:13:41', '2007-05-30 11:38:05', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (155, 999999, '', 'jvssssssssss.jpg', 9.9900, '200
7-05-11 06:14:14', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (156, 999999, '', 'greaaat-linkssssss.jpg', 9.9900
, '2007-05-11 06:15:08', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (157, 999999, '', 'google-passge.jpg', 9.9900, '20
07-05-11 06:15:38', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (158, 999999, '', 'explode-sssoptin.jpg', 9.9900,
'2007-05-11 06:16:47', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (159, 999999, '', 'cover-crddeator.jpg', 9.9900, '
2007-05-11 06:17:38', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (160, 999999, '', 'profit-ssstoolbars.jpg', 9.9900
, '2007-05-11 06:18:17', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (161, 999999, '', 'members-assssswerwerea.jpg', 9.
9900, '2007-05-11 06:18:57', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (162, 999999, '', 'nichsdfe-keywssssords.jpg', 9.9
900, '2007-05-11 06:19:54', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (163, 999999, '', 'floatinsssadasdg-ads.jpg', 9.99
00, '2007-05-11 06:21:02', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (164, 999999, '', 'qsdfasdfss.jpg', 9.9900, '2007-
05-11 06:21:38', '2007-05-30 11:24:29', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (165, 999999, '', 'asasdasde.jpg', 9.9900, '2007-0
5-11 06:22:26', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (166, 999999, '', 'ezine-forsafsdmatter.jpg', 9.99
00, '2007-05-11 06:23:03', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (167, 999999, '', 'mlm-secrasdfsadfets.jpg', 9.990
0, '2007-05-11 06:23:48', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (168, 999999, '', 'gold-collectasdasion.jpg', 9.99
00, '2007-05-11 06:24:35', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (169, 999999, '', 'scroll-posdfaps.jpg', 9.9900, '
2007-05-11 06:25:12', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (170, 999999, '', 'niche-teasdfasm.jpg', 9.9900, '
2007-05-11 06:25:50', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (171, 999999, '', 'forusdfgm-list.jpg', 9.9900, '2
007-05-11 06:26:36', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (172, 999999, '', 'clickmasdagnet.jpg', 9.9900, '2
007-05-11 06:27:10', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (173, 999999, '', 'ebooasdfsadf222kcover.gif', 9.9
900, '2007-05-11 06:28:14', '2007-05-30 12:17:07', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (174, 999999, '', 'REA2asdf50mid.jpg', 9.9900, '20
07-05-11 06:28:54', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (175, 999999, '', 'Bigasdf175.jpg', 9.9900, '2007-
05-11 06:29:23', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (176, 999999, '', 'website-converasdfsion-secrets.
jpg', 9.9900, '2007-05-11 06:29:54', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (177, 999999, '', 'easafsy-pdf.jpg', 9.9900, '2007
-05-11 06:30:47', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (178, 999999, '', 'scriptsasdf2sell.jpg', 9.9900,
'2007-05-11 06:31:25', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (179, 999999, '', '3asd06tem.jpg', 9.9900, '2007-0
5-11 06:32:27', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (180, 999999, '', 'virtasdfual-ebiz.jpg', 9.9900,
'2007-05-11 06:33:07', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (181, 999999, '', 'ipmsecasdfrets.jpg', 9.9900, '2
007-05-11 06:33:46', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (182, 999999, '', 'ppreporasdfs.jpg', 9.9900, '200
7-05-11 06:34:31', '2007-05-30 11:43:55', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (183, 999999, '', 'clickbasdsaank-as.jpg', 9.9900,
'2007-05-11 06:35:14', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (184, 999999, '', 'byamsdfm.jpg', 9.9900, '2007-05
-11 06:35:52', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (185, 999999, '', 'attaining-desireasdfs.jpg', 9.9
900, '2007-05-11 06:37:03', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (186, 999999, '', '10steasdfasdps.jpg', 9.9900, '2
007-05-11 06:37:52', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (187, 999999, '', 'free-adsfsto-sell.jpg', 9.9900,
'2007-05-11 06:38:27', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (188, 999999, '', 'gs_secrasdfets.jpg', 9.9900, '2
007-05-11 06:38:59', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (189, 999999, '', 'marketing-adsfiracle.jpg', 9.99
00, '2007-05-11 06:39:35', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (190, 999999, '', 'jw-ebaysasdfecrets.jpg', 9.9900
, '2007-05-11 06:40:17', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (191, 999999, '', 'outsdfsell.jpg', 9.9900, '2007-
05-11 06:41:07', '2007-05-27 16:28:34', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (192, 999999, '', 'magicsuasdfcover.jpg', 9.9900,
'2007-05-11 06:41:50', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (193, 999999, '', 'official-ebook-sale-asdfguide.j
pg', 9.9900, '2007-05-11 06:42:37', '2007-05-30 11:40:40', NULL, 0.00, 0, 0, 0,
0);
INSERT INTO `products` VALUES (194, 999999, '', 'web_sales_lasdfetters.jpg', 9.9
900, '2007-05-11 06:43:23', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (195, 999999, '', 'emba-simpleasdf-way.jpg', 9.990
0, '2007-05-11 06:44:16', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (196, 999999, '', 'provenasdfps.jpg', 9.9900, '200
7-05-11 06:44:55', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (197, 999999, '', 'kmsadsfreport.jpg', 9.9900, '20
07-05-11 06:45:23', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (198, 999999, '', 'nocost-m-r.jpg', 9.9900, '2007-
05-22 12:01:10', '2007-05-30 11:40:10', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (199, 999999, '', 'ezine-exp.jpg', 9.9900, '2007-0
5-22 12:02:14', '2007-05-22 20:03:14', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (200, 999999, '', 'secret-ebay-m.jpg', 9.9900, '20
07-05-22 12:03:11', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (201, 999999, '', 'rr4free.jpg', 9.9900, '2007-05-
22 12:04:20', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (202, 999999, '', 't12312312v3.jpg', 9.9900, '2007
-05-22 12:05:26', '2007-05-30 12:16:21', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (203, 999999, '', 'paylock-generator1234561.jpg',
9.9900, '2007-05-22 12:06:37', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (204, 999999, '', 'pure-profit-soft.jpg', 9.9900,
'2007-05-22 12:09:02', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (205, 999999, '', 'autorespnder-un.jpg', 9.9900, '
2007-05-22 12:10:40', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (206, 999999, '', 'ezine_ad_formatter.jpg', 9.9900
, '2007-05-22 12:11:46', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (207, 999999, '', 'secr32432ets-aff.jpg', 9.9900,
'2007-05-22 12:12:50', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (208, 999999, '', 'website-ezine-prom11.jpg', 9.99
00, '2007-05-22 20:13:13', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (209, 999999, '', 'winthew111ar.jpg', 9.9900, '200
7-05-22 20:14:20', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (210, 999999, '', 'adtra1111ker.jpg', 9.9900, '200
7-05-22 20:15:35', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (211, 999999, '', 'web-marketing-explained.jpg', 9
.9900, '2007-05-22 20:16:37', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (212, 999999, '', 'iiempiqwres.jpg', 9.9900, '2007
-05-22 20:17:39', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (213, 999999, '', 'free-ad-syste121m.jpg', 9.9900,
'2007-05-22 20:18:48', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (214, 999999, '', 'easy_resell_pl12121us.jpg', 9.9
900, '2007-05-22 20:20:06', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (215, 999999, '', 'eBookAuthowqewqers.jpg', 9.9900
, '2007-05-22 20:22:18', '2007-05-30 11:17:52', NULL, 0.00, 0, 0, 0, 0);
INSERT INTO `products` VALUES (216, 999999, '', 'liftof12312f.jpg', 9.9900, '200
7-05-22 20:23:47', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (217, 999999, '', 'ezine-sfsdfsuccess.jpg', 9.9900
, '2007-05-22 20:25:21', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (218, 999999, '', 'iawqeqwelm.jpg', 9.9900, '2007-
05-22 20:26:35', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (219, 999999, '', 'ftphow.JPG', 9.9900, '2007-05-2
7 16:48:18', '2007-05-27 16:50:20', NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (220, 999999, '', 'ebizwhizezine1.jpg', 9.9900, '2
007-05-27 16:53:01', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (221, 999999, '', 'GiftsWomenWant.jpg', 9.9900, '2
007-05-27 16:55:30', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (222, 999999, '', 'HowToSetUpResellerPackages.jpg'
, 9.9900, '2007-05-27 16:59:11', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (223, 999999, '', '39SuccessTips2.jpg', 9.9900, '2
007-05-27 17:03:16', '2007-05-27 17:03:29', NULL, 0.00, 1, 0, 0, 1);
INSERT INTO `products` VALUES (224, 999999, '', '61777ebook_redo_2b_medfinal.gif
', 9.9900, '2007-05-27 17:06:19', NULL, NULL, 0.00, 1, 0, 0, 0);
INSERT INTO `products` VALUES (225, 999999, '', 'Webmaster-BUSINESS-Masters.jpg'
, 9.9900, '2007-05-27 17:08:54', NULL, NULL, 0.00, 1, 0, 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
`attribute_sort` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`products_attributes_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=225 ;
--
-- Dumping data for table `products_attributes`
--
INSERT INTO `products_attributes` VALUES (6, 8, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (7, 54, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (61, 59, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (63, 61, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (62, 60, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (60, 57, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (12, 20, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (13, 16, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (14, 35, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (15, 52, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (16, 17, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (17, 19, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (18, 44, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (19, 47, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (20, 50, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (21, 1, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (22, 51, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (23, 45, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (24, 7, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (25, 28, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (26, 23, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (27, 31, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (28, 30, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (29, 46, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (30, 29, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (31, 43, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (32, 18, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (33, 2, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (34, 37, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (35, 34, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (36, 3, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (37, 22, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (39, 10, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (59, 58, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (41, 55, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (42, 42, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (43, 24, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (44, 14, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (46, 41, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (47, 53, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (48, 4, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (49, 15, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (50, 27, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (51, 5, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (52, 6, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (54, 32, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (55, 33, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (56, 38, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (57, 11, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (58, 25, 1, 1, 0.0000, '+', 0);
INSERT INTO `products_attributes` VALUES (67, 63, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (70, 66, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (71, 67, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (72, 68, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (73, 69, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (75, 71, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (76, 72, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (78, 74, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (79, 75, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (80, 78, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (81, 79, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (82, 121, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (83, 80, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (84, 81, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (85, 82, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (86, 83, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (87, 85, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (88, 88, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (89, 87, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (90, 89, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (91, 90, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (92, 91, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (93, 92, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (94, 93, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (95, 94, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (96, 95, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (97, 96, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (98, 97, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (99, 98, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (100, 99, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (101, 100, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (102, 101, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (103, 102, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (104, 103, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (105, 104, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (106, 105, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (107, 106, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (108, 107, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (109, 108, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (110, 109, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (111, 110, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (112, 111, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (113, 112, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (114, 113, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (115, 114, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (116, 115, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (117, 116, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (118, 117, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (119, 118, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (120, 119, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (121, 120, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (122, 122, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (123, 123, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (124, 124, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (125, 125, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (126, 126, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (127, 127, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (128, 128, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (129, 129, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (130, 130, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (131, 131, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (132, 132, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (133, 133, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (134, 134, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (135, 135, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (136, 136, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (137, 137, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (138, 138, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (139, 139, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (140, 140, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (141, 141, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (142, 142, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (143, 143, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (144, 144, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (145, 145, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (146, 146, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (147, 147, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (148, 104, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (149, 149, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (150, 150, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (151, 151, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (152, 152, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (153, 153, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (154, 154, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (155, 155, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (156, 156, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (157, 157, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (158, 158, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (159, 159, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (160, 160, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (161, 161, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (162, 162, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (163, 163, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (164, 164, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (165, 165, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (166, 166, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (167, 167, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (168, 168, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (169, 169, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (170, 170, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (171, 171, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (172, 172, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (173, 173, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (174, 174, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (175, 175, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (176, 11, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (177, 177, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (178, 178, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (179, 179, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (180, 180, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (181, 181, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (182, 182, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (183, 183, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (184, 184, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (185, 185, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (186, 186, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (187, 187, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (188, 188, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (189, 189, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (190, 190, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (191, 191, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (192, 192, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (193, 193, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (194, 194, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (195, 195, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (196, 196, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (197, 197, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (198, 198, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (199, 200, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (200, 201, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (201, 202, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (202, 203, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (203, 204, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (204, 205, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (205, 206, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (206, 207, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (207, 208, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (208, 209, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (209, 210, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (210, 211, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (211, 212, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (212, 213, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (213, 214, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (214, 215, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (215, 216, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (216, 217, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (217, 218, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (218, 225, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (219, 224, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (220, 221, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (221, 219, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (222, 220, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (223, 223, 1, 1, 0.0000, '', 0);
INSERT INTO `products_attributes` VALUES (224, 222, 1, 1, 0.0000, '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `products_attributes_download`
--
CREATE TABLE `products_attributes_download` (
`products_attributes_id` int(11) NOT NULL default '0',
`products_attributes_filename` varchar(255) NOT NULL default '',
`products_attributes_maxdays` int(2) default '7',
`products_attributes_maxcount` int(2) default '1',
PRIMARY KEY (`products_attributes_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `products_attributes_download`
--
INSERT INTO `products_attributes_download` VALUES (6, '1000atkins.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (7, 'dirtyblondejokes.zip', 7,
1);
INSERT INTO `products_attributes_download` VALUES (8, '101healthyrecipes.zip', 7
, 1);
INSERT INTO `products_attributes_download` VALUES (9, '101businessideas.zip', 7,
1);
INSERT INTO `products_attributes_download` VALUES (10, '101jokes.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (11, '101romanticideas.zip', 7
, 1);
INSERT INTO `products_attributes_download` VALUES (12, '500breadrecipes.zip', 7,
1);
INSERT INTO `products_attributes_download` VALUES (13, '597businessforms.zip', 7
, 1);
INSERT INTO `products_attributes_download` VALUES (14, 'cheapandeasyguide.zip',
7, 1);
INSERT INTO `products_attributes_download` VALUES (15, 'automate.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (16, 'psychic.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (17, 'breadrecipes.zip', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (18, 'casinotips.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (19, 'chineaseRecipes.zip', 7,
1);
INSERT INTO `products_attributes_download` VALUES (20, 'closeupmagic.zip', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (21, 'smallpenis.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (22, 'davidblaine', 7, 1);
INSERT INTO `products_attributes_download` VALUES (23, 'disaster.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (24, 'atkinsrevolution.zip', 7
, 1);
INSERT INTO `products_attributes_download` VALUES (25, 'football.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (26, 'Gamecube.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (27, 'greattipsdating.zip', 7,
1);
INSERT INTO `products_attributes_download` VALUES (28, 'guidedating.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (29, 'security.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (30, 'successwithwomen.zip', 7
, 1);
INSERT INTO `products_attributes_download` VALUES (31, 'buildhtml.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (32, 'truth.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (33, 'orgasms.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (34, 'auctionprofits.zip', 7,
1);
INSERT INTO `products_attributes_download` VALUES (35, 'loveallnight.zip', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (36, 'sexlastlonger.zip', 7, 1
);
INSERT INTO `products_attributes_download` VALUES (37, 'stopsmoking.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (38, 'watchskyonyourpc.zip', 7
, 1);
INSERT INTO `products_attributes_download` VALUES (39, 'hypnosis.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (40, '120cardtricks.zip', 7, 1
);
INSERT INTO `products_attributes_download` VALUES (41, 'premium.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (42, 'lowfat.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (43, 'PS2Cheats.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (44, 'yoga.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (45, 'arcadegamer.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (46, 'saladrecipes.zip', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (47, 'insidestory.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (48, 'sexpositions.zip', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (49, 'borrowersbible.zip', 7,
1);
INSERT INTO `products_attributes_download` VALUES (50, 'easyinternet.zip', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (51, 'fruitmachine.zip', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (52, 'horseracing.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (53, 'negative.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (54, 'greatsex.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (55, 'ufo.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (56, 'wholesaler.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (57, 'weightwatchers.zip', 7,
1);
INSERT INTO `products_attributes_download` VALUES (58, 'xboxcheats', 7, 1);
INSERT INTO `products_attributes_download` VALUES (59, 'moneyleak.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (60, '31days.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (61, 'kids.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (62, 'icecream.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (63, 'carcredit.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (64, 'ebookstore.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (67, 'phpringtones.ZIP', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (68, 'articlesitedirectory.zip
', 7, 1);
INSERT INTO `products_attributes_download` VALUES (69, 'allmyebooks.txt', 7, 1);
INSERT INTO `products_attributes_download` VALUES (70, 'PHP_MEGAPACK.zip', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (71, '55readytogotemps.zip', 7
, 1);
INSERT INTO `products_attributes_download` VALUES (72, '100pluswebtemps.zip', 7,
1);
INSERT INTO `products_attributes_download` VALUES (73, '90DayPowerSellerChalleng
e.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (74, 'GoogleWebsiteeBook.zip',
7, 1);
INSERT INTO `products_attributes_download` VALUES (75, 'debtconsolidationebook.z
ip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (76, 'sitemapmaker.zip', 7, 1)
;
INSERT INTO `products_attributes_download` VALUES (77, 'bloglink.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (78, 'sitemanager.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (79, 'apm.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (80, 'InternetMarketing.zip',
7, 1);
INSERT INTO `products_attributes_download` VALUES (81, 'MortgagestheCompleteGuid
e.zip', 7, 1);
INSERT INTO `products_attributes_download` VALUES (83, 'search_engine_primer.zip
', 7, 5);
INSERT INTO `products_attributes_download` VALUES (84, 'Adsense_thedollarproduci
ng_4.zip', 7, 5);
INSERT INTO `products_attributes_download` VALUES (85, 'AdsenseEmpire.zip', 7, 5
);
INSERT INTO `products_attributes_download` VALUES (86, 'AdvancedSiteSubmitter.zi
p', 7, 3);
INSERT INTO `products_attributes_download` VALUES (87, 'AffiliateMarketersToolki
t_9.zip', 7, 5);
INSERT INTO `products_attributes_download` VALUES (88, 'RSS-Announcer.exe', 7, 5
);
INSERT INTO `products_attributes_download` VALUES (89, 'wines_and_spirits.zip',
7, 5);
INSERT INTO `products_attributes_download` VALUES (90, 'WAP.zip', 7, 5);
INSERT INTO `products_attributes_download` VALUES (91, 'expireddomaintraffic.pdf
', 7, 5);
INSERT INTO `products_attributes_download` VALUES (92, 'sales-letter-creator.zip
', 7, 5);
INSERT INTO `products_attributes_download` VALUES (93, '97stahr.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (94, 'niceguys-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (95, 'audioplayerpro-p.zip', 3
0, 5);
INSERT INTO `products_attributes_download` VALUES (96, 'bookmark-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (97, 'top102222.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (98, 'bling-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (99, 'icopycat-p.pdf', 30, 5);
INSERT INTO `products_attributes_download` VALUES (100, 'retaincust-p.pdf', 30,
5);
INSERT INTO `products_attributes_download` VALUES (101, 'ebaymoney-p.exe', 30, 5
);
INSERT INTO `products_attributes_download` VALUES (102, 'pressmagic-p.exe', 30,
5);
INSERT INTO `products_attributes_download` VALUES (103, '97ems.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (104, 'articlesyndicate-p.zip'
, 30, 5);
INSERT INTO `products_attributes_download` VALUES (105, 'ebayfeed-p.zip', 30, 5)
;
INSERT INTO `products_attributes_download` VALUES (106, 'coach-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (107, 'subliminal-p.zip', 30,
5);
INSERT INTO `products_attributes_download` VALUES (108, 'golfscores.exe', 30, 5)
;
INSERT INTO `products_attributes_download` VALUES (109, 'ibsssse.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (110, 'inside2222r.exe', 30, 5
);
INSERT INTO `products_attributes_download` VALUES (111, 'keysecrets-p.zip', 30,
5);
INSERT INTO `products_attributes_download` VALUES (112, 'olympic-p.pdf', 30, 5);
INSERT INTO `products_attributes_download` VALUES (113, '101gk222.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (114, 'selfpublishin2g.exe', 3
0, 5);
INSERT INTO `products_attributes_download` VALUES (115, 'guide-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (116, 'optinwwsec.exe', 30, 5)
;
INSERT INTO `products_attributes_download` VALUES (117, 'netspy-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (118, 'egg-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (119, 'bakerassist-p.zip', 30,
5);
INSERT INTO `products_attributes_download` VALUES (120, 'getpaidtoshop-p.zip', 3
0, 5);
INSERT INTO `products_attributes_download` VALUES (121, 'millionaire-p.zip', 30,
5);
INSERT INTO `products_attributes_download` VALUES (82, 'getstarssted.exe', 30, 5
);
INSERT INTO `products_attributes_download` VALUES (122, 'formula111.exe', 30, 5)
;
INSERT INTO `products_attributes_download` VALUES (123, 'aircourier-p.zip', 30,
5);
INSERT INTO `products_attributes_download` VALUES (124, 'travelwrite-p.zip', 30,
5);
INSERT INTO `products_attributes_download` VALUES (125, 'epp.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (126, 'freeasdvert.exe', 30, 5
);
INSERT INTO `products_attributes_download` VALUES (127, 'onlinesddblue.exe', 30,
5);
INSERT INTO `products_attributes_download` VALUES (128, 'ifican-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (129, 'ffssstf.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (130, 'cathead-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (131, 'obesity-p.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (132, 'weblinkchecker.exe', 30
, 5);
INSERT INTO `products_attributes_download` VALUES (133, 'resalerich-p.exe', 30,
5);
INSERT INTO `products_attributes_download` VALUES (134, '17stessps.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (135, '7steps-p.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (136, 'subscriber-p.exe', 30,
5);
INSERT INTO `products_attributes_download` VALUES (137, 'affiliateshield.exe', 3
0, 5);
INSERT INTO `products_attributes_download` VALUES (138, 'affcssook.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (139, '16dassys.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (140, 'kekoe-p.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (141, 'infoprcreathand.exe', 3
0, 5);
INSERT INTO `products_attributes_download` VALUES (142, 'ultrat111.exe', 30, 5);
INSERT INTO `products_attributes_download` VALUES (143, 'italianssr.zip', 30, 5)
;
INSERT INTO `products_attributes_download` VALUES (144, 'aroundasdvol1.pdf', 30,
5);
INSERT INTO `products_attributes_download` VALUES (145, 'aroundtheworldvol2.pdf'
, 30, 5);
INSERT INTO `products_attributes_download` VALUES (146, 'weddingbiz.zip', 30, 5)
;
INSERT INTO `products_attributes_download` VALUES (147, 'interiordesign23.zip',
30, 5);
INSERT INTO `products_attributes_download` VALUES (148, 'ebayent.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (149, 'dreams123.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (150, 'bride123.zip', 100, 5);
INSERT INTO `products_attributes_download` VALUES (151, 'biblebase.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (152, 'babysfirst.zip', 60, 5)
;
INSERT INTO `products_attributes_download` VALUES (153, 'video123123.zip', 60, 5
);
INSERT INTO `products_attributes_download` VALUES (154, 'meg11awealth.zip', 60,
5);
INSERT INTO `products_attributes_download` VALUES (155, 'JV111.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (156, 'great_links_to_your_web
site.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (157, 'google_friendly_page.zi
p', 60, 5);
INSERT INTO `products_attributes_download` VALUES (158, 'explode_your_optin_list
.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (159, 'cover_software123.zip',
60, 5);
INSERT INTO `products_attributes_download` VALUES (160, 'profit_pulling_toolbars
.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (161, 'secure_members_area123.
zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (162, 'huge_niche_keyword_list
s123.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (163, 'floating_ads_creator.zi
p', 60, 5);
INSERT INTO `products_attributes_download` VALUES (164, 'quick_selling_softasdfw
are.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (165, 'autoresponder_secrets_e
xposed123.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (166, 'ezine_filter_and_format
ter.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (167, 'mlm_secrets.zip', 60, 5
);
INSERT INTO `products_attributes_download` VALUES (168, 'the_gold_collection.zip
', 60, 5);
INSERT INTO `products_attributes_download` VALUES (169, 'scroll_pops.zip', 60, 5
);
INSERT INTO `products_attributes_download` VALUES (170, 'niche_website_templates
.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (171, 'the_forum_list.zip', 60
, 5);
INSERT INTO `products_attributes_download` VALUES (172, 'clickmagnet123.zip', 60
, 5);
INSERT INTO `products_attributes_download` VALUES (173, 'Turnkey Secrets.zip', 6
0, 5);
INSERT INTO `products_attributes_download` VALUES (174, 'EMAIL1234.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (175, 'NetAudioPro123.zip', 60
, 5);
INSERT INTO `products_attributes_download` VALUES (176, 'website_convertion_secr
ets.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (177, 'easy_pdf_toolki123t.zip
', 60, 5);
INSERT INTO `products_attributes_download` VALUES (178, 'scripts_2_sell123.zip',
60, 5);
INSERT INTO `products_attributes_download` VALUES (179, '306_web_design_template
s123.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (180, 'virtual_ebiz.zip', 60,
5);
INSERT INTO `products_attributes_download` VALUES (181, 'info_product_marketing_
secrets_exposed.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (182, 'profit_pulling_reports.
zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (183, 'clickbank_automation_sy
stem.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (184, 'building_your_automatic
_money_machine.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (185, 'attaining_your_desires.
zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (186, '10_steps_to_killer_web_
copy.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (187, 'free_to_sell_6.zip', 60
, 5);
INSERT INTO `products_attributes_download` VALUES (188, 'gary_shawkeys_secrets.z
ip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (189, 'the_30_minute_marketing
_miracle.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (190, 'jw_ebay_secrets.zip', 6
0, 5);
INSERT INTO `products_attributes_download` VALUES (191, 'become_a_super_affiliat
e.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (192, 'magic_subscriber.zip',
60, 5);
INSERT INTO `products_attributes_download` VALUES (193, 'official_ebook_sales_gu
ide.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (194, 'web_sales_letters_supre
me.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (195, 'embarrassingly_simple_w
ay.zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (196, 'proven_pricing_secrets.
zip', 60, 5);
INSERT INTO `products_attributes_download` VALUES (197, 'killer_mini_sites.zip',
60, 5);
INSERT INTO `products_attributes_download` VALUES (198, 'no_cost_marketing_repor
t111.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (199, 'secret_ebay_marketing.z
ip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (200, 'how_to_get_resale_right
eqws_for_free.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (201, 'traffic_virus_322.zip',
30, 5);
INSERT INTO `products_attributes_download` VALUES (202, 'paylock_generator14o3.z
ip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (203, 'pure_profit_softwa222re
.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (204, 'autoresponder_unlimited
123.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (205, 'ezine_ad_formater999.zi
p', 30, 5);
INSERT INTO `products_attributes_download` VALUES (206, 'secrets_of_top_affiliat
e_marketers213.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (207, 'website_ezine_promotion
_made_easy.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (208, 'How to Win the War of I
nternet Marketing', 30, 5);
INSERT INTO `products_attributes_download` VALUES (209, 'ultimate_ad_tracke323r.
zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (210, 'web_marketing_explained
.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (211, 'instant_internet_empire
s111.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (212, 'free_ad_syst2121em.zip'
, 30, 5);
INSERT INTO `products_attributes_download` VALUES (213, 'easy_resell_plus4dsfsd.
zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (214, 'ebook_authors_interview
ed2314fsdf.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (215, '2322222222.zip', 30, 5)
;
INSERT INTO `products_attributes_download` VALUES (216, 'ezine_succes2312s.zip',
30, 5);
INSERT INTO `products_attributes_download` VALUES (217, 'instant_affiliate_link_
mas2222ker.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (218, 'TheWebmasterBusinessMas
terCourse.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (219, 'howtomanageandsell.zip'
, 30, 5);
INSERT INTO `products_attributes_download` VALUES (220, 'GiftsWomenWant.zip', 30
, 5);
INSERT INTO `products_attributes_download` VALUES (221, 'Howtoftp.zip', 30, 5);
INSERT INTO `products_attributes_download` VALUES (222, 'Be_a_WHIZ_at_eBIZ.zip',
30, 5);
INSERT INTO `products_attributes_download` VALUES (223, '39SuccessTipsSFWzip.zip
', 30, 5);
INSERT INTO `products_attributes_download` VALUES (224, 'StartPack.zip', 30, 5);
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
`products_description` text,
`products_url` varchar(255) default NULL,
`products_info` text NOT NULL,
`products_viewed` int(5) default '0',
PRIMARY KEY (`products_id`,`language_id`),
KEY `products_name` (`products_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=226 ;
--
-- Dumping data for table `products_description`
--
INSERT INTO `products_description` VALUES (1, 1, 'Coping With A Small Penis', 'I
t can seem like a cold, cruel world out there, especially to a man who feels tha
t his equipment doesn''t measure up. Coping with a Small Penis is one man''s jo
urney to personal enlightenment and sexual freedom. You?ll learn from his exper
ience and, perhaps, find the insight and wisdom to get on with your life.', '',
'Coping with a Small Penis is one man''s journey to personal enlightenment and s
exual freedom. You?ll learn from his experience and, perhaps, find insight and
wisdom.', 274);
INSERT INTO `products_description` VALUES (2, 1, 'How To Give Any Woman Orgasms'
, 'Your body and a few tips from this ebook are all you need to help your woman
achieve orgasm after orgasm. This concise Guide is a frank and explicit look at
the female orgasm and what YOU can do to make it happen again and again.', '',
'A frank and explicit look at the female orgasm and what YOU can do to make it h
appen again and again.', 173);
INSERT INTO `products_description` VALUES (3, 1, 'How To Make Sex Last Longer',
'If you?re like most men, you?re easily aroused and easily satisfied. That?s gr
eat for you, but what about your partner? <br>This ebook shows you easy-to-follo
w techniques for delaying and prolonging ejaculation, that will enhance the love
making experience for both of you!', '', 'This ebook shows you easy-to-follow te
chniques for delaying and prolonging ejaculation, that will enhance the lovemaki
ng experience for both of you!', 136);
INSERT INTO `products_description` VALUES (4, 1, 'Sex Positions', '170 Pages wit
h high quality pictures showing each position there is!', '', '170 Pages with hi
gh quality pictures showing each position there is!', 211);
INSERT INTO `products_description` VALUES (5, 1, 'The Fruit Machine Cheat Code',
'How to legally empty fruit machines! <br>\r\nThis concise ebook was written by
someone who used to build fruit machines and covers all the tips and tricks req
uired to win the jackpots!', '', 'How to legally empty fruit machines!', 174);
INSERT INTO `products_description` VALUES (6, 1, 'The Horse Racing Betting Syste
m', 'This is a unique betting system guaranteed to earn you any thing from ?10-
?1000 + per month. This is a no risk system! The betting industry is very lucrat
ive indeed and you can make some serious money from the right knowledge!', '', '
This is a unique betting system guaranteed to earn you any thing from ?10-?1000
+ per month.', 203);
INSERT INTO `products_description` VALUES (8, 1, '1000 Atkins Diet Recipes', 'Th
is E-Book provides you with an extensive range of recipes to be used in conjunct
ion with the acclaimed Dr Atkins Diet.\r\n<p>\r\n<table width="100%" cellspaci
ng="0" cellpadding="0" >\r\n <tr>\r\n <td class=main>\r\n<ul>\r\n<li>Sal
ads \r\n<li>Appetizers & Snacks \r\n<li>Beverages \r\n<li>Cakes & Pies \r\n<li>D
esserts \r\n<li>Fish Meals \r\n<li>Pork Meals \r\n<li>Beef, Lamb & Veal \r\n<li>
Poultry Meals \r\n<li>Breads & Pastries \r\n<li>Sweets \r\n<li>Biscuits \r\n<li>
Eggs & Breakfasts \r\n<li>Sauces & Dips \r\n<li>Soups & Stews\r\n</ul></td>\r\n
</tr>\r\n</table>', '', 'This E-Book provides you with an extensive range of
recipes to be used in conjunction with the acclaimed Dr Atkins Diet.', 175);
INSERT INTO `products_description` VALUES (7, 1, 'Dr Atkins New Diet Revolution'
, 'All you''ll ever need to know about the Atkins diet is explaining in this tut
orial, including how it works, the right foods to eat, rules of the diet and wh
at goals to set yourself.', '', 'All you''ll ever need to know about the Atkins
diet.', 191);
INSERT INTO `products_description` VALUES (59, 1, 'Kids Fun Recipes', 'Make fun
and delicious recipes with your family! Kids Fun Recipes is a collection of simp
le and easy to follow recipes that kids of all ages will enjoy.', '', 'Make fun
and delicious recipes with your family! Kids Fun Recipes is a collection of simp
le and easy to follow recipes that kids of all ages will enjoy.', 48);
INSERT INTO `products_description` VALUES (10, 1, 'Hypnosis Ebook Package', 'Eve
rything you need to learn the art of hypnosis. <br>\r\nFIVE ebooks in one pack.<
p>\r\n<table width="100%" cellspacing="0" cellpadding="0" >\r\n <tr>\r\n
<td class=main>\r\n<ul>\r\n<li> Hypnosis For Beginners\r\n<li> How To Hypnoti
ze People\r\n<li> Mind Power Seduction Manual\r\n<li> Advanced Hypnosis Techniqu
es\r\n<li> 7 Success Secrets of Hypnotism\r\n\r\n</ul></td>\r\n </tr>\r\n</ta
ble>', '', 'Everything you need to learn the art of hypnosis. FIVE ebooks in one
pack.', 130);
INSERT INTO `products_description` VALUES (11, 1, 'Weightwatchers Ebook Package'
, 'FIVE Weightwatchers ebooks in one money saving package.<br>\r\nThis pack cont
ains:<p>\r\n<table width="100%" cellspacing="0" cellpadding="0" >\r\n <tr>\r\
n <td class=main>\r\n<ul>\r\n<li> 100 Favourite Weightwatchers Recipes\r\
n<li> Weightwatchers Drop Diet Recipes\r\n<li> Weightwatchers Eating Out Guide\r
\n<li> Weightwatchers Points Guide\r\n<li> Weightwatchers Points Guide Tracker\r
\n</ul></td>\r\n </tr>\r\n</table>', '', 'FIVE Weightwatchers ebooks in one m
oney saving package.', 245);
INSERT INTO `products_description` VALUES (58, 1, '101 Ways To Stop The Money Le
ak', 'Do You Really Want To Save Money?<br>\r\nLet me show you 101 easy to imple
ment ways you can start plugging all of the money leaks immediately.<br>\r\nNot
only will I reveal all of these fantastic money saving tips to you I will also s
how you where you can save money from a wide variety of sources.', '', 'Do You R
eally Want To Save Money? Let me show you 101 easy to implement ways you can sta
rt plugging all of the money leaks immediately.', 67);
INSERT INTO `products_description` VALUES (14, 1, 'Practical Lessons in Yoga', '
Yoga is an exact science based on certain immutable Laws of Nature. \r\nIt is we
ll known to people of all countries of the world interested in the study of East
ern civilisation and culture, and is held in awe and reverence as it contains in
it the master-key to unlock the realms of Peace, Bliss, Mystery and Miracle.\r\
n<br>\r\n\r\nLearn all there is to know about Yoga. Packed full of techniques.',
'', 'Learn all there is to know about Yoga. Packed full of techniques.', 140);
INSERT INTO `products_description` VALUES (15, 1, 'Credit Secrets Revealed', '<t
able width="60%" height=150 cellspacing="0" cellpadding="0" >\r\n <tr valign=t
op>\r\n <td class=main>\r\nWritten by a financial expert, this ebook cove
rs everything about borrowing money, credit checks, bankruptcy, using over peopl
es money, plus much more!\r\n</td>\r\n </tr>\r\n</table>\r\n\r\n<table width
="100%" cellspacing="0" cellpadding="0" >\r\n <tr>\r\n <td class=main>\
r\n<ul>\r\nSECTION ONE : Credit Secrets<p>\r\n\r\n<li>1. Save ?000s Off The Cost
of Your Mortgage \r\n<li>2. The Secrets of Obtaining a First Class Credit Ratin
g \r\n<li>3. How to Have CCJ''S Legally Removed \r\n<li>4. Raising Thousands in
a Matter of Days \r\n<li>5. A Guaranteed Income of ?100,000 In a Year \r\n<li>6.
All the Credit Cards You Could Ever Want \r\n<li>7. Virtually Unlimited Finance
from Your Credit Cards \r\n<li>8. Finance for Your Business - 100%! \r\n<li>9.
"Borrow" Money - That You Don''t Need To Repay \r\n<li>10. A Loan Which is Guara
nteed by the Government \r\n<li>11. Huge Profits from Property Deals - \r\nUsing
Other Peoples'' Money \r\n\r\n<p>\r\nSECTION TWO : When Credit Becomes A Proble
m\r\n<p>\r\n<li>12. When Thing Get Out of Hand - The Problems of Repayment \r\n<
li>13.The Need To Plan\r\n<li>14. Don''t Make Enemies of Your Creditors \r\n<li>
15. Are You Entitled to Help From the State \r\n<li>16. What''s The Worst That C
an Happen \r\n<li>17. What About The Future? \r\n<li>18. Professional Help \r\n<
li>19. Bankruptcy, The Very Last Resort\r\n(And How To Avoid It) \r\n<p>\r\nSECT
ION THREE: Special Supplement: Credit With No Credit Checks.\r\n\r\n</ul></td>\r
\n </tr>\r\n</table>', '', 'Written by a financial expert, this ebook covers
everything about borrowing money, credit checks, bankruptcy, using over peoples
money, plus much more!', 154);
INSERT INTO `products_description` VALUES (16, 1, '597 Ready To Use Sales Letter
s and Business Forms', 'At your fingertips, just about every kind of letter or f
orm you might need for your business, ready for your instant use! With the 597 B
usiness Letters Library you will never be at a loss for words. This easy to use
collection provides you with almost any type of business letter you can imagine.
Just select the document you need and change the names and address to suit your
needs.', '', 'This easy to use collection provides you with almost any type of
business letter you can imagine. Just select the document you need and change th
e names and address to suit your needs.', 155);
INSERT INTO `products_description` VALUES (17, 1, 'Be Your Own Psychic', 'Have y
ou ever wished that you had psychic abilities? <br>\r\nHave you ever wished that
you had more control over your mind?<br>\r\n Have you ever wished that you coul
d control your life and destiny?<br>\r\nThen this is a must-read e-Book.', '', '
Have you ever wished that you had psychic abilities? \r\nHave you ever wished th
at you had more control over your mind?\r\n Have you ever wished that you could
control your life and destiny? Then this ebook is for you!', 119);
INSERT INTO `products_description` VALUES (18, 1, 'How To Get The Truth Out Of A
nyone', 'In an ideal world, there would be no need for lies. But we live in a wo
rld of deception. And, whether you want to play or not, your''e in the game!<br>
\r\nThe question is....<br>\r\nDo you want to win?', '', 'Never be lied to again
.', 151);
INSERT INTO `products_description` VALUES (19, 1, 'Bread Recipes', 'Are you gett
ing the full benefit from your Bread Machine? <br>\r\nThis e-Book has over 100 b
read recipes! <br>\r\nThey can be made in any brand of automated bread machine -
they can also be baked in an oven.', '', 'This e-Book has over 100 bread recipe
s! They can be made in any brand of automated bread machine - they can also be b
aked in an oven.', 144);
INSERT INTO `products_description` VALUES (20, 1, 'Bread Machine Recipes', 'An a
mazing selection of bread recipes for bread machines.<br>\r\nEnough to keep any
cook busy!', '', 'An amazing selection of bread recipes for bread machines.', 13
7);
INSERT INTO `products_description` VALUES (28, 1, 'The Fixed Odds Football Syste
m', 'Football Matches are a lot easier to predict than Horse Races!\r\nThere are
only three possible outcomes, home win - away win - or draw! Football matches a
re much more likely to go true to form than horse races. Consequently bookmakers
have always been very cautious when it comes to Football betting! This ebook sh
ows you how to bet properly.', '', 'How to bet successfully on football matches.
', 177);
INSERT INTO `products_description` VALUES (22, 1, 'How To Stop Smoking Forever',
'Have you been wanting to stop smoking, but haven''t really known the right way
to stop? What if I told you that within a week from starting this one stop smok
ing program you could be smoke free forever? Its really not as hard as you may t
hink. In this eBook you will learn how you can be smoke free forever!', '', 'In
this eBook you will learn how you can be smoke free forever!', 132);
INSERT INTO `products_description` VALUES (23, 1, 'Gamecube Cheats', 'This e-Boo
k is jam packed with 1000s of cheats, codes, tips and a lot more for 1000s of Ga
mecube games.', '', 'This e-Book is jam packed with 1000s of cheats, codes, tips
and a lot more for 1000s of Gamecube games.', 157);
INSERT INTO `products_description` VALUES (24, 1, 'Playstation 2 Cheats (PS2)',
'This is an excellent collection of PS2 cheat codes, cheats, guides and a whole
lot more.', '', 'This is an excellent collection of PS2 cheat codes, cheats, gui
des and a whole lot more.', 163);
INSERT INTO `products_description` VALUES (25, 1, 'XBox Cheats', 'This e-Book co
ntains 1000s of cheats, guides, codes and much more for the Microsoft Xbox.', ''
, 'This e-Book contains 1000s of cheats, guides, codes and much more for the Mic
rosoft Xbox.', 131);
INSERT INTO `products_description` VALUES (27, 1, 'The Easy Internet Beginners G
uide', 'Everything a beginner needs to know about the internet and how to use it
.', '', 'Everything a beginner needs to know about the internet and how to use i
t.', 159);
INSERT INTO `products_description` VALUES (29, 1, 'How To Be Successful With Wom
en', 'Everything you need to know about being successful with women.', '', 'Ever
ything you need to know about being successful with women.', 179);
INSERT INTO `products_description` VALUES (30, 1, 'Guide To Online Dating', 'Thi
nk thousands of people are finding love-matches online? You?re wrong. Every da
y, MILLIONS of people ? every age, background, race, creed and color ? are using
the Internet to meet their mate. What are YOU waiting for?', '', 'Think thousa
nds of people are finding love-matches online? You?re wrong. Every day, MILLIO
NS of people ? every age, background, race, creed and color ? are using the Inte
rnet to meet their mate. What are YOU waiting for?', 167);
INSERT INTO `products_description` VALUES (31, 1, 'Great Tips For Dating Success
', 'Think you?re the only one out there trying ? and failing -- to get a date?
You?re not alone! And with Dr. Dating?s Great Tips for Dating Success, you won?
t ever have to be alone again.', '', 'Think you?re the only one out there trying
? and failing -- to get a date? You?re not alone! And with Dr. Dating?s Great
Tips for Dating Success, you won?t ever have to be alone again.', 155);
INSERT INTO `products_description` VALUES (32, 1, 'The Secrets Of Having Great S
ex', 'Everything you need to know about how to spice up your time between the sh
eets!', '', 'Everything you need to know about how to spice up your time between
the sheets!', 184);
INSERT INTO `products_description` VALUES (33, 1, 'UFOs And Aliens Guide', 'Load
s of information about UFOs. Packed with info, links and video footage.\r\n<p>\r
\nBuy this ebook today and get an extra ebook UFO - FBI Top Secret Files absolut
ely free.', '', 'Loads of information about UFOs. Packed with info, links and vi
deo footage.', 145);
INSERT INTO `products_description` VALUES (34, 1, 'How to Make Love All Night (a
nd Drive a Woman Wild)', 'Everything you need to know about making love all nigh
t and pleasing your partner.', '', 'Everything you need to know about making lov
e all night and pleasing your partner.', 205);
INSERT INTO `products_description` VALUES (35, 1, 'A Cheap and Easy Guide to Sel
f-publishing eBooks', 'A Cheap and Easy Guide to Self-publishing eBooks is a com
plete system that will teach you how to self publish an ebook and sell it over t
he internet.', '', 'A Cheap and Easy Guide to Self-publishing eBooks is a comple
te system that will teach you how to self publish an ebook and sell it over the
internet.', 186);
INSERT INTO `products_description` VALUES (37, 1, 'How to Increase Auction Profi
ts at eBay', 'If you sell ebooks or anything else on auction websites on eBay, t
his ebok wil show you how to increase your auction profits!', '', 'If you sell e
books or anything else on auction websites on eBay, this ebok wil show you how t
o increase your auction profits!', 156);
INSERT INTO `products_description` VALUES (38, 1, 'Directory Of UK Wholesalers',
'A huge directory of hundreds of UK wholesalers, trade websites and dropshipper
s, where you can buy cheap goods of EVERY category known to man and sell for a p
rofit! This ebook is linked to an online database, so it ALWAYS updates itself.
It''s the only UK wholesale guide you''ll ever need!', '', 'A huge directory of
UK wholesalers, trade websites and dropshippers, where you can buy cheap goods o
f EVERY category known to man and sell for a profit!', 156);
INSERT INTO `products_description` VALUES (41, 1, 'Salad Recipes', 'A ebook fill
ed with healthy salad recipes.', '', 'A ebook filled with healthy salad recipes.
', 154);
INSERT INTO `products_description` VALUES (42, 1, 'Low Fat Recipes', 'A feast of
tasty low fat recipes.', '', 'A feast of tasty low fat recipes.', 189);
INSERT INTO `products_description` VALUES (43, 1, 'How To Build HTML', 'This new
ly released eBook guides you through the process, step-by-step, of creating your
first website from begining to end.<BR>\r\nThis eBook contains 10 chapters with
helpful pictures to make learning HTML a breeze!', '', 'This newly released eBo
ok guides you through the process, step-by-step, of creating your first website
from begining to end.\r\nThis eBook contains 10 chapters with helpful pictures t
o make learning HTML a breeze!', 199);
INSERT INTO `products_description` VALUES (44, 1, 'Gambling Systems Revealed', '
Gambling tips and secret systems that casinos don''t want you to know, including
tips on card counting, blackjack, roulette and much more.', '', 'Gambling tips
and secret systems that casinos don''t want you to know, including tips on card
counting, blackjack, roulette and much more.', 190);
INSERT INTO `products_description` VALUES (45, 1, 'Disaster Preparedness Kit', '
Don''t get caught out in a disaster, be prepared for the unlikely. You just neve
r know when disaster will strike, but if it does you will be more then prepared
for it with the information this ebook gives you.', '', 'Don''t get caught out i
n a disaster, be prepared for the unlikely. You just never know when disaster wi
ll strike, but if it does you will be more then prepared for it with the informa
tion this ebook gives you.', 135);
INSERT INTO `products_description` VALUES (46, 1, 'Home Security - How To Protec
t Your Home And Family', 'Is your home secure or are you crying out to be burgle
d? This free book will set you straight and put your mind at ease (includes a fi
re-safety checklist and a list of great places to hide your valuables).', '', 'I
s your home secure or are you crying out to be burgled? This free book will set
you straight and put your mind at ease (includes a fire-safety checklist and a l
ist of great places to hide your valuables).', 116);
INSERT INTO `products_description` VALUES (47, 1, 'Chinese Recipes', 'Learn to c
ook Chinese better than your local takeaway!<br>\r\nEvery recipe you find in thi
s eBook is a genuine Chinese recipe. As such you will obviously get the best res
ults if you use genuine Chinese ingredients.<br>\r\nWe realise that these can of
ten be hard to find, however dont worry. Most of the ingredients can now be foun
d at your local supermarket. If you cant find the ingredients at your local supe
rmarket, try a specialist Deli or considering asking the supermarket if they wou
ld be able to get the product for you.', '', 'Learn to cook Chinese better than
your local takeaway!', 136);
INSERT INTO `products_description` VALUES (60, 1, '131 Ice Cream Maker Recipes',
'Homemade Ice Cream has not lost any of its good, old-fashioned appeal. In this
ebook, there is a delicious homemade ice cream recipe to meet every need: regul
ar, low calorie, sugar free and non-dairy, Anyone can make a homemade ice cream
to suit their need.', '', 'Homemade Ice Cream has not lost any of its good, old-
fashioned appeal. In this ebook, there is a delicious homemade ice cream recipe
to meet every need: regular, low calorie, sugar free and non-dairy, Anyone can m
ake a homemade ice cream to suit their need.', 51);
INSERT INTO `products_description` VALUES (61, 1, 'How To Buy A Car With Little
Or No Credit', 'Think you can''t get a car because you have no credit? You need
to read this report today!<p>\r\nThis essential report includes:<p>\r\nWhere to
Find The Vehicle of Your Choice <br>\r\nMaking the Initial Contact (Common Quest
ions and Answers)<br>\r\nThe Face to Face Presentation <br>\r\nClosing the Deal<
br>\r\nPaperwork and Insurance<br>', '', 'Think you can''t get a car because you
have no credit? You need to read this report today!', 57);
INSERT INTO `products_description` VALUES (50, 1, 'Close Up Magic Revealed', 'Th
is is a brand new title that was released on the 8th June 2005. Close Up Magic R
evealed does exactly what is says. This little treasure comprises of 15 of the m
ost sort after close up tricks.<br>\r\nYou will be the life and soul of any part
y with the information compiled into this ebook. Every single trick is laid out
in a easy to follow step by step guard, including wonderful colour illustrations
for each trick!', '', 'Close Up Magic Revealed does exactly what is says. This
little treasure comprises of 15 of the most sort after close up tricks.', 133);
INSERT INTO `products_description` VALUES (51, 1, 'David Blaines Mega Magic Guid
e Book', 'You have seen David Blaine perform amazing street magic on your TV, No
w you to can learn how to perform these amazing street magic tricks with our sim
ple to use step by step guide.', '', 'You have seen David Blaine perform amazing
street magic on your TV, Now you to can learn how to perform these amazing stre
et magic tricks with our simple to use step by step guide.', 158);
INSERT INTO `products_description` VALUES (52, 1, 'Automate Ebook Sales With Out
look Express', 'If you are selling e-books on eBay, this is for YOU!<br>\r\nGive
your customers the service they deserve.<br>\r\nWhen they pay, they don''t want
to wait until you come in from work, or wake up in the morning to send them the
e-book they ordered at 2am. <br>\r\n\r\nTHEY WANT IT INSTANTLY!<br>\r\n\r\nAuto
E-book explains exactly how to set up Outlook Express to send out your e-books
to the buyer as soon as they pay you with PayPal.', '', 'Do you sell ebooks? Fed
up with manually emailing customers their purchases? This ebook explains exactl
y how to set up Outlook Express to send out your e-books automatically to the bu
yer as soon as they pay you with PayPal.', 180);
INSERT INTO `products_description` VALUES (53, 1, 'Ebay The Inside Story', 'This
UNIQUE new eBook has been written by two serious contenders who have developed
their businesses on eBay after a lot of careful and serious research on both sid
es of the Atlantic.\r\n<p>\r\nYou now have the chance to purchase their UNIQUE n
ew eBook which will save you months and possibly years of trial and error and pr
obably buying a lot of baloney on the way - Learn from their mistakes and GET IT
RIGHT FIRST TIME.\r\n\r\n<p>\r\nSome of the subjects covered are:<p>\r\n<ul>\r\
n<li>Learn how to use ebay''s search function in advanced ways you never knew po
ssible to find the best prices. \r\n<li>How to use software to find incorrectly
spelt listings that nobody else finds. Be the only bidder and grab a bargain! \r
\n<li>Learn all about the ebay toolbar. \r\n<li>Find out about dropshipping and
find dropshippers. \r\n<li>Learn all the mistakes we have made so that you don''
t waste time making the same mistakes. \r\n<li>We teach you how to make sure you
r listings get seen and clicked on by potential buyers. \r\n<li>We show you how
to make the best use of your listings title and subtitle. Not as simple as you t
hink! \r\n<li>You will learn how to write listing descriptions that will have bu
yers rushing to the buy now button. \r\n<li>Find out the best day to list your i
tem and what time of day to list. This is really important! \r\n<li>We also teac
h you how to take great looking pictures for your ebay listings. \r\n<li>Listing
upgrades - Are they worth it and when should you use them. \r\n</ul>', '', 'Thi
s UNIQUE new eBook has been written by two serious contenders who have developed
their businesses on eBay after a lot of careful and serious research on both si
des of the Atlantic.', 224);
INSERT INTO `products_description` VALUES (54, 1, '101 Dirty Dumb Blonde Jokes',
'We all love those dirty jokes about oversexed dumb blonde girls! <br>\r\nSo, h
ere we present 101 of them at their dirtiest in one hilarious ebook!<p>\r\nSTRIC
TLY ADULTS ONLY!', '', 'We all love those dirty jokes about oversexed dumb blond
e girls! So, here we present 101 of them at their dirtiest in one hilarious eboo
k!', 320);
INSERT INTO `products_description` VALUES (55, 1, 'Learn How To Profit From Prem
ium Rate Lines', 'Millions of pounds are made each year in the UK through premiu
m rate services. Learn how you can start your own automated premium rate buiness
, providing chat lines, text services, tarot readings and much more with this mo
ney making opportunity.<br>\r\nThis ebook shows you how you can achieve this.',
'', 'Millions of pounds are made each year in the UK with premium rate services.
Learn how you can start your own premium rate buiness, providing chat lines, te
xt services, tarot readings and much more with this automated money making oppor
tunity.', 234);
INSERT INTO `products_description` VALUES (57, 1, '31 Days To Bigger Arms', 'If
you want to put Inches on your arms and develop bigger biceps within a month, yo
u must have this!<p>\r\nThis ebook will give you loads of tips on how to build y
our arm muscles, including exercise, diet recommendations and much more.', '', '
If you want to put Inches on your arms and develop bigger biceps within a month,
you must have this!', 71);
INSERT INTO `products_description` VALUES (63, 1, 'PHP Ringtone Website', '<p al
ign="center"><b>This fully functional and fully automated website sells mobile p
hone ring tones, games, wallpaper, logos, mobile phone wallpaper, polyphonic ton
es and screensavers.</b>\r\n<p align="center">This site works in conjunction wit
h a company from the Netherlands that supplies \r\nthe mobile content on the sit
e and pays you very well for sales. Signup with \r\nthis company is <b>free</b>.
<BR><BR>Once installed the site is fully automated. A \r\ntrusted and respected
3rd party will handle all of the transactions for you and \r\ndeliver the produ
cts right to your customers phone. Your job is to promote the \r\nsite. <BR><BR>
This item comes with reseller rights so you are free to sell it on \r\nif you wi
sh to. <BR><BR>What else do I need if I want my own ring tone \r\nsite?<BR><BR>1
. Web hosting that supports PHP (Unix web server) - We can provide \r\nthis <A h
ref="hosting.shtml">click here</A> for details, we will also configure \r\nyour
site free of charge if you choose our hosting<BR> <BR>2. Domain Name - You \r\nm
ay already have one, if not domain names are cheap and easy to buy, we can help
\r\nwith this <BR><BR>What do I need to do if I want my own ring tone \r\nsite?<
BR><BR>1. Create an account with the content provider, this is free and \r\neasy
<BR>Create a new logo for the site (optional) ** <BR>Edit 2 text files to \r\nc
ustomize your site ** <BR>Upload your site to your web space ** <BR>Promote \r\n
your new ring tone website <BR>** We do this for free if you choose our \r\nhost
ing<BR><BR>2. What do I get if I buy this script?<BR><BR>A copy of the PHP \r\ns
cript that powers the demo site <BR>The contact details for the content \r\nprov
ider <BR>Any help and support you may need \r\n<BR><BR><A \r\nhref="http://anews
hop.co.uk/demoringtonewebsite" target=_blank>Click here to see \r\na demo of the
ready made Ringtone Website</A><BR></p>', '', 'This fully functional and fully
automated website sells mobile phone ring tones, games, wallpaper, logos, mobile
phone wallpaper, polyphonic tones and screensavers.', 119);
INSERT INTO `products_description` VALUES (66, 1, 'PHP WEBSITE SCRIPTS MEGAPACK!
', 'This is a great chance for someone wishing to enter the dotcom revolution by
selling readymade websites. We usually sell these scripts for a lot more, but
we want to allow fellow entrepreneurs on eBay to share in our success. Similar
scripts sell for ?10 - ?20+ EACH on eBay. But don''t pay silly prices! Get them
all here for a bargain price! The scripts come with Full Re-Sell Rights, so you
can make a fortune by either splitting them all up and selling them separately
on eBay or simply resell this Megapack. \r\n<p> All scripts come with full inst
allation instructions, so you could even use them yourself! \r\n\r\nHere''s Wh
at You Get... </p>\r\n<p> \r\n\r\n Ringtone Website PHP Script (Sell ringtone
s online - <a href="http://geminiis.com/demoringtonewebsite" target="_blank">Dem
o</a>) <br>\r\n\r\n Photo Rating Website PHP Script (Your own photo rating web
site - <a href="http://www.geminiis.com/demoratemyphotowebsite" target="_blank">
Demo</a>) <br>\r\n\r\n\r\n Automated Slimming Ebook Website PHP Script (Sell sl
imming ebooks - <a href="http://geminiis.com/demoslimmingebookwebsite" target="_
blank">Demo</a>) <br>\r\n\r\n\r\n Automated Gambling Ebook Website PHP Script
(Sell gambling ebooks) <br>\r\n\r\n Dating Website PHP Script (Run your own d
ating website) <br>\r\n\r\n\r\n Guestbook PHP Script (A guestbook for your webs
ite.) <br>\r\n\r\n\r\n FAQ Page PHP Script (A Help and FAQ section for your web
site) <br>\r\n\r\n\r\n Auction Website PHP Script (your own auction website li
ke eBay) <br>\r\n\r\n\r\n Forum Service Website PHP Script (Start a free forum
service for webmasters) <br>\r\n\r\n\r\n Banner Exchange Website PHP Script (
Start a banner exchange service for webmasters -\r\n <a href="http://geminiis.
com/demobannerexchange" target="_blank">Demo</a>) <br>\r\n\r\n\r\n Classified A
ds Website PHP Script (Start a paid classified ads service) <br>\r\n\r\n\r\n Mo
dels Portfolio Website PHP Script (Models can create their own portfolios) <br>
\r\n\r\n\r\n Real Estate Website PHP Script (Make money from people wanting to s
ell houses) <br>\r\n\r\n\r\n Jokes Website PHP Script (Start your own jokes web
site. Users can submit their own jokes)<br>\r\n \r\n \r\n What You Will Also Get
... \r\n\r\n A Simple Guide To Search Engine Optimization (an ebook written by
webpreneur Mikey J) <br>\r\n \r\n\r\n An eBay Sales Template (a readymade html s
ales page to sell this megapack on eBay) <br>\r\n\r\n\r\n\r\n <b>\r\n\r\n\r\n\
r\nServer Requirements:</b><br>\r\n\r\nIf you want to use them yourself, your we
b server must have support for PHP. Some of the scripts also require mysql.</p>'
, '', '14 PHP WEBSITE SCRIPTS! FULL RE-SELL RIGHTS! RESELL FOR A PROFIT!', 99);
INSERT INTO `products_description` VALUES (67, 1, '55 Ready To Start Website Tem
plates', 'By using this package, you''ll have access to 55 ready-to-use webpage
layouts. If your curious to see just how fantastic these templates look, here''s
just 12 samples of these super web sites for you to see:\r\n\r\nThere as stunni
ng as you''ll ever get and best the best part is that all 55 professional web te
mplates are optimised and researched to increase efficiency!...\r\n<p>Each templ
ate is literally ''modified'' in the following ways: <br>\r\n\r\n\r\n(1) The col
or schemes and style selections have been chosen to attract a greater majority o
f visitors. <br>\r\n\r\n\r\n(2) The images and graphics on the templates are cho
sen to appeal almost instantly to your visitors. <br>\r\n\r\n\r\n(3) The layout
is designed to be as user-friendly as possible in order to keep your visitors sm
iling. <br>\r\n(4) Every web template is based upon our ''simplicity to populari
ty'' theory which means that the average visitor on the internet prefers a simpl
istic web site instead of a confusing layout. And that what this web solution is
about!<br>\r\n\r\n\r\nSo what''s the end result from all this researching and o
ptimization? Simple. Your web template will receive a greater boost of popularit
y and appeal from any of your visitors and if your selling products, you''ll als
o boost your sales incredibly!</p>\r\n<p>The Templates Work With Any Web Editor!
<br>\r\n\r\nWith these web templates, all you''d be doing is filling in the blan
k spaces! <br>\r\n\r\nHow easy can you get! It''s Childs Play! And their all bui
lt in ''easy-to-use'' HTML Format!<br><br>\r\nSimply once you have filled in the
spaces and placed your desired images using your favorite web editor such as Mi
crosoft Frontpage or Macromedia Dreamweaver or over 120 other web editors, and a
ll you have to do is link up the new page(s) to an order form or shopping cart s
oftware, upload the saved pages to to your selected web host server, and you''re
in business! <br><br>\r\n\r\nSimply put, you can use the templates for anything
you please whether its building a powerful two-page mini-site selling a mind-bl
owing product or a full-fledged content/portal web site, any of these templates
can adapt to any sort of web site you have in mind. You can use all of the pages
, mix and match pages or just use one or maybe three - it''s totally up to you!<
br><br>\r\n</p>', '', 'Quickly & Easily Create Amazing Professional \r\nWeb Site
s With 55 Ready-To-Start Templates \r\nYou Can Use Right Now... With Full Resell
Rights.....', 109);
INSERT INTO `products_description` VALUES (68, 1, '100 Ready To Use Website temp
lates', '100 Websites In a Box...<br>\r\n\r\nWhat you get is 100+ good looking P
rofessional Webpage templates...WITH FULL RESELL RIGHTS...<br><br>\r\n\r\n\r\nWh
y would you want to pay a lot for a website when you can use these 100+ Webpage
templates to create professional looking websites for only pennies! 100+ Web tem
plates allow you to have your website up and running in a matter of minutes!\r\n
<br><br>\r\nMix and match for unlimited possiblilities!<br>\r\n<br>\r\n\r\nThis
is one of the best deals on webpage templates ever put together! You''re sure to
find more than one design you like... and here you can have them all for one su
per low price! <br>\r\n<br>\r\nThis package also comes with Full Master Resell R
ights! Use the templates yourself and, or resell them for 100% Profit. For Resel
lers we''ll even throw in a copy of this website for you to use!<br>\r\n<br>\r\n
This is a must Have for anyone wanting to get their own website up a running eas
ily and keep their site looking professional...<br>\r\n<br><br>\r\n<img border="
0" src="images/100.gif">\r\n<img border="0" src="images/71.gif">\r\n<img border=
"0" src="images/86.gif"><br>\r\n<img border="0" src="images/69.gif">\r\n<img bor
der="0" src="images/80.gif">\r\n<img border="0" src="images/73.gif"><br><br><br>
', '', 'Why would you want to pay a lot for a website when you can use these 100
+ Webpage templates to create professional looking websites for only pennies! 10
0+ Web templates allow you to have your website up and running in a matter of mi
nutes!', 93);
INSERT INTO `products_description` VALUES (69, 1, 'The 90 Day Powerseller Challe
nge.....', 'The Reward? - Powerseller status and respect in the eBay community<b
r>\r\n\r\nDetails: <br><br>\r\nThe author of this E-Book is an eBay TITANIUM POW
ERSELLER. This is the highest eBay powerseller ranking. If you choose to buy thi
s E-Book from me he will show you exactly how he does it. He hides nothing and h
is eBay feedback is there for all to see.<br><br>\r\n\r\nSo what does this perso
n sell??? E-Books... Yes E-Books... E-Books are probably the best and fastest se
lling items on eBay. If you would like to find out the secrets most powersellers
don''t know then buy this E-Book.<br><br>\r\n\r\nIt really is that simple, buy
this E-Book and you will be a powerseller in 90 days or less. <br><br>\r\n\r\nMo
st of the people who read this web page will do absolutely NOTHING with the info
rmation on it. Consequently, they will be no better off tomorrow than they are t
oday.\r\nDon''t be that person!<br><br>', '', 'The Challenge? - To become an eBa
y powerseller in 90 days or less!', 109);
INSERT INTO `products_description` VALUES (71, 1, 'Debt Consolidation Advice eBo
ok', '1. Introduction to Debt <br>\r\n2. Short Term Debt Problems <br>\r\n3. Lon
g Term Debt Problems<br>\r\n4. Why is My Credit Score so Low?<br>\r\n5. How to S
teer Clear of Debt<br>\r\n6. Removing a County Court Judgement (CCJ)<br>\r\n7. E
xpenditure Check List<br><br>\r\n\r\n\r\nThis eBook will tell you the facts abou
t Debt Consolidation and allow you to make an educated decision if you are consi
dering consolidating your debts.\r\n\r\n<br>\r\n\r\nIncludes Full Resell Rights.
\r\n\r\n <br>\r\n<br><br><br>', '', 'Debt Consolidation Advice eBook', 116);
INSERT INTO `products_description` VALUES (72, 1, 'Google Sitemap Maker - Get li
sted free and fast', '<p align="center"><b>I am about to show you a way that you
can get your web sites listed in Google lightening time!<br>\r\n\r\nIt has alwa
ys seemed like such a mystery but now there is an easier way... List as many sit
es as you want!\r\nGoogle is the 1st step in getting the traffic you need and de
serve!\r\n<br></b><br>\r\n\r\nThere?s a lot of money to be made on the web?you k
now, I know it, everyone knows it. \r\n\r\nBut even if you have the most incredi
ble web pages ever, it?s no good if people can?t find them.\r\n<p align="center"
><b>That?s why you need a Google site map.</b> <br>\r\n\r\nGoogle site maps let
people find every page you have quickly and easily.<br>\r\n\r\nBut to make a Goo
gle site map you have to install a script onto your web site, and then try to ge
t that script to run, right?<br>\r\n\r\nLet me ask you something: how much time
do you spend hassling with scripts that are supposed to make Google site maps fo
r you? Too much?<br>\r\n\r\nYeah, me too. Those stupid scripts never seemed to w
ork right and I was spending half my day sometimes trying to sort them out. I?d
install them on my site, then experience massive frustration trying to get them
to run.<br>\r\n\r\nBut what if you didn?t have to deal with site-based scripts?
<br>\r\n\r\nWhat if you could make Google site maps quickly and easily off your
PC desktop?<br>\r\n\r\nIf you?d like to save yourself time and frustration, this
will be one of the most important messages you?ll ever read.<br>\r\n\r\n<b><br>
\r\n\r\nHere?s what Google site maps do for you?<br>\r\n\r\n</b>\r\n\r\n? Help p
eople find more of your web pages, since they give you better crawl coverage.<br
>\r\n\r\n? Make sure that when people search on your keywords they get fresher s
earch results.<br>\r\n\r\n? Let you provide specific information to Google conce
rning your web pages, like when a page was last modified \r\nor how frequently i
t changes.<br>\r\n\r\n? Get your web pages crawled by Google quickly without hav
ing to know some secret back door into the search \r\nengines like many of those
SEO guys will try to sell you packages for.<br>\r\n\r\n\r\n<b><br>\r\n\r\n\r\nS
ound too good to be true? Well, Google Site Map Maker actually does just that!</
b><br>\r\n\r\n\r\nIntroducing ?Google Site Map Maker?<br>\r\n\r\nHere, for the v
ery first time ever, is an incredible piece of software that RUNS ON YOUR PC?S D
ESKTOP and makes Google\r\n site maps for you!<br>\r\n\r\nIt doesn?t matter if y
ou?re a beginner or pro site developer?with ?Google Site Map Maker? you?ll be ab
le \r\nto produce your own Google site maps anytime you need them. <br>\r\n\r\nH
ere?s How ?Google Site Map Maker? Works?.<br>\r\n\r\nLet?s say you want to make
a Google site map.<br>\r\n</p>\r\n<p align="center"><b>\r\nStart Google Site Map
Maker-<br>\r\n\r\n</b>\r\n\r\nStep 1. Enter The URL of the website you wish to
create a site map for. Google Site Map Maker will then crawl that site and make
a list of all the links it can find.<br>\r\n\r\nStep2. Set a few features like h
ow often your site content changes, this will help tell Goggle how often it shou
ld crawl your site! <br>\r\n\r\nStep 3. If there are any URL''s on your site you
do not wish to have included into Goggle then list them in the bypass area so t
hey will not be crawled and posted to your site map, you can also select file ty
pes to bypass such as .zip or .exe<br>\r\n\r\nStep 4. You can optionally add you
r sites FTP information and if you ask Google Site Map Maker to it will automati
cally upload your site map for you .<br>\r\n\r\nStep 5. Spider your site....<br>
\r\n\r\n<b><br>\r\n\r\n Google site Map Maker will<br>\r\n\r\n</b>\r\n\r\n Spide
r your web site-<br>\r\n\r\n Create a site map for your site<br>\r\n\r\n Save a
copy of that site map to a selected folder on your PC<br>\r\n\r\n Upload a copy
of your site map to yourdomain.com/sitemap.gz<br>\r\n\r\n Thats right .gz the pr
eferred Google Site Map format, it will zip and upload the site map for you.<br>
\r\n\r\nBut wait we are not done yet! After this process has been completed Goog
le Site Map Maker will then ping Google and tell them you have a new site pam re
ady to be crawled!<br>\r\n\r\n\r\nAll you have to do is download the software, f
ollow the user guide, and PRESTO?you?ve got a Google site map!<br>\r\n\r\n\r\nIs
that powerful or what!<br>\r\n\r\nPicture this: you make Google site maps for a
ll your sites quickly and easily. You submit them. Then you get huge hits?enough
that you''re catapulted to the top of the search engines. Now you''re down at t
he bank cashing a big, juice check. Feels good, doesn''t it?<br>\r\n<br>\r\n\r\n
<b>\r\n\r\nThat''s the power of having ?Google Site Map Maker? on your computer.
<br>\r\n\r\n</b>\r\n\r\nWhat''s more, you can download this software instantly
and it works on any PC computer. You''ll have your copy downloaded in less than
3 minutes. This way there''s no waiting around for the postman to come with your
box and no bothering with driving to a store. <br>\r\n\r\nIf you''d like to put
this resource to use now just click here to order . Or if you''d like to learn
more just keep reading? <br>\r\n\r\n<b>\r\n\r\nNow anyone can placed in the bigg
est search engine on the net ? it''s easy!<br>\r\n\r\n</b></p>', '', 'Are You Si
ck And Tired Of Trying To Figure Out The Secret Formula Of Getting Listed In Goo
gle?', 117);
INSERT INTO `products_description` VALUES (74, 1, 'Membership Site Manager', '<p
align="center"><b>Now you can generate recurring income month after month with
a membership\r\nsite!...</b>\r\n<p align="center"><br>\r\n\r\n"Incredible New So
ftware Lets You Run A Money-Making Membership Site, On 100% Autopilot!?\r\n<br>\
r\n\r\nRun A Subscription Site Like The Internet Marketing Pros <br>\r\n\r\n? Ge
nerate Recurring Income, Month After Month <br>\r\n\r\n? Get Paid Without Having
To Set Up A Merchant Account <br>\r\n\r\n? Automatically Manage All Your Subscr
iption Accounts</p>\r\n<p align="center">\r\n<br>\r\n\r\nWouldn''t it be great i
f you could run your very own high-dollar subscription web site?<br>\r\n\r\nYou
know the ones I mean - where you sign up for a subscription so you can read the
really good stuff, or download new software every month with resell rights... Mo
ney just pours into those sites, doesn?t it?<br>\r\n\r\nBut it costs plenty for
the script to run a site like that, right? Everyone know that''s ever looked int
o it that it''s very expensive to get started with a real membership web site of
your own.\r\n<b>\r\n\r\nNOT ANY MORE!</b> <br>\r\n\r\nI?ve got good news - ther
e?s a brand new resource available just for people who want to quickly and easil
y manage a subscription site without spending a fortune to do it.<br>\r\n\r\nYes
, it?s true and you won?t believe how simple it really is to manage a site once
you?ve got the right\r\ntools - affordable tools, I might add. <br>\r\n\r\n\r\nI
t''s All Possible And Inexpensive With A Hot New Script Called\r\nMembership Sit
e Manager<br>\r\n\r\nWell, let me give you just a list of a few things this amaz
ing script does: <br>\r\n\r\n Automatically creates accounts<br>\r\n\r\n Automat
ically Suspends delinquent accounts <br>\r\n\r\n Takes recurring subscription pa
yment over PayPal<br>\r\n\r\n Automatic Account Setup <br>\r\n\r\n Brings you st
eady monthly income! <br>\r\n<b>\r\n\r\n And lots more? <br>\r\n</b>\r\n\r\n\r\n
Just think! You?ll be up and running with your own membership site on the Intern
et so fast it will make your head spin watching all those recurring funds come i
n!</p>', '', 'Now you can generate recurring income month after month with a mem
bership site?without paying thousands for a management script!...', 143);
INSERT INTO `products_description` VALUES (75, 1, 'Article Page Machine', '<p al
ign="center"><b>Turn Any Text Into A Search Engine Friendly Web Page In Seconds!
</b>\r\n<p align="center">Introducing Article Page Machine \r\n\r\nThis incredib
ly simple to use software allows you to convert any text article or data into a
search engine friendly web page in seconds. </p>\r\n<p align="center">\r\n\
r\nNo HTML knowledge required\r\n\r\nSimply enter a few details and in less than
half a dozen mouse clicks you have a perfectly formatted web page.\r\n\r\n \r\n
\r\nYou can control table sizes, border thickness, background colours to match y
our existing web pages. </p>\r\n<p align="center">\r\n\r\nEdit and Change t
itles, sub headlines and paste in fresh content at the click of a button. You c
an also preview your created pages before saving them. </p>\r\n<p align="ce
nter">\r\n\r\nWith Article Page Machine''s excellent save template feature you c
an create dozens of new web pages in just a few minutes - Great for use with sof
tware like CB Text Ad Generator or Adsense and simple enough for anyone to use.
\r\n\r\nDon''t miss out on this incredible offer. </p>\r\n<p align="center"
> If you''ve ever laboured over web page creation then suffer no more, get Arti
cle Page Machine today and start turning your text and content files into web p
ages with ease in the next few minutes!</p>', '', 'Turn Any Text Article Into A
Search Engine Friendly Web Page In Seconds!', 118);
INSERT INTO `products_description` VALUES (78, 1, 'Internet Marketing eBook', 'I
nternet marketing, how do these guys do it?<br>\r\n Well I will try to give you
an insight into the way this all happens. As mentioned in the contents above I w
ill delve into the main tools of the internet marketer and the way these guys ge
nerate cash from their internet marketing businesses. <br><br>\r\n\r\nContents<b
r>\r\n\r\n1. Introduction<br>\r\n\r\n2. I.M. with e-books<br>\r\n\r\n3. Affiliat
e programs<br>\r\n\r\n4. Newsletters<br>\r\n\r\n5. Google Adsense/Adwords<br>\r\
n\r\n6. Traffic Generators<br>\r\n\r\n7. Auto-responders\r\n<br>\r\n\r\n<br>\r\n
\r\nIncludes Full Resell Rights.\r\n\r\n <br>', '', 'Internet marketing, how do
these guys do it? Well I will try to give you an insight into the way this all h
appens. As mentioned in the contents I will delve into the main tools of the int
ernet marketer and the way these guys generate cash from their internet marketin
g businesses.', 127);
INSERT INTO `products_description` VALUES (79, 1, 'Mortgages the Complete Guide
eBook', '<br>\r\n1. Choosing a Mortgage <br>\r\n\r\n2. Affordability <br>\r\n\r\
n3. Types of Mortgage <br>\r\n\r\n4. Types of Interest Rate <br>\r\n\r\n5. Fle
xible Mortgages <br>\r\n\r\n6. Mortgage Check List <br>\r\n <br>\r\n\r\nInclude
s Full Resell Rights.\r\n\r\n <br>', '', '', 104);
INSERT INTO `products_description` VALUES (80, 1, 'Search Engine Primer', '<html
>\r\n\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=w
indows-1252">\r\n<title>New Page 1</title>\r\n</head>\r\n\r\n<body>\r\n\r\n<font
face="Times New Roman" size="2">Hello, </font>\r\n<p><font face="Times New Roma
n" size="2">If you have a website, or are planning \r\non getting one, you''ll q
uickly figure out that search engines will either be a \r\ngood friend or your w
orst enemy! </font></p>\r\n<p><font face="Times New Roman" size="2">If you can g
et your site listed well \r\n(meaning your site comes up on the first page or so
for popular keywords) you \r\ncan expect to get a lot of visitors to your site.
</font></p>\r\n<p><font face="Times New Roman" size="2">What''s more important
is that they will \r\nbe targeted, and highly motivated to read what you have to
offer! </font></p>\r\n<p><font face="Times New Roman" size="2">If your site can
''t be found on the \r\nfirst page or two of the results for decent keywords, yo
ur site will start to \r\nfeel like a virtual ghost town! </font></p>\r\n<p><fon
t face="Times New Roman" size="2">Anyone wishing to earn some money \r\nonline w
ill hope to get their site listed well. Granted, search engines are <b>\r\nnot</
b> the only way to get traffic to your website, but you shouldn''t ignore \r\nth
em because they are such a valuable and inexpensive source of traffic. </font>\r
\n</p>\r\n<p><font face="Times New Roman" size="2">The problem is that those sea
rch engine \r\noptimization (SEO) companies want you to believe that it is impos
sible for the \r\naverage human to get their website listed well. You can''t bla
me them for this, \r\nthough, because they have to eat too! </font></p>\r\n<p><f
ont face="Times New Roman" size="2">The truth is that with a little \r\nguidance
and the ability to follow step-by-step instructions, even average \r\nhumans li
ke us <b>can get top rankings!</b> </font></p>\r\n<p><font face="Times New Roman
" size="3"><br>\r\n </font></p>\r\n<center><font color="#333399" face="Time
s New Roman" size="3">\r\n<h3><font size="2">"But How Can I Get A Top Ranki
ng When The Search Engines Keep \r\nChanging The Way They Rank Sites?"</fon
t></h3>\r\n</font></center>\r\n<p><font face="Times New Roman" size="3"><br>\r\n
</font></p>\r\n<font face="Times New Roman" size="2">The good news about t
he search engines is \r\nthat they don''t change the way they rank sites that of
ten. What changes is that \r\nthey put in better ways of catching those that try
to <b>trick</b> and <b>spam</b> \r\nthe search engines. </font>\r\n<p><font fac
e="Times New Roman" size="2">So it should be your goal to not do \r\nthat! </fon
t></p>\r\n<p><font face="Times New Roman" size="2">What you should do instead is
follow \r\nthe rules and learn from others that have managed to figure out how
to get top \r\nrankings for their own websites. </font></p>\r\n<p><font face="Ti
mes New Roman" size="2">I''m one of those people, and I''ve put \r\ntogether the
following guide so <b>you can do the same:</b> </font></p>\r\n<p><font face="Ti
mes New Roman" size="3"><br>\r\n </font></p>\r\n<center><font face="Times N
ew Roman" size="3">\r\n<img alt="search engine primer" src="http://www.discountp
lace.be/images/search_engine_primer.jpg" border="0" height="199" width="153"></f
ont></center>\r\n<p><font face="Times New Roman" size="3"> </font></p>\r\n<
p><font face="Times New Roman" size="2">One more thing that I hope you will get
\r\nreally excited about is that <b>you get <font color="#ff0000">FREE reprint \
r\nrights</font></b> to the ebook as well!! </font></p>\r\n<p><font face="Times
New Roman" size="2">What this means is that you are free to \r\ngive a copy to y
our friends, newsletter subcribers, website visitors ... anyone \r\nyou want to!
Good luck, and I wish you the best of success! </font></p>\r\n\r\n</body>\r\n\r
\n</html>', '', 'A Step-By-Step System To Getting Top Rankings On The Search Eng
ines', 15);
INSERT INTO `products_description` VALUES (81, 1, 'Adsense: The Dollar Producing
Factory', '<html>\r\n\r\n<head>\r\n<meta http-equiv="Content-Language" content=
"en-us">\r\n<meta http-equiv="Content-Type" content="text/html; charset=windows-
1252">\r\n<title>New Page 1</title>\r\n<style>\r\n<!--\r\np {\r\n font-fam
ily: Arial, Helvetica, sans-serif;\r\n font-size: 12px;\r\n}\r\n-->\r\n</style>
\r\n</head>\r\n\r\n<body>\r\n\r\n <p style="text-align: c
enter">\r\n <font\r\n
color="#CE0000" size="2" face="Times New Roman"><strong>HAVE\r\n
YOU EVER WONDERED HOW PEOPLE MAKE MONEY\r\n
THROUGH THE INTERNET BY DOING ALMOST\r\n NOTHING?</st
rong></font></p>\r\n <p style="text-align: center">\r\n
<font\r\n size="2" face="Times New Roman"><strong>THESE\r
\n PEOPLE RUN A LEGITIMATE INTERNET BUSINESS\r\n
WHERE THERE IS:<br>\r\n <br>\r\n
</strong></font>\r\n
<font color="#CE0000"\r\n size="2" face="Times New Roman"
><strong>No need\r\n to sell any products or services<br>
\r\n No need to have any employees<br>\r\n
No need to invest any money (or invest\r\n very
little money)<br>\r\n No need to spend effort or time in
any\r\n business activities<br>\r\n
No need to look for clients or customers</strong></font><font\r\n
size="2" face="Times New Roman"><strong><br>\r\n
<br>\r\n Amazing, isn t it?<br>\r\n
But what s their secret?</strong><br>\r\n </font>\r\n
</p>\r\n <p align="center">\r\n
<font size="2" face="Times New Roman">\r\n
<img src="http://www.discountplace.be/images/212345.jpg"\r\n
width="186" height="288"></font></p>\r\n <p align="ce
nter">\r\n <font color="#CE0000"\r\
n size="2" face="Times New Roman"><strong>The\r\n
Secret: ADSENSE, Google s Online\r\n Advert
ising Program<br>\r\n <br>\r\n </s
trong></font>\r\n <font face="Time
s New Roman" size="2">You will learn</font></p>\r\n <div
align="center"><center>\r\n
<table\r\n border="0" cellpadding="5"\r\n
cellspacing="0" width="350" id="table3">\r\n
<tr>\r\n <td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">What Is
AdSense?</font></td>\r\n </tr>\r\n
<tr>\r\n <td align="center" width="5">\
r\n <font size="2" f
ace="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">Any Web
site Can\r\n Become A Bill-Board </font></td>\r\n
</tr>\r\n <tr>\r\n
<td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">Setting
Up Your\r\n Google AdSense Account </font></td>\
r\n </tr>\r\n <tr>\r\n
<td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">Getting
The Maximum\r\n Out Of Google AdSense</font></td
>\r\n </tr>\r\n <tr>\r\n
<td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">What Ma
kes Google\r\n AdSense System So Special?</font><
/td>\r\n </tr>\r\n <tr>\r\
n <td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">AdSense
For Search:\r\n What s that?</font></td>\r\n
</tr>\r\n <tr>\r\n
<td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">Tips Fo
r AdSense For\r\n Feeds</font></td>\r\n
</tr>\r\n <tr>\r\n
<td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">Google s
Ad\r\n Filtering Mechanism.</font></td>\r\n
</tr>\r\n <tr>\r\n
<td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">Making
The AdSense\r\n Ads Suit Your Website </font></td
>\r\n </tr>\r\n <tr>\r\n
<td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">Underst
anding\r\n Alternate Ads And PSAs</font></td>\r\n
</tr>\r\n <tr>\r\n
<td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">Guideli
nes For\r\n Adding The AdSense Code </font></td>\
r\n </tr>\r\n <tr>\r\n
<td align="center" width="5">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td width="95%">\r\n
<font size="2"\r\n face="Times New Roman">AdSense
Ad\r\n Variations</font></td>\r\n
</tr>\r\n <tr>\r\n
<td align="center">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td><font size="2" face="Times New Roman">Top\
r\n 4 Tips For Getting The Best\r\n
Results</font></td>\r\n </tr>\r\n
<tr>\r\n <td align="cen
ter">\r\n <font si
ze="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td><font size="2" face="Times New Roman">AdSe
nse\r\n Tips That You Might Have Missed\r\n
Out On</font></td>\r\n </tr
>\r\n <tr>\r\n <td ali
gn="center">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td><font size="2" face="Times New Roman">Gett
ing\r\n Paid Through AdSense Program</font></td>\
r\n </tr>\r\n <tr>\r\n
<td align="center">\r\n
<font size="2" face="Times New Roman">\r\n
<img\r\n src="http://www.discountplace.be/checkma
rk.gif" width="18"\r\n height="20"></font></td>\r
\n <td><font size="2" face="Times New Roman">Perf
ormance\r\n Tracking Through Reports</font></td>\
r\n </tr>\r\n </table>\r\n
</center></div><p align="center">\r\n
<font\r\n color="#CE0000" size="2"\r\n
face="Times New Roman"><b><i>And Soo\r\n Much More!<
/i></b></font></p>\r\n <p align="left">\r\n
</p>\r\n <p align="center">\r\n
<font color="#CE0000"\r\n size="2" face="Times New Roman"
><strong>For ONLY $29.99<br>\r\n </strong></font>\r\n
<font color="#000000"\r\n size="2" face="Times New Roman"
><strong>You wil\r\n get everything described above and\r
\n more.....</strong></font></p><p align="center">\r\n
<font\r\n color="#CE0000" size="2" face="Times New Roman"
><strong>Buy\r\n This E-book Now And Start Earning Throug
h<br>\r\n The Most Revolutionary Online Revenue\r\n
Earning Program:<br>\r\n ADSENSE </strong>
</font></p>\r\n\r\n</body>\r\n\r\n</html>', '', 'HOW PEOPLE MAKE MONEY THROUGH T
HE INTERNET BY DOING ALMOST NOTHING', 19);
INSERT INTO `products_description` VALUES (86, 1, 'Business Website Guide', '<ht
ml>\r\n\r\n<head>\r\n<meta http-equiv="Content-Language" content="en-us">\r\n<me
ta http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n<titl
e>New Page 1</title>\r\n<style>\r\n<!--\r\np {\r\n font-family: Arial, Helv
etica, sans-serif;\r\n font-size: 12px;\r\n}\r\n-->\r\n</style>\r\n</head>\r\n\
r\n<body>\r\n\r\n<center><b>\r\n<font size="4" color="#000000" face="Verdana, Ar
ial, Helvetica, sans-serif">The \r\neasiest way EVER to create </font></b><font
size="4"> <br>\r\n</font><b>\r\n<font size="4" color="#000000" face="Verdana, Ar
ial, Helvetica, sans-serif">your \r\nown business web site... </font></b><font s
ize="4"> <br>\r\n</font><b>\r\n<font size="4" color="#000000" face="Verdana, Ari
al, Helvetica, sans-serif">for \r\ncomplete beginners!</font></b><font size="4">
</font>\r\n<p>\r\n<img alt="Build a web site" src="http://www.discountplace.be/
images/website10_tiny.gif" align="left" border="0" height="101" hspace="7" vspac
e="7" width="70"></p>\r\n</center>\r\n<p><font size="-1" face="Verdana, Arial, H
elvetica, sans-serif">"Simple \r\nstep-by-step guide for business owners to take
their company to the Web. It''s \r\nlike having your own personal tutor to guid
e you through building your first \r\nbusiness site..." </font></p>\r\n<p><font
size="-1" face="Verdana, Arial, Helvetica, sans-serif">\r\n<font color="#000000"
>"Easy foolproof </font><font color="#ff0000">video \r\nenhanced</font><font col
or="#000000"> system for complete beginners to launch a \r\nbusiness web site ev
en if you don''t know a link from a button! " </font> <br>\r\n <!-- \r\n<CE
NTER> \r\n<P><B><FONT face="Verdana, Arial, Helvetica, sans-serif"><FONT siz
e=-1>Read \r\n1st chapter absolutely FREE right now!</FONT></font></B> \
r\n<P><FORM action="http://www.getresponse.com/cgi-bin/add.cgi" method="post"></
CENTER> \r\n<CENTER> \r\n \r\n \r\n<TABLE bgcolor=white backgrou
nd=""> \r\n<TR> \r\n<TD><FONT face="Verdana, Arial, Helvetica, sans-seri
f"><FONT size=-1>Your \r\nName:</FONT></FOnt></TD> \r\n \r\n \r\
n<TD><INPUT type="text" name="category2" size="14"></TD> \r\n</TR> \r\n
\r\n \r\n<TR> \r\n<TD><FONT face="Verdana, Arial, Helvetica, sans-se
rif"><FONT size=-1>Your \r\nE-Mail:</FONT></FOnt></TD> \r\n \r\n
\r\n<TD><INPUT type="text" name="category3" size="14"></TD> \r\n</TR> \
r\n \r\n \r\n<TR> \r\n<TD COLSPAN="2"> \r\n<CENTER><INPUT type="
submit" Value="Get free chapter!"></CENTER> \r\n</TD> \r\n \r\n
\r\n<TD> \r\n<CENTER><P><FONT face="Verdana, Arial, Helvetica, sans-serif" s
ize=-1><FONT size=-2>Cover design by <A href="http://hop.clickbank.net/hop.cgi?m
ilana/vdavidson">killercovers.com</A></FONT></FOnt></CENTER> \r\n</TD> \
r\n</TR> \r\n</TABLE> \r\n \r\n \r\n</CENTER> \r\n<INPUT typ
e="hidden" name="category1" Value="milana"><INPUT type="hidden" name="confirmati
on" Value="http://www.firstbusinesswebsite.com/trial/"><INPUT type="hidden" name
="misc" Value=""></FORM>--> \r\n </font></p>\r\n<center>\r\n<h2><
font face="arial" size="-1">If You Can Type, You Can Make a Web Site.</font></h2
>\r\n</center>\r\n<p><font size="-1" face="Verdana, Arial, Helvetica, sans-serif
">Hi, my name is \r\nMilana and I am the owner of the First Business Web Site. <
/font></p>\r\n<p><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">If
you are \r\ncompletely new to web design, you came to the right place. Most bu
siness owners \r\nwho want to have a web site hire a web designer. They are afr
aid it is too \r\nhard, takes too long to learn, and HTML sounds just like a roc
ket science.\r\n</font></p>\r\n<p><font size="-1" face="Verdana, Arial, Helvetic
a, sans-serif">The truth is, if \r\nyou have worked with a computer before and s
urfed the ''net for a while, you can \r\nbuild your own web site in a matter of
days! </font></p>\r\n<p><font size="-1" face="Verdana, Arial, Helvetica, sans-se
rif">I have created a \r\nproduct that is based on a simplified approach for com
plete beginners. It takes \r\nyou step by step through the process of making yo
ur first web site. From \r\nchoosing and registering a domain name, adding text
, pictures and links, to \r\nputting it on the Web. </font></p>\r\n<blockquote>\
r\n <font size="-1" face="Verdana, Arial, Helvetica, sans-serif"> </font>\r
\n <ul>\r\n <font size="-1" face="Verdana, Arial, Helvetica,
sans-serif">\r\n <li> You will NOT need to learn HTML to make y
our web site! </li>\r\n <li> You will NOT have to buy any expensive pr
ograms! </li>\r\n <li> You will be able to change your web site
ANY time you want! </li>\r\n </font>\r\n </ul>\r\n</blockquote>\r
\n<p><font size="-1" face="Verdana, Arial, Helvetica, sans-serif"><br>\r\n </fon
t></p>\r\n<center>\r\n<h2><font face="arial" size="-1">Simple Video Instructions
</font></h2>\r\n</center><font size="-1" face="Verdana, Arial, Helvetica, sans-s
erif">But here \r\nis the BEST part: every step of the way is demonstrated thro
ugh a video clip \r\nthat any computer can play. Want to know how to make a link
? Click on this \r\nlittle camera and play a video, then try doing it yourself.
Want to know how to \r\nresize a graphic? Play a clip and you will see me do
it. Many people who are \r\nusing this e-book told me, <font color="#010000">"M
ilana, it''s like having you \r\nright next to me by my computer!"</font> </font
>\r\n<p> </p>\r\n<center><font size="-1" face="Verdana, Arial, Helvetica, sans-s
erif">\r\n<img alt="Video Instructions" src="http://www.discountplace.be/images/
video_shot2.gif" height="78" width="312">\r\n</font></center>\r\n<p><font size="
-1" face="Verdana, Arial, Helvetica, sans-serif">As a former \r\nmusic teacher w
ho wouldn''t even touch a computer for years, I know what it feels \r\nlike to b
e scared of technology. I didn''t want to read all the techno-talk. I \r\njust
wanted someone to SHOW me how to do it. Years later I remembered it. \r\nInste
ad of creating another book on web design, I decided to add videos for a \r\nfas
ter and easier learning process. <b>Just look at some of the things you will \r
\nlearn in the video clips:</b> <br>\r\n </font></p>\r\n<ul>\r\n <font si
ze="-1" face="Verdana, Arial, Helvetica, sans-serif">\r\n <li><font size="
-1" color="#00056e" face="verdana">Adding text to your web \r\n page and changin
g its size and colors in seconds!</font> </li>\r\n <li><font size="-1" colo
r="#00056e" face="verdana">Inserting pictures and \r\n links by a click of a bu
tton!</font> </li>\r\n <li><font size="-1" color="#00056e" face="verdana">Makin
g a link so people \r\n could e-mail you directly from your web site</font> </li
>\r\n <li><font size="-1" color="#00056e" face="verdana">Saving and viewing yo
ur \r\n web page in a browser (just the way your visitors will see it!)</font> <
/li>\r\n <li><font size="-1" color="#00056e" face="verdana">Enhancing you
r web page \r\n by adding a background</font> </li>\r\n <li><font size="-1" colo
r="#00056e" face="verdana">Inserting separation \r\n lines and a list of item
s, benefits or features</font> </li>\r\n <li><font size="-1" color="#0005
6e" face="verdana">Making a table and adding \r\n text and pictures inside
it</font> </li>\r\n <li><font size="-1" color="#00056e" face="verdana">Editi
ng simple HTML code \r\n behind your web page</font> </li>\r\n <li><fon
t size="-1" color="#00056e" face="verdana">Putting your web site \r\n online,
so everyone in the world could access it</font> </li>\r\n </font>\r\n</ul>
\r\n<p><font size="-1" face="Verdana, Arial, Helvetica, sans-serif"><br>\r\nLet
me just say this: there is a hard way and an easy way of learning things. \r\nR
eading a tutorial full of technical jargon and confusing procedures is a hard \r
\nway. Watching someone else do it right in front of your eyes - IS THE EASY WA
Y!</font></p>\r\n\r\n</body>\r\n\r\n</html>', '', 'How to Create Your First Busi
ness Web Site in 10 Days!', 9);
INSERT INTO `products_description` VALUES (87, 1, 'Wine and Spirits', '<p><font
face="Tahoma" size="2"><b>"Learn How To <font color="#b30000">Make \r\nWine
s & Spirits</font> So Incredibly <font color="#b30000">Flavoursome & \r\
nDelightful</font> That No-One Could Resist A Second Glass - Right From The \r\n
Comfort Of <font color="#b30000">Your Own Home</font>!" </b></font></p
>\r\n<p>Not only does this fantastic package take you by the hand to explain \r\
neverything you need to know to create perfection, but it also provides <u><b>\r
\nover 90 wine & liquor recipes & tutorials</b></u> so you can make exac
tly the \r\ntype & flavour of wine that you want. </p>\r\n<p align="left">Ma
king your own delicious wines & spirits is not only relaxing & \r\nrewar
ding but brings with it a status of prestige and creativity - there is \r\nnothi
ng quite like the warm feeling of watching family & friends enjoying the \r\
nwine/liquor that you have created yourself, seeing them reach for that last \r\
nbottle and help themselves to another delightful glass of your creation. <
/p>\r\n<p align="left">But making wine from home is hard right? Far from it - in
fact, \r\nwhen the simple steps in this eBook are applied, making your own deli
cious wines \r\nthat your house-guests just can''t get enough of is <u><b>absurd
ly simple</b></u>. Not \r\nonly is it so easy that even a child could do it
(which of course is not \r\nrecommended), but it is also very cheap requiring n
o special equipment or \r\nknowledge other than what''s in this book. You could
get started within the next \r\n5 minutes!</p>\r\n<p align="left">The secret, si
mple do-at-home procedures that you will discover \r\nhave been <u><b>used for y
ears </b></u>and proven to consistently<b><u> produce \r\noutstanding wines &
; spirits - all done from home with the same ingredients and \r\nequipment that
almost every kitchen already has</u></b>. </p>\r\n<p align="left">You could
off course try and start without this knowledge, \r\nwithout the huge database
of recipes and tutorials, without the proven tips & \r\ntricks that only a h
andful of people know - <b><u>but why</u></b>? It would \r\nprobably take you se
veral years of trial and error and a lot of money to get the \r\nsame formula of
winning techniques that are in this eBook - remember, the \r\namazing step-by-s
tep instructions that you will have immediate access to are \r\nproven to produc
e <b><u>outstanding results for making wine from your own home</u></b> \r\n- aga
in and again. This is the ultimate resource for any</p>\r\n<p> </p>', '', '
Learn How To Make Wines & Spirits So Incredibly Flavoursome & Delightful That No
-One Could Resist A Second Glass', 8);
INSERT INTO `products_description` VALUES (88, 1, 'RSS Announcer', 'RSS Announce
r instantly and automatically submits your RSS feeds to all of the major RSS fee
d directories on the Internet.<br><br>\r\nImagine the power of tens of thousands
of other web sites being able to easily display your RSS feeds on their web sit
es for content.', '', 'RSS Announcer instantly and automatically submits your RS
S feeds', 10);
INSERT INTO `products_description` VALUES (89, 1, 'Web Audio Plus', 'Have you ev
er wondered how to add web audio to your website without the hassle of monthly f
ees?<br><br>\r\n\r\nWe''ll show you how in just a few easy steps -- 100% Guarant
eed!<br><br>\r\n\r\nUsing it is simple enough for a non-techie . It takes three sho
rt steps:<br>\r\n<br>\r\n1. Use the microphone in your computer, and record the
file. You can make it as long or short as you like, there s no limit!<br>\r\n<br>\
r\n2. Upload the sound file it creates to your server (you own the file, not a t
hird party)<br>\r\n<br>\r\n3. Cut and paste the code that Web Audio Plus creates
for you. It does the work, and it only takes a few seconds to cut and paste the
code that IT creates for you onto your web page.<br><br>', '', 'Three Step Proc
ess to Adding Audio to Your Site!', 18);
INSERT INTO `products_description` VALUES (92, 1, '97 Steps To A Happy Relations
hip', 'Dating and Marriage is different that it was twenty years ago. In today s
ociety, more than 50% of marriage fails for one reason or another. The fact is b
uilding a lasting relationship is Hard. However, It''s possible - Just take a lo
ok at Paul Newman, Danny Devito, Ronald Reagan, etc. So, What secrets do they po
ssess? Find Out All your answer in this book - How to Build Alasting and Happy R
elationship', '', 'Build Alasting and Happy Relationship', 7);
INSERT INTO `products_description` VALUES (90, 1, 'Expired Domain Fortunes', '<p
align="center"><font color="#000080" face="Times New Roman"><i><u>It''s \r\nSne
akily Being Done By The Very Top Experts</u></i></font><font face="Times New Rom
an"> \r\nIn Every High Profit Niche To Bring Them <font color="#990033">HUGE Vol
umes Of \r\nTargeted Traffic</font> From <font color="#990033">DAY ONE</font>!</
font></p>\r\n<p align="center"><font face="Times New Roman">All That Stands In Y
our Way To Do \r\nThe Same Is Some <font color="#990033">Very Basic Information<
/font> (Contained \r\nIn This Guide) And <u>$10</u> Or So To Register A Domain.&
nbsp;</font></p>\r\n<p align="center"><font face="Times New Roman"><font color="
#990033">Buying \r\nExpired Domain Names</font> That Have Hundreds Or Even <font
color="#990033">\r\nThousands</font> Of Unique Daily Visitors Is The Undergroun
d Tactic That Niche \r\nGurus All Over The World <font color="#990033">Don''t Wa
nt You To Know</font> \r\nAbout...</font></p>\r\n<p align="center"><font face="T
imes New Roman">Because It''s Making Them\r\n<font color="#990033">Repeat Fortun
es</font>, With <font color="#990033">\r\nGuilt-Edged Ease</font>, And Practical
ly Zero Outlay! </font></p>\r\n<p align="center"><font face="Times Ne
w Roman">With the straight-forward <b>\r\nExpired Domain Fortunes </b>ebook, you
''re going to uncover the staggering \r\npotential behind purchasing expired dom
ains, and learn exactly how you can use \r\nthem to create an instant portfolio
of virtual real estate that make money, \r\n24/7.</font></p>', '', 'Uncover the
staggering potential behind purchasing expired domains', 7);
INSERT INTO `products_description` VALUES (91, 1, 'Sales Letter Creator', 'Who E
lse Dread''s The Thought Of Trying To Painfully Write Their Own Direct Response
Sales Letter?<br><br>\r\nNow You Can Build Your Website And Write Your Sales Let
ter The Easy Way!\r\nI hate writing sales letters and building websites too!<br>
<br>\r\n\r\nThat''s why I created Sales Letter Creator...\r\n<br><br>\r\nThis in
credible software not only guides you step by step as you carefully craft your s
ales letter. It practically writes it for you!\r\n<br><br>\r\nNot only does it t
otally format your sales letter for you just as the sales letter here is formatt
ed it also builds your sales page website for you!\r\n<br><br>\r\n<b>Who would h
ave ever thought getting your product online would be this easy!</b>', '', 'This
Guides you step by step as you carefully craft your sales letter', 14);
INSERT INTO `products_description` VALUES (97, 1, 'Bandwidth Bling Bling', 'Insi
de, you''ll uncover the easiest, most efficient way to earn a ridiculous amount
of income in a relatively short period of time. This income not only has the pot
ential to be huge for you, but it will continue to grow month after month, year
after year, and it will all happen by using everyone else''s bandwidth and energ
y to do so.', '', 'Find the most efficient way to earn a ridiculous amount of in
come in a relatively short period of time', 4);
INSERT INTO `products_description` VALUES (82, 1, 'Adsense Empire', '<html>\r\n\
r\n<head>\r\n<meta http-equiv="Content-Language" content="en-us">\r\n<meta http-
equiv="Content-Type" content="text/html; charset=windows-1252">\r\n<title>New Pa
ge 1</title>\r\n<style>\r\n<!--\r\np {\r\n font-family: Arial, Helvetica, s
ans-serif;\r\n font-size: 12px;\r\n}\r\n-->\r\n</style>\r\n</head>\r\n\r\n<body
>\r\n\r\n<div align="center">\r\n <p align="center"><font size="5"><b>Who
Else Would Like A $4000.00 Check \r\n From Google In Their Mail Box Every Sing
le Month?</b></font></p>\r\n <p align="center"><b><font size="5">Create A <fo
nt color="#ff0000">Massive \r\n Auto-Pilot Income</font> With The Google Adsense
Program Starting Now!</font></b></p>\r\n <table border="0" height="145" w
idth="90%" id="table2">\r\n <tr>\r\n <td>\r\n
<img src="http://www.yanghe.be/listing/vae-ebookcover-small.jpg" border="0" heig
ht="169" width="119"></td>\r\n <td width="380">\r\n
<p align="center"><b><font color="#000000" face="Verdana" size="2">\r\n
Many website owners have built a fortune at breakneck speed using \r\n
this plan, and now we re going to show YOU exactly how you can do \r\n
it, too --even if you have NO EXPERIENCE with e-commerce or online \r\n
advertising!</font></b></td>\r\n </tr>\r\n </table>\r\n</di
v>\r\n\r\n</body>\r\n\r\n</html>', '', 'Create Your Own Adsense Empire', 10);
INSERT INTO `products_description` VALUES (85, 1, 'Become a Master Affilate', '<
html>\r\n\r\n<head>\r\n<meta http-equiv="Content-Language" content="en-us">\r\n<
meta http-equiv="Content-Type" content="text/html; charset=windows-1252">\r\n<ti
tle>New Page 1</title>\r\n<style>\r\n<!--\r\np {\r\n font-family: Arial, Helv
etica, sans-serif;\r\n font-size: 12px;\r\n}\r\n-->\r\n</style>\r\n</head>\r\n\
r\n<body>\r\n\r\n<p class="MsoNormal"><span class="serif1"><i><span style="font-
family: Arial;">\r\n<font size="2">Stop affliliate marketing the hard way!</font
></span></i></span></p>\r\n<p class="MsoNormal" style="text-align: center;" alig
n="center">\r\n<span class="serif1"><b><span style="font-family: Arial"><font si
ze="5">At Last! \r\nYou Can Affiliate Market Seamlessly Without Irritating Visitor
s to Your Sites!</font></span></b></span></p>\r\n<p class="MsoNormal" style="tex
t-align: center;" align="center">\r\n<span class="serif1"><b><span style="font-s
ize: 14pt; font-family: Arial;">With \r\nthe Affiliate Marketers Toolkit, YOU Ca
n Increase Click Rates by as Much as \r\n900%! </span></b></span></p>\r\n<p clas
s="MsoNormal">Dear Friend,</p>\r\n<p class="MsoNormal">Let s face it, affiliate ma
rketing sounds easy, but it s \r\nactually pretty tough!</p>\r\n<p class="MsoNorma
l">There s no doubt, it s probably the most difficult thing \r\nfor any site owner t
o master. Frankly, affiliate marketing is the only thing \r\nabout site-building
you can t fake either the clicks are there, or they re not. \r\nAnd when they re
not the checks are small. </p>\r\n<p class="MsoNormal">Of course, some people will
tell you can do fine without \r\nusing any special affiliate marketing tools. &
nbsp;<b>WRONG! </b> Just ask them how \r\nmuch their last Google AdSense ch
eck was for, and watch them look down at the \r\nground and mumble some lame exc
use.</p>\r\n<p class="MsoNormal">And maybe you ve tried other affiliate marketing
tools, but \r\nfound that you practically had to be a brain surgeon to figure it
out.</p>\r\n<p class="MsoNormal">Sound at all familiar?</p>\r\n<p class="MsoNor
mal"><b><span style="font-size: 14pt;">But now there s good \r\nnews! </span></b><
/p>\r\n<p class="MsoNormal">And the good news starts with my own personal bad ne
ws. I \r\nwas like you, struggling to try to make money from affiliate mar
keting. I spent \r\nhundreds of dollars on all sorts of fancy tools to try
to spiff up my site so \r\nthat visitors would click on the links. And th
en I spent weeks upon weeks of my \r\ntime trying to use those tools and none of i
t worked.</p>\r\n<p class="MsoNormal">In desperation, I called my old roommate,
who s a computer \r\nscience whiz. I told him my requirements: <
/p>\r\n<ul style="margin-top: 0in; margin-bottom: 0in;" type="disc">\r\n
<li class="MsoNormal">I wanted to be able to cookie my site visitors \r\n without
them knowing about it. This would let me give them direct links to \r\n
the sites I recommend, which are much more likely to get clicked. And I \r
\n wanted to get paid for those clicks.</li>\r\n <li class="MsoNormal">I
wanted click-friendly links, not ugly ones. Who s \r\n going to click o
n something like: http://www.somewebsite.url/go/a.php?a=12345&p=98765
\r\n ??? What I wanted was to turn THAT into THIS: http://yourdom
ain.com/GreatDeal \r\n </li>\r\n <li class="MsoNormal">And since
most people use pop-blockers these days, I \r\n wanted un-blockable pop-us. 
; Preferably ones that use the visitor s e-mail \r\n client, so I can collect
e-mail addresses.</li>\r\n</ul>\r\n<p class="MsoNormal">It took months, but my
buddy finally delivered the goods. \r\nAnd WOW, did he ever! I
t wasn t just a program. It was the most AWESOME, \r\npurely powerful affili
ate marketing tool I ve ever seen everything I d asked for \r\nand more!</p>\r\n<p cla
ss="MsoNormal">It was so good, I decided to sell it to others. So now you
\r\ncan share the awesome power of </p>\r\n <p class="MsoNor
mal" style="text-align: center;" align="center">\r\n <span cl
ass="serif1"><b><span style="font-size: 18pt;">The Affiliate \r\n
Marketers Toolkit</span></b></span></p>\r\n <p class="MsoNor
mal">This incredible tool is actually 3 tools in \r\n one, and
they re the quickest and easiest way to affiliate market. \r\n
Inside this magnificent tool is absolutely everything you need to \r\n
start increasing your click rate and raking in the big bucks!<span class="serif1
"></span></p>\r\n<p class="MsoNormal"><span class="serif1"><b><span style="font-
size: 14pt;">So \r\njust what are the 3 awesome tools you get?</span></b></span>
</p>\r\n <p class="MsoNormal"><span class="serif1
"><b>1. Covert Cookie \r\n Technology</b></span></p
>\r\n <ul style="margin-top: 0in; margin-bottom: 0in;"
type="disc">\r\n <li class="MsoNormal"><s
pan class="serif1">Secretly cookie \r\n visitors
without them knowing about it</span></li>\r\n
<li class="MsoNormal"><span class="serif1">Give them direct \r\n
links to the programs YOU recommend</span></li>\r\n
<li class="MsoNormal"><span class="serif1">These programs \r\n
are much more likely to get clicked</span></li>\r\n
<li class="MsoNormal"><span class="serif1">And <b>YOU still \r\n
get paid</b>!</span></li>\r\n </ul>\r\n
<p class="MsoNormal"><span class="serif1"><b>2. Link \r\n
Cloaking Technology</b></span></p>\r\n <ul styl
e="margin-top: 0in; margin-bottom: 0in;" type="disc">\r\n
<li class="MsoNormal"><span class="serif1">Creates \r\n
click-friendly links</span></li>\r\n
<li class="MsoNormal"><span class="serif1">No more ugly \r\n
links that look like alpha-numerical garbage!</span></li>\r\n
<li class="MsoNormal"><span class="serif1"><b>Increases \r\n
click rates by as much as 900%</b></span></li>\r\n
</ul>\r\n <p class="MsoNormal"><span class
="serif1"><b>3. Magic Pop-Up \r\n Creator<
/b></span></p>\r\n <ul style="margin-top: 0
in; margin-bottom: 0in;" type="disc">\r\n
<li class="MsoNormal"><span class="serif1">Adds \r\n
un-blockable pop-ups to your webpages</span></li>\r\n
<li class="MsoNormal"><span class="serif1">Not typical \r\n
JavaScript pop-ups like everyone else has</span></li>\r\n
<li class="MsoNormal"><span class="serif1">Unique code \r\n
opens the visitor s e-mail client</span></li>\r\n
<li class="MsoNormal"><span class="serif1">When visitor \r\n
clicks Send , you ve captured their e-mail!</span></li>\r\n
<li class="MsoNormal"><span class="serif1"><b>Collects \r\n
e-mail addresses even if you re marketing someone else s \r\n
products as an affiliate</b>!</span></li>\r\n
</ul>\r\n <p class="MsoNormal"><span class
="serif1">As you can see, <b>The Affiliate \r\nMarketers Toolkit</b> really is <
u>the ultimate affiliate </u>\r\n<a href="http://www.JeremyBurns.com"><font colo
r="#000000">Internet marketer</font></a><u> s \r\ntool set</u>. </span></p>\
r\n<p class="MsoNormal" style="margin-right: -9.6pt;"><b>Just imagine being able
to \r\ncookie visitors, get their e-mail addresses, and get them to click much
more \r\noften without them getting annoyed and leaving! </b></p>\r\n<p class="Mso
Normal">Frankly, I d like to offer <span class="serif1"><b>The \r\nAffiliate Marke
ters Toolkit</b></span> as part of a high-priced seminar where I \r\ncharge at l
east $1,000 per person. But then I d have to go to all the trouble of \r\narrangin
g for a room and taking time out of my schedule and traveling and \r\nright now
I m way too busy to deal with all that.</p>\r\n<p class="MsoNormal">So for now, I ve
settled on this online download as a \r\nperfect and convenient way to sell thi
s incredibly valuable toolkit. </p>\r\n<p class="MsoNormal"><b>That''s why the e
ntire </b><span class="serif1"><b>\r\nAffiliate Marketers Toolkit</b> </span><b>
is only $77</b>. (Don''t \r\nworry--downloading everything is a snap and it work
s for both PC and MAC users.)\r\n</p>\r\n<p class="MsoNormal">Needless to say, o
ne of these days I ll get around to \r\nputting that seminar together. At th
at point, I ll offer <span class="serif1">\r\n<b>The Affiliate Marketers Toolkit</
b></span> only as part of a $1,000 marketing \r\nseminar, and this online offer
will disappear.</p>\r\n<p class="MsoNormal">When will I do that? I can t mak
e any promises.</p>\r\n<p class="MsoNormal">So if you want to get all the exclus
ive covert cookie \r\ntechnology, the link-cloaking generator, and the magic pop
-up creator that are \r\nall part of <span class="serif1"><b>The Affiliate Marke
ters Toolkit </b>for the \r\nlow price of only<b> $77, </b>you need to<b> ACT NO
W!</b></span></p>\r\n<p style="text-align: center;" align="center"><b>\r\n<span
style="font-size: 14pt; font-family: Times;">100% "Better-Than-Risk-Free&qu
ot; \r\nMoney Back Guarantee </span></b></p>\r\n<p style="text-align: center;" a
lign="center">\r\n <span style="font-size: 10pt; font-family: Verdana;">Lis
ten, if you don''t \r\n agree that </span><span class="serif1"><b>The Affiliate
Marketers Toolkit</b></span><span style="font-size: 10pt; font-family: Verdana;"
> \r\n is the most profitable affiliate marketing toolkit you ve ever received, \
r\n just email me and I''ll issue you a 100% refund on the spot. No hard fee
lings \r\n and no questions asked. In fact, I''ll extend this guarantee for
an entire \r\n month after you get everything! <b>That''s right, you ll have 30 d
ays to use \r\n and profit from this unique information or else ask (and receive
) an \r\n immediate refund.</b> </span></p>\r\n<p>Fair enough? </p>\r\n<p>
<b>I urge you to take action right now and grab </b><span class="serif1"><b>\r\n
The Affiliate Marketers Toolkit</b>. </span>Trust me, you won''t want to m
iss \r\nout on this one.</p>\r\n<p class="MsoNormal">Sincerely, </p>\r\n<p class
="MsoNormal">Publisher, <span class="serif1"><b>The Affiliate Marketers Toolkit<
/b></span></p>\r\n<p class="MsoNormal">P.S. <b>You''ll be amazed at how simple a
nd easy it is to \r\nstart making lots of money when your click rate increases a
s a result of </b>\r\n<span class="serif1"><b>The Affiliate Marketers Toolkit</b
>. </span>You won t \r\nworry about click rates again to when you let <span class=
"serif1"><b>The \r\nAffiliate Marketers Toolkit </b>do the work</span>...complet
ely at my risk! </p>\r\n<p class="MsoNormal"><font face="Georgia"><b>P.P.S
</b> <b>\r\n<span style="background-color: rgb(255, 255, 0);">Limi</span></b><fo
nt color="#000000"><b><span style="background-color: rgb(255, 255, 0);">ted \r\n
Number Of Reprint Rights Now Available!</span> </b>How would you like to grab \r
\nReprint Rights to Ad Tracking PRO? With these rights you can re-sell the
actual \r\nsource code to Ad Tracking Pro. We have a limited number now availab
le</font></font></p>\r\n\r\n</body>\r\n\r\n</html>', '', 'Learn the secrets of A
ffiliates!', 11);
INSERT INTO `products_description` VALUES (83, 1, 'Advanced Site Submitter', 'Su
bmit Your Website To 66 Of The Top Search Engines Every Month For FREE! \r\n <br
><br>\r\n<b>What Exactly Can The Software Do?</b><br><br>\r\n\r\nOur website sub
mission software makes it easy to submit (and then resubmit each month) your web
sites to 66 of the top search engines. Click a button....wait 10 seconds...and
you''re done. Don''t pay others to do what you can do for yourself! The Softwar
e engine Database is constantly updated and always availagble for FREE so you ca
n rest assured your software submissions are always current!<br><br>\r\n\r\n- Si
mple one Click Submission & Database Updates -<br><br>\r\n\r\n - You will reciev
e conformation that your submissions were successful -\r\n<br><br>\r\n<b>SUPER B
ONUS: Order now and receive MASTER Resell Rights so you can sell Advanced Site S
ubmitter and keep 100% of the profits! You''ll even get a copy of this sales pag
e which you can easily customize to you on adaptations!</b>', '', 'Submit Your W
ebsite to 66 Different Search Engines', 18);
INSERT INTO `products_description` VALUES (98, 1, 'Internet Copycatting', 'Want
To Start Your Own Internet Business But Don''t Know How? Copy The One That Alrea
dy Works! In This Ebook, You''ll Discover 9 Different Internet Business Model Fo
r You To Copy and Profit From.', '', 'Discover 9 Different Internet Business Mod
el For You To Copy and Profit From', 4);
INSERT INTO `products_description` VALUES (99, 1, 'How To Gain And Retain Custom
ers', 'It Doesn''t Matter which Business You''re In Now. If want to success, You
''ll Need To Know How To Gain and Retain Customers. In this ebook, you''ll disco
ver: (1)How to generate clients using pain and pleasure methods (2)The Six Reaso
ns why your prospects don''t buy from you and exactly what to do to counter it (
3) And, Lots of Case Studies To Double Your Profit!', '', '', 7);
INSERT INTO `products_description` VALUES (100, 1, 'How To Create an Automated E
bay Money Machine', 'Ebay has been a source of Goldmine for many Internet Entrep
eneur. Are you ready to grab your share? In this ebook, you''ll find out the fun
damental truth to create a profitable online auction business as well as the clo
se-guarded secret resources of Dropshipping and Wholesale Companies!', '', 'Find
out the fundamental truth to create a profitable online auction business as wel
l as the close-guarded secret resources of Dropshipping and Wholesale Companies!
', 0);
INSERT INTO `products_description` VALUES (101, 1, 'Press Release Magic', 'Submi
tting your well-crafted press release is a bit like standing behind the red velv
et rope, hoping you have what it takes to past the doorman and gain admittance i
nto "A" list events - It''s A Tough Compettion! So, the question is How you can
raise above others and make your press release gleam in the eyes of publisher?',
'', 'Learn what it takes to get past the doorman and gain admittance into "A" l
ist events', 1);
INSERT INTO `products_description` VALUES (84, 1, 'South of The Border', '<html>
\r\n\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=wi
ndows-1252">\r\n<title>New Page 2</title>\r\n<style>\r\n<!--\r\np {\r\n font-fam
ily: Arial, Helvetica, sans-serif;\r\n font-size: 12px;\r\n}\r\n-->\r\n</style>
\r\n</head>\r\n\r\n<body>\r\n\r\n<div align="center">\r\n <table border="0
" cellpadding="0" cellspacing="0" width="350" id="table1">\r\n <tr>\r\n
<td><font face="Verdana" size="2">Among the world''s great cuisines, the foods \
r\n of Mexico stand out in their diversity. Rooted in a hist
ory of \r\n ancient Indian civilizations, inspired by the Sp
anish Conquistadores \r\n of the sixteenth century, and in
fluenced by European tastes in the \r\n later revolutionary year
s, it is a dynamic cuisine, adaptable but \r\n remarkably compl
ete even in its melding of different cultures.</font><p>\r\n
<font face="Verdana" size="2">Explore Mexican cooking in all its delicious \r\n
variety with this outstanding recipe collection for today''s home \r\n
cook. You''ll find traditional favorites like:</font></td>\r\n </tr>\r\
n </table>\r\n</div>\r\n<p> </p>\r\n<div align="center">\r\n <table b
order="0" cellpadding="0" cellspacing="0" width="350" id="table2">\r\n
<tr>\r\n <td><center><font face="Verdana"><b>ACAPULCO CHI
CKEN </b></font>\r\n <p><font face="Verdana"><b>FRIJOLES DE O
LLA (BEANS COOKED IN A POT)</b></font></p>\r\n <p><font face="V
erdana"><b>CARNE ASADO (MEXICAN STYLE BEEF TIPS & \r\n
GRAVY)</b></font></p>\r\n <p><font face="Verdana"><b>CHALU
PA</b></font></p>\r\n <p><font face="Verdana"><b>CHICKEN ALEJA
NDRO</b></font></p>\r\n <p><font face="Verdana"><b>CHICKEN ENCHI
LADAS WITH PASILLA CHILI \r\n SAUCE</b></font></p>\r\n
<p><font face="Verdana"><b>CHICKEN OR BEEF FAJITAS </b></font></p>\r\n
<p><font face="Verdana"><b>CHICKEN TEQUILA</b></font></p>\r\n
<p><font face="Verdana"><b>CHILES RELLENOS (FRIED STUFFED CHILES)</b></font></p>
\r\n <p><font face="Verdana"><b>CHILI POBLANO PIE</b></font><
/p>\r\n <p><font face="Verdana"><b>CHIMICHANGAS SUPREME</b></fon
t></p>\r\n <p><font face="Verdana"><b>EL CHICO SALSA VERDE<
/b></font></p>\r\n <p><font face="Verdana"><b>ENCHILADAS BA
NDERAS</b></font></p>\r\n <p><font face="Verdana"><b>GRILL
ED CHICKEN ADOBO</b></font></p>\r\n <p><font face="Verdana">
<b>GRILLED CHICKEN QUESADILLAS</b></font></p>\r\n <p><font
face="Verdana"><b>SUPPER NACHOS</b></font></p>\r\n <p><font
face="Verdana"><b>RICE CON QUESO</b></font></p>\r\n <p><font
face="Verdana"><b>And Over 200 More!!</b></font></p>\r\n
</center></td>\r\n </tr>\r\n </table>\r\n</div>\r\n <div
align="center">\r\n <table border="0" cellpadding="0" cellspacing="0" width=
"350" id="table3">\r\n <tr>\r\n <td><font face="
Verdana">No cooking collection is complete without a \r\n
copy of the </font><font color="#cc0000" face="Verdana"><b><i>\r\n
Recipes From South Of The Border </i></b></font>\r\n <font fa
ce="Verdana">cookbook and it''s authentic recipes for cooking \r\n
traditional Mexican food at it''s best.</font></td>\r\n </tr>\r\n
</table>\r\n</div>\r\n </p>\r\n\r\n</body>\r\n\r\n</html>', '', 'Now you ca
n enjoy the many, unique flavors of Mexican food in your own home.', 9);
INSERT INTO `products_description` VALUES (93, 1, 'How Nice Guys, Shy Guys, Good
Guys Finish FIRST!', 'The three things you must do to attract beautiful, sexy w
omen Why it''s the little things that will make you stand out from the crowd The
biggest mistake (or assumption) men make when talking with women. What women re
ally want from man', '', 'The three things you must do to attract beautiful, sex
y women', 4);
INSERT INTO `products_description` VALUES (94, 1, 'Audio Player Pro Software', '
"Guaranteed to work on your web site without expensive flash or high monthly fee
s!" Until now, putting audio on your web site meant making an investment in expe
nsive software and being at the mercy of some programmer. Or worse yet, subscrib
ing to some "service" with an interface for a monthly fee. BUT, Now you''ve got
an option, and one that won''t break the bank!', '', 'Guaranteed to work on your
web site without expensive flash or high monthly fees!', 5);
INSERT INTO `products_description` VALUES (95, 1, 'Bookmark Reward Script', '"St
upidly Simple Script that Make Your Customers Line Up To Bookmark Your Website a
nd Join Your List!" This simple script give you the ability to reward your custo
mers by bookmarking your site and at the same time get them to sign up to your l
ist!', '', 'Stupidly Simple Script that Make Your Customers Line Up To Bookmark
Your Website and Join Your List!', 5);
INSERT INTO `products_description` VALUES (96, 1, 'Top 10 Ways To Generate Traff
ic And Build Your List', 'You can have all the greatest, "saleable" product in t
he world. However, it''s all but worthless if nobody sees it, rights? Inside thi
s ebook, you''ll learn 10 ways to attract targeted traffic to your site utilizin
g Both FREE and Low Cost Methods!', '', 'You''ll learn 10 ways to attract target
ed traffic to your site utilizing Both FREE and Low Cost Methods!', 8);
INSERT INTO `products_description` VALUES (102, 1, '97 Easy Money Savers', 'The
price of everything has gone up, requiring people to be more conscientious about
money. The problem is by the time the mortgage, car, utilities, and credit card
s are paid, there''s little money to put aside. Saving money is not that hard. I
t''s a matter of learning all the different option and being creative. In this e
book, You''ll learn 97 UNUSUAL Ways to save money. And, It WORKS!', '', 'Learn e
asy ways to save money!', 1);
INSERT INTO `products_description` VALUES (103, 1, 'Article Syndication Script',
'Real Simple Syndication (RRS) Has become a very popular way to manage website.
What''s RRS? It''s a format for building portals of headlines. It also known as
NEWS AGGREGATOR. Many big corporation such as Wired, CNN, Yahoo! use the simila
r program. With this script, you can build your own portal of headline by aggreg
ating article around the world with one click of button.', '', 'With this script
, you can build your own portal of headline by aggregating article around the wo
rld with one click of button.', 1);
INSERT INTO `products_description` VALUES (104, 1, 'Ebay Feedback', 'With so man
y scams out there on ebay, It''s important to maintain a Positive Feedback becau
se your customers will look at it and use it as important buying decision tool.
Inside this ebook, you''ll discover astonishingly simple way to maintain healthy
& positive feedback', '', 'Learn More about maintaining healthy & positive feed
back', 3);
INSERT INTO `products_description` VALUES (105, 1, 'Expand Your Professional Coa
ching & Consulting Business Onto The', 'Want To Expand Your Professional Coachin
g and Consulting Business On The Web? Then, get this audio ebook! For the first
time ever, Milana unveils her secrets of her rapid success on the net. Listen to
Milana''s words of wisdom as she explains, in detail, the steps every service p
rofessional must take to get on the web and into profit in today''s digital worl
d!', '', 'Learn the steps every service professional must take to get on the web
and into profit in today''s digital world!', 1);
INSERT INTO `products_description` VALUES (106, 1, 'Subliminal Black Book', 'Thi
s is the ONLY ebook on the market that not only gives you complete instructions
on how to produce Subliminal Messages with your home computer but it also includ
es a full version, Sound Mixing & Recording Program! Comes with ready made sales
page and auction salespage as well.', '', 'Gives you complete instructions on ho
w to produce Subliminal Messages with your home computer', 1);
INSERT INTO `products_description` VALUES (107, 1, 'Bring Your Golf Score To Lif
e', 'Struggling to improve your golf score? Want to reduce the extra, unwanted s
troke off your your game? With a few techniques disclosed in this ebook, you too
, can learn how to get more fun and lose those extra stroke off your without try
ing to learn a whole new swing,', '', 'Improve in Golf', 3);
INSERT INTO `products_description` VALUES (108, 1, 'Insider Blogging Secrets', '
Blogging has become the hottest trend on the market where The webloggers start r
olling ins their personal journal and constantly posting information on their fa
vorite subjects. Ever want to jump into the bandwagon and start your own bloggin
g site? This ebook can HELP!', '', 'Learn the secrets...', 3);
INSERT INTO `products_description` VALUES (109, 1, 'Insider Secrets of Online Cu
rrency Trading', 'This ebook is created for all level of forex investors. Knowle
dge is your most important asset in order to success in online currency trading.
In this ebook you''ll learn little known secrets to accurately predict the curr
ency price trend in just FIVE simple steps!', '', 'Learn the Insider secrets...'
, 1);
INSERT INTO `products_description` VALUES (110, 1, 'Paul Barrs Key Secrets', 'Th
is is not an ebook it''s an audio product. Discover the Key Secrets to Setting U
p Your Own Turn-Key Automatic Internet Money Machine!', '', 'Check Out the Secre
ts....', 0);
INSERT INTO `products_description` VALUES (111, 1, 'Olympic Power', 'Discover Th
e ancient secrets of success! The pilar of success and power! It''s not what you
think it''s. But, it sure will lift up your spirit.', '', 'Discover The ancient
secrets of success!', 1);
INSERT INTO `products_description` VALUES (112, 1, '101 Golden Keys To Success a
nd Fullfillment In Life', '"Fear Not Death But Unliving Life!" <br>\r\nIf you fe
el that your life is less than it''s suppose to be, This book may be able to hel
p you.', '', '"Fear Not Death But Unliving Life!"', 1);
INSERT INTO `products_description` VALUES (113, 1, 'Self Publishing Made Easy',
'Have A Good Topic That You Want To Write? Want To Publish Your Own ebook? Find
Out All The Strategies, Tools, and Resources To Make It Happen!', '', 'Find Out
All The Strategies, Tools, and Resources To Make It Happen!', 2);
INSERT INTO `products_description` VALUES (114, 1, 'A Guide To Researching, Desi
gning, and Marketing Informational P', 'Have An Idea To Start Your Own Informati
onal Product? Want To Get It Started Fast? In this ebook, You''ll find all the r
esources you need to bring your business to life.', '', 'In this ebook, You''ll
find all the resources you need to bring your business to life.', 0);
INSERT INTO `products_description` VALUES (115, 1, 'Opt-in Secrets', '"The Money
is On The List Specifically Responsice List!" In This ebook, you''ll find out a
ll the killer strategies to build that profitable lists that you can profit for
years to come.', '', 'You''ll find out all the killer strategies to build that p
rofitable lists that you can profit for years to come.', 2);
INSERT INTO `products_description` VALUES (116, 1, 'Net Spy Trace', 'Ever Wonder
What Your Spouse, Children, and Family did on your computer when you leave? Thi
s spy program has just been released! It stays hidden & tracks what other people
do on your computer', '', 'Tracks what other people do on your computer', 1);
INSERT INTO `products_description` VALUES (117, 1, '111 Egg Recipes', 'Love Egg?
But, Tired of Omelette? Want Something Different? Discover 111 Recipes To Cook
Your Egg. You''ll Won''t Eat The Same Anymore.', '', 'Discover 111 Recipes To Co
ok Your Egg. You''ll Won''t Eat The Same Anymore.', 3);
INSERT INTO `products_description` VALUES (118, 1, 'The Bread and Biscuit Baker'
's And Sugar-Boiler''s Assistant', 'This 84 page eBook provides over 260 time-te
sted recipes, that you can bake for dinner parties, fund-raising events, family
reunions, Holidays or simply to have fun in your kitchen with your children or r
elatives.', '', '260 time-tested recipes, that you can bake for dinner parties,
fund-raising events, family reunions, Holidays or simply to have fun in your kit
chen with your children or relatives.', 4);
INSERT INTO `products_description` VALUES (119, 1, 'Get Paid To Shop', 'Most mys
tery shoppers start because it''s fun, they enjoy eating out, they like to get f
ree food and other supplies, they enjoy having free holidays, wearing expensive
clothes, and even being paid to collect all this fabulous FREE stuff!', '', 'Lea
rn the secrets...', 3);
INSERT INTO `products_description` VALUES (120, 1, 'Millionaire Makers', 'Many M
illionaire are made on this information era than any three decades combined. Wan
t To Be One of The Next Success Stories? In This Ebook You''ll NOT only learn ho
w to do it. But, All The Resource You Need To Make It Happen!', '', 'Learn how t
o become a millionaire...', 0);
INSERT INTO `products_description` VALUES (121, 1, 'How Do I Get Started?', 'Con
fused? Struggled? Are You Wondering Exactly How To Start Your Own Internet Busin
ess? Then, This Book Is A Must Read. It takes out all the overwhelming ideas tha
t floating in the Internet. And, Focus only on the Strategies that can get you o
ff the ground FAST!', '', 'Learn How to Get Rich', 0);
INSERT INTO `products_description` VALUES (122, 1, 'The Formula', 'Are You Ready
To Learn? Ready To Be Shocked? Find out the secret formula To increase online t
raffic and generate profit using the simple system that took me three years to p
ut together.', '', 'Learn How', 4);
INSERT INTO `products_description` VALUES (123, 1, 'Be An Air Courier', 'Have Yo
u Ever Wonder How Someone Could fly From Los Angeles To London for $150.00 or FR
EE? Their secret is AIR COURIER. This ebook will reveal to you all the secret to
be Air Courier.', '', 'This ebook will reveal to you all the secret to be Air C
ourier.', 3);
INSERT INTO `products_description` VALUES (124, 1, 'Travel Writing', 'Anyone wit
h just a few basic writing skills, backed with a yen to travel and tell stories
about their experiences and take a few photographs to show friends back home, ca
n make dozens of trips abroad every year or even travel the world FREE of charge
and have money to bank back home!', '', 'You can make dozens of trips abroad ev
ery year or even travel the world FREE of charge and have money to bank back hom
e!', 3);
INSERT INTO `products_description` VALUES (125, 1, 'The Ecourse Power Pack', 'Ec
ourse is one of the most powerful form of Viral Marketing. However, Creating the
m can be a painful process. With This ebook, You''ll receive FOUR e-course that
you can use and give it away!', '', 'Learn Some Powerful Viral Marketing', 2);
INSERT INTO `products_description` VALUES (126, 1, 'The FREE Advertising Handboo
k', 'Need A Traffic Surge? But, You Have Very Tight Budget? Utilize All The FREE
traffic resources on the Internet. Find out everything in this powerful ebook.'
, '', 'Utilize All The FREE traffic resources on the Internet. Find out everythi
ng in this powerful ebook.', 1);
INSERT INTO `products_description` VALUES (127, 1, 'The Online Success Blueprint
', 'Discover The Proven 11 Steps For Generating A Healthy Profit Online. Follow
This Plan and Be Ready For The Surge Of Cashflow That You''ll Soon Be Receiving.
', '', 'Discover The Proven 11 Steps For Generating A Healthy Profit Online.', 1
);
INSERT INTO `products_description` VALUES (128, 1, 'If I Can, Anybody Can', 'Thi
s is a true story of a man, who start with nothing and create a multi level mark
eting company that generate $4 Million sales each year. Success Isn''t Easy. But
, It''s Not Hard Either. Let Him show you what it really takes to be totally suc
cessful. This Man is Gary Shawkey.', '', 'This is a true story of a man, who sta
rt with nothing and create a multi level marketing company that generate $4 Mill
ion sales each year.', 2);
INSERT INTO `products_description` VALUES (129, 1, 'From Factory To Freedom', 'A
n exclusive interview with a man, who know nothing about making money on the int
ernet, who start with only 1-2 hours a day, who has pretty much no money to star
t with, Quit His Job in NINE Months and Making Six Figure Income Consistently Ye
ar After Year. Learn How He Did It!', '', 'Read his amazing story and how he did
it', 3);
INSERT INTO `products_description` VALUES (130, 1, 'Cat Head Biscuit and Garlic
Fried Chicken', 'The Taste Of Traditional Southern Mountain Cooking.Our highly a
cclaimed, best selling signature cookbook contains 125 pages, 180 hand picked, f
amily tried and tested, real southern recipes. This Is Real Country Cooking!', '
', 'Learn Some Good Cooking!', 1);
INSERT INTO `products_description` VALUES (131, 1, 'Obesity and Weight Loss', 'B
efore you treat obesity or go through a diet. You need to find out what''s the r
eal cause of overweight. Then and Only Then, You can find the right way (sometim
es easier way) to lose that extra pounds!', '', 'Before you treat obesity or go
through a diet, you need to find out what''s the real cause of overweight.', 0);
INSERT INTO `products_description` VALUES (132, 1, 'Web Link Checker', 'When you
are creating or updating your web site, its all too easy to accidentally create
a broken link. A broken internal link can not only potentially lose you visitor
s and sales, but can even have an effect on your search engine ranking. Weblink
Checker is a very simple tool which instantly checks your web site on your PC be
fore you upload it to your web host.', '', 'Avoid Simple Mistakes....', 0);
INSERT INTO `products_description` VALUES (133, 1, 'Riches With Resale Rights',
'The Easiest & Fastest Way To Start Internet Business is to sell the resale righ
ts products. However, just like any business, you need to do it right! This eboo
k show you how.', '', 'The Easiest & Fastest Way To Start Internet Business is t
o sell the resale rights products.', 4);
INSERT INTO `products_description` VALUES (134, 1, '17 Simple Steps To A Killer
Sales Letter', 'Writing Killer Sales Letter is the single most important skill i
n making money online. If you follow the 17 steps presented in this ebook, YOU T
OO, can write the sales letter that turn visitors into buying customers', '', 'I
f you follow the 17 steps presented in this ebook, YOU can write the sales lette
r that turn visitors into buying customers', 4);
INSERT INTO `products_description` VALUES (135, 1, 'Internet Profit in 7 Steps',
'Ewen Chia Did It Again! In this new ebook, He''ll reveal his ultimate Secret W
eapon to create massive profit on the Internet in just 7 Simple Steps', '', 'The
ultimate Secret Weapon to create massive profit on the Internet in just 7 Simpl
e Steps', 3);
INSERT INTO `products_description` VALUES (136, 1, 'How I Got 1,124 Subscribers
in One Week From Scratch!', 'Any Online Marketer Will Tell You That "The Money i
s On The List!'' The Question is do you know how to create your own profitable l
ist....Create it FAST', '', 'Create it FAST', 1);
INSERT INTO `products_description` VALUES (137, 1, 'Affiliate Shield', 'Is your
affiliate commission seemed to be decreasing? There''s a good chance someone sto
le your commission by switching it to their link when ordering!!! Protect Your A
ffiliate Link Today and Immediately Increase Your Affiliate Commission...All Wit
h One Click Of Button!', '', 'Protect Your Affiliate Link Today and Immediately
Increase Your Affiliate Commission...All With One Click Of Button!', 1);
INSERT INTO `products_description` VALUES (138, 1, 'The Affiliate CookBook', 'It
''s a sad fact that only 5% of affiliate actually making money. And, Yes, 95% of
them are basically losing money. This ebook will show you the proven recipes fo
r affiliate success. Find out how the top affiliates do it and What exactly you
need to do to join them.', '', 'Learn the secrets...', 0);
INSERT INTO `products_description` VALUES (139, 1, 'How I Made $1,447 Profit Onl
ine, In Just 16 Days Using 100% FREE', 'If you have to come up with an extra $1,
000 in the next two weeks, Would you know what to do? This ebook show you the ex
act detail steps what ONE GUY did to come up with $1,447 Profit all with ZERO CO
ST!', '', 'Get Rich!!! $$$', 3);
INSERT INTO `products_description` VALUES (140, 1, 'Kekoe''s Multi-Replace', 'Ar
e you a webmaster that constantly duplicating website for clients? Kekoe''s Mult
i-Replace Give you an awesome replacement tools. You could replace all those lin
ks with one click of button instead hand-code it every single time. Prepare To S
ave Time!', '', 'Simple and Quick Replace', 5);
INSERT INTO `products_description` VALUES (141, 1, 'The Info-Product Creation Ha
ndBook', 'Ever Want To Publish Your Own Ebook? But, Don''t Have The Time To Writ
e. Then, You Must Read This Ebook. It Will Show You The Secret of Creating Profi
table digital Product in Two Hours Flat!', '', 'This Will Show You The Secret of
Creating Profitable digital Product in Two Hours Flat!', 0);
INSERT INTO `products_description` VALUES (142, 1, 'Ultra Templates v 1.0', 'A P
rofessional Templates Do Give Your Website An Edge. This Package Contains Many A
mazing Templates That You Can Download, Modified Copyright-FREE! Get Yours Today
!', '', 'A Professional Templates Do Give Your Website An Edge.', 7);
INSERT INTO `products_description` VALUES (143, 1, 'Delicious Italian Dishes', '
Discover the secrets of Italian cooking with this superb collection of mouthwate
ring recipes. This ebook is an ideal addition to any cooks library with a total
of 185 recipes.', '', '185 great recipes', 0);
INSERT INTO `products_description` VALUES (144, 1, 'Around the World Recipes Pt1
', 'You don''t have to travel the world to get a taste of international cuisine.
With Recipes From Around The World, you can open your mind and treat your taste
buds to a world of fine cuisine-without leaving home!', '', 'Enjoy Some Great F
ood!', 0);
INSERT INTO `products_description` VALUES (145, 1, 'Around the World Recipes Pt2
', 'You don''t have to travel the world to get a taste of international cuisine.
With Recipes From Around The World, you can open your mind and treat your taste
buds to a world of fine cuisine-without leaving home!', '', '', 3);
INSERT INTO `products_description` VALUES (146, 1, 'Wedding Video Magic', 'It is
a little known fact that WEDDINGS are the #1 growing industry in the WORLD! Eve
ry year, billions upon billions of dollars are spent on Weddings. The question I
must ask is why are you not getting into this business?', '', 'Learn About this
Lucrative Business....', 0);
INSERT INTO `products_description` VALUES (147, 1, 'Interior Design Business', '
"How To Break Into The Interior Design Industry" is a thoroughly researched repo
rt on how to take your interest and turn it into a full fledged career. It takes
you from the beginning - helping you figure out if this is really for you - all
the way to finding clientele for your new business.', '', 'Learn how you can br
eak into the interior design business', 0);
INSERT INTO `products_description` VALUES (148, 1, 'Ebay Entreprenuer', 'So you
want to sell on ebay? Quit your job? Become an ebay entrepreneur our ebook has al
l the tools for you to get started instantly! This ebook is not filled with free
information that can be found on ebay''s auction site it is filled with answers
to questions that people are dying to find out!', '', '', 0);
INSERT INTO `products_description` VALUES (149, 1, '10000 Dreams Interpreted', '
Learn How To Harness The Power Of Your Dreams For Greater Wealth, Happier Relati
onships And A More Fulfilling Life!\r\n<br><br>\r\nPLUS, 10,000 Dreams Interpret
ed With Easy To Understand Meanings!', '', '', 3);
INSERT INTO `products_description` VALUES (150, 1, 'Wonderful wedding favors and
wedding gifts', 'Every blushing bride wants to have a memorable and romantic we
dding that will be remembered for years with pleasant memories by all that atten
d.\r\n<br><br>\r\nThe purpose of "Wonderful wedding favors and wedding gifts" is
to help accomplish this, even if you or the bride to be is on a tight budget. I
t is not expensive catering and thousand dollar dresses that create lasting memo
ries.', '', 'Give something Special...', 0);
INSERT INTO `products_description` VALUES (151, 1, 'Bible Basics', 'Bible Basics
is just what it sounds like - 13 Lessons designed to help ground you in the bas
ics of the Christian faith. Whether you have been a Christian for years, are jus
t starting out in your walk with the Lord, or are not yet a Christian but are se
eking spiritual answers, these lessons will be beneficial for you.', '', '', 1);
INSERT INTO `products_description` VALUES (152, 1, 'Your Baby''s First Year', 'I
f you are like most expectant parents, you can''t wait for your new bundle of jo
y to arrive. But how do you know what to do once your baby has arrived? Relax! T
he comprehensive book, Your Baby''s First Year, is hear to guide you. Packed ful
l of information and advice for new or experienced parents, Your Baby''s First Y
ear is the instruction manual that Mother Nature should have included with your
new baby', '', '', 0);
INSERT INTO `products_description` VALUES (153, 1, 'Instant Webmasters Video Set
', 'In this step by step easy video download, you go from a total beginner to a
capable web master in minutes. You''ll learn so much from these videos that your
friends will think you''ve been spending all of your nights and weekends in som
e high-priced expensive computer class!', '', 'you will go from a total beginner
to a capable web master in minutes', 5);
INSERT INTO `products_description` VALUES (154, 1, 'Mega Wealth Audio Library',
'The Mega Wealth Pak Audio Library is a power packed album of 10 audio cassette
tapes approximately 40 minutes in length a piece produced by Shel Swartz, a nat
ionally acclaimed veteran business writer and columnist, telling more than 300,
000 people each month how to make money by mail, as well as a mail order consult
ant and trainer, His broadcast experience goes back to 1970', '', '', 0);
INSERT INTO `products_description` VALUES (155, 1, 'Ultimate Joint Venture Formu
la', 'Newly released, mind blowing, never before seen software generates perfect
joint venture letters that will instantly explode your profits!', '', '', 0);
INSERT INTO `products_description` VALUES (156, 1, '7 Fast Ways to Get Great Lin
ks to', 'Discover how to boost your website''s link popularity and PageRank with
these seven little known, battle-tested, and easy to use linking tactics. And w
hat''s more, I''ll show you how to get up and running with nearly all of them fo
r free!', '', 'Discover how to boost your website''s link popularity and PageRan
k with these seven little known, battle-tested, and easy to use linking tactics.
', 2);
INSERT INTO `products_description` VALUES (157, 1, '10 Easy Steps to a Google Fr
iendly', 'Discover the quick & easy way to get a lot more visitors to your websi
te for free with just a few simple html tweaks. A couple of simple changes to yo
ur web pages can give your site a huge search engine boost!', '', '', 2);
INSERT INTO `products_description` VALUES (158, 1, '5 Fast Ways to Explode Your
Opt-In List', 'Discover the five free-to-use tactics guaranteed to explode the s
ize of your email opt-in list (and your profits) within the next few days!', '',
'Discover the five free-to-use tactics guaranteed to explode the size of your e
mail opt-in list (and your profits) within the next few days!', 1);
INSERT INTO `products_description` VALUES (159, 1, 'eCover Creator with FREE Web
site', 'Finally you can fire your graphics designer and save yourself a truckloa
d of money! Instantly create simple covers for any project in under 30 seconds!'
, '', 'Instantly create simple covers for any project in under 30 seconds!', 0);
INSERT INTO `products_description` VALUES (160, 1, 'How to Create Profit Pulling
Toolbars', 'Here''s how to create unlimited personalized toolbars for free that
automatically promote your websites & affiliate links for you 24-7!', '', 'Here
''s how to create unlimited personalized toolbars for free that automatically pr
omote your websites & affiliate links for you 24-7!', 2);
INSERT INTO `products_description` VALUES (161, 1, 'How to Set Up a Secure Membe
rs Area', 'Don''t waste a single cent on crazily overpriced membership scripts,
software and services. Instead, discover how to run & manage your own membership
site professionally, securely and 100% for free!', '', 'Discover how to run & m
anage your own membership site professionally, securely and 100% for free!', 2);
INSERT INTO `products_description` VALUES (162, 1, 'How to Build Huge Niche Keyw
ord Lists', 'Discover how to quickly, easily and for free build a keyword list i
nto the thousands to help you effortlessly attract all the high quality traffic
you want!', '', 'Discover how to quickly, easily and for free build a keyword li
st into the thousands to help you effortlessly attract all the high quality traf
fic you want!', 4);
INSERT INTO `products_description` VALUES (163, 1, 'Floating Ads Creator', 'Here
is an easy way to make lot of money by promoting your favorite affiliate progra
ms on the Internet! FloatingAds Creator gives you a new way to make a substantia
l amount of money from affiliate programs.', '', '', 3);
INSERT INTO `products_description` VALUES (164, 1, 'Quick Selling Software', 'Ge
t 20 quick selling programs you can sell and keep all the profits from. It''s so
easy, it''s like printing money - you have to see this software package to beli
eve it!', '', 'Get 20 quick selling programs you can sell and keep all the profi
ts from. It''s so easy, it''s like printing money...', 3);
INSERT INTO `products_description` VALUES (165, 1, 'Autoresponder Secrets Expose
d!', 'Discover how you can turn a trickle of sales into an onslaught of orders u
sing the easiest, most effective way to explode your sales!', '', 'Discover how
you can turn a trickle of sales into an onslaught of orders using the easiest, m
ost effective way to explode your sales!', 0);
INSERT INTO `products_description` VALUES (166, 1, 'Ezine Filter and Formatter',
'New software instantly formats your ezine and filters out the words that the s
pam filters are looking for!', '', 'New software instantly formats your ezine an
d filters out the words that the spam filters are looking for!', 5);
INSERT INTO `products_description` VALUES (167, 1, 'Brian Garvin''s MLM Secrets'
, 'How to make (at least) $30,000 in residual income every single month with onl
ine network marketing!', '', 'How to make (at least) $30,000 in residual income
every single month with online network marketing!', 3);
INSERT INTO `products_description` VALUES (168, 1, 'The Gold Collection', 'The G
old Collection is a range of easy to use tools, designed to save you time and ef
fort, help increase your profits and help you avoid problems with your web site.
', '', 'Easy to use tools, designed to save you time and effort, help increase y
our profits and help you avoid problems with your web site.', 3);
INSERT INTO `products_description` VALUES (169, 1, 'Scroll Pops Generator', 'Scr
oll Pops is designed to produce results by properly, strategically and effective
ly placing a specific action within your web page that can not be ignored in ord
er to get a desired response from your visitor.', '', 'Designed to produce resul
ts by properly, strategically and effectively placing a specific action within y
our web page that can not be ignored in order to get a desired response from you
r visitor.', 0);
INSERT INTO `products_description` VALUES (170, 1, 'Niche Website Templates', 'U
se these webpage templates to create professional looking websites in a matter o
f minutes!', '', 'Use these webpage templates to create professional looking web
sites in a matter of minutes!', 3);
INSERT INTO `products_description` VALUES (171, 1, 'The Forum List', 'With just
five minutes and The Forum List you can reach out to thousands of people who wan
t to hear what you have to say!', '', 'With just five minutes and The Forum List
you can reach out to thousands of people who want to hear what you have to say!
', 4);
INSERT INTO `products_description` VALUES (172, 1, 'ClickMagnet', 'With the Clic
k Magnet software you will be able to place unobtrusive ads on you website with
ease. And your Click Magnet ad stays with your visitor as they scroll down the p
age, keeping your offer there at all times.', '', '', 5);
INSERT INTO `products_description` VALUES (173, 1, 'Turnkey Website Secrets Reve
aled', 'Look around Ebay and Websites that sell pre-made web businesses. Did you
ever wonder how these people are producing such high quality ebusinesses? The t
ruth is that most of these sites are made in a matter of minutes. We have resear
ched the internet and are letting you in on the secret.', '', 'In eBook lets you
in on a little secret', 5);
INSERT INTO `products_description` VALUES (174, 1, 'REPLY E-mail Automator', 'In
order to be a successful advertiser on the Internet, you need an edge over the
competition. Reply E-mail Automator is a feature-rich software that can type the
responses to your repetitive information seeking, E-mail and support questions
that you are receiving every single day. The busier your website gets the more E
-mail like this you will receive! Let Reply E-mail Automator cut the time you sp
end responding to these E-mail''s by 1700%. When you save that kind of time you
can put it to use doing the things you love or spend it on making more money, no
t answering the same E-mail day after day.', '', '', 4);
INSERT INTO `products_description` VALUES (175, 1, 'Let The Power of Audio Tripl
e Your Sales', 'Does your website talk? If you said No, you could be loosing a s
mall fortune everyday. Audio has the ability to triple your website''s sales. N
ow you can add audio to your website in 5 minutes flat. Never pay a montly fee a
gain.', '', '', 2);
INSERT INTO `products_description` VALUES (176, 1, 'Website Conversion Secrets',
'This guide reveals the 40 most common pitfalls well-meaning entrepreneurs like
you fall into when trying to create a money-making site. It s a shame for you not
to be living the lifestyle you desire, when you can do it so easily!', '', 'Thi
s guide reveals the 40 most common pitfalls well-meaning entrepreneurs like you
fall into when trying to create a money-making site.', 4);
INSERT INTO `products_description` VALUES (177, 1, 'Easy PDF Toolkit', 'Create P
DF files from any printable document in a few simple clicks! Finally, there''s a
n easy way to publish stunning PDF files, without wasting a lot of time and mone
y.', '', 'Create PDF files from any printable document in a few simple clicks!',
6);
INSERT INTO `products_description` VALUES (178, 1, 'Scripts-2-Sell', 'Make a fas
t profit with a high demand product. 100% profit pulling kit gives everyone the
power to create niche websites, without spending a fortune hiring a specialist t
o do it.', '', '', 3);
INSERT INTO `products_description` VALUES (179, 1, '306 Web Design Templates', '
Get instant access to over 300 template layouts which you can begin utilizing im
mediately. All you will need to do is add text to the graphic buttons and text t
o the layout and you are ready to go!', '', 'Get instant access to over 300 temp
late layouts which you can begin utilizing immediately.', 1);
INSERT INTO `products_description` VALUES (180, 1, 'Virtual eBiz', 'This exclusi
ve report exposes the whole modus-operandi for establishing a successful Interne
t business from home. Tons of very clear advice on getting started and building
up from zero. Perfect for the ''newbie'' web-marketer.', '', '', 0);
INSERT INTO `products_description` VALUES (181, 1, 'Info-Product Marketing Secre
ts Exposed!', 'Five top marketers reveal exactly how to make at least $10,000 in
profits every single month selling information online, 100% guaranteed!', '', '
Five top marketers reveal exactly how to make at least $10,000 in profits every
single month selling information online, 100% guaranteed!', 2);
INSERT INTO `products_description` VALUES (182, 1, 'Profit Pulling Reports', 'Di
scover exactly how to earn thousands of dollars every month with your own Exclus
ive Free Reports! Master the same techniques used by the gurus. Use them to prom
ote your reseller products, your affiliate programs or anything else.', '', 'Dis
cover exactly how to earn thousands of dollars every month with your own Exclusi
ve Free Reports!', 2);
INSERT INTO `products_description` VALUES (183, 1, 'Clickbank Automation System'
, 'Dramatically increase your ClickBank profits while protecting your download p
ages. Plus, put a personalized ClickBank search box on your website and earn a c
ommission from every sale made!', '', 'Dramatically increase your ClickBank prof
its while protecting your download pages.', 0);
INSERT INTO `products_description` VALUES (184, 1, 'Building Your Automatic Mone
y Machine', 'Discover how you can earn piles of cash 24 hours a day, 7 days a we
ek - even while you sleep! Every internet marketing expert knows that automation
is the key to success. Isn''t it time that you learned exactly how to automate
your entire business?', '', 'Discover how you can earn piles of cash 24 hours a
day, 7 days a week - even while you sleep!', 5);
INSERT INTO `products_description` VALUES (185, 1, 'Attaining Your Desires - The
Secret Session', 'Discover the secret source of power that will allow you to li
terally manifest anything you want! Marketing wizards Robert Collier, P.T. Barnu
m, and Bruce Barton used this source of power to build their business empires. Y
ou can be next!', '', 'Discover the secret source of power that will allow you t
o literally manifest anything you want!', 1);
INSERT INTO `products_description` VALUES (186, 1, '10 Steps To Killer Web Copy'
, 'Writing a great sales copy is the key to the overall success of your online b
usiness. Inside this guide you will discover the 10 simple steps to writing web
copy guaranteed to bring in an avalanche of sales!', '', 'Writing a great sales
copy is the key to the overall success of your online business.', 1);
INSERT INTO `products_description` VALUES (187, 1, 'Free to Sell 6.0', 'The very
latest version of this outstanding collection, contains more than 50 bestsellin
g ebooks. All with resale and/or give-away rights.', '', 'The very latest versio
n of this outstanding collection, contains more than 50 bestselling ebooks. All
with resale and/or give-away rights.', 3);
INSERT INTO `products_description` VALUES (188, 1, 'Gary Shawkey''s Secrets', 'L
et Gary Shawkey and his number one student Brian Garvin take you by the hand and
show you every secret Brian uses to make over $15,000 monthly from affiliate pr
ograms.', '', '', 4);
INSERT INTO `products_description` VALUES (189, 1, 'The 30-Minute Marketing Mira
cle', 'Discover the secret process used by the world''s best copywriters to turn
any ad into a goldmine! Learn how to turn your ordinary, poor-response ads into
killer money-making machines in just 30 minutes.', '', 'Discover the secret pro
cess used by the world''s best copywriters to turn any ad into a goldmine!', 1);
INSERT INTO `products_description` VALUES (190, 1, 'Jim Wilson''s eBay Secrets',
'Learn how to quickly & easily make a full-time income from eBay, starting toda
y, even if you''re brand new to the net!', '', 'Learn how to quickly & easily ma
ke a full-time income from eBay, starting today, even if you''re brand new to th
e net!', 3);
INSERT INTO `products_description` VALUES (191, 1, 'How to Outsell Other Reselle
rs and Become a Super Affiliate', 'How would you like to become a top-selling af
filiate for whatever program you choose? Discover easy ways to gain an unfair ad
vantage over your competition no matter what program you''re promoting!', '', 'H
ow would you like to become a top-selling affiliate for whatever program you cho
ose? Discover easy ways to gain an unfair advantage over your competition no mat
ter what program you''re promoting!', 0);
INSERT INTO `products_description` VALUES (192, 1, 'Magic Subscriber', 'Magic Su
bscriber reduces the amount of time and money you need to get more customers and
sales. It automatically captures your visitor''s email addresses without them h
aving to fill out a form! This makes it much easier for you to generate targeted
traffic and sales.', '', 'Magic Subscriber reduces the amount of time and money
you need to get more customers and sales.', 1);
INSERT INTO `products_description` VALUES (193, 1, 'The Official eBook Sales Gui
de', 'The Official eBook Sales Guide shows you how to set up your own eBook mark
eting system that will automatically sell dozens of eBooks even if you just prom
ote one or two.', '', 'The Official eBook Sales Guide shows you how to set up yo
ur own eBook marketing system that will automatically sell dozens of eBooks even
if you just promote one or two.', 1);
INSERT INTO `products_description` VALUES (194, 1, 'Web Sales Letters Supreme',
'This ebook will teach you how to write web sales letters by examples. The web s
ales letters in this book have been written by some of the greatest copywriters
on the Internet. Study these examples carefully, you''re just one good web sales
letter away from a million dollars!', '', 'This ebook will teach you how to wri
te web sales letters by examples.', 0);
INSERT INTO `products_description` VALUES (195, 1, 'The Embarrassingly Simple Wa
y I Grabbed the No1 Position in Goog', 'Discover how to get top rankings in majo
r search engines like Google and Yahoo in just a few days, for free!', '', 'Disc
over how to get top rankings in major search engines like Google and Yahoo in ju
st a few days, for free!', 7);
INSERT INTO `products_description` VALUES (196, 1, 'Proven Pricing Secrets', 'Th
is unique ebook reveals the proven pricing secrets that the experts are using to
generate huge profits, and how anyone can use these same ideas and be hugely su
ccessful!', '', 'This unique ebook reveals the proven pricing secrets that the e
xperts are using to generate huge profits, and how anyone can use these same ide
as and be hugely successful!', 7);
INSERT INTO `products_description` VALUES (197, 1, 'Killer Mini Sites', 'An amaz
ing new report shows you the secrets behind successful mini sites! A deep down d
issection of the most successful mini sites on the web and exclusive access to a
9-block formula for creating killer mini sites that sell like crazy!', '', '',
11);
INSERT INTO `products_description` VALUES (198, 1, 'The No-Cost Marketing Report
', 'How to promote any product or service on a zero-dollar budget! Regardless of
who you are or what you are marketing, this report will show you how to quickly
and easily sell more. A lot more!', '', 'How to promote any product or service
on a zero-dollar budget!', 1);
INSERT INTO `products_description` VALUES (199, 1, 'The Great Ezine Experiment',
'Learn how I turned a simple ezine into an online empire that earns me thousand
s of dollars each month.', '', 'Learn how I turned a simple ezine into an online
empire that earns me thousands of dollars each month .', 0);
INSERT INTO `products_description` VALUES (200, 1, 'Secret eBay Marketing', 'How
to quickly and easily turn an hour a day on eBay, into thousands of dollars in
monthly profits!', '', 'How to quickly and easily turn an hour a day on eBay, in
to thousands of dollars in monthly profits!', 0);
INSERT INTO `products_description` VALUES (201, 1, 'How to Get Reprint Rights To
Products Without Spending a Dime!', 'This is a hot report with information that
can save you virtually tens of thousands of dollars in reprint rights!', '', 'T
his is a hot report with information that can save you virtually tens of thousan
ds of dollars in reprint rights!', 2);
INSERT INTO `products_description` VALUES (202, 1, 'Traffic Virus 3.0', 'Traffic
Virus 3.0 is the latest version of the web''s first traffic generating software
designed to launch your own viral advertising campaign.', '', 'Traffic Virus 3.
0 is the latest version of the web''s first traffic generating software designed
to launch your own viral advertising campaign.', 0);
INSERT INTO `products_description` VALUES (203, 1, 'PayLock Generator', 'Amazing
easy-to-use software instantly generates secure paypal buttons on the fly, righ
t from your desktop! Encrypt your paypal buttons in a single click eliminating d
igital theft and protect your profits!', '', 'Encrypt your paypal buttons in a s
ingle click eliminating digital theft and protect your profits!', 0);
INSERT INTO `products_description` VALUES (204, 1, 'Pure Profit Software', 'Each
product included in this package offers a specific benefit that can help you an
d your customers save time, money, and headaches, while increasing online profit
ability.', '', 'Each product included in this package offers a specific benefit
that can help you and your customers save time, money, and headaches, while incr
easing online profitability.', 0);
INSERT INTO `products_description` VALUES (205, 1, 'Autoresponder Unlimited', 'A
utoresponder Unlimited is the number one choice of website owners because it has
the same powerful features of other autoresponder services and software but wit
hout all the cost!', '', 'Autoresponder Unlimited is the number one choice of we
bsite owners because it has the same powerful features of other autoresponder se
rvices and software but without all the cost!', 0);
INSERT INTO `products_description` VALUES (206, 1, 'Ezy Ezine Ad Formatter', 'Ea
sily and instantly format your ezine ads to fit any publishers character length
specifics, saving time and frustration. You will no longer have to worry about y
our ezine ad format, counting each and every character on each and every line. T
he software literally does the formatting for you.', '', 'Easily and instantly f
ormat your ezine ads to fit any publishers character length specifics, saving ti
me and frustration.', 3);
INSERT INTO `products_description` VALUES (207, 1, 'Secrets of Top Affiliate Mar
keters', 'This ebook contains a wonderful selection of tips and advice that will
teach you how to make huge profits with affiliate programs.', '', 'This ebook c
ontains a wonderful selection of tips and advice that will teach you how to make
huge profits with affiliate programs.', 2);
INSERT INTO `products_description` VALUES (208, 1, 'Web Site and E-zine Promotio
n Made Easy', 'Stop paying for traffic! Drive an endless stream of visitors to y
our Web Site, without paying a cent on advertising, and turn your web site into
a 24/7 profit generating machine, using free tips, tools, tricks and proven tech
niques!', '', 'Drive an endless stream of visitors to your Web Site, without pay
ing a cent on advertising', 0);
INSERT INTO `products_description` VALUES (209, 1, 'How to Win the War of Intern
et Marketing', 'Discover how to create the life you desire on the Internet in le
ss than one year. No magic secrets, just a proven formula for success. In a worl
d with lots of dull ebooks, this one really stands out.', '', 'Discover how to c
reate the life you desire on the Internet in less than one year.', 0);
INSERT INTO `products_description` VALUES (210, 1, 'Ultimate Ad Tracker 2.1', 'W
ith the Ultimate Ad Tracker package you will be able to run your own professiona
l tracking system designed to give you precise statistics on your links!', '', '
Track your ads, downloads, affiliate links and more!', 0);
INSERT INTO `products_description` VALUES (211, 1, 'Web Marketing Explained', '4
0 successful Internet marketers explain their promotion secrets. Much more revea
ling than your average guru information. Use this unique information to power-pr
omote your website!', '', 'Use this unique information to power-promote your web
site!', 0);
INSERT INTO `products_description` VALUES (212, 1, 'Instant Internet Empires', '
You''re about to discover how you can have five of your own Internet businesses
set up and taking orders within 29 minutes!', '', 'You''re about to discover how
you can have five of your own Internet businesses set up and taking orders with
in 29 minutes!', 2);
INSERT INTO `products_description` VALUES (213, 1, 'Free Advertising System', 'D
iscover how to get thousands of other people selling your product and never spen
d a penny on advertising again. Regardless of what you are marketing on the inte
rnet, the Free Advertising System is the only tool you need to generate real suc
cess online.', '', 'Discover how to get thousands of other people selling your p
roduct and never spend a penny on advertising again.', 1);
INSERT INTO `products_description` VALUES (214, 1, 'Easy Resell Plus', 'Easy Res
ell Plus is a new, easy to use software tool which will automate your online bus
iness. You will save time and effort, and avoid making mistakes which could cost
you valuable sales.', '', 'Easy Resell Plus is a new, easy to use software tool
which will automate your online business.', 4);
INSERT INTO `products_description` VALUES (215, 1, 'eBook Authors Interviewed',
'You are about to discover how to turn your Ebook into a powerful, non stop, mon
ey- making machine, by reading and using the tips and advice from some of the be
stselling ebook marketers and authors on the internet today!', '', 'Get tips and
advice from some of the bestselling ebook marketers and authors on the internet
today!', 0);
INSERT INTO `products_description` VALUES (216, 1, 'Achieving Lift-off', 'Discov
er the fast road to starting and succeeding with an online business, the sensibl
e way. This remarkable ebook includes 19 bonus downloads, each with resale right
s!', '', 'Discover the fast road to starting and succeeding with an online busin
ess, the sensible way.', 1);
INSERT INTO `products_description` VALUES (217, 1, 'eZine Success', 'eZine Succe
ss is a powerful 15+ chapter eBook that will take you, step-by-step and teach yo
u all the secrets the experts use to skyrocket their eZine traffic!', '', 'eZine
Success is a powerful 15+ chapter eBook that will take you, step-by-step and te
ach you all the secrets the experts use to skyrocket their eZine traffic!', 3);
INSERT INTO `products_description` VALUES (218, 1, 'Instant Affiliate Link Maske
r', 'A simple and easy way to protect your affiliate links and stop losing your
hard earned affiliate commissions. No HTML coding! Just click ''Generate Code''
and Instant affiliate link masker does the rest for you.', '', 'A simple and eas
y way to protect your affiliate links and stop losing your hard earned affiliate
commissions.', 6);
INSERT INTO `products_description` VALUES (219, 1, 'How To FTP', '"HOW TO FTP" i
s a step by step guide on how to transfer files from your computer to your web s
ite. Using quite a few screen characters to illustrate each step, the guide walk
s you through the steps of installing FTP software and uploading a file to your
web site. \r\n\r\nMany people here already know how to FTP but there are many ne
w people joining the Internet and wanting to create their first web site and hop
fully this How To Guide will help you.', '', 'A step by step guide on how to tra
nsfer files from your computer to your web site.', 0);
INSERT INTO `products_description` VALUES (220, 1, 'Be a Whiz at eBiz', 'Interne
t Marketing Tools, Tips, Resources, Reviews\r\nNo-Nonsense Tips & Resources to B
uild Your Business Online.\r\n<br><br>\r\nAre you new to internet marketing? Con
fused about which methods work and which don''t?', '', 'Internet Marketing Tools
, Tips, Resources, Reviews\r\nNo-Nonsense Tips & Resources to Build Your Busines
s Online.', 0);
INSERT INTO `products_description` VALUES (221, 1, 'Gifts Women Want', 'Romance
her with gifts she really wants. This brand new downloadable eBook features the
results of surveys on women and very insightful articles and tips.', '', 'Romanc
e her with gifts she really wants.', 2);
INSERT INTO `products_description` VALUES (222, 1, 'How to Setup Reseller Rights
Packages', 'This ebook will teach you about: \r\n<br><br>\r\nHow to get setup w
ith Reseller Right Packages and what you need. \r\n<br><br>\r\nHow to choose you
r domain name and where to get them \r\n<br><br>\r\nWhere to accept credit cards
\r\n<br><br>\r\nWhere to get web hosting \r\n<br><br>\r\nHow to save time and m
oney', '', 'Everything you need to know about reselling packages', 3);
INSERT INTO `products_description` VALUES (223, 1, '39 Success Tips', 'Do you wa
nt to make more money in your life?\r\n<br><br>\r\nIf you want to achieve that,
then these 39 success tips to attract money will be a good guidebook for you.\r\
n<br><br>\r\nYou can download 39 Success Tips To Make More Money for free as a g
ift after login.\r\n<br><br>\r\nHint: Look out for tips number 11 and 31. They s
ure help.', '', 'Do you want to make more money in your life?', 4);
INSERT INTO `products_description` VALUES (224, 1, 'How to Manage and Sell Affil
iate Programs', 'Learn how to become a better reseller. Selling affiliate progra
ms can be a very lucrative business. However, just like commission sales or peop
le who are in business for themselves, it takes a certain amount of self-discipl
ine and determination. \r\n<br><br>\r\nIf you have what it takes and you are wil
ling to make a few sacrifices, and you find programs that you believe in and tre
at you and your customers like people and not numbers, then you will succeed.',
'', 'Learn how to become a better reseller.', 0);
INSERT INTO `products_description` VALUES (225, 1, 'The Webmaster Business Maste
rs Course', 'The Webmaster Business Masters Course covers a range of need-to-kno
w operational topics from developing a comprehensive business plan, to targeted
marketing, to finding clients, to communicating effectively, to writing winning
proposals, to signing profitable contracts.', '', 'This eBook covers a range of
need-to-know operational topics', 2);
-- --------------------------------------------------------
--
-- Table structure for table `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 '0000-00-00 00:00:00',
PRIMARY KEY (`products_id`,`customers_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `products_notifications`
--
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
PRIMARY KEY (`products_options_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `products_options`
--
INSERT INTO `products_options` VALUES (1, 1, 'Format');
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
PRIMARY KEY (`products_options_values_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `products_options_values`
--
INSERT INTO `products_options_values` VALUES (1, 1, 'Download');
-- --------------------------------------------------------
--
-- Table structure for table `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_increme
nt,
`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`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
--
-- Dumping data for table `products_options_values_to_products_options`
--
INSERT INTO `products_options_values_to_products_options` VALUES (1, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `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`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `products_to_categories`
--
INSERT INTO `products_to_categories` VALUES (1, 1);
INSERT INTO `products_to_categories` VALUES (2, 1);
INSERT INTO `products_to_categories` VALUES (3, 1);
INSERT INTO `products_to_categories` VALUES (4, 1);
INSERT INTO `products_to_categories` VALUES (5, 4);
INSERT INTO `products_to_categories` VALUES (5, 8);
INSERT INTO `products_to_categories` VALUES (6, 8);
INSERT INTO `products_to_categories` VALUES (6, 9);
INSERT INTO `products_to_categories` VALUES (6, 12);
INSERT INTO `products_to_categories` VALUES (7, 3);
INSERT INTO `products_to_categories` VALUES (7, 5);
INSERT INTO `products_to_categories` VALUES (7, 10);
INSERT INTO `products_to_categories` VALUES (8, 3);
INSERT INTO `products_to_categories` VALUES (8, 5);
INSERT INTO `products_to_categories` VALUES (8, 10);
INSERT INTO `products_to_categories` VALUES (10, 18);
INSERT INTO `products_to_categories` VALUES (11, 3);
INSERT INTO `products_to_categories` VALUES (11, 5);
INSERT INTO `products_to_categories` VALUES (11, 10);
INSERT INTO `products_to_categories` VALUES (14, 3);
INSERT INTO `products_to_categories` VALUES (14, 20);
INSERT INTO `products_to_categories` VALUES (15, 7);
INSERT INTO `products_to_categories` VALUES (16, 6);
INSERT INTO `products_to_categories` VALUES (17, 17);
INSERT INTO `products_to_categories` VALUES (18, 19);
INSERT INTO `products_to_categories` VALUES (19, 5);
INSERT INTO `products_to_categories` VALUES (20, 5);
INSERT INTO `products_to_categories` VALUES (22, 3);
INSERT INTO `products_to_categories` VALUES (22, 19);
INSERT INTO `products_to_categories` VALUES (23, 4);
INSERT INTO `products_to_categories` VALUES (24, 4);
INSERT INTO `products_to_categories` VALUES (25, 4);
INSERT INTO `products_to_categories` VALUES (27, 13);
INSERT INTO `products_to_categories` VALUES (28, 8);
INSERT INTO `products_to_categories` VALUES (28, 12);
INSERT INTO `products_to_categories` VALUES (29, 1);
INSERT INTO `products_to_categories` VALUES (29, 11);
INSERT INTO `products_to_categories` VALUES (30, 1);
INSERT INTO `products_to_categories` VALUES (30, 11);
INSERT INTO `products_to_categories` VALUES (31, 1);
INSERT INTO `products_to_categories` VALUES (31, 11);
INSERT INTO `products_to_categories` VALUES (32, 1);
INSERT INTO `products_to_categories` VALUES (33, 17);
INSERT INTO `products_to_categories` VALUES (34, 1);
INSERT INTO `products_to_categories` VALUES (35, 6);
INSERT INTO `products_to_categories` VALUES (35, 9);
INSERT INTO `products_to_categories` VALUES (37, 6);
INSERT INTO `products_to_categories` VALUES (37, 9);
INSERT INTO `products_to_categories` VALUES (38, 6);
INSERT INTO `products_to_categories` VALUES (38, 9);
INSERT INTO `products_to_categories` VALUES (41, 5);
INSERT INTO `products_to_categories` VALUES (42, 5);
INSERT INTO `products_to_categories` VALUES (42, 10);
INSERT INTO `products_to_categories` VALUES (42, 20);
INSERT INTO `products_to_categories` VALUES (43, 14);
INSERT INTO `products_to_categories` VALUES (44, 8);
INSERT INTO `products_to_categories` VALUES (45, 19);
INSERT INTO `products_to_categories` VALUES (46, 19);
INSERT INTO `products_to_categories` VALUES (47, 5);
INSERT INTO `products_to_categories` VALUES (50, 15);
INSERT INTO `products_to_categories` VALUES (51, 15);
INSERT INTO `products_to_categories` VALUES (52, 6);
INSERT INTO `products_to_categories` VALUES (52, 9);
INSERT INTO `products_to_categories` VALUES (52, 13);
INSERT INTO `products_to_categories` VALUES (52, 19);
INSERT INTO `products_to_categories` VALUES (53, 19);
INSERT INTO `products_to_categories` VALUES (54, 16);
INSERT INTO `products_to_categories` VALUES (55, 6);
INSERT INTO `products_to_categories` VALUES (55, 9);
INSERT INTO `products_to_categories` VALUES (57, 20);
INSERT INTO `products_to_categories` VALUES (58, 7);
INSERT INTO `products_to_categories` VALUES (59, 5);
INSERT INTO `products_to_categories` VALUES (60, 5);
INSERT INTO `products_to_categories` VALUES (61, 7);
INSERT INTO `products_to_categories` VALUES (63, 23);
INSERT INTO `products_to_categories` VALUES (66, 23);
INSERT INTO `products_to_categories` VALUES (67, 29);
INSERT INTO `products_to_categories` VALUES (68, 29);
INSERT INTO `products_to_categories` VALUES (69, 9);
INSERT INTO `products_to_categories` VALUES (71, 7);
INSERT INTO `products_to_categories` VALUES (72, 30);
INSERT INTO `products_to_categories` VALUES (74, 23);
INSERT INTO `products_to_categories` VALUES (75, 30);
INSERT INTO `products_to_categories` VALUES (78, 9);
INSERT INTO `products_to_categories` VALUES (79, 7);
INSERT INTO `products_to_categories` VALUES (80, 13);
INSERT INTO `products_to_categories` VALUES (81, 31);
INSERT INTO `products_to_categories` VALUES (82, 31);
INSERT INTO `products_to_categories` VALUES (83, 30);
INSERT INTO `products_to_categories` VALUES (84, 5);
INSERT INTO `products_to_categories` VALUES (85, 32);
INSERT INTO `products_to_categories` VALUES (86, 13);
INSERT INTO `products_to_categories` VALUES (87, 5);
INSERT INTO `products_to_categories` VALUES (88, 30);
INSERT INTO `products_to_categories` VALUES (89, 30);
INSERT INTO `products_to_categories` VALUES (90, 13);
INSERT INTO `products_to_categories` VALUES (91, 30);
INSERT INTO `products_to_categories` VALUES (92, 11);
INSERT INTO `products_to_categories` VALUES (93, 11);
INSERT INTO `products_to_categories` VALUES (94, 30);
INSERT INTO `products_to_categories` VALUES (95, 23);
INSERT INTO `products_to_categories` VALUES (96, 13);
INSERT INTO `products_to_categories` VALUES (97, 13);
INSERT INTO `products_to_categories` VALUES (98, 13);
INSERT INTO `products_to_categories` VALUES (99, 6);
INSERT INTO `products_to_categories` VALUES (100, 6);
INSERT INTO `products_to_categories` VALUES (101, 6);
INSERT INTO `products_to_categories` VALUES (102, 33);
INSERT INTO `products_to_categories` VALUES (103, 23);
INSERT INTO `products_to_categories` VALUES (104, 35);
INSERT INTO `products_to_categories` VALUES (105, 6);
INSERT INTO `products_to_categories` VALUES (106, 36);
INSERT INTO `products_to_categories` VALUES (107, 12);
INSERT INTO `products_to_categories` VALUES (108, 13);
INSERT INTO `products_to_categories` VALUES (109, 37);
INSERT INTO `products_to_categories` VALUES (110, 13);
INSERT INTO `products_to_categories` VALUES (111, 12);
INSERT INTO `products_to_categories` VALUES (112, 19);
INSERT INTO `products_to_categories` VALUES (113, 36);
INSERT INTO `products_to_categories` VALUES (114, 36);
INSERT INTO `products_to_categories` VALUES (115, 36);
INSERT INTO `products_to_categories` VALUES (116, 13);
INSERT INTO `products_to_categories` VALUES (117, 5);
INSERT INTO `products_to_categories` VALUES (118, 5);
INSERT INTO `products_to_categories` VALUES (119, 36);
INSERT INTO `products_to_categories` VALUES (120, 38);
INSERT INTO `products_to_categories` VALUES (121, 38);
INSERT INTO `products_to_categories` VALUES (122, 38);
INSERT INTO `products_to_categories` VALUES (123, 36);
INSERT INTO `products_to_categories` VALUES (124, 36);
INSERT INTO `products_to_categories` VALUES (125, 13);
INSERT INTO `products_to_categories` VALUES (126, 13);
INSERT INTO `products_to_categories` VALUES (127, 13);
INSERT INTO `products_to_categories` VALUES (128, 36);
INSERT INTO `products_to_categories` VALUES (129, 39);
INSERT INTO `products_to_categories` VALUES (130, 5);
INSERT INTO `products_to_categories` VALUES (131, 20);
INSERT INTO `products_to_categories` VALUES (132, 30);
INSERT INTO `products_to_categories` VALUES (133, 40);
INSERT INTO `products_to_categories` VALUES (134, 13);
INSERT INTO `products_to_categories` VALUES (135, 38);
INSERT INTO `products_to_categories` VALUES (136, 38);
INSERT INTO `products_to_categories` VALUES (137, 13);
INSERT INTO `products_to_categories` VALUES (138, 41);
INSERT INTO `products_to_categories` VALUES (139, 38);
INSERT INTO `products_to_categories` VALUES (140, 30);
INSERT INTO `products_to_categories` VALUES (141, 36);
INSERT INTO `products_to_categories` VALUES (142, 29);
INSERT INTO `products_to_categories` VALUES (143, 5);
INSERT INTO `products_to_categories` VALUES (144, 5);
INSERT INTO `products_to_categories` VALUES (145, 5);
INSERT INTO `products_to_categories` VALUES (146, 11);
INSERT INTO `products_to_categories` VALUES (147, 6);
INSERT INTO `products_to_categories` VALUES (148, 35);
INSERT INTO `products_to_categories` VALUES (149, 36);
INSERT INTO `products_to_categories` VALUES (150, 36);
INSERT INTO `products_to_categories` VALUES (151, 36);
INSERT INTO `products_to_categories` VALUES (152, 36);
INSERT INTO `products_to_categories` VALUES (153, 14);
INSERT INTO `products_to_categories` VALUES (154, 38);
INSERT INTO `products_to_categories` VALUES (155, 38);
INSERT INTO `products_to_categories` VALUES (156, 14);
INSERT INTO `products_to_categories` VALUES (157, 14);
INSERT INTO `products_to_categories` VALUES (158, 14);
INSERT INTO `products_to_categories` VALUES (159, 36);
INSERT INTO `products_to_categories` VALUES (160, 14);
INSERT INTO `products_to_categories` VALUES (161, 14);
INSERT INTO `products_to_categories` VALUES (162, 14);
INSERT INTO `products_to_categories` VALUES (163, 30);
INSERT INTO `products_to_categories` VALUES (164, 30);
INSERT INTO `products_to_categories` VALUES (165, 36);
INSERT INTO `products_to_categories` VALUES (166, 30);
INSERT INTO `products_to_categories` VALUES (167, 38);
INSERT INTO `products_to_categories` VALUES (168, 30);
INSERT INTO `products_to_categories` VALUES (169, 30);
INSERT INTO `products_to_categories` VALUES (170, 29);
INSERT INTO `products_to_categories` VALUES (171, 36);
INSERT INTO `products_to_categories` VALUES (172, 30);
INSERT INTO `products_to_categories` VALUES (173, 14);
INSERT INTO `products_to_categories` VALUES (174, 14);
INSERT INTO `products_to_categories` VALUES (175, 14);
INSERT INTO `products_to_categories` VALUES (176, 14);
INSERT INTO `products_to_categories` VALUES (177, 30);
INSERT INTO `products_to_categories` VALUES (178, 23);
INSERT INTO `products_to_categories` VALUES (179, 29);
INSERT INTO `products_to_categories` VALUES (180, 36);
INSERT INTO `products_to_categories` VALUES (181, 36);
INSERT INTO `products_to_categories` VALUES (182, 38);
INSERT INTO `products_to_categories` VALUES (183, 38);
INSERT INTO `products_to_categories` VALUES (184, 38);
INSERT INTO `products_to_categories` VALUES (185, 38);
INSERT INTO `products_to_categories` VALUES (186, 38);
INSERT INTO `products_to_categories` VALUES (187, 38);
INSERT INTO `products_to_categories` VALUES (188, 38);
INSERT INTO `products_to_categories` VALUES (189, 38);
INSERT INTO `products_to_categories` VALUES (190, 35);
INSERT INTO `products_to_categories` VALUES (191, 38);
INSERT INTO `products_to_categories` VALUES (192, 36);
INSERT INTO `products_to_categories` VALUES (193, 36);
INSERT INTO `products_to_categories` VALUES (194, 36);
INSERT INTO `products_to_categories` VALUES (195, 14);
INSERT INTO `products_to_categories` VALUES (196, 36);
INSERT INTO `products_to_categories` VALUES (197, 36);
INSERT INTO `products_to_categories` VALUES (198, 32);
INSERT INTO `products_to_categories` VALUES (199, 38);
INSERT INTO `products_to_categories` VALUES (200, 32);
INSERT INTO `products_to_categories` VALUES (201, 36);
INSERT INTO `products_to_categories` VALUES (202, 30);
INSERT INTO `products_to_categories` VALUES (203, 30);
INSERT INTO `products_to_categories` VALUES (204, 30);
INSERT INTO `products_to_categories` VALUES (205, 42);
INSERT INTO `products_to_categories` VALUES (206, 30);
INSERT INTO `products_to_categories` VALUES (207, 41);
INSERT INTO `products_to_categories` VALUES (208, 14);
INSERT INTO `products_to_categories` VALUES (209, 32);
INSERT INTO `products_to_categories` VALUES (210, 23);
INSERT INTO `products_to_categories` VALUES (211, 32);
INSERT INTO `products_to_categories` VALUES (212, 14);
INSERT INTO `products_to_categories` VALUES (213, 30);
INSERT INTO `products_to_categories` VALUES (214, 30);
INSERT INTO `products_to_categories` VALUES (215, 36);
INSERT INTO `products_to_categories` VALUES (216, 36);
INSERT INTO `products_to_categories` VALUES (217, 36);
INSERT INTO `products_to_categories` VALUES (218, 30);
INSERT INTO `products_to_categories` VALUES (219, 13);
INSERT INTO `products_to_categories` VALUES (220, 38);
INSERT INTO `products_to_categories` VALUES (221, 11);
INSERT INTO `products_to_categories` VALUES (222, 38);
INSERT INTO `products_to_categories` VALUES (223, 38);
INSERT INTO `products_to_categories` VALUES (224, 41);
INSERT INTO `products_to_categories` VALUES (225, 14);
-- --------------------------------------------------------
--
-- Table structure for table `products_xsell`
--
CREATE TABLE `products_xsell` (
`ID` int(10) NOT NULL auto_increment,
`products_id` int(10) unsigned NOT NULL default '1',
`xsell_id` int(10) unsigned NOT NULL default '1',
`sort_order` int(10) unsigned NOT NULL default '1',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Dumping data for table `products_xsell`
--
-- --------------------------------------------------------
--
-- Table structure for table `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) 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',
PRIMARY KEY (`reviews_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Dumping data for table `reviews`
--
-- --------------------------------------------------------
--
-- Table structure for table `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 NOT NULL,
PRIMARY KEY (`reviews_id`,`languages_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `reviews_description`
--
-- --------------------------------------------------------
--
-- Table structure for table `sessions`
--
CREATE TABLE `sessions` (
`sesskey` varchar(32) NOT NULL default '',
`expiry` int(11) unsigned NOT NULL default '0',
`value` text NOT NULL,
PRIMARY KEY (`sesskey`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `sessions`
--
INSERT INTO `sessions` VALUES ('31fb39d769e6aec3403c7fcbb6fd61ba', 1180547185, '
cart|O:12:"shoppingcart":5:{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;}language|s:7:"english";languages_id|s:
1:"1";currency|s:3:"USD";navigation|O:17:"navigationhistory":2:{s:4:"path";a:1:{
i:0;a:4:{s:4:"page";s:9:"index.php";s:4:"mode";s:6:"NONSSL";s:3:"get";a:0:{}s:4:
"post";a:0:{}}}s:8:"snapshot";a:0:{}}');
INSERT INTO `sessions` VALUES ('1b40d7b724d55e3c458a1700f653a838', 1180547105, '
language|s:7:"english";languages_id|s:1:"1";selected_box|s:7:"catalog";');
-- --------------------------------------------------------
--
-- Table structure for table `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` datetime default NULL,
`date_status_change` datetime default NULL,
`status` int(1) NOT NULL default '1',
PRIMARY KEY (`specials_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;
--
-- Dumping data for table `specials`
--
INSERT INTO `specials` VALUES (9, 43, 0.4500, '2006-03-13 16:18:56', NULL, '0000
-00-00 00:00:00', '2007-04-01 13:09:49', 0);
INSERT INTO `specials` VALUES (7, 78, 1.7900, '2006-03-11 18:30:50', '2007-04-01
13:10:06', '0000-00-00 00:00:00', '2007-05-02 12:14:17', 0);
INSERT INTO `specials` VALUES (8, 79, 0.4500, '2006-03-12 18:53:56', NULL, '0000
-00-00 00:00:00', '2007-04-01 13:09:06', 0);
INSERT INTO `specials` VALUES (10, 69, 0.9900, '2006-03-13 16:20:22', '2007-04-0
1 13:10:19', '0000-00-00 00:00:00', '2007-05-02 12:14:19', 0);
INSERT INTO `specials` VALUES (11, 71, 0.4500, '2006-03-13 16:21:04', NULL, '000
0-00-00 00:00:00', '2007-04-01 13:09:02', 0);
INSERT INTO `specials` VALUES (12, 20, 1.9700, '2007-05-02 12:15:13', '2007-05-2
7 17:22:08', '0000-00-00 00:00:00', NULL, 1);
INSERT INTO `specials` VALUES (13, 89, 0.4500, '2007-05-02 16:45:23', '2007-05-1
0 21:42:46', '0000-00-00 00:00:00', '2007-05-27 17:21:51', 0);
INSERT INTO `specials` VALUES (14, 223, 0.0100, '2007-05-28 11:19:06', NULL, '00
00-00-00 00:00:00', '2007-05-28 11:22:50', 0);
-- --------------------------------------------------------
--
-- Table structure for table `tax_class`
--
CREATE TABLE `tax_class` (
`tax_class_id` int(11) NOT NULL auto_increment,
`tax_class_title` varchar(32) NOT NULL default '',
`tax_class_description` varchar(255) NOT NULL default '',
`last_modified` datetime default NULL,
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`tax_class_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--
-- Dumping data for table `tax_class`
--
INSERT INTO `tax_class` VALUES (1, 'USA Sales Tax', 'USA States', '0000-00-00 00
:00:00', '0000-00-00 00:00:00');
INSERT INTO `tax_class` VALUES (2, 'VAT Taxable Goods', 'European countries', '0
000-00-00 00:00:00', '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
`last_modified` datetime default NULL,
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`tax_rates_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--
-- Dumping data for table `tax_rates`
--
INSERT INTO `tax_rates` VALUES (1, 1, 1, 0, 7.0000, 'USA Sales Tax 7.0%', '2007-
05-18 22:48:25', '2007-05-18 22:48:25');
INSERT INTO `tax_rates` VALUES (2, 2, 2, 0, 17.5000, 'UK VAT rate at 17.5%', '00
00-00-00 00:00:00', '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `whos_online`
--
CREATE TABLE `whos_online` (
`customer_id` int(11) default NULL,
`full_name` varchar(64) NOT NULL default '',
`session_id` varchar(128) NOT NULL default '',
`ip_address` varchar(15) NOT NULL default '',
`time_entry` varchar(14) NOT NULL default '',
`time_last_click` varchar(14) NOT NULL default '',
`last_page_url` varchar(64) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `whos_online`
--
INSERT INTO `whos_online` VALUES (0, 'Guest', '31fb39d769e6aec3403c7fcbb6fd61ba'
, '71.164.170.32', '1180545672', '1180545745', '/');
-- --------------------------------------------------------
--
-- Table structure for table `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) NOT NULL default '',
`zone_name` varchar(32) NOT NULL default '',
PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=369 ;
--
-- Dumping data for table `zones`
--
INSERT INTO `zones` VALUES (1, 223, 'AL', 'Alabama');
INSERT INTO `zones` VALUES (2, 223, 'AK', 'Alaska');
INSERT INTO `zones` VALUES (3, 223, 'AS', 'American Samoa');
INSERT INTO `zones` VALUES (4, 223, 'AZ', 'Arizona');
INSERT INTO `zones` VALUES (5, 223, 'AR', 'Arkansas');
INSERT INTO `zones` VALUES (6, 223, 'AF', 'Armed Forces Africa');
INSERT INTO `zones` VALUES (7, 223, 'AA', 'Armed Forces Americas');
INSERT INTO `zones` VALUES (8, 223, 'AC', 'Armed Forces Canada');
INSERT INTO `zones` VALUES (9, 223, 'AE', 'Armed Forces Europe');
INSERT INTO `zones` VALUES (10, 223, 'AM', 'Armed Forces Middle East');
INSERT INTO `zones` VALUES (11, 223, 'AP', 'Armed Forces Pacific');
INSERT INTO `zones` VALUES (12, 223, 'CA', 'California');
INSERT INTO `zones` VALUES (13, 223, 'CO', 'Colorado');
INSERT INTO `zones` VALUES (14, 223, 'CT', 'Connecticut');
INSERT INTO `zones` VALUES (15, 223, 'DE', 'Delaware');
INSERT INTO `zones` VALUES (16, 223, 'DC', 'District of Columbia');
INSERT INTO `zones` VALUES (17, 223, 'FM', 'Federated States Of Micronesia');
INSERT INTO `zones` VALUES (18, 223, 'FL', 'Florida');
INSERT INTO `zones` VALUES (19, 223, 'GA', 'Georgia');
INSERT INTO `zones` VALUES (20, 223, 'GU', 'Guam');
INSERT INTO `zones` VALUES (21, 223, 'HI', 'Hawaii');
INSERT INTO `zones` VALUES (22, 223, 'ID', 'Idaho');
INSERT INTO `zones` VALUES (23, 223, 'IL', 'Illinois');
INSERT INTO `zones` VALUES (24, 223, 'IN', 'Indiana');
INSERT INTO `zones` VALUES (25, 223, 'IA', 'Iowa');
INSERT INTO `zones` VALUES (26, 223, 'KS', 'Kansas');
INSERT INTO `zones` VALUES (27, 223, 'KY', 'Kentucky');
INSERT INTO `zones` VALUES (28, 223, 'LA', 'Louisiana');
INSERT INTO `zones` VALUES (29, 223, 'ME', 'Maine');
INSERT INTO `zones` VALUES (30, 223, 'MH', 'Marshall Islands');
INSERT INTO `zones` VALUES (31, 223, 'MD', 'Maryland');
INSERT INTO `zones` VALUES (32, 223, 'MA', 'Massachusetts');
INSERT INTO `zones` VALUES (33, 223, 'MI', 'Michigan');
INSERT INTO `zones` VALUES (34, 223, 'MN', 'Minnesota');
INSERT INTO `zones` VALUES (35, 223, 'MS', 'Mississippi');
INSERT INTO `zones` VALUES (36, 223, 'MO', 'Missouri');
INSERT INTO `zones` VALUES (37, 223, 'MT', 'Montana');
INSERT INTO `zones` VALUES (38, 223, 'NE', 'Nebraska');
INSERT INTO `zones` VALUES (39, 223, 'NV', 'Nevada');
INSERT INTO `zones` VALUES (40, 223, 'NH', 'New Hampshire');
INSERT INTO `zones` VALUES (41, 223, 'NJ', 'New Jersey');
INSERT INTO `zones` VALUES (42, 223, 'NM', 'New Mexico');
INSERT INTO `zones` VALUES (43, 223, 'NY', 'New York');
INSERT INTO `zones` VALUES (44, 223, 'NC', 'North Carolina');
INSERT INTO `zones` VALUES (45, 223, 'ND', 'North Dakota');
INSERT INTO `zones` VALUES (46, 223, 'MP', 'Northern Mariana Islands');
INSERT INTO `zones` VALUES (47, 223, 'OH', 'Ohio');
INSERT INTO `zones` VALUES (48, 223, 'OK', 'Oklahoma');
INSERT INTO `zones` VALUES (49, 223, 'OR', 'Oregon');
INSERT INTO `zones` VALUES (50, 223, 'PW', 'Palau');
INSERT INTO `zones` VALUES (51, 223, 'PA', 'Pennsylvania');
INSERT INTO `zones` VALUES (52, 223, 'PR', 'Puerto Rico');
INSERT INTO `zones` VALUES (53, 223, 'RI', 'Rhode Island');
INSERT INTO `zones` VALUES (54, 223, 'SC', 'South Carolina');
INSERT INTO `zones` VALUES (55, 223, 'SD', 'South Dakota');
INSERT INTO `zones` VALUES (56, 223, 'TN', 'Tennessee');
INSERT INTO `zones` VALUES (57, 223, 'TX', 'Texas');
INSERT INTO `zones` VALUES (58, 223, 'UT', 'Utah');
INSERT INTO `zones` VALUES (59, 223, 'VT', 'Vermont');
INSERT INTO `zones` VALUES (60, 223, 'VI', 'Virgin Islands');
INSERT INTO `zones` VALUES (61, 223, 'VA', 'Virginia');
INSERT INTO `zones` VALUES (62, 223, 'WA', 'Washington');
INSERT INTO `zones` VALUES (63, 223, 'WV', 'West Virginia');
INSERT INTO `zones` VALUES (64, 223, 'WI', 'Wisconsin');
INSERT INTO `zones` VALUES (65, 223, 'WY', 'Wyoming');
INSERT INTO `zones` VALUES (66, 38, 'AB', 'Alberta');
INSERT INTO `zones` VALUES (67, 38, 'BC', 'British Columbia');
INSERT INTO `zones` VALUES (68, 38, 'MB', 'Manitoba');
INSERT INTO `zones` VALUES (69, 38, 'NF', 'Newfoundland');
INSERT INTO `zones` VALUES (70, 38, 'NB', 'New Brunswick');
INSERT INTO `zones` VALUES (71, 38, 'NS', 'Nova Scotia');
INSERT INTO `zones` VALUES (72, 38, 'NT', 'Northwest Territories');
INSERT INTO `zones` VALUES (73, 38, 'NU', 'Nunavut');
INSERT INTO `zones` VALUES (74, 38, 'ON', 'Ontario');
INSERT INTO `zones` VALUES (75, 38, 'PE', 'Prince Edward Island');
INSERT INTO `zones` VALUES (76, 38, 'QC', 'Quebec');
INSERT INTO `zones` VALUES (77, 38, 'SK', 'Saskatchewan');
INSERT INTO `zones` VALUES (78, 38, 'YT', 'Yukon Territory');
INSERT INTO `zones` VALUES (79, 81, 'NDS', 'Niedersachsen');
INSERT INTO `zones` VALUES (80, 81, 'BAW', 'Baden-W?rttemberg');
INSERT INTO `zones` VALUES (81, 81, 'BAY', 'Bayern');
INSERT INTO `zones` VALUES (82, 81, 'BER', 'Berlin');
INSERT INTO `zones` VALUES (83, 81, 'BRG', 'Brandenburg');
INSERT INTO `zones` VALUES (84, 81, 'BRE', 'Bremen');
INSERT INTO `zones` VALUES (85, 81, 'HAM', 'Hamburg');
INSERT INTO `zones` VALUES (86, 81, 'HES', 'Hessen');
INSERT INTO `zones` VALUES (87, 81, 'MEC', 'Mecklenburg-Vorpommern');
INSERT INTO `zones` VALUES (88, 81, 'NRW', 'Nordrhein-Westfalen');
INSERT INTO `zones` VALUES (89, 81, 'RHE', 'Rheinland-Pfalz');
INSERT INTO `zones` VALUES (90, 81, 'SAR', 'Saarland');
INSERT INTO `zones` VALUES (91, 81, 'SAS', 'Sachsen');
INSERT INTO `zones` VALUES (92, 81, 'SAC', 'Sachsen-Anhalt');
INSERT INTO `zones` VALUES (93, 81, 'SCN', 'Schleswig-Holstein');
INSERT INTO `zones` VALUES (94, 81, 'THE', 'Th?ringen');
INSERT INTO `zones` VALUES (95, 14, 'WI', 'Wien');
INSERT INTO `zones` VALUES (96, 14, 'NO', 'Nieder?sterreich');
INSERT INTO `zones` VALUES (97, 14, 'OO', 'Ober?sterreich');
INSERT INTO `zones` VALUES (98, 14, 'SB', 'Salzburg');
INSERT INTO `zones` VALUES (99, 14, 'KN', 'K?rnten');
INSERT INTO `zones` VALUES (100, 14, 'ST', 'Steiermark');
INSERT INTO `zones` VALUES (101, 14, 'TI', 'Tirol');
INSERT INTO `zones` VALUES (102, 14, 'BL', 'Burgenland');
INSERT INTO `zones` VALUES (103, 14, 'VB', 'Voralberg');
INSERT INTO `zones` VALUES (104, 204, 'AG', 'Aargau');
INSERT INTO `zones` VALUES (105, 204, 'AI', 'Appenzell Innerrhoden');
INSERT INTO `zones` VALUES (106, 204, 'AR', 'Appenzell Ausserrhoden');
INSERT INTO `zones` VALUES (107, 204, 'BE', 'Bern');
INSERT INTO `zones` VALUES (108, 204, 'BL', 'Basel-Landschaft');
INSERT INTO `zones` VALUES (109, 204, 'BS', 'Basel-Stadt');
INSERT INTO `zones` VALUES (110, 204, 'FR', 'Freiburg');
INSERT INTO `zones` VALUES (111, 204, 'GE', 'Genf');
INSERT INTO `zones` VALUES (112, 204, 'GL', 'Glarus');
INSERT INTO `zones` VALUES (113, 204, 'JU', 'Graub?nden');
INSERT INTO `zones` VALUES (114, 204, 'JU', 'Jura');
INSERT INTO `zones` VALUES (115, 204, 'LU', 'Luzern');
INSERT INTO `zones` VALUES (116, 204, 'NE', 'Neuenburg');
INSERT INTO `zones` VALUES (117, 204, 'NW', 'Nidwalden');
INSERT INTO `zones` VALUES (118, 204, 'OW', 'Obwalden');
INSERT INTO `zones` VALUES (119, 204, 'SG', 'St. Gallen');
INSERT INTO `zones` VALUES (120, 204, 'SH', 'Schaffhausen');
INSERT INTO `zones` VALUES (121, 204, 'SO', 'Solothurn');
INSERT INTO `zones` VALUES (122, 204, 'SZ', 'Schwyz');
INSERT INTO `zones` VALUES (123, 204, 'TG', 'Thurgau');
INSERT INTO `zones` VALUES (124, 204, 'TI', 'Tessin');
INSERT INTO `zones` VALUES (125, 204, 'UR', 'Uri');
INSERT INTO `zones` VALUES (126, 204, 'VD', 'Waadt');
INSERT INTO `zones` VALUES (127, 204, 'VS', 'Wallis');
INSERT INTO `zones` VALUES (128, 204, 'ZG', 'Zug');
INSERT INTO `zones` VALUES (129, 204, 'ZH', 'Z?rich');
INSERT INTO `zones` VALUES (130, 195, 'A Coru?a', 'A Coru?a');
INSERT INTO `zones` VALUES (131, 195, 'Alava', 'Alava');
INSERT INTO `zones` VALUES (132, 195, 'Albacete', 'Albacete');
INSERT INTO `zones` VALUES (133, 195, 'Alicante', 'Alicante');
INSERT INTO `zones` VALUES (134, 195, 'Almeria', 'Almeria');
INSERT INTO `zones` VALUES (135, 195, 'Asturias', 'Asturias');
INSERT INTO `zones` VALUES (136, 195, 'Avila', 'Avila');
INSERT INTO `zones` VALUES (137, 195, 'Badajoz', 'Badajoz');
INSERT INTO `zones` VALUES (138, 195, 'Baleares', 'Baleares');
INSERT INTO `zones` VALUES (139, 195, 'Barcelona', 'Barcelona');
INSERT INTO `zones` VALUES (140, 195, 'Burgos', 'Burgos');
INSERT INTO `zones` VALUES (141, 195, 'Caceres', 'Caceres');
INSERT INTO `zones` VALUES (142, 195, 'Cadiz', 'Cadiz');
INSERT INTO `zones` VALUES (143, 195, 'Cantabria', 'Cantabria');
INSERT INTO `zones` VALUES (144, 195, 'Castellon', 'Castellon');
INSERT INTO `zones` VALUES (145, 195, 'Ceuta', 'Ceuta');
INSERT INTO `zones` VALUES (146, 195, 'Ciudad Real', 'Ciudad Real');
INSERT INTO `zones` VALUES (147, 195, 'Cordoba', 'Cordoba');
INSERT INTO `zones` VALUES (148, 195, 'Cuenca', 'Cuenca');
INSERT INTO `zones` VALUES (149, 195, 'Girona', 'Girona');
INSERT INTO `zones` VALUES (150, 195, 'Granada', 'Granada');
INSERT INTO `zones` VALUES (151, 195, 'Guadalajara', 'Guadalajara');
INSERT INTO `zones` VALUES (152, 195, 'Guipuzcoa', 'Guipuzcoa');
INSERT INTO `zones` VALUES (153, 195, 'Huelva', 'Huelva');
INSERT INTO `zones` VALUES (154, 195, 'Huesca', 'Huesca');
INSERT INTO `zones` VALUES (155, 195, 'Jaen', 'Jaen');
INSERT INTO `zones` VALUES (156, 195, 'La Rioja', 'La Rioja');
INSERT INTO `zones` VALUES (157, 195, 'Las Palmas', 'Las Palmas');
INSERT INTO `zones` VALUES (158, 195, 'Leon', 'Leon');
INSERT INTO `zones` VALUES (159, 195, 'Lleida', 'Lleida');
INSERT INTO `zones` VALUES (160, 195, 'Lugo', 'Lugo');
INSERT INTO `zones` VALUES (161, 195, 'Madrid', 'Madrid');
INSERT INTO `zones` VALUES (162, 195, 'Malaga', 'Malaga');
INSERT INTO `zones` VALUES (163, 195, 'Melilla', 'Melilla');
INSERT INTO `zones` VALUES (164, 195, 'Murcia', 'Murcia');
INSERT INTO `zones` VALUES (165, 195, 'Navarra', 'Navarra');
INSERT INTO `zones` VALUES (166, 195, 'Ourense', 'Ourense');
INSERT INTO `zones` VALUES (167, 195, 'Palencia', 'Palencia');
INSERT INTO `zones` VALUES (168, 195, 'Pontevedra', 'Pontevedra');
INSERT INTO `zones` VALUES (169, 195, 'Salamanca', 'Salamanca');
INSERT INTO `zones` VALUES (170, 195, 'Santa Cruz de Tenerife', 'Santa Cruz de T
enerife');
INSERT INTO `zones` VALUES (171, 195, 'Segovia', 'Segovia');
INSERT INTO `zones` VALUES (172, 195, 'Sevilla', 'Sevilla');
INSERT INTO `zones` VALUES (173, 195, 'Soria', 'Soria');
INSERT INTO `zones` VALUES (174, 195, 'Tarragona', 'Tarragona');
INSERT INTO `zones` VALUES (175, 195, 'Teruel', 'Teruel');
INSERT INTO `zones` VALUES (176, 195, 'Toledo', 'Toledo');
INSERT INTO `zones` VALUES (177, 195, 'Valencia', 'Valencia');
INSERT INTO `zones` VALUES (178, 195, 'Valladolid', 'Valladolid');
INSERT INTO `zones` VALUES (179, 195, 'Vizcaya', 'Vizcaya');
INSERT INTO `zones` VALUES (180, 195, 'Zamora', 'Zamora');
INSERT INTO `zones` VALUES (181, 195, 'Zaragoza', 'Zaragoza');
INSERT INTO `zones` VALUES (346, 222, 'OXFO', 'Oxfordshire');
INSERT INTO `zones` VALUES (345, 222, 'NYOR', 'North Yorkshire');
INSERT INTO `zones` VALUES (344, 222, 'NWHI', 'North west Highlands');
INSERT INTO `zones` VALUES (343, 222, 'NUMB', 'Northumberland');
INSERT INTO `zones` VALUES (342, 222, 'NOTT', 'Nottinghamshire');
INSERT INTO `zones` VALUES (341, 222, 'NORF', 'Norfolk');
INSERT INTO `zones` VALUES (340, 222, 'NHAM', 'Northamptonshire');
INSERT INTO `zones` VALUES (339, 222, 'NEWP', 'Newport');
INSERT INTO `zones` VALUES (338, 222, 'NEAT', 'Neath Port Talbot');
INSERT INTO `zones` VALUES (337, 222, 'MONM', 'Monmouthshire');
INSERT INTO `zones` VALUES (336, 222, 'MERT', 'Merthyr Tydfil');
INSERT INTO `zones` VALUES (335, 222, 'MERS', 'Merseyside');
INSERT INTO `zones` VALUES (334, 222, 'MANC', 'Manchester');
INSERT INTO `zones` VALUES (333, 222, 'LOTH', 'Lothian');
INSERT INTO `zones` VALUES (332, 222, 'LOND', 'London');
INSERT INTO `zones` VALUES (331, 222, 'LINC', 'Lincolnshire');
INSERT INTO `zones` VALUES (330, 222, 'LEIC', 'Leicestershire');
INSERT INTO `zones` VALUES (329, 222, 'LDY', 'Londonderry');
INSERT INTO `zones` VALUES (328, 222, 'LANC', 'Lancashire');
INSERT INTO `zones` VALUES (327, 222, 'KENT', 'Kent');
INSERT INTO `zones` VALUES (326, 222, 'JSY', 'Jersey');
INSERT INTO `zones` VALUES (325, 222, 'JSY', 'Jersey');
INSERT INTO `zones` VALUES (324, 222, 'ISLE', 'Isle of Anglesey');
INSERT INTO `zones` VALUES (323, 222, 'HUMB', 'Humberside');
INSERT INTO `zones` VALUES (322, 222, 'HERT', 'Hertfordshire');
INSERT INTO `zones` VALUES (321, 222, 'HERE', 'Hereford & Worcester');
INSERT INTO `zones` VALUES (320, 222, 'HAMP', 'Hampshire');
INSERT INTO `zones` VALUES (319, 222, 'GWYN', 'Gwynedd');
INSERT INTO `zones` VALUES (318, 222, 'GWYN', 'Gwynedd');
INSERT INTO `zones` VALUES (317, 222, 'GWEN', 'Gwent');
INSERT INTO `zones` VALUES (316, 222, 'GSY', 'Guernsey');
INSERT INTO `zones` VALUES (315, 222, 'GRAM', 'Grampian');
INSERT INTO `zones` VALUES (314, 222, 'GLOU', 'Gloucestershire');
INSERT INTO `zones` VALUES (313, 222, 'GLAM', 'Glamorgan');
INSERT INTO `zones` VALUES (312, 222, 'FLIN', 'Flintshire');
INSERT INTO `zones` VALUES (311, 222, 'FIFE', 'Fife');
INSERT INTO `zones` VALUES (310, 222, 'FER', 'Fermanagh');
INSERT INTO `zones` VALUES (309, 222, 'ESUS', 'East Sussex');
INSERT INTO `zones` VALUES (308, 222, 'ESSE', 'Essex');
INSERT INTO `zones` VALUES (307, 222, 'DYFE', 'Dyfed');
INSERT INTO `zones` VALUES (306, 222, 'DURH', 'Durham');
INSERT INTO `zones` VALUES (305, 222, 'DUMF', 'Dumfries & Galloway');
INSERT INTO `zones` VALUES (304, 222, 'DOW', 'County Down');
INSERT INTO `zones` VALUES (303, 222, 'DORS', 'Dorset');
INSERT INTO `zones` VALUES (302, 222, 'DEVO', 'Devon');
INSERT INTO `zones` VALUES (301, 222, 'DERB', 'Derbyshire');
INSERT INTO `zones` VALUES (300, 222, 'DENB', 'Denbighshire');
INSERT INTO `zones` VALUES (299, 222, 'CUMB', 'Cumbria');
INSERT INTO `zones` VALUES (298, 222, 'CORN', 'Cornwall');
INSERT INTO `zones` VALUES (297, 222, 'CONW', 'Conway');
INSERT INTO `zones` VALUES (296, 222, 'CLWY', 'Clwyd');
INSERT INTO `zones` VALUES (295, 222, 'CLEV', 'Cleveland');
INSERT INTO `zones` VALUES (294, 222, 'CHI', 'Channel Islands');
INSERT INTO `zones` VALUES (293, 222, 'CHES', 'Cheshire');
INSERT INTO `zones` VALUES (292, 222, 'CERE', 'Ceredigion');
INSERT INTO `zones` VALUES (291, 222, 'CENT', 'Central');
INSERT INTO `zones` VALUES (290, 222, 'CARM', 'Carmarthenshire');
INSERT INTO `zones` VALUES (289, 222, 'CARD', 'Cardiff');
INSERT INTO `zones` VALUES (288, 222, 'CAMB', 'Cambridgeshire');
INSERT INTO `zones` VALUES (287, 222, 'CAER', 'Caerphilly');
INSERT INTO `zones` VALUES (286, 222, 'BUCK', 'Buckinghamshire');
INSERT INTO `zones` VALUES (285, 222, 'BRID', 'Bridgend');
INSERT INTO `zones` VALUES (284, 222, 'BORD', 'Borders');
INSERT INTO `zones` VALUES (283, 222, 'BLGW', 'Blaenau Gwent');
INSERT INTO `zones` VALUES (282, 222, 'BIRM', 'Birmingham');
INSERT INTO `zones` VALUES (281, 222, 'BERK', 'Berkshire');
INSERT INTO `zones` VALUES (280, 222, 'BEDS', 'Bedfordshire');
INSERT INTO `zones` VALUES (279, 222, 'AVON', 'Avon');
INSERT INTO `zones` VALUES (278, 222, 'ARM', 'County Armagh');
INSERT INTO `zones` VALUES (277, 222, 'ANT', 'County Antrim');
INSERT INTO `zones` VALUES (276, 222, 'ALD', 'Alderney');
INSERT INTO `zones` VALUES (347, 222, 'PEMB', 'Pembrokeshire');
INSERT INTO `zones` VALUES (348, 222, 'POWY', 'Powys');
INSERT INTO `zones` VALUES (349, 222, 'SHRO', 'Shropshire');
INSERT INTO `zones` VALUES (350, 222, 'SOME', 'Somerset');
INSERT INTO `zones` VALUES (351, 222, 'STAF', 'Staffordshire');
INSERT INTO `zones` VALUES (352, 222, 'STRA', 'Strathclyde');
INSERT INTO `zones` VALUES (353, 222, 'SUFF', 'Suffolk');
INSERT INTO `zones` VALUES (354, 222, 'SURR', 'Surrey');
INSERT INTO `zones` VALUES (355, 222, 'SWAN', 'Swansea');
INSERT INTO `zones` VALUES (356, 222, 'SYOR', 'South Yorkshire');
INSERT INTO `zones` VALUES (357, 222, 'TAFF', 'Rhondda Cynon Taff');
INSERT INTO `zones` VALUES (358, 222, 'TAYS', 'Tayside');
INSERT INTO `zones` VALUES (359, 222, 'TORF', 'Torfaen');
INSERT INTO `zones` VALUES (360, 222, 'TYR', 'County Tyrone');
INSERT INTO `zones` VALUES (361, 222, 'TYWE', 'Tyne & Wear');
INSERT INTO `zones` VALUES (362, 222, 'VALE', 'Vale of Glamorgan');
INSERT INTO `zones` VALUES (363, 222, 'WARW', 'Warwickshire');
INSERT INTO `zones` VALUES (364, 222, 'WILT', 'Wiltshire');
INSERT INTO `zones` VALUES (365, 222, 'WISL', 'West Isles');
INSERT INTO `zones` VALUES (366, 222, 'WREX', 'Wrexham');
INSERT INTO `zones` VALUES (367, 222, 'WSUS', 'West Sussex');
INSERT INTO `zones` VALUES (368, 222, 'WYOR', 'West Yorkshire');
-- --------------------------------------------------------
--
-- Table structure for table `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 '0000-00-00 00:00:00',
PRIMARY KEY (`association_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=53 ;
--
-- Dumping data for table `zones_to_geo_zones`
--
INSERT INTO `zones_to_geo_zones` VALUES (1, 223, 18, 1, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (32, 117, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (31, 105, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (30, 103, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (29, 98, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (28, 97, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (27, 84, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (25, 81, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (24, 73, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (23, 72, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (22, 67, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (21, 57, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (20, 56, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (19, 55, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (18, 21, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (17, 14, 0, 2, NULL, '0000-00-00 00:00:0
0');
INSERT INTO `zones_to_geo_zones` VALUES (33, 123, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (34, 124, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (35, 132, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (36, 150, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (37, 160, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (38, 170, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (46, 171, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (47, 189, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (48, 190, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (49, 195, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (50, 203, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (51, 204, 0, 2, NULL, '0000-00-00 00:00:
00');
INSERT INTO `zones_to_geo_zones` VALUES (52, 222, 0, 2, NULL, '0000-00-00 00:00:
00');