I absolutly love this! Here,
SQL:
Furnidata
PHP Code:
["s","3388889","monsterla","25824","0","1","1","#FFFFFF,#DD2D22,#FFFFFF,#FFFFFF,#FFFFFF,#DD2D22","Monster Laser Door","Energy beams. No trespassers!","","-1","-1"]
Catalog_Items
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(3388889, 94, '3388889', 'monsterla', 200, 200, 0, 1);
Furniture
PHP Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES
(3388889, 'Monster Lazer Door', 'monsterla', 's', 1, 1, 0.001, '0', '0', '0', 3388889, '1', '1', '1', '1', '1', 'gate', 2, '0', '0');
Screen of it working!

Thanks and i hope this helps!:)
P.S. Ains, If u need SQL for swfs tell me:)