[Question] Ads Furniture

JayC

Always Learning
Aug 8, 2013
5,504
1,401
Anyone know where I can get a ads furniture download , furniture SQL's and screenshots of the ads working? :) I have R63, Illumina CMS with Pheonix 3.11 EMU!
 

Lee_01

Active Member
Jun 28, 2012
116
32
Hi,

Is it the advert background as shown in the picture below? Pardon the Queen, Jeeves gave her burnt toast.

c957cd5b85203b478880c0e15971900f.png

If so, I've uploaded the file and a text document with the following SQL code into my dropbox.

Download:

Code:
Catalogue Items
 
INSERT INTO `catalog_items` VALUES ('8263', '94', '8263', 'ads_background', '3', '0', '0', '1', '0', '0');
 
Furniture
 
INSERT INTO `furniture` VALUES ('8263', 'ads_background', 'ads_background', 's', '1', '1', '1.6', '1', '0', '0', '8263', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0');
 
Furnidata
 
["s","3996","ads_background","34082","4","1","1","","Ad Background","A great way to get your message across!","","-1","-1"]

Also, if you ever need to get an SQL code or furni data and you can't find it anywhere, you can use 's SQL maker tool. I've uploaded his tool to my drop box too in case you want to download it.

Download:
 

Cronus

Cerberus Founder/Developer
Jul 19, 2013
449
25
Hi,

Is it the advert background as shown in the picture below? Pardon the Queen, Jeeves gave her burnt toast.

c957cd5b85203b478880c0e15971900f.png

If so, I've uploaded the file and a text document with the following SQL code into my dropbox.

Download:

Code:
Catalogue Items
 
INSERT INTO `catalog_items` VALUES ('8263', '94', '8263', 'ads_background', '3', '0', '0', '1', '0', '0');
 
Furniture
 
INSERT INTO `furniture` VALUES ('8263', 'ads_background', 'ads_background', 's', '1', '1', '1.6', '1', '0', '0', '8263', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0');
 
Furnidata
 
["s","3996","ads_background","34082","4","1","1","","Ad Background","A great way to get your message across!","","-1","-1"]

Also, if you ever need to get an SQL code or furni data and you can't find it anywhere, you can use 's SQL maker tool. I've uploaded his tool to my drop box too in case you want to download it.

Download:



I tried but I get:"

635f.png


It will not let me save it
 

Lee_01

Active Member
Jun 28, 2012
116
32
I tried but I get:"

635f.png


It will not let me save it


It might be the .SWF then. I got that from a pack I downloaded a while back but never used it. I've gone and taken the one from my hotel files and re-uploaded to

I found the file on my hotel under /r63/swfs instead of hof_furni which was weird.. :confused: so if you have the directory, try adding it to that and see if that'll work :confused:
 

Lee_01

Active Member
Jun 28, 2012
116
32
Also, I don't know if you're familiar with the ads furni but any image url you put in, the image has to be hosted on your server or else it doesn't like it.
 

Lee_01

Active Member
Jun 28, 2012
116
32
I've changed the SQL code as the one above I got with the pack I downloaded. Try this:

Code:
Catalogue Items
 
INSERT INTO `catalog_items` VALUES ('399996', '94', '399996', 'ads_background', '3', '0', '0', '1', '0', '0');
 
Furniture
 
INSERT INTO `furniture` VALUES ('399996', 'ads_background', 'ads_background', 's', '1', '1', '1.6', '1', '0', '0', '399996', '1', '1', '1', '1', '1', 'default', '1', '0', '0', null, '0', '0', '0');
 
Furnidata
 
["s","3996","ads_background","34082","4","1","1","","Ad Background","A great way to get your message across!","","-1","-1"]

If that doesn't work I have no idea, sorry.
 

Users who are viewing this thread

Top