Quick Search:

View

Revision:

Diff

Diff from 1109 to:

Annotations

Annotate by Age | Author | Mixed | None
/fisheye/browse/osCommerce/branches/frank/osc-tickets/install/oscommerce_sample_data.sql

Annotated File View

hpdl
366
1 $Idoscommerce_sample_data.sql 1109 2006-11-06 11:19:58Z hpdl $
hpdl
1
2 #
3 osCommerceOpen Source E-Commerce Solutions
4 http://www.oscommerce.com
5 #
hpdl
448
6 Copyright (c2006 osCommerce
hpdl
1
7 #
8 Released under the GNU General Public License
9 #
10 NOTE: * Please make any modifications to this file by hand!
11 #       * DO NOT use a mysqldump created file for new changes!
12 #       * Please take note of the table structureand use this
13 #         structure as a standard for future modifications!
14 #       * Any tables you add here should be added in admin/backup.php
15 #         and in catalog/install/includes/functions/database.php
16 #       * To see the 'diff'erence between MySQL databasesuse
17 #         the mysqldiff perl script located in the extras
18 #         directory of the 'catalog' module.
19 #       * Comments should be like thesefull line comments.
20 #         (don't use inline comments)
21
hpdl
951
22 INSERT INTO osc_categories VALUES (1'books.gif'00now(), null);
23 INSERT INTO osc_categories VALUES (2'php.gif'10now(), null);
hpdl
1
24
hpdl
608
25 INSERT INTO osc_categories_description VALUES (11'Books');
26 INSERT INTO osc_categories_description VALUES (21'PHP');
hpdl
1
27
hpdl
951
28 INSERT INTO osc_manufacturers VALUES (1'Apress''apress.gif'now(), null);
hpdl
1
29
hpdl
608
30 INSERT INTO osc_manufacturers_info VALUES (11'http://www.apress.com'0null);
hpdl
1
31
hpdl
608
32 INSERT INTO osc_products VALUES (11044.99now(), now(), null1.841110);
hpdl
1
33
hpdl
608
34 INSERT INTO osc_products_description VALUES (11'Pro PHP Security''<p><i>Pro PHP Security</i> is one of the first books devoted solely to PHP security. It will serve as your complete guide for taking defensive and proactive security measures within your PHP applications. (And the methods discussed are compatible with PHP versions 3, 4, and 5.)</p><p>The knowledge you\'ll gain from this comprehensive guide will help you prevent attackers from potentially disrupting site operation or destroying data. And you\'ll learn about various security measures, for example, creating and deploying "captchas," validating e-mail, fending off SQL injection attacks, and preventing cross-site scripting attempts.</p><h3>Author Information</h3><p align="justify"><h4>Chris Snyder</h4><p>Chris Snyder is a software engineer at Fund for the City of New York, where he helps develop next-generation websites and services for nonprofit organizations. He is a member of the Executive Board of New York PHP, and has been looking for new ways to build scriptable, linked, multimedia content since he saw his first Hypercard stack in 1988.</p></p><p align="justify"><h4>Michael Southwell</h4><p>Michael Southwell is a retired English professor who has been developing websites for more than 10 years in the small business, nonprofit, and educational areas, with special interest in problems of accessibility. He has authored and co-authored 8 books and numerous articles about writing, writing and computers, and writing education. He is a member of the Executive Board of New York PHP, and a Zend Certified Engineer.</p></p>''1590595084''pro_php_security''pro php security book apress'''0);
hpdl
1
35
hpdl
608
36 #INSERT INTO osc_products_attributes VALUES (1,1,4,1,0.00,'+');
37 #INSERT INTO osc_products_attributes VALUES (2,1,4,2,50.00,'+');
38 #INSERT INTO osc_products_attributes VALUES (3,1,4,3,70.00,'+');
39 #INSERT INTO osc_products_attributes VALUES (4,1,3,5,0.00,'+');
40 #INSERT INTO osc_products_attributes VALUES (5,1,3,6,100.00,'+');
41 #INSERT INTO osc_products_attributes VALUES (6,2,4,3,10.00,'-');
42 #INSERT INTO osc_products_attributes VALUES (7,2,4,4,0.00,'+');
43 #INSERT INTO osc_products_attributes VALUES (8,2,3,6,0.00,'+');
44 #INSERT INTO osc_products_attributes VALUES (9,2,3,7,120.00,'+');
45 #INSERT INTO osc_products_attributes VALUES (10,26,3,8,0.00,'+');
46 #INSERT INTO osc_products_attributes VALUES (11,26,3,9,6.00,'+');
47 #INSERT INTO osc_products_attributes VALUES (2622510'0.00''+');
48 #INSERT INTO osc_products_attributes VALUES (2722513'0.00''+');
hpdl
1
49
hpdl
608
50 #INSERT INTO osc_products_attributes_download VALUES (26'unreal.zip'73);
hpdl
1
51
hpdl
608
52 #INSERT INTO osc_products_options VALUES (1,1,'Color');
53 #INSERT INTO osc_products_options VALUES (2,1,'Size');
54 #INSERT INTO osc_products_options VALUES (3,1,'Model');
55 #INSERT INTO osc_products_options VALUES (4,1,'Memory');
56 #INSERT INTO osc_products_options VALUES (51'Version');
hpdl
1
57
hpdl
608
58 #INSERT INTO osc_products_options_values VALUES (1,1,'4 mb');
59 #INSERT INTO osc_products_options_values VALUES (2,1,'8 mb');
60 #INSERT INTO osc_products_options_values VALUES (3,1,'16 mb');
61 #INSERT INTO osc_products_options_values VALUES (4,1,'32 mb');
62 #INSERT INTO osc_products_options_values VALUES (5,1,'Value');
63 #INSERT INTO osc_products_options_values VALUES (6,1,'Premium');
64 #INSERT INTO osc_products_options_values VALUES (7,1,'Deluxe');
65 #INSERT INTO osc_products_options_values VALUES (8,1,'PS/2');
66 #INSERT INTO osc_products_options_values VALUES (9,1,'USB');
67 #INSERT INTO osc_products_options_values VALUES (101'Download: Windows - English');
68 #INSERT INTO osc_products_options_values VALUES (131'Box: Windows - English');
hpdl
1
69
hpdl
608
70 #INSERT INTO osc_products_options_values_to_products_options VALUES (1,4,1);
71 #INSERT INTO osc_products_options_values_to_products_options VALUES (2,4,2);
72 #INSERT INTO osc_products_options_values_to_products_options VALUES (3,4,3);
73 #INSERT INTO osc_products_options_values_to_products_options VALUES (4,4,4);
74 #INSERT INTO osc_products_options_values_to_products_options VALUES (5,3,5);
75 #INSERT INTO osc_products_options_values_to_products_options VALUES (6,3,6);
76 #INSERT INTO osc_products_options_values_to_products_options VALUES (7,3,7);
77 #INSERT INTO osc_products_options_values_to_products_options VALUES (8,3,8);
78 #INSERT INTO osc_products_options_values_to_products_options VALUES (9,3,9);
79 #INSERT INTO osc_products_options_values_to_products_options VALUES (10510);
80 #INSERT INTO osc_products_options_values_to_products_options VALUES (13513);
hpdl
1
81
hpdl
608
82 INSERT INTO osc_products_to_categories VALUES (12);
hpdl
1
83
hpdl
1109
84 INSERT INTO osc_products_images VALUES (11'pro_php_security.jpg'10now());
hpdl
1
85
hpdl
608
86 #INSERT INTO osc_reviews VALUES (1,19,0,'John doe',5,1,'this has to be one of the funniest movies released for 1999!',now(),null,0,1);
87
88 #INSERT INTO osc_specials VALUES (1,339.99now(), nullnullnullnull'1');
89 #INSERT INTO osc_specials VALUES (2,530.00now(), nullnullnullnull'1');
90 #INSERT INTO osc_specials VALUES (3,630.00now(), nullnullnullnull'1');
91 #INSERT INTO osc_specials VALUES (4,1629.99now(), nullnullnullnull'1');