Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Diamonds SQL HELP
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="FunkyBohh" data-source="post: 219880" data-attributes="member: 3764"><p>[CODE]INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES</p><p>('891030', 'PAGEID', '891030', 'CF_100000_purba', '100000', '0', '0', '1'),</p><p>('891031', 'PAGEID', '891031', 'CF_250000_purba', '250000', '0', '0', '1'),</p><p>('891032', 'PAGEID', '891032', 'CF_500000_purba', '500000', '0', '0', '1'),</p><p>('891033', 'PAGEID', '891033', 'CF_750000_purba', '750000', '0', '0', '1'),</p><p>('891034', 'PAGEID', '891034', 'CF_1000000_purb', '1000000', '0', '0', '1'),</p><p> </p><p>Furniture :</p><p> </p><p>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</p><p>('891030', 'CF_100000_purba', 'CF_100000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891030', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),</p><p>('891031', 'CF_250000_purba', 'CF_250000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891031', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),</p><p>('891032', 'CF_500000_purba', 'CF_500000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891032', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),</p><p>('891033', 'CF_750000_purba', 'CF_750000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891033', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),</p><p>('891034', 'CF_1000000_purb', 'CF_100000_purb', 's', '1', '1', '0.4', '1', '0', '0', '891034', '0', '1', '0', '1', '1', 'default', '1', '0', '0');</p><p>Furnidata :</p><p> </p><p>["s","891030","CF_100000_purba","891030","0","1","1","0,0,0","Pink 100k Diamond","100k","","-1","-1"],</p><p>["s","891031","CF_250000_purba","891031","0","1","1","0,0,0","Green 250k Diamond","250k","","-1","-1"],</p><p>["s","891032","CF_500000_purba","891032","0","1","1","0,0,0","Red 500k Diamond","500k","","-1","-1"],</p><p>["s","891033","CF_750000_purba","891033","0","1","1","0,0,0","Orange 750k Diamond","750k","","-1","-1"],</p><p>["s","891034","CF_1000000_purb","891034","0","1","1","0,0,0","Blue 1M Diamond","1M","","-1","-1"],[/CODE]</p><p> </p><p>These sqls work i have imported into my database ive updated items and catalougue but they come up as a box ive even cleared my catach and still hasent work Someone help me?</p></blockquote><p></p>
[QUOTE="FunkyBohh, post: 219880, member: 3764"] [CODE]INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('891030', 'PAGEID', '891030', 'CF_100000_purba', '100000', '0', '0', '1'), ('891031', 'PAGEID', '891031', 'CF_250000_purba', '250000', '0', '0', '1'), ('891032', 'PAGEID', '891032', 'CF_500000_purba', '500000', '0', '0', '1'), ('891033', 'PAGEID', '891033', 'CF_750000_purba', '750000', '0', '0', '1'), ('891034', 'PAGEID', '891034', 'CF_1000000_purb', '1000000', '0', '0', '1'), Furniture : 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 ('891030', 'CF_100000_purba', 'CF_100000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891030', '0', '1', '0', '1', '1', 'default', '1', '0', '0'), ('891031', 'CF_250000_purba', 'CF_250000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891031', '0', '1', '0', '1', '1', 'default', '1', '0', '0'), ('891032', 'CF_500000_purba', 'CF_500000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891032', '0', '1', '0', '1', '1', 'default', '1', '0', '0'), ('891033', 'CF_750000_purba', 'CF_750000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891033', '0', '1', '0', '1', '1', 'default', '1', '0', '0'), ('891034', 'CF_1000000_purb', 'CF_100000_purb', 's', '1', '1', '0.4', '1', '0', '0', '891034', '0', '1', '0', '1', '1', 'default', '1', '0', '0'); Furnidata : ["s","891030","CF_100000_purba","891030","0","1","1","0,0,0","Pink 100k Diamond","100k","","-1","-1"], ["s","891031","CF_250000_purba","891031","0","1","1","0,0,0","Green 250k Diamond","250k","","-1","-1"], ["s","891032","CF_500000_purba","891032","0","1","1","0,0,0","Red 500k Diamond","500k","","-1","-1"], ["s","891033","CF_750000_purba","891033","0","1","1","0,0,0","Orange 750k Diamond","750k","","-1","-1"], ["s","891034","CF_1000000_purb","891034","0","1","1","0,0,0","Blue 1M Diamond","1M","","-1","-1"],[/CODE] These sqls work i have imported into my database ive updated items and catalougue but they come up as a box ive even cleared my catach and still hasent work Someone help me? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Diamonds SQL HELP
Top