Anyone done this for SQL?
Anyone done this for SQL?
INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
(1864, 'NAME', 'DESC', 5, 1, 2, 2, 0.00, 'ads_cldesk', '0,0,0', 82, '0', '1', '1', 1864),
(1865, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'ads_cltele', '0,0,0', 82, '0', '1', '1', 1865),
(1866, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_clwall1', '0,0,0', 82, '0', '1', '1', 1866),
(1867, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_clwall2', '0,0,0', 82, '0', '1', '1', 1867),
(1869, 'NAME', 'DESC', 5, 2, 1, 1, 0.80, 'ads_ob_pillow', '0,0,0', 82, '0', '1', '1', 1869),
(1870, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_ob_wall', '0,0,0', 82, '0', '1', '1', 1870),
(1871, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'xmas08_trph2', '0,0,0', 82, '0', '1', '1', 1871),
(1872, 'NAME', 'DESC', 5, 1, 1, 3, 0.00, 'lostc_merdragon', '0,0,0', 82, '0', '1', '1', 1872);
INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`) VALUES
(82, 7, 'Advertisement', 'Advertisement', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', '', 'For a limited time only!', NULL);
all work except wall3. says something about it not running with current shockwave version or w/e.
Code:INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES (1864, 'NAME', 'DESC', 5, 1, 2, 2, 0.00, 'ads_cldesk', '0,0,0', 82, '0', '1', '1', 1864), (1865, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'ads_cltele', '0,0,0', 82, '0', '1', '1', 1865), (1866, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_clwall1', '0,0,0', 82, '0', '1', '1', 1866), (1867, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_clwall2', '0,0,0', 82, '0', '1', '1', 1867), (1869, 'NAME', 'DESC', 5, 2, 1, 1, 0.80, 'ads_ob_pillow', '0,0,0', 82, '0', '1', '1', 1869), (1870, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_ob_wall', '0,0,0', 82, '0', '1', '1', 1870), (1871, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'xmas08_trph2', '0,0,0', 82, '0', '1', '1', 1871), (1872, 'NAME', 'DESC', 5, 1, 1, 3, 0.00, 'lostc_merdragon', '0,0,0', 82, '0', '1', '1', 1872);
Code:INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`) VALUES (82, 7, 'Advertisement', 'Advertisement', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', '', 'For a limited time only!', NULL);
INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
(8900, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'ads_cltele', '0,0,0', 90, '0', '1', '1', 8900),
(8901, 'NAME', 'DESC', 5, 1, 2, 2, 0.00, 'ads_cldesk', '0,0,0', 90, '0', '1', '1', 8901),
(8902, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_clwall1', '0,0,0', 90, '0', '1', '1', 8902),
(8903, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_clwall2', '0,0,0', 90, '0', '1', '1', 8903),
(8905, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'ads_ob_pillow', '0,0,0', 90, '0', '1', '1', 8905),
(8906, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_ob_wall', '0,0,0', 90, '0', '1', '1', 8906),
(8907, 'NAME', 'DESC', 5, 1, 1, 3, 0.00, 'lostc_merdragon', '0,0,0', 90, '0', '1', '1', 8907),
(8908, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'xmas08_trph2', '0,0,0', 90, '0', '1', '1', 8908);