Wo musst die Page ID Hin ?

  • Hey Leute ,


    Ich habe eine kleine Frage , wo muss bei dem Text der gleich kommt die Page ID hin ? Bitte Kopiert euch den Textt und schreibt an die Stellen "PAGHID" hin.


    NSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
    ('4511', '2053', '4511', 'lido_bench', '3', '0', '0', '1', '0'),
    ('4512', '2053', '4512', 'lidowall3', '3', '0', '0', '1', '0'),
    ('4513', '2053', '4513', 'lido_parasol', '3', '0', '0', '1', '0'),
    ('4514', '2053', '4514', 'lidowall1', '3', '0', '0', '1', '0'),
    ('4515', '2053', '4515', 'lidofence', '3', '0', '0', '1', '0'),
    ('4516', '2053', '4516', 'lido_chair', '3', '0', '0', '1', '0'),
    ('4517', '2053', '4517', 'lido_kiosk', '3', '0', '0', '1', '0'),
    ('4518', '2053', '4518', 'lido_table', '3', '0', '0', '1', '0'),
    ('4519', '2053', '4519', 'lidotree1', '3', '0', '0', '1', '0'),
    ('4520', '2053', '4520', 'lidodoor', '3', '0', '0', '1', '0'),
    ('4521', '2053', '4521', 'lidotile', '3', '0', '0', '1', '0'),
    ('4522', '2053', '4522', 'lido_kiosk_block', '3', '0', '0', '1', '0'),
    ('4523', '2053', '4523', 'lidostairs', '3', '0', '0', '1', '0'),
    ('4524', '2053', '4524', 'lidostage', '3', '0', '0', '1', '0'),
    ('4525', '2053', '4525', 'lidowall2', '3', '0', '0', '1', '0'),
    ('4526', '2053', '4526', 'wl_wall2', '3', '0', '0', '1', '0'),
    ('4527', '2053', '4527', 'wl_table2', '3', '0', '0', '1', '0'),
    ('4528', '2053', '4528', 'wl_sofa', '3', '0', '0', '1', '0'),
    ('4529', '2053', '4529', 'wl_wall1', '3', '0', '0', '1', '0'),
    ('4530', '2053', '4530', 'wl_floor', '3', '0', '0', '1', '0'),
    ('4531', '2053', '4531', 'wl_rdesk', '3', '0', '0', '1', '0'),
    ('4532', '2053', '4532', 'wl_shelf', '3', '0', '0', '1', '0'),
    ('4533', '2053', '4533', 'wl_chair', '3', '0', '0', '1', '0'),
    ('4534', '2053', '4534', 'wl_table1', '3', '0', '0', '1', '0'),
    ('4535', '2053', '4535', 'pcnc_tilegrass', '3', '0', '0', '1', '0'),
    ('4536', '2053', '4536', 'pcnc_dvdrtile', '3', '0', '0', '1', '0'),
    ('4537', '2053', '4537', 'pcnc_wtable', '3', '0', '0', '1', '0'),
    ('4538', '2053', '4538', 'pcnc_shrub', '3', '0', '0', '1', '0'),
    ('4539', '2053', '4539', 'pcnc_fountain', '3', '0', '0', '1', '0'),
    ('4540', '2053', '4540', 'pcnc_tiledirt', '3', '0', '0', '1', '0'),
    ('4541', '2053', '4541', 'pcnc_gazebohack', '3', '0', '0', '1', '0'),
    ('4542', '2053', '4542', 'pcnc_wall1', '3', '0', '0', '1', '0'),
    ('4543', '2053', '4543', 'pcnc_carp', '3', '0', '0', '1', '0'),
    ('4544', '2053', '4544', 'pcnc_door', '3', '0', '0', '1', '0'),
    ('4545', '2053', '4545', 'pcnc_wood', '3', '0', '0', '1', '0'),
    ('4546', '2053', '4546', 'pcnc_redbench', '3', '0', '0', '1', '0'),
    ('4547', '2053', '4547', 'pcnc_wall2', '3', '0', '0', '1', '0'),
    ('4548', '2053', '4548', 'pcnc_swing', '3', '0', '0', '1', '0'),
    ('4549', '2053', '4549', 'pcnc_bbq', '3', '0', '0', '1', '0'),
    ('4550', '2053', '4550', 'pcnc_tilestone', '3', '0', '0', '1', '0'),
    ('4551', '2053', '4551', 'pcnc_tree', '3', '0', '0', '1', '0'),
    ('4552', '2053', '4552', 'pcnc_carrot', '3', '0', '0', '1', '0'),
    ('4553', '2053', '4553', 'pcnc_gazebo', '3', '0', '0', '1', '0'),
    ('4554', '2053', '4554', 'pcnc_wbench', '3', '0', '0', '1', '0');


    Danke Stories_real




  • NSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES


    Nach Values geht es nach der Reihenfolge da oben
    1. ID
    2. page_id
    3. item_ids
    etc.
    also so wie deine Struktur in der Datenbank ist

    Code :

    NSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
    ('4511', 'PAGEID', '4511', 'lido_bench', '3', '0', '0', '1', '0'),
    ('4512', 'PAGEID', '4512', 'lidowall3', '3', '0', '0', '1', '0'),
    ('4513', 'PAGEID', '4513', 'lido_parasol', '3', '0', '0', '1', '0'),
    ('4514', 'PAGEID', '4514', 'lidowall1', '3', '0', '0', '1', '0'),
    ('4515', 'PAGEID', '4515', 'lidofence', '3', '0', '0', '1', '0'),
    ('4516', 'PAGEID', '4516', 'lido_chair', '3', '0', '0', '1', '0'),
    ('4517', 'PAGEID', '4517', 'lido_kiosk', '3', '0', '0', '1', '0'),
    ('4518', 'PAGEID', '4518', 'lido_table', '3', '0', '0', '1', '0'),
    ('4519', 'PAGEID', '4519', 'lidotree1', '3', '0', '0', '1', '0'),
    ('4520', 'PAGEID', '4520', 'lidodoor', '3', '0', '0', '1', '0'),
    ('4521', 'PAGEID', '4521', 'lidotile', '3', '0', '0', '1', '0'),
    ('4522', 'PAGEID', '4522', 'lido_kiosk_block', '3', '0', '0', '1', '0'),
    ('4523', 'PAGEID', '4523', 'lidostairs', '3', '0', '0', '1', '0'),
    ('4524', 'PAGEID', '4524', 'lidostage', '3', '0', '0', '1', '0'),
    ('4525', 'PAGEID', '4525', 'lidowall2', '3', '0', '0', '1', '0'),
    ('4526', 'PAGEID', '4526', 'wl_wall2', '3', '0', '0', '1', '0'),
    ('4527', 'PAGEID', '4527', 'wl_table2', '3', '0', '0', '1', '0'),
    ('4528', 'PAGEID', '4528', 'wl_sofa', '3', '0', '0', '1', '0'),
    ('4529', 'PAGEID', '4529', 'wl_wall1', '3', '0', '0', '1', '0'),
    ('4530', 'PAGEID', '4530', 'wl_floor', '3', '0', '0', '1', '0'),
    ('4531', 'PAGEID', '4531', 'wl_rdesk', '3', '0', '0', '1', '0'),
    ('4532', 'PAGEID', '4532', 'wl_shelf', '3', '0', '0', '1', '0'),
    ('4533', 'PAGEID', '4533', 'wl_chair', '3', '0', '0', '1', '0'),
    ('4534', 'PAGEID', '4534', 'wl_table1', '3', '0', '0', '1', '0'),
    ('4535', 'PAGEID', '4535', 'pcnc_tilegrass', '3', '0', '0', '1', '0'),
    ('4536', 'PAGEID', '4536', 'pcnc_dvdrtile', '3', '0', '0', '1', '0'),
    ('4537', 'PAGEID', '4537', 'pcnc_wtable', '3', '0', '0', '1', '0'),
    ('4538', 'PAGEID', '4538', 'pcnc_shrub', '3', '0', '0', '1', '0'),
    ('4539', 'PAGEID', '4539', 'pcnc_fountain', '3', '0', '0', '1', '0'),
    ('4540', 'PAGEID', '4540', 'pcnc_tiledirt', '3', '0', '0', '1', '0'),
    ('4541', 'PAGEID', '4541', 'pcnc_gazebohack', '3', '0', '0', '1', '0'),
    ('4542', 'PAGEID', '4542', 'pcnc_wall1', '3', '0', '0', '1', '0'),
    ('4543', 'PAGEID', '4543', 'pcnc_carp', '3', '0', '0', '1', '0'),
    ('4544', 'PAGEID', '4544', 'pcnc_door', '3', '0', '0', '1', '0'),
    ('4545', 'PAGEID', '4545', 'pcnc_wood', '3', '0', '0', '1', '0'),
    ('4546', 'PAGEID', '4546', 'pcnc_redbench', '3', '0', '0', '1', '0'),
    ('4547', 'PAGEID', '4547', 'pcnc_wall2', '3', '0', '0', '1', '0'),
    ('4548', 'PAGEID', '4548', 'pcnc_swing', '3', '0', '0', '1', '0'),
    ('4549', 'PAGEID', '4549', 'pcnc_bbq', '3', '0', '0', '1', '0'),
    ('4550', 'PAGEID', '4550', 'pcnc_tilestone', '3', '0', '0', '1', '0'),
    ('4551', 'PAGEID', '4551', 'pcnc_tree', '3', '0', '0', '1', '0'),
    ('4552', 'PAGEID', '4552', 'pcnc_carrot', '3', '0', '0', '1', '0'),
    ('4553', 'PAGEID', '4553', 'pcnc_gazebo', '3', '0', '0', '1', '0'),
    ('4554', 'PAGEID', '4554', 'pcnc_wbench', '3', '0', '0', '1', '0');


    Früher war hier alles besser :c

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!