Having trouble with adding furni into the catalogue [SQL]

CaptainHotel

New Member
Mar 4, 2015
11
1
I am kinda new with R63 and i'm wondering how do I make this the right syntax? I am trying to add this into my catalog_items help please! I am using Phoenix r63

Code:
[["s","68245700","bathroom_bath1","68245700","0","1","1","","Lichtgrijs Bad",","Relax totdat je pixel vingers beginnen te rimpelen."-1"],
["s","68245701","bathroom_bath2","68245701","0","1","1","","Donkergrijs Bad",","Relax totdat je pixel vingers beginnen te rimpelen."-1"],
["s","68245702","bathroom_bath3","68245702","0","1","1","","Zwart Bad",","Relax totdat je pixel vingers beginnen te rimpelen."-1"],
["s","68245703","bathroom_bath4","68245703","0","1","1","","Blauw Bad",","Relax totdat je pixel vingers beginnen te rimpelen."-1"],
["s","68245704","bathroom_chamberpot","68245704","0","1","1","","Kamer Pot",","Wie wil er privacy?"-1"],
["s","68245705","bathroom_floortile1","68245705","0","1","1","","Lichtgrijze badkamertegel",","Pas op! Glad als het nat wordt!"-1"],
["s","68245706","bathroom_floortile2","68245706","0","1","1","","Donkergrijze badkamertegel",","Pas op! Glad als het nat wordt!"-1"],
["s","68245707","bathroom_floortile3","68245707","0","1","1","","Zwarte badkamert[...]
 

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
Lmao do what Jazzer said and it will work sql are codes that look like this.
INSERT INTO 'catalogue_items'.... The dot dot dot is to specify that then it would mention about the furniture how much it costs etc. So add those in make sure you include the page_id and then put that info you showed us ^ into your furnidata.txt file. If you are still struggling and need help let me know my Skype is pinky2012kw
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Lmao do what Jazzer said and it will work sql are codes that look like this.
INSERT INTO 'catalogue_items'.... The dot dot dot is to specify that then it would mention about the furniture how much it costs etc. So add those in make sure you include the page_id and then put that info you showed us ^ into your furnidata.txt file. If you are still struggling and need help let me know my Skype is pinky2012kw
*OFT Long time no see Pinky, welcome back bro
 

JayC

Always Learning
Aug 8, 2013
5,494
1,398
I am kinda new with R63 and i'm wondering how do I make this the right syntax? I am trying to add this into my catalog_items help please! I am using Phoenix r63

Code:
[["s","68245700","bathroom_bath1","68245700","0","1","1","","Lichtgrijs Bad",","Relax totdat je pixel vingers beginnen te rimpelen."-1"],
["s","68245701","bathroom_bath2","68245701","0","1","1","","Donkergrijs Bad",","Relax totdat je pixel vingers beginnen te rimpelen."-1"],
["s","68245702","bathroom_bath3","68245702","0","1","1","","Zwart Bad",","Relax totdat je pixel vingers beginnen te rimpelen."-1"],
["s","68245703","bathroom_bath4","68245703","0","1","1","","Blauw Bad",","Relax totdat je pixel vingers beginnen te rimpelen."-1"],
["s","68245704","bathroom_chamberpot","68245704","0","1","1","","Kamer Pot",","Wie wil er privacy?"-1"],
["s","68245705","bathroom_floortile1","68245705","0","1","1","","Lichtgrijze badkamertegel",","Pas op! Glad als het nat wordt!"-1"],
["s","68245706","bathroom_floortile2","68245706","0","1","1","","Donkergrijze badkamertegel",","Pas op! Glad als het nat wordt!"-1"],
["s","68245707","bathroom_floortile3","68245707","0","1","1","","Zwarte badkamert[...]
I would get your money back that you paid for your VPS and whatever else you bought...
This is for your furnidata, it's not an sql to be run in the database.facepalm.jpg
HTDOCS/WWWROOT -> R63 -> Furnidata.txt

Database SQL begins with:
INSERT into *
UPDATE *
or uses some other command to change the database
 

Users who are viewing this thread

Top