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
Infobus on r63?
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="zMagenta" data-source="post: 169088" data-attributes="member: 4512"><p>I'll copy & paste a tutorial for you. This came from a rival forum;</p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">First the add the room model:</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333"><u>Spoiler</u>: </span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'">Code:</span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'"><span style="font-size: 12px">-- phpMyAdmin SQL Dump</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- version 3.5.0</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- <a href="http://www.phpmyadmin.net" target="_blank">http://www.phpmyadmin.net</a></span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">--</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- Machine: localhost</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- Genereertijd: 25 apr 2012 om 17:00</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- Serverversie: 5.0.67-community</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- PHP-Versie: 5.2.6</span></span></span></p><p> </p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">SET time_zone = "+00:00";</span></span></span></p><p> </p><p> </p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">/*!40101 SET NAMES utf8 */;</span></span></span></p><p> </p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">--</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- Databank: `drabbo`</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">--</span></span></span></p><p> </p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- --------------------------------------------------------</span></span></span></p><p> </p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">--</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- Tabelstructuur voor tabel `room_models`</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">--</span></span></span></p><p> </p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">CREATE TABLE IF NOT EXISTS `room_models` (</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'"> `id` varchar(100) NOT NULL,</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'"> `door_x` int(11) NOT NULL,</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'"> `door_y` int(11) NOT NULL,</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'"> `door_z` double NOT NULL,</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'"> `door_dir` int(4) NOT NULL default '2',</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'"> `heightmap` text NOT NULL,</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'"> `public_items` text NOT NULL,</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'"> `club_only` enum('0','1') NOT NULL default '0',</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'"> PRIMARY KEY (`id`)</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">) ENGINE=MyISAM DEFAULT CHARSET=latin1;</span></span></span></p><p> </p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">--</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">-- Gegevens worden uitgevoerd voor tabel `room_models`</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">--</span></span></span></p><p> </p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">('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');</span></span></span></p><p> </p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;</span></span></span></p><p><span style="color: #333333"><span style="font-size: 12px"><span style="font-family: 'Verdana'">/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;</span></span></span></p><p> </p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">Reboot your hotel.</span></span></p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">download the following: and add it to your swf host (c_images)*</span></span></p><p><a href="http://www.mediafire.com/?a35neyuu7h83mz2" target="_blank"><span style="font-family: 'Verdana'"><span style="color: #256e97">infobus.zip</span></span></a></p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">Other download (Thanks to: JSansassio).</span></span></p><p><a href="http://italfiles.com/f/wz05BSJvJe" target="_blank"><span style="font-family: 'Verdana'"><span style="color: #256e97">http://italfiles.com/f/wz05BSJvJe</span></span></a></p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">Okay, now we go to the room,</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333">instead here a roomads with the following codes:</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333"><u>Spoiler</u>: </span></span></p><p> </p><p> </p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">Step 2:</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333">Place a new room ads here: (Look screen).</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333"><u>Spoiler</u>: </span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'"><img src="http://www.uploadplaatjes.nl/img1/20120425/545432.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></span></span></p><p> </p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">Step 3:</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333">Place the last room ads here: (Look screen again).</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333"><u>Spoiler</u>: </span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'"><img src="http://www.uploadplaatjes.nl/img1/20120425/545438.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></span></span></p><p> </p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">Done!</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333">The end result:</span></span></p><p><a href="http://www.uploadplaatjes.nl/img1/20120425/545445.png" target="_blank"><span style="font-family: 'Verdana'"><span style="color: #256e97">http://www.uploadplaatjes.nl/img1/20120425/545445.png</span></span></a></p><p> </p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">No room ads on your retro?</span></span></p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333"><u>Spoiler</u>: </span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'">PHP Code:</span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'"><span style="font-size: 12px"><span style="color: #000000"><span style="color: #0000bb">INSERT INTO </span><span style="color: #007700">`</span><span style="color: #dd0000">catalog_items</span><span style="color: #007700">` (`</span><span style="color: #dd0000">id</span><span style="color: #007700">`, `</span><span style="color: #dd0000">page_id</span><span style="color: #007700">`, `</span><span style="color: #dd0000">item_ids</span><span style="color: #007700">`, `</span><span style="color: #dd0000">catalog_name</span><span style="color: #007700">`, `</span><span style="color: #dd0000">cost_credits</span><span style="color: #007700">`, `</span><span style="color: #dd0000">cost_pixels</span><span style="color: #007700">`, `</span><span style="color: #dd0000">cost_snow</span><span style="color: #007700">`, `</span><span style="color: #dd0000">amount</span><span style="color: #007700">`) </span><span style="color: #0000bb">VALUES </span><span style="color: #007700">(</span><span style="color: #dd0000">'8263'</span><span style="color: #007700">, </span><span style="color: #dd0000">'26'</span><span style="color: #007700">, </span><span style="color: #dd0000">'8263'</span><span style="color: #007700">, </span><span style="color: #dd0000">'Ads_Background Only for staff! - Retroplace.nl'</span><span style="color: #007700">, </span><span style="color: #dd0000">'3'</span><span style="color: #007700">, </span><span style="color: #dd0000">'0'</span><span style="color: #007700">, </span><span style="color: #dd0000">'0'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">); </span></span></span></span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'">Furniture:</span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'">PHP Code:</span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'"><span style="font-size: 12px"><span style="color: #000000"><span style="color: #0000bb">INSERT INTO </span><span style="color: #007700">`</span><span style="color: #dd0000">furniture</span><span style="color: #007700">` (`</span><span style="color: #dd0000">id</span><span style="color: #007700">`, `</span><span style="color: #dd0000">public_name</span><span style="color: #007700">`, `</span><span style="color: #dd0000">item_name</span><span style="color: #007700">`, `</span><span style="color: #dd0000">type</span><span style="color: #007700">`, `</span><span style="color: #dd0000">width</span><span style="color: #007700">`, `</span><span style="color: #dd0000">length</span><span style="color: #007700">`, `</span><span style="color: #dd0000">stack_height</span><span style="color: #007700">`, `</span><span style="color: #dd0000">can_stack</span><span style="color: #007700">`, `</span><span style="color: #dd0000">can_sit</span><span style="color: #007700">`, `</span><span style="color: #dd0000">is_walkable</span><span style="color: #007700">`, `</span><span style="color: #dd0000">sprite_id</span><span style="color: #007700">`, `</span><span style="color: #dd0000">allow_recycle</span><span style="color: #007700">`, `</span><span style="color: #dd0000">allow_trade</span><span style="color: #007700">`, `</span><span style="color: #dd0000">allow_marketplace_sell</span><span style="color: #007700">`, `</span><span style="color: #dd0000">allow_gift</span><span style="color: #007700">`, `</span><span style="color: #dd0000">allow_inventory_stack</span><span style="color: #007700">`, `</span><span style="color: #dd0000">interaction_type</span><span style="color: #007700">`, `</span><span style="color: #dd0000">interaction_modes_count</span><span style="color: #007700">`, `</span><span style="color: #dd0000">vending_ids</span><span style="color: #007700">`, `</span><span style="color: #dd0000">is_arrow</span><span style="color: #007700">`) </span><span style="color: #0000bb">VALUES </span><span style="color: #007700">(</span><span style="color: #dd0000">'8263'</span><span style="color: #007700">, </span><span style="color: #dd0000">'ads_background'</span><span style="color: #007700">, </span><span style="color: #dd0000">'ads_background'</span><span style="color: #007700">, </span><span style="color: #dd0000">'s'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1.6'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">, </span><span style="color: #dd0000">'0'</span><span style="color: #007700">, </span><span style="color: #dd0000">'0'</span><span style="color: #007700">, </span><span style="color: #dd0000">'8263'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">, </span><span style="color: #dd0000">'default'</span><span style="color: #007700">, </span><span style="color: #dd0000">'1'</span><span style="color: #007700">, </span><span style="color: #dd0000">'0'</span><span style="color: #007700">, </span><span style="color: #dd0000">'0'</span><span style="color: #007700">); </span></span></span></span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'">Furnidata:</span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'">PHP Code:</span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'"><span style="font-size: 12px"><span style="color: #000000"><span style="color: #007700">[</span><span style="color: #dd0000">"s"</span><span style="color: #007700">,</span><span style="color: #dd0000">"8263"</span><span style="color: #007700">,</span><span style="color: #dd0000">"ads_background"</span><span style="color: #007700">,</span><span style="color: #dd0000">"8263"</span><span style="color: #007700">,</span><span style="color: #dd0000">"4"</span><span style="color: #007700">,</span><span style="color: #dd0000">"1"</span><span style="color: #007700">,</span><span style="color: #dd0000">"1"</span><span style="color: #007700">,</span><span style="color: #dd0000">""</span><span style="color: #007700">,</span><span style="color: #dd0000">"Roomads"</span><span style="color: #007700">,</span><span style="color: #dd0000">"-"</span><span style="color: #007700">,</span><span style="color: #dd0000">""</span><span style="color: #007700">,</span><span style="color: #dd0000">"-1"</span><span style="color: #007700">,</span><span style="color: #dd0000">"-1"</span><span style="color: #007700">,</span><span style="color: #dd0000">""</span><span style="color: #007700">,</span><span style="color: #dd0000">"1"</span><span style="color: #007700">]] </span></span></span></span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'">Download:</span></span></p><p><span style="color: #333333"><span style="font-family: 'Verdana'"><span style="color: #256e97"><a href="http://www.mediafire.com/?h72xjynppqj8kjn" target="_blank">ads_background.swf</a></span></span></span></p><p> </p><p><span style="font-family: 'Verdana'"><span style="color: #333333">* The picture of the room ads must be hosted on your server where you host your SWFs otherwise it does not work..</span></span></p></blockquote><p></p>
[QUOTE="zMagenta, post: 169088, member: 4512"] I'll copy & paste a tutorial for you. This came from a rival forum; [FONT=Verdana][COLOR=#333333]First the add the room model:[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333][U]Spoiler[/U]: [/COLOR][/FONT] [COLOR=#333333][FONT=Verdana]Code:[/FONT][/COLOR] [COLOR=#333333][FONT=Verdana][SIZE=12px]-- phpMyAdmin SQL Dump[/SIZE][/FONT][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- version 3.5.0[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- [URL]http://www.phpmyadmin.net[/URL][/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]--[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- Machine: localhost[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- Genereertijd: 25 apr 2012 om 17:00[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- Serverversie: 5.0.67-community[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- PHP-Versie: 5.2.6[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]SET time_zone = "+00:00";[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]/*!40101 SET NAMES utf8 */;[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]--[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- Databank: `drabbo`[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]--[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- --------------------------------------------------------[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]--[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- Tabelstructuur voor tabel `room_models`[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]--[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]CREATE TABLE IF NOT EXISTS `room_models` ([/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana] `id` varchar(100) NOT NULL,[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana] `door_x` int(11) NOT NULL,[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana] `door_y` int(11) NOT NULL,[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana] `door_z` double NOT NULL,[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana] `door_dir` int(4) NOT NULL default '2',[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana] `heightmap` text NOT NULL,[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana] `public_items` text NOT NULL,[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana] `club_only` enum('0','1') NOT NULL default '0',[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana] PRIMARY KEY (`id`)[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]--[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]-- Gegevens worden uitgevoerd voor tabel `room_models`[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]--[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]('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');[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;[/FONT][/SIZE][/COLOR] [COLOR=#333333][SIZE=12px][FONT=Verdana]/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;[/FONT][/SIZE][/COLOR] [FONT=Verdana][COLOR=#333333]Reboot your hotel.[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333]download the following: and add it to your swf host (c_images)*[/COLOR][/FONT] [URL='http://www.mediafire.com/?a35neyuu7h83mz2'][FONT=Verdana][COLOR=#256e97]infobus.zip[/COLOR][/FONT][/URL] [FONT=Verdana][COLOR=#333333]Other download (Thanks to: JSansassio).[/COLOR][/FONT] [URL='http://italfiles.com/f/wz05BSJvJe'][FONT=Verdana][COLOR=#256e97]http://italfiles.com/f/wz05BSJvJe[/COLOR][/FONT][/URL] [FONT=Verdana][COLOR=#333333]Okay, now we go to the room,[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333]instead here a roomads with the following codes:[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333][U]Spoiler[/U]: [/COLOR][/FONT] [FONT=Verdana][COLOR=#333333]Step 2:[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333]Place a new room ads here: (Look screen).[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333][U]Spoiler[/U]: [/COLOR][/FONT] [COLOR=#333333][FONT=Verdana][IMG]http://www.uploadplaatjes.nl/img1/20120425/545432.png[/IMG][/FONT][/COLOR] [FONT=Verdana][COLOR=#333333]Step 3:[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333]Place the last room ads here: (Look screen again).[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333][U]Spoiler[/U]: [/COLOR][/FONT] [COLOR=#333333][FONT=Verdana][IMG]http://www.uploadplaatjes.nl/img1/20120425/545438.png[/IMG][/FONT][/COLOR] [FONT=Verdana][COLOR=#333333]Done![/COLOR][/FONT] [FONT=Verdana][COLOR=#333333]The end result:[/COLOR][/FONT] [URL='http://www.uploadplaatjes.nl/img1/20120425/545445.png'][FONT=Verdana][COLOR=#256e97]http://www.uploadplaatjes.nl/img1/20120425/545445.png[/COLOR][/FONT][/URL] [FONT=Verdana][COLOR=#333333]No room ads on your retro?[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333][U]Spoiler[/U]: [/COLOR][/FONT] [COLOR=#333333][FONT=Verdana]PHP Code:[/FONT][/COLOR] [COLOR=#333333][FONT=Verdana][SIZE=12px][COLOR=#000000][COLOR=#0000bb]INSERT INTO [/COLOR][COLOR=#007700]`[/COLOR][COLOR=#dd0000]catalog_items[/COLOR][COLOR=#007700]` (`[/COLOR][COLOR=#dd0000]id[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]page_id[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]item_ids[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]catalog_name[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]cost_credits[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]cost_pixels[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]cost_snow[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]amount[/COLOR][COLOR=#007700]`) [/COLOR][COLOR=#0000bb]VALUES [/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]'8263'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'26'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'8263'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'Ads_Background Only for staff! - Retroplace.nl'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'3'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'0'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'0'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700]); [/COLOR][/COLOR][/SIZE][/FONT][/COLOR] [COLOR=#333333][FONT=Verdana]Furniture:[/FONT][/COLOR] [COLOR=#333333][FONT=Verdana]PHP Code:[/FONT][/COLOR] [COLOR=#333333][FONT=Verdana][SIZE=12px][COLOR=#000000][COLOR=#0000bb]INSERT INTO [/COLOR][COLOR=#007700]`[/COLOR][COLOR=#dd0000]furniture[/COLOR][COLOR=#007700]` (`[/COLOR][COLOR=#dd0000]id[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]public_name[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]item_name[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]type[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]width[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]length[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]stack_height[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]can_stack[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]can_sit[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]is_walkable[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]sprite_id[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]allow_recycle[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]allow_trade[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]allow_marketplace_sell[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]allow_gift[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]allow_inventory_stack[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]interaction_type[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]interaction_modes_count[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]vending_ids[/COLOR][COLOR=#007700]`, `[/COLOR][COLOR=#dd0000]is_arrow[/COLOR][COLOR=#007700]`) [/COLOR][COLOR=#0000bb]VALUES [/COLOR][COLOR=#007700]([/COLOR][COLOR=#dd0000]'8263'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'ads_background'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'ads_background'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'s'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1.6'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'0'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'0'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'8263'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'default'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'1'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'0'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#dd0000]'0'[/COLOR][COLOR=#007700]); [/COLOR][/COLOR][/SIZE][/FONT][/COLOR] [COLOR=#333333][FONT=Verdana]Furnidata:[/FONT][/COLOR] [COLOR=#333333][FONT=Verdana]PHP Code:[/FONT][/COLOR] [COLOR=#333333][FONT=Verdana][SIZE=12px][COLOR=#000000][COLOR=#007700][[/COLOR][COLOR=#dd0000]"s"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"8263"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"ads_background"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"8263"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"4"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"1"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"1"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]""[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"Roomads"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"-"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]""[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"-1"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"-1"[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]""[/COLOR][COLOR=#007700],[/COLOR][COLOR=#dd0000]"1"[/COLOR][COLOR=#007700]]] [/COLOR][/COLOR][/SIZE][/FONT][/COLOR] [COLOR=#333333][FONT=Verdana]Download:[/FONT][/COLOR] [COLOR=#333333][FONT=Verdana][COLOR=#256e97][URL='http://www.mediafire.com/?h72xjynppqj8kjn']ads_background.swf[/URL][/COLOR][/FONT][/COLOR] [FONT=Verdana][COLOR=#333333]* The picture of the room ads must be hosted on your server where you host your SWFs otherwise it does not work..[/COLOR][/FONT] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Infobus on r63?
Top