Infobus on r63?

Sab

I love milfs.
Jun 25, 2011
1,212
136
Someone have a Infobus download? If so post here and show me how to add it? Thanks guys.
 

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
I'll copy & paste a tutorial for you. This came from a rival forum;

First the add the room model:
Spoiler:
Code:
-- phpMyAdmin SQL Dump
-- version 3.5.0
--
--
-- Machine: localhost
-- Genereertijd: 25 apr 2012 om 17:00
-- Serverversie: 5.0.67-community
-- PHP-Versie: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Databank: `drabbo`
--

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `room_models`
--

CREATE TABLE IF NOT EXISTS `room_models` (
`id` varchar(100) NOT NULL,
`door_x` int(11) NOT NULL,
`door_y` int(11) NOT NULL,
`door_z` double NOT NULL,
`door_dir` int(4) NOT NULL default '2',
`heightmap` text NOT NULL,
`public_items` text NOT NULL,
`club_only` enum('0','1') NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Gegevens worden uitgevoerd voor tabel `room_models`
--

INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES
('model_busje', 16, 28, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000xxxxxxxxxxxxx\r\nx00000000000000000000xxxxxxxxxxxxx\r\nx000000000000000000000000000000xxx\r\nx000000000000000000000000000000xxx\r\nx00000000000000000000xxxxxxxx00xxx\r\nx00000000000000000000xxxxxxxx00xxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xx\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nxx0000000000000000000000000000000x\r\nxxx000000000000000000000000000000x\r\nxxxx00000000000000000000000000000x\r\nxxxxx0000000000000000000000000000x\r\nxxxxxx000000000000000000000000000x\r\nxxxxxxx00000000000000000000000000x\r\nxxxxxxxx0000000000000000000000000x\r\nxxxxxxxxx000000000000000000000000x\r\nxxxxxxxxxx0000000000000000000000xx\r\nxxxxxxxxxxx00000000000000000000xxx\r\nxxxxxxxxxxxx000000000000000000xxxx\r\nxxxxxxxxxxxxx0000000000000000xxxxx\r\nxxxxxxxxxxxxxx00000000000000xxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;


Reboot your hotel.

download the following: and add it to your swf host (c_images)*


Other download (Thanks to: JSansassio).


Okay, now we go to the room,
instead here a roomads with the following codes:
Spoiler:



Step 2:
Place a new room ads here: (Look screen).
Spoiler:
545432.png



Step 3:
Place the last room ads here: (Look screen again).
Spoiler:
545438.png



Done!
The end result:



No room ads on your retro?

Spoiler:
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('8263', '26', '8263', 'Ads_Background Only for staff! - Retroplace.nl', '3', '0', '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 ('8263', 'ads_background', 'ads_background', 's', '1', '1', '1.6', '1', '0', '0', '8263', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
Furnidata:
PHP Code:
["s","8263","ads_background","8263","4","1","1","","Roomads","-","","-1","-1","","1"]]
Download:


* The picture of the room ads must be hosted on your server where you host your SWFs otherwise it does not work..
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
I'll copy & paste a tutorial for you. This came from a rival forum;

First the add the room model:
Spoiler:
Code:
-- phpMyAdmin SQL Dump
-- version 3.5.0
--
--
-- Machine: localhost
-- Genereertijd: 25 apr 2012 om 17:00
-- Serverversie: 5.0.67-community
-- PHP-Versie: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Databank: `drabbo`
--

-- --------------------------------------------------------

--
-- Tabelstructuur voor tabel `room_models`
--

CREATE TABLE IF NOT EXISTS `room_models` (
`id` varchar(100) NOT NULL,
`door_x` int(11) NOT NULL,
`door_y` int(11) NOT NULL,
`door_z` double NOT NULL,
`door_dir` int(4) NOT NULL default '2',
`heightmap` text NOT NULL,
`public_items` text NOT NULL,
`club_only` enum('0','1') NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Gegevens worden uitgevoerd voor tabel `room_models`
--

INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES
('model_busje', 16, 28, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000xxxxxxxxxxxxx\r\nx00000000000000000000xxxxxxxxxxxxx\r\nx000000000000000000000000000000xxx\r\nx000000000000000000000000000000xxx\r\nx00000000000000000000xxxxxxxx00xxx\r\nx00000000000000000000xxxxxxxx00xxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xx\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nx00000000000000000000000000000000x\r\nxx0000000000000000000000000000000x\r\nxxx000000000000000000000000000000x\r\nxxxx00000000000000000000000000000x\r\nxxxxx0000000000000000000000000000x\r\nxxxxxx000000000000000000000000000x\r\nxxxxxxx00000000000000000000000000x\r\nxxxxxxxx0000000000000000000000000x\r\nxxxxxxxxx000000000000000000000000x\r\nxxxxxxxxxx0000000000000000000000xx\r\nxxxxxxxxxxx00000000000000000000xxx\r\nxxxxxxxxxxxx000000000000000000xxxx\r\nxxxxxxxxxxxxx0000000000000000xxxxx\r\nxxxxxxxxxxxxxx00000000000000xxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;


Reboot your hotel.

download the following: and add it to your swf host (c_images)*


Other download (Thanks to: JSansassio).


Okay, now we go to the room,
instead here a roomads with the following codes:
Spoiler:



Step 2:
Place a new room ads here: (Look screen).
Spoiler:
545432.png



Step 3:
Place the last room ads here: (Look screen again).
Spoiler:
545438.png



Done!
The end result:



No room ads on your retro?

Spoiler:
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES ('8263', '26', '8263', 'Ads_Background Only for staff! - Retroplace.nl', '3', '0', '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 ('8263', 'ads_background', 'ads_background', 's', '1', '1', '1.6', '1', '0', '0', '8263', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
Furnidata:
PHP Code:
["s","8263","ads_background","8263","4","1","1","","Roomads","-","","-1","-1","","1"]]
Download:


* The picture of the room ads must be hosted on your server where you host your SWFs otherwise it does not work..
Links are down.
 

Users who are viewing this thread

Top