Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Black client for non-host users [RevCMS Arcturus]

Junior Spellweaver
Joined
Oct 30, 2010
Messages
148
Reaction score
8
Hey RZ!

I'm having a problem where other people can't enter my hotel. For myself, it works as it should and the hotel loads. However, if someone else registers and tries to enter the hotel, the client page is completely black. I have portforwarded correctly and the swfs should be configured correctly. Note that I'm also connecting through the external IP but in the emulator my IP is shown as 192.168.1.1 when I connect.

Thanks in advance.
 
Experienced Elementalist
Joined
Jul 14, 2012
Messages
244
Reaction score
147
Re: [Help] Black client for non-host users [RevCMS Arcturus]

Hey RZ!

I'm having a problem where other people can't enter my hotel. For myself, it works as it should and the hotel loads. However, if someone else registers and tries to enter the hotel, the client page is completely black. I have portforwarded correctly and the swfs should be configured correctly. Note that I'm also connecting through the external IP but in the emulator my IP is shown as 192.168.1.1 when I connect.

Thanks in advance.

do you have ANY local ip addresses in your code or settings (192.168.1.1 for example) if so, it won't work, you'll need to fill in your external ip everywhere (except maybe database settings for the emulator)
 
Upvote 0
Junior Spellweaver
Joined
Oct 30, 2010
Messages
148
Reaction score
8
Re: [Help] Black client for non-host users [RevCMS Arcturus]

do you have ANY local ip addresses in your code or settings (192.168.1.1 for example) if so, it won't work, you'll need to fill in your external ip everywhere (except maybe database settings for the emulator)

Make sure you portforward the ports. to open them up

I have my external IP everywhere except in the database connection from the emulator, where I have "localhost" and the host name IP in the emulator, where I have "192.168.1.144" (my internal IP).

Ports 80 and 3000 are forwarded and open according to canyouseeme.org

EDIT: I tried entering your hotel, Glee, and also another hotel using the RevCMS and both had the same issue where I got a black screen. Is this maybe a problem with the CMS?

EDIT 2: Seems like there's people online on the other hotel but I still can't get in? Maybe it's a problem on my end? But how can my friend have the same problem then..
 
Last edited:
Upvote 0
Joined
Aug 10, 2011
Messages
7,401
Reaction score
3,299
Re: [Help] Black client for non-host users [RevCMS Arcturus]

Okay so:

in config.ini set host ip to 0.0.0.0 and port to 3000
In your firewall and / or router open port 3000 for TCP.
In your revcms config settings put in your IP. If you don't know what that value is you can check this website:
In your revcms config settings put in your port to 3000.
To verify your emulator is visible from the outside world you can use and enter the port 3000.
 
Upvote 0
Junior Spellweaver
Joined
Oct 30, 2010
Messages
148
Reaction score
8
Re: [Help] Black client for non-host users [RevCMS Arcturus]

Okay so:

in config.ini set host ip to 0.0.0.0 and port to 3000
In your firewall and / or router open port 3000 for TCP.
In your revcms config settings put in your IP. If you don't know what that value is you can check this website:
In your revcms config settings put in your port to 3000.
To verify your emulator is visible from the outside world you can use and enter the port 3000.

I have done all of this. I changed the host ip in config.ini from 192.168.1.144 to 0.0.0.0 but the result was the same.
Canyouseeme.org says there's a service running on port 3000, so no problem with the portforwarding.

I tried with Incognito Mode in my browser and got a black screen as well, solved it by allowing Flash though and I got into the hotel.
I made my friend do the same thing, which fixed his black screen, but gave him a white screen instead.

So I guess it's a problem in the CMS/SWFs? But since you have to allow Flash I guess there's no problem connecting to the Habbo.swf...
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Oct 30, 2010
Messages
148
Reaction score
8
Re: [Help] Black client for non-host users [RevCMS Arcturus]

If the screen is white then your css and or js in your cms isnt setup correctly. Perhaps its still pointing to localhost instead of your ip?

Where am I supposed to look? Is there even something I have to configure in the css/js?

Also, I did this below, before you replied, if someone wants to look through my files (with censored password and IP) and tell me if there's something that's configured wrongly :)

My external_override_variables.txt is empty

config.ini (EMU)
Code:
#Put your forum login details here:
#Forum can be found at http://************
#If problems arise we can contact your through it.
#To get a camera subscription go to http://************/mysubscriptions.php
username=
password=
hotel.url=http://habbo.com

#Database Configuration.
db.hostname=localhost
db.port=3306
db.database=arcturus
db.username=root
db.password=password
db.params=
#Better cyrillic supprot add ?characterEncoding=utf8 to db.params. This will be appended at the end of the JDBC url.

#Game Configuration.
game.host=0.0.0.0
game.port=3000

#RCON Configuration.
rcon.host=127.0.0.1
rcon.port=3001
rcon.allowed=127.0.0.1;127.0.0.2

client.php (CMS)
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} Hotel - Client</title>

<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{swf_folder}";
var flashvars =
{
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0", 
"connection.info.host" : "217.211.XX.XXX",
"connection.info.port" : "3000",
"site.url" : "{url}",
"url.prefix" : "{url}",
"client.reload.url" : "{url}/disconnected",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"external.variables.txt" : "{external_vars}?<?php echo time(); ?>",
"external.texts.txt" : "{external_texts}?<?php echo time(); ?>",
"external.override.texts.txt" : "http://217.211.XX.XXX/swfs/gamedata/override/external_flash_override_texts.txt",
"external.override.variables.txt" : "http://217.211.XX.XXX/swfs/gamedata/override/external_override_variables.txt",
"external.figurepartlist.txt" : "http://217.211.XX.XXX/swfs/gamedata/figuredata.xml", 
"productdata.load.url" : "{product_data}?<?php echo time(); ?>",
"furnidata.load.url" : "{furni_data}?<?php echo time(); ?>",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"client.starting" : "Please wait! {hotelName} is starting up.", 
"processlog.enabled" : "0",
"flash.client.url" : BaseUrl,
"client.starting.revolving" : "For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.",
"flash.client.origin" : "popup" 

};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false" 
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>
</head>

<body>
<div id="client"></div>
</body>
</html>

config.php (CMS)
Code:
<?php
error_reporting(0);

if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.

#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.

/*
*
*	MySQL management
*
*/

$_CONFIG['mysql']['connection_type'] = 'connect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host

$_CONFIG['mysql']['username'] = 'root'; //MySQL username

$_CONFIG['mysql']['password'] = 'password'; //MySQL password

$_CONFIG['mysql']['database'] = 'arcturus'; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

/*
*
*	Hotel management  - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['server_ip'] = '217.211.XX.XXX'; //IP of DDos protected server.

$_CONFIG['hotel']['server_port'] = '3000'; //Port that EMU uses!

$_CONFIG['hotel']['url'] = 'http://217.211.XX.XXX'; //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'Habbo'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Index'; //Hotel's description 

$_CONFIG['hotel']['online_text'] = 'Members Online!'; // Its the text that is near 15 Bla's online.

$_CONFIG['hotel']['email'] = 'mail@mail.com'; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'I am new to ' . $_CONFIG['hotel']['name']; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 10000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 1000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = 'hr-3163-1348.ch-3203-110.ea-3168-97.hd-3103-8.lg-3078-95'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'http://217.211.XX.XXX/swfs/gamedata/external_variables.txt'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'http://217.211.XX.XXX/swfs/gamedata/external_flash_texts.txt'; //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http://217.211.XX.XXX/swfs/gamedata/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = 'http://217.211.XX.XXX/swfs/gamedata/furnidata.xml'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = 'http://217.211.XX.XXX/swfs/gordon/PRODUCTION-201611291003-338511768/'; //URL to your SWF folder


/*
*
*	Templating management - Pick one of our default styles or make yours by following our examples!
*
*/

#This version of RevCMS only has 1 theme, and it's the Habbo Theme.

$_CONFIG['template']['style'] = 'Habbo'; 
?>

external_variables.txt (CMS)
Code:
activity.point.display.enabled=true
ads.domain=217.211.XX.XXX/swfs
app.review.triggers=purchase,respect
app.review.url.android=
app.review.url.ios=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=794866182
avatar.editor.character.update.url=${url.prefix}/profile/characterupdate
avatar.editor.url=${url.prefix}/profile
avatar.expressions_menu.enabled=true
avatar.ignored.bubble.enabled=true
avatar.jumping.enabled=false
avatar.signs.enabled=true
avatar.sitting.enabled=true
avatar.widget.enabled=1
avatareditor.allowclubtryout=1
avatareditor.promohabbos=http://217.211.XX.XXX/swfs/gamedata/habblet/xml/promo_habbos.xml
avatareditor.show.clubitems.dimmed=true
avatareditor.show.clubitems.first=true
avatareditor.support.sellablefurni=true
badge.display.excluded.badgeCodes=ADM,AMB,BAW01,BAW02,BAW03,BAW04
badge.image.path=http://217.211.XX.XXX/swfs/c_images/album1584
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
builders.club.enabled=false
bundle.dynamic.discounts.enabled=true
bundle.dynamic.maximum.purchase.size=100
cache.revision=2014-10-29 11:38:06
camera.available.effects=hearts_hardlight_02,stars_hardlight_02,security_hardlight,alien_hrd,bluemood_mpl,coffee_mpl,drops_mpl,glitter_hrd, misty_hrd,pinky_nrm,rusty_mpl,shiny_hrd,toxic_hrd, shadow_multiply_02,texture_overlay,frame_gold,frame_gray_4,frame_black_2,frame_wood_2,finger_nrm, color_1,color_2,color_3,color_4,dark_sepia,night_vision,x_ray,increase_saturation, decrease_saturation,hypersaturated,increase_contrast,decr_conrast,hue_bright_sat,Yellow,green_2
camera.competition.enabled=false
camera.effects.enabled=true
camera.enabled.android=1
camera.enabled.desktop=1
camera.enabled.ios=1
camera.enabled=false
camera.launch.ui.position=bottom-icons
camera.photo.publishing.enabled=false
catalog.deep.hierarchy=true
catalog.direct.vip.buy.enabled=true
catalog.direct.vip.buy.promo=1
catalog.drag_and_drop=true
catalog.furniture.animation=true
catalog.gallery.lang=fr
catalog.large=true
catalog.multiple.purchase.enabled=true
catalog.new.additions.page.open.disabled=false
catalog.newgiftflow.enabled=true
catalog.pets.adjust_old=true
catalog.pets.enabled=true
catalog.purchase.gift.singleclick.confirmation=true
catalog.purchase.gift.singleclick=true
catalog.purchase.gift_wrapping.default_box_index=0
catalog.restricted_nodes=avatar,perm_costumes,perm_effects,bots,erasmus,erasmus1,erasmus2,erasmus3,spaces_grid,rentables_spaces,guild_frontpage,halloween14_lovelock,hot_furni
catalog.show.purse=false
catalog.vip.benefits.enabled=true
catalog.vip.buy.promo=1,3
catalog.vip.gift.promo=1,3
cfh.faq.url=http://help.habbo.com/entries/98834358-Habbo-s-reformed-moderation-system-
cfh.score.updatefactor=180/1
cfh.topic_id.to.sanction_type_id=0=1,1=1,2=1,5=1,3=6,36=1,31=6,6=1,8=1,9=6,10=6,11=6,32=1,33=6,12=1,13=106,34=1,14=1,15=1,16=102,17=1,18=6,19=1,20=1,21=105,22=1,23=1,29=6,35=6
chat.history.disabled=false
chat.muting.enabled=false
chatreviewreporterfeedbackctrl.enabled=true
citizenship.vip.tutorial.quest.campaign.name=VIPTutorials
client.allow.facebook.like=1
client.connection.failed.url=${url.prefix}/client_connection_failed
client.fatal.error.url=${url.prefix}/flash_client_error
client.minimail.embed.enabled=false
client.news.embed.enabled=false
client.toolbar.static.enabled=true
club.membership.extend.basic.promotion.enabled=true
club.membership.extend.vip.promotion.enabled=true
club.subscription.disabled=1
club_center.enabled=true
competition.africaDesert.catalogPage=set_desert
competition.africaJungle.catalogPage=set_jungle
competition.africaSavannah.catalogPage=set_savannah
competition.catalogPage=set_desert
competition.currentlyActive=africaDesert
competition.habboween12.catalogPage=new_habboween
competition.majesty.catalogPage=habbolympix2012
competition.requiredFurnis=anc_hot_sands,anc_pyramid_block,anc_trophy_sstone,track12_mini_torch08-08
competition.requiredFurniture=xmasRoomComp,xmas12_fireplace,xmas12_pork,xmas12_pillar1
competition.starsRoomComp2.catalogPage=habbo_stars_furni
competition.timing=2013-03-07 10:00,steamRoomComp;2013-03-21 11:00,
competition.vipParties1.catalogPage=jetset
competition.vipParties2.catalogPage=jetset
competition.vipParties3.catalogPage=jetset
competition.xmasRoomComp.catalogPage=xmas_castles_2012
connection.info.host.no=game-no.habbo.com
connection.info.name.no=Norge
connection.info.port.no=30000,993
currencyiconstyle.big.101.combo=55
currencyiconstyle.big.101=55
currencyiconstyle.big.102.combo=40
currencyiconstyle.big.102=38
currencyiconstyle.big.103=44
currencyiconstyle.big.104.combo=48
currencyiconstyle.big.104=47
currencyiconstyle.big.105.combo=43
currencyiconstyle.big.105=41
currencyiconstyle.small.101=55
currencyiconstyle.small.102=39
currencyiconstyle.small.103=45
currencyiconstyle.small.104=46
currencyiconstyle.small.105=42
custom.chat.styles.enabled=true
daily.quest.campaign.prefix=Horse
daily.quest.room.network.id=4
diamonds.enabled=true
disable.crypto=false
disabled.custom.chat.styles=1,2,8,18,21,22,23,24,25,26,27,28,30,31,32,33,34,35
disclaimer.credit_spending.enabled=false
duckets.enabled=true
duckets.promo.enabled=false
duckets.upper_limit=1300
dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct
dynamic.download.samples.template=%revision%/%typeid%.cct
dynamic.download.url=http://217.211.XX.XXX/swfs/dcr/hof_furni/
effects.in.avatar.editor=true
effects.reactivate.on.room.entry=true
email.verification.url=${url.prefix}/settings/email
embed.showInRoomInfo=true
eventinfo.enabled=false
external.figurepartlist.txt=http://217.211.XX.XXX/swfs/gamedata/figuredata.xml
extra_data_batches_enabled=true
extra_data_service_url=http://extradata.habbo.com/public/furni/
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
flash.dynamic.avatar.download.configuration=http://217.211.XX.XXX/swfs/gamedata/figuremap.xml
flash.dynamic.avatar.download.name.template=%libname%.swf
flash.dynamic.avatar.download.url=${flash.client.url}
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
flash.dynamic.download.url=http://217.211.XX.XXX/swfs/dcr/hof_furni/
flash.dynamic.icon.download.name.template=icons/%typeid%%param%_icon.png
free.flow.chat.wide.collider.visualization.enabled=false
friend.furniture.enabled=true
friend_bar.helper.friend_finding.enabled=true
friend_list.persistent_message_status.enabled=true
friend_list.pocket_habbo_status.enabled=true
friendbar.notifications.enabled=true
friendbar.playSnowStorm.enabled=false
friendbar.playSnowStorm.friendsThreshold=1000
friendbar.requests.enabled=true
friendship.category.management.enabled=true
furnidata.load.url=${url.prefix}/gamedata/furnidata/1
furniture.context.menu.widget.enabled=true
game.center.default_game=basejump
game.center.enabled.forStaff=true
game.center.enabled=true
game.center.promoted_game=basejump
game_center.image.library.url=http://217.211.XX.XXX/swfs/gamecenter/
games.filter.enabled=false
games.highscores.enabled=true
games.tickets.hide=1
games_icon_enabled=true
gpu.inanimate_furni=xmas14_palm,xmas14_sunbeams
group.badge.url=${url.prefix}/habbo-imaging/badge/%imagerdata%.gif
group.deletion.enabled=true
group.deletion.maximum.members=500
group.homepage.url=${url.prefix}/groups/%groupid%/id
groupMembers.enabled=true
groupRoomInfo.attach.enabled=true
groupRoomInfo.badge.enabled=true
groupRoomInfo.enabled=true
group_logo_url_template=${url.prefix}/habbo-imaging/badge-fill/%imagerdata%.gif
groupforum.poll.period=900
guardians.enabled=true
guide.help.alpha.groupid=197629
guide.help.new.user.tour.popup.delay=67
guides.enabled=true
guidetool.handle.chat_reviews=true
guidetool.handle.help_requests=true
guidetool.handle.tour_requests=true
habbo.gaming.api.enabled=false
habbo_club_buy_disabled=false
habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/fr/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
habbopages.url=http://217.211.XX.XXX/swfs/gamedata/habbopages/
habboway.enabled=true
habboway.url=http://www.habbo.com/groups/officialhabboway
handitem.drop.enabled=true
handitem.give.enabled=true
handitem.give.pet.enabled=false
hccenter.activity.enabled=true
help.habboway.page.count=8
hotel.teaser=
hover.name.enabled=true
identityTracking.enabled=true
identityinformationtool.url=https://theallseeingeye.sulake.com/ase/habbo/fr/housekeeping/intra/hobba/identity_log.action?identityId=
image.library.badgepart.url=http://217.211.XX.XXX/swfs/c_images/Badgeparts/
image.library.catalogue.url=http://217.211.XX.XXX/swfs/c_images/catalogue/
image.library.playlist.url=http://217.211.XX.XXX/swfs/c_images/playlist/
image.library.questing.url=http://217.211.XX.XXX/swfs/c_images/Quests/
image.library.url.server=http://217.211.XX.XXX/swfs/c_images/
image.library.url.stickers=http://217.211.XX.XXX/swfs/c_images/
image.library.url=http://217.211.XX.XXX/swfs/c_images/
infostand.motto.change.enabled=true
infostand.report.show=1
infostand.use.button.enabled=true
interstitial.enabled=false
interstitial.interval=160000
interstitial.max.displays=5
interstitial.show.time=5000
interstitials.2016.enabled=true
inventory.allow.scaling=true
inventory.bots.enabled=true
lagWarningLog.enabled=1
landing.view.habboclub.conf=caption,landing.view.habboclub.caption;bodytext,landing.view.habboclub.bodytext;spacing,10;catalogbutton,landing.view.habboclub.button,habbo_club
landing.view.HC312013.conf=caption,landing.view.HC312013.header;bodytext,landing.view.HC312013.body;catalogbutton,landing.view.HC312013.button,habbo_club
landing.view.HC312013.layout=bitmap.uri,${image.library.url}catalogue/hc_catalog_teaser.gif;bitmap.x,0;bitmap.y,110;container.height,270
landing.view.HC312013.widget=generic
landing.view.Hcvikingrares.conf=caption,landing.view.Hcvikingrares.header;bodytext,landing.view.Hcvikingrares.body;spacing,2;catalogbutton,landing.view.Hcvikingrares.button,vikings_rares
landing.view.Hcvikingrares.layout=
landing.view.Hcvikingrares.widget=generic
landing.view.PALOOZAVOTE01CommunityGoal.widget=communitygoalvsmodevote
landing.view.PALOOZAVOTE02CommunityGoal.widget=communitygoalvsmodevote
landing.view.PALOOZAVOTE03CommunityGoal.widget=communitygoalvsmodevote
landing.view.WORLDCUP01CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP02CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP03CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP04CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP05CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP06CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP07CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP08CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP09CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP10CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP11CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP12CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP13CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP14CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP15CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP16CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP17CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP18CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP19CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP20CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP21CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP22CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP23CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP24CommunityGoal.widget=communitygoalvsmode
landing.view.WORLDCUP25CommunityGoal.widget=communitygoalvsmode
landing.view.bcland28feb14.conf=caption,landing.view.bcland28feb14.header;bodytext,landing.view.bcland28feb14.body;spacing,2;internallinkbutton,landing.view.buildersclub.button,catalog/warehouse
landing.view.bcland28feb14.layout=bitmap.uri,${image.library.url}web_promo_small/builder_normal.png;bitmap.x,190;bitmap.y,100;container.height,250;
landing.view.bcland28feb14.widget=generic
landing.view.bgobject.10=
landing.view.bgobject.11=
landing.view.bgobject.12=
landing.view.bgobject.13=
landing.view.bgobject.14=
landing.view.bgobject.15=
landing.view.bgobject.16=
landing.view.bgobject.17=
landing.view.bgobject.18=
landing.view.bgobject.19=
landing.view.bgobject.1=
landing.view.bgobject.20=
landing.view.bgobject.2=
landing.view.bgobject.3=
landing.view.bgobject.4=
landing.view.bgobject.5=
landing.view.bgobject.6=
landing.view.bgobject.7=
landing.view.bgobject.8=
landing.view.bgobject.9=
landing.view.bgtiming=
landing.view.blocks1.conf=caption,landing.view.blocks1.header;bodytext,landing.view.blocks1.body;spacing,2;internallinkbutton,landing.view.blocks1.button,catalog/warehouse
landing.view.blocks1.layout=bitmap.uri,${image.library.url}web_promo_small/landing_view_blocks.png;content.x,180;container.height,250
landing.view.blocks1.widget=generic
landing.view.bonus.rare.image.uri=http://217.211.XX.XXX/swfs/c_images/web_promo_small/uni_einstein_clean_image.png
landing.view.boutiquefurni.conf=caption,landing.boutiquefurni.title;bodytext,landing.boutiquefurni.body;catalogbutton,landing.boutiquefurni.button,boutique
landing.view.boutiquefurni.layout=bitmap.uri,${image.library.url}web_promo_small/small_mall_image.png;content.x,80;container.height,150
landing.view.boutiquefurni.widget=generic
landing.view.bubblejuice.conf=caption,landing.view.bubblejuice.header;bodytext,landing.view.rareschedule.body;catalogbutton,landing.view.checkitout.button,palooza_rares
landing.view.bubblejuice.layout=bitmap.uri,${image.library.url}illustrations/19jul_juice.png;bitmap.x,0;bitmap.y,90;container.height,250
landing.view.bubblejuice.widget=generic
landing.view.buildersclub.conf=caption,landing.view.buildersclub.header;bodytext,landing.view.buildersclub.body;spacing,2;internallinkbutton,landing.view.buildersclub.button,catalog/warehouse
landing.view.buildersclub.layout=
landing.view.buildersclub.widget=generic
landing.view.buildersclubpromo.conf=caption,landing.view.buildersclubpromo.header;bodytext,landing.view.buildersclubpromo.body;spacing,2;internallinkbutton,landing.view.buildersclubpromo.button,catalog/warehouse
landing.view.buildersclubpromo.layout=
landing.view.buildersclubpromo.widget=generic
landing.view.campaign.code=
landing.view.campaign.promo.background.image.left.uri=${image.library.url}reception/football_reception_backdrop_left.png
landing.view.campaign.promo.background.image.right.uri=${image.library.url}reception/limited_take_out_promo2.png
landing.view.candyrare.conf=caption,landing.view.bonusrare.header;bodytext,landing.view.bonusrare.body;credithabbletbutton,landing.view.bonusrare.button
landing.view.candyrare.layout=bitmap.uri,${image.library.url}reception/email_image_candyfloss.png;bitmap.x,0;bitmap.y,140;container.height,310
landing.view.candyrare.widget=generic
landing.view.carnivalbundle.conf=caption,landing.view.carnivalbundle.header;bodytext,landing.view.carnivalbundle.body;gotoroombutton,landing.view.carnivalbundle.button,66020224
landing.view.carnivalbundle.layout=bitmap.uri,${image.library.url}web_promo_small/carnival_s_promo.gif;content.x,170;content.y,0;bitmap.x,0;bitmap.y,0;bitmap.width,0;bitmap.height,0;container.height,250
landing.view.carnivalbundle.widget=generic
landing.view.carnivalintro.conf=caption,landing.view.carnivalintro.header;bodytext,landing.view.carnivalintro.body;link,landing.view.carnivalintro.button,http://www.habbo.com/articles
landing.view.carnivalintro.layout=
landing.view.carnivalintro.widget=generic
landing.view.chinesebonusrare.conf=caption,landing.view.chinesebonusrare.header;bodytext,landing.view.chinesebonusrare.body;spacing,2;internallinkbutton,landing.view.chinesebonusrare.button,habblet/open/credits
landing.view.chinesebonusrare.layout=
landing.view.chinesebonusrare.widget=generic
landing.view.chineseny14.conf=caption,landing.view.chineseny14.header;bodytext,landing.view.chineseny14.body;spacing,2;catalogbutton,landing.view.chineseny14.button,chinese_new_year
landing.view.chineseny14.layout=bitmap.uri,${image.library.url}web_promo_small/Small_Promo_ChineseNY14.gif;bitmap.x,90;bitmap.y,100;container.height,250
landing.view.chineseny14.widget=generic
landing.view.chooseclan.conf=caption,landing.view.chooseclan.header;bodytext,landing.view.chooseclan.body;spacing,2;requestbadgebutton,landing.view.choosebattleshade.button,battleshade,0,0,false;requestbadgebuttonsecond,landing.view.choosesteelscar.button,steelscar,0,0,false
landing.view.chooseclan.layout=
landing.view.chooseclan.widget=generic
landing.view.choosescarf1.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf1a.button,request1,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf1b.button,request2,0,0,false
landing.view.choosescarf1.layout=
landing.view.choosescarf1.widget=generic
landing.view.choosescarf10.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf10a.button,request19,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf10b.button,request20,0,0,false
landing.view.choosescarf10.layout=
landing.view.choosescarf10.widget=generic
landing.view.choosescarf11.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf11a.button,request21,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf11b.button,request22,0,0,false
landing.view.choosescarf11.layout=
landing.view.choosescarf11.widget=generic
landing.view.choosescarf12.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf12a.button,request23,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf12b.button,request24,0,0,false
landing.view.choosescarf12.layout=
landing.view.choosescarf12.widget=generic
landing.view.choosescarf13.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf13a.button,request25,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf13b.button,request26,0,0,false
landing.view.choosescarf13.layout=
landing.view.choosescarf13.widget=generic
landing.view.choosescarf14.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf14a.button,request27,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf14b.button,request28,0,0,false
landing.view.choosescarf14.layout=
landing.view.choosescarf14.widget=generic
landing.view.choosescarf15.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf15a.button,request29,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf15b.button,request30,0,0,false
landing.view.choosescarf15.layout=
landing.view.choosescarf15.widget=generic
landing.view.choosescarf16.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf16a.button,request31,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf16b.button,request32,0,0,false
landing.view.choosescarf16.layout=
landing.view.choosescarf16.widget=generic
landing.view.choosescarf17.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf17a.button,request33,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf17b.button,request34,0,0,false
landing.view.choosescarf17.layout=
landing.view.choosescarf17.widget=generic
landing.view.choosescarf18.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf18a.button,request35,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf18b.button,request36,0,0,false
landing.view.choosescarf18.layout=
landing.view.choosescarf18.widget=generic
landing.view.choosescarf19.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf19a.button,request37,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf19b.button,request38,0,0,false
landing.view.choosescarf19.layout=
landing.view.choosescarf19.widget=generic
landing.view.choosescarf2.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf2a.button,request3,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf2b.button,request4,0,0,false
landing.view.choosescarf2.layout=
landing.view.choosescarf2.widget=generic
landing.view.choosescarf20.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf20a.button,request39,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf20b.button,request40,0,0,false
landing.view.choosescarf20.layout=
landing.view.choosescarf20.widget=generic
landing.view.choosescarf21.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf21a.button,request41,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf21b.button,request42,0,0,false
landing.view.choosescarf21.layout=
landing.view.choosescarf21.widget=generic
landing.view.choosescarf22.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf22a.button,request43,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf22b.button,request44,0,0,false
landing.view.choosescarf22.layout=
landing.view.choosescarf22.widget=generic
landing.view.choosescarf23.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf23a.button,request45,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf23b.button,request46,0,0,false
landing.view.choosescarf23.layout=
landing.view.choosescarf23.widget=generic
landing.view.choosescarf24.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf24a.button,request47,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf24b.button,request48,0,0,false
landing.view.choosescarf24.layout=
landing.view.choosescarf24.widget=generic
landing.view.choosescarf25.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf25a.button,request49,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf25b.button,request50,0,0,false
landing.view.choosescarf25.layout=
landing.view.choosescarf25.widget=generic
landing.view.choosescarf3.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf3a.button,request5,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf3b.button,request6,0,0,false
landing.view.choosescarf3.layout=
landing.view.choosescarf3.widget=generic
landing.view.choosescarf4.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf4a.button,request7,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf4b.button,request8,0,0,false
landing.view.choosescarf4.layout=
landing.view.choosescarf4.widget=generic
landing.view.choosescarf5.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf5a.button,request9,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf5b.button,request10,0,0,false
landing.view.choosescarf5.layout=
landing.view.choosescarf5.widget=generic
landing.view.choosescarf6.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf6a.button,request11,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf6b.button,request12,0,0,false
landing.view.choosescarf6.layout=
landing.view.choosescarf6.widget=generic
landing.view.choosescarf7.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf7a.button,request13,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf7b.button,request14,0,0,false
landing.view.choosescarf7.layout=
landing.view.choosescarf7.widget=generic
landing.view.choosescarf8.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf8a.button,request15,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf8b.button,request16,0,0,false
landing.view.choosescarf8.layout=
landing.view.choosescarf8.widget=generic
landing.view.choosescarf9.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf9a.button,request17,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf9b.button,request18,0,0,false
landing.view.choosescarf9.layout=
landing.view.choosescarf9.widget=generic
landing.view.cinemabundle.conf=caption,landing.view.cinemabundle.header;bodytext,landing.view.cinemabundle.body;spacing,2;catalogbutton,landing.view.cinemabundle.button,movie_bundle
landing.view.cinemabundle.layout=bitmap.uri,${image.library.url}catalogue/cine_roombundle_xml.gif;bitmap.x,90;bitmap.y,100;container.height,250
landing.view.cinemabundle.widget=generic
landing.view.common.etchingcolor=FFFFFF
landing.view.common.etchingposition=top
landing.view.common.textcolor=000000
landing.view.community.catalog.target=womansDay
landing.view.community.challenge.vote.url=http://www.facebook.com/habbo
landing.view.community.interactive=false
landing.view.communitygoalhof.hasroomlink=false
landing.view.concurrentUsersCompetition.conf=spacing,20;title,landing.view.concurrentusers.title,true;caption,landing.view.concurrentusers.caption,185;bodytext,landing.view.concurrentusers.bodytext,185;spacing,10;concurrentusersmeter,${image.library.url}reception/challenge_meter_20.png,0,20;concurrentusersinfo,landing.view.concurrentusers.info,ConcurrentUsersReward
landing.view.concurrentUsersCompetition.layout=content.x,65
landing.view.concurrentUsersCompetition.widget=generic
landing.view.custom.image.catalog.image.uri.ler=${image.library.url}reception/ninja_promo_LTD.png
landing.view.custom.image.catalog.image.uri=
landing.view.custom.image.catalog.promo.target=ler
landing.view.daily.quest.carousel.0=reception/horsequest_1.png
landing.view.daily.quest.carousel.1=reception/horsequest_2.png
landing.view.dalibundle.conf=caption,landing.view.dalibundle.header;bodytext,landing.view.dalibundle.body;gotoroombutton,landing.view.dalibundle.button,66083316
landing.view.dalibundle.layout=bitmap.uri,${image.library.url}catalogue/catalog_small_promo_organic_bundle.png;bitmap.x,100;bitmap.y,100;container.height,250
landing.view.dalibundle.widget=generic
landing.view.darkduck.conf=caption,landing.view.darkduck.header;bodytext,landing.view.darkduck.body;internallinkbutton,landing.view.darkduck.button,games/play/elisa_habbo_stories
landing.view.darkduck.layout=bitmap.uri,${image.library.url}album3236/dark_duck_landing.gif,bitmap.x,0;bitmap.y,0;container.height,200
landing.view.darkduck.widget=generic
landing.view.deepsearoombundle.conf=caption,landing.view.deepsearoombundle.header;bodytext,landing.view.deepsearoombundle.body;spacing,2;catalogbutton,landing.view.deepsearoombundle.button,wrestling_bundle
landing.view.deepsearoombundle.layout=bitmap.uri,${image.library.url}catalogue/jul14_lostcity_internal.gif;bitmap.x,0;bitmap.y,150;container.height,310
landing.view.deepsearoombundle.widget=generic
landing.view.diamondland.conf=caption,landing.view.diamondland.header;bodytext,landing.view.diamondland.body;spacing,2;link,landing.view.diamondland.button,http://www.habbo.com/articles/3261-goodbye-loyalty-pointshello-diamonds
landing.view.diamondland.layout=
landing.view.diamondland.widget=generic
landing.view.dolphin.conf=caption,landing.view.dolphin.header;bodytext,landing.view.dolphin.body;catalogbutton,landing.view.dolphin.button,loyalty_rewards
landing.view.dolphin.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_dolphin.gif;bitmap.x,0;bitmap.y,100;container.height,310
landing.view.dolphin.widget=generic
landing.view.doublecredits.conf=caption,landing.view.2x1offer.header;bodytext,landing.view.2x1offer.body;credithabbletbutton,landing.view.2x1offer.button
landing.view.doublecredits.layout=bitmap.uri,${image.library.url}reception/promo_creddiving.gif;bitmap.x,0;bitmap.y,120;container.height,225
landing.view.doublecredits.widget=generic
landing.view.dynamic.slot.1.widget=
landing.view.dynamic.slot.2.conf=
landing.view.dynamic.slot.2.layout=
landing.view.dynamic.slot.2.widget=promoarticle
landing.view.dynamic.slot.3.conf=
landing.view.dynamic.slot.3.layout=
landing.view.dynamic.slot.3.widget=
landing.view.dynamic.slot.4.conf=
landing.view.dynamic.slot.4.layout=
landing.view.dynamic.slot.4.separator=false
landing.view.dynamic.slot.4.title=
landing.view.dynamic.slot.4.widget=
landing.view.dynamic.slot.5.conf=
landing.view.dynamic.slot.5.ignore=false
landing.view.dynamic.slot.5.layout=
landing.view.dynamic.slot.5.separator=false
landing.view.dynamic.slot.5.title=
landing.view.dynamic.slot.5.widget=
landing.view.dynamic.slot.6.conf=2013-05-08 13:00,gamesmaker;2013-05-11 13:00
landing.view.dynamic.slot.6.widget=achievementcompetition_hall_of_fame
landing.view.easter14ltd.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;catalogbutton,landing.view.easter14ltd5.button,ler
landing.view.easter14ltd.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14ltd.widget=generic
landing.view.easter14ltd1.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd1.timer,landing.view.raretimer.timer.expired,2014-04-21 18:00
landing.view.easter14ltd1.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14ltd1.widget=generic
landing.view.easter14ltd2.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd2.timer,landing.view.raretimer.timer.expired,2014-04-22 18:00;catalogbutton,landing.view.easter14ltd1.button,ler
landing.view.easter14ltd2.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14ltd2.widget=generic
landing.view.easter14ltd3.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd3.timer,landing.view.raretimer.timer.expired,2014-04-23 18:00
landing.view.easter14ltd3.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14ltd3.widget=generic
landing.view.easter14ltd4.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd4.timer,landing.view.raretimer.timer.expired,2014-04-24 18:00;catalogbutton,landing.view.easter14ltd3.button,ler
landing.view.easter14ltd4.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14ltd4.widget=generic
landing.view.easter14ltd5.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd5.timer,landing.view.raretimer.timer.expired,2014-04-25 18:00;catalogbutton,landing.view.easter14ltd4.button,ler
landing.view.easter14ltd5.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14ltd5.widget=generic
landing.view.easter14pets.conf=caption,landing.view.easter14pets.header;bodytext,landing.view.easter14pets.body;catalogbutton,landing.view.easter14pets.button,pet_chick;catalogbutton,landing.view.easter14bunnybutton.button,bunny
landing.view.easter14pets.layout=bitmap.uri,${image.library.url}album1134/chiclbunny.png;bitmap.x,200;bitmap.y,100;bitmap.height,86
landing.view.easter14pets.widget=generic
landing.view.easter14questentry.conf=caption,landing.view.easter14questentry.header;bodytext,landing.view.easter14questentry.body;spacing,2;gotoroombutton,landing.view.easter14questentry.button,66417786
landing.view.easter14questentry.layout=bitmap.uri,${image.library.url}web_promo_small/easteroldfurni_smallpromo.png;bitmap.height,150;
landing.view.easter14questentry.widget=generic
landing.view.easter14rares.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;catalogbutton,landing.view.checkitout.button,easter14rares
landing.view.easter14rares.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14rares.widget=generic
landing.view.easter14rares1.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-04-18 18:00
landing.view.easter14rares1.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14rares1.widget=generic
landing.view.easter14rares2.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-04-19 18:00
landing.view.easter14rares2.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14rares2.widget=generic
landing.view.easter14rares3.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-04-20 18:00
landing.view.easter14rares3.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.easter14rares3.widget=generic
landing.view.easterroombundle.conf=caption,landing.view.easterroombundle.header;bodytext,landing.view.easterroombundle.body;gotoroombutton,landing.view.easterroombundle.button,66364209
landing.view.easterroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/EasterSmallPromo.png;bitmap.x,100;bitmap.y,130;bitmap.height,150
landing.view.easterroombundle.widget=generic
landing.view.epic2013bundles.conf=caption,landing.view.epic2013bundles.header;bodytext,landing.view.epic2013bundles.body;spacing,2;catalogbutton,landing.view.epic2013bundles.button,valentines_gondolas
landing.view.epic2013bundles.layout=
landing.view.epic2013bundles.widget=generic
landing.view.epicpaloozabundle13.conf=caption,landing.view.epicpaloozabundle13.header;bodytext,landing.view.epicpaloozabundle13.body;gotoroombutton,landing.view.epicpaloozabundle13.button,65819134
landing.view.epicpaloozabundle13.layout=bitmap.uri,${image.library.url}catalogue/small_promo_palooza_bundle.png;bitmap.x,0;bitmap.y,120;container.height,270
landing.view.epicpaloozabundle13.widget=generic
landing.view.epicpiratebundle13.conf=caption,landing.view.epicpiratebundle13.header;bodytext,landing.view.epicpiratebundle13.body;internallinkbutton,landing.view.epicpiratebundle13.button,habblet/open/credits
landing.view.epicpiratebundle13.layout=bitmap.uri,${image.library.url}web_promo_small/piratesroombundle_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
landing.view.epicpiratebundle13.widget=generic
landing.view.epicsteampunkbundle.conf=caption,landing.view.epicsteampunkbundle.header;bodytext,landing.view.epicsteampunkbundle.body;internallinkbutton,landing.view.epicsteampunkbundle.button,habblet/open/credits
landing.view.epicsteampunkbundle.layout=bitmap.uri,${image.library.url}catalogue/steampunk_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
landing.view.epicsteampunkbundle.widget=generic
landing.view.friendshipChallengeCommunityGoal.widget=communitygoal
landing.view.furniwc14.conf=caption,landing.view.furniwc14.header;bodytext,landing.view.furniwc14.body;spacing,2;catalogbutton,landing.view.furniwc14.button,wc2014_group
landing.view.furniwc14.layout=bitmap.uri,${image.library.url}web_promo_small/fballbonus_s_promo2.gif;content.x,170;content.y,0;bitmap.x,60;bitmap.y,0;bitmap.width,0;bitmap.height,0;container.height,250
landing.view.furniwc14.widget=generic
landing.view.gamereview.conf=caption,landing.view.gamereview.header;bodytext,landing.view.gamereview.body;spacing,2;link,landing.view.gamereview.button,http://www.habbo.com/articles/3171-room-review-day
landing.view.gamereview.layout=bitmap.uri,${image.library.url}web_promo_small/game_promo_small.png;bitmap.height,134;
landing.view.gamereview.widget=generic
landing.view.gametemp.conf=caption,habbo.way.page.0.correct.title;spacing,140;gamecenterbutton,landing.view.cnyquest.button,basejump
landing.view.gametemp.layout=bitmap.uri,${image.library.url}web_promo_small/game_promo_small.png;bitmap.x,0;bitmap.y,25;container.height,200
landing.view.gametemp.widget=generic
landing.view.generic.conf=caption,landing.view.generic.header;bodytext,landing.view.generic.body;spacing,2;internallinkbutton,landing.view.checkitout.button,navigator/tab/official
landing.view.generic.layout=bitmap.uri,${image.library.url}album356/group_newspaper.gif;content.x,0;content.y,0;bitmap.x,68;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,250
landing.view.generic.widget=generic
landing.view.giftsvday14.conf=caption,landing.view.giftsvday14.header;bodytext,landing.view.giftsvday14.body;spacing,2;catalogbutton,landing.view.giftsvday14.button,valentine_classic
landing.view.giftsvday14.layout=bitmap.uri,${image.library.url}web_promo_small/val14_present_wrap.png;bitmap.x,100;bitmap.y,100;container.height,250;
landing.view.giftsvday14.widget=generic
landing.view.habboplex.conf=caption,landing.view.habboplex.header;bodytext,landing.view.habboplex.body;gotoroombutton,landing.view.habboplex.button,65155864
landing.view.habboplex.layout=bitmap.uri,${image.library.url}web_promo_small/movie_catalog_teaser.gif;bitmap.x,0;bitmap.y,0;container.height,200
landing.view.habboplex.widget=generic
landing.view.hcpublicroom.conf=caption,landing.view.hcpublicroom.header;bodytext,landing.view.hcpublicroom.body;spacing,2;internallinkbutton,landing.view.hcpublicroom.button,avatareditor/open
landing.view.hcpublicroom.layout=bitmap.uri,${image.library.url}web_promo_small/HFWhc_s_promo.gif;bitmap.x,0;bitmap.y,0;container.height,270
landing.view.hcpublicroom.widget=generic
landing.view.healthspafurni.conf=caption,landing.view.healthspafurni.header;bodytext,landing.view.healthspafurni.body;catalogbutton,landing.view.healthspafurni.button,healthspa
landing.view.healthspafurni.layout=
landing.view.healthspafurni.widget=generic
landing.view.herozero.conf=title,landing.view.games.herozero.bodytext;caption,landing.view.games.herozero.bodytext;bodytext,landing.view.games.herozero.header;spacing,2;gamecenterbutton,landing.view.games.herozero.button,gamesgroup_herozero
landing.view.herozero.layout=bitmap.uri,${image.library.url}reception/herozero_promo.png;bitmap.x,20;bitmap.y,150;container.height,270
landing.view.herozero.widget=generic
landing.view.hfw14_hc.conf=caption,landing.view.hfw14_hc.header;bodytext,landing.view.hfw14_hc.body;catalogbutton,landing.view.hfw14_hc.button,habbo_club
landing.view.hfw14_hc.layout=bitmap.uri,${image.library.url}web_promo_small/HFWhc_s_promo.gif;bitmap.height,150;bitmap.x,50;bitmap.y,150
landing.view.hfw14_hc.widget=generic
landing.view.hfw14_roombundle.conf=caption,landing.view.hfw14_roombundle.header;bodytext,landing.view.hfw14_roombundle.body;spacing,2;catalogbutton,landing.view.hfw14_roombundle.button,boutiqueroombundle
landing.view.hfw14_roombundle.layout=bitmap.uri,${image.library.url}web_promo_small/small_promo_boutiquebundle.png;bitmap.height,150;bitmap.x,0;bitmap.y,0;
landing.view.hfw14_roombundle.widget=generic
landing.view.hfwquest.conf=caption,landing.view.hfwquest.header;bodytext,landing.view.hfwquest.body;spacing,2;internallinkbutton,landing.view.hfwquest.button,navigator/goto/home
landing.view.hfwquest.layout=bitmap.uri,${image.library.url}EmailSmallImages/emailThumb_newQuests.gif;bitmap.height,60;bitmap.x,0;bitmap.y,20;content.x,65
landing.view.hfwquest.widget=generic
landing.view.highscore.conf=caption,landing.view.highscore.header;bodytext,landing.view.highscore.body;spacing,10;catalogbutton,landing.view.highscore.button,wired
landing.view.highscore.layout=bitmap.uri,${image.library.url}catalogue/highscore_small_promo.gif;bitmap.x,40;bitmap.y,125;container.height,300
landing.view.highscore.widget=generic
landing.view.hipadbundle.conf=caption,landing.view.hipadbundle.header;bodytext,landing.view.hipadbundle.body;spacing,2;catalogbutton,landing.view.hipadbundle.button,wrestling_bundle
landing.view.hipadbundle.layout=
landing.view.hipadbundle.widget=generic
landing.view.horsesale.conf=caption,landing.view.horsesale.header;bodytext,landing.view.horsesale.body;spacing,2;catalogbutton,landing.view.horsesale.button,pet_horse
landing.view.horsesale.layout=bitmap.uri,${image.library.url}web_promo_small/Small_Promo_ChineseNY14.gif;bitmap.x,90;bitmap.y,100;container.height,250
landing.view.horsesale.widget=generic
landing.view.hu14bathroom.conf=caption,landing.view.hu14bathroom.header;bodytext,landing.view.hu14bathroom.body;spacing,2;catalogbutton,landing.view.hu14bathroom.button,bathrooomfurni
landing.view.hu14bathroom.layout=bitmap.uri,${image.library.url}web_promo_small/bathroom_s_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
landing.view.hu14bathroom.widget=generic
landing.view.hu14furni.conf=caption,landing.view.hu14furni.header;bodytext,landing.view.hu14furni.body;spacing,2;catalogbutton,landing.view.hu14furni.button,dorm_furni
landing.view.hu14furni.layout=
landing.view.hu14furni.widget=generic
landing.view.hu14oldfurni.conf=caption,landing.view.hu14oldfurni.header;bodytext,landing.view.hu14oldfurni.body;spacing,2;catalogbutton,landing.view.hu14oldfurni.button,habbouni
landing.view.hu14oldfurni.layout=
landing.view.hu14oldfurni.widget=generic
landing.view.hu14professorbundle.conf=caption,landing.view.hu14professorbundle.header;bodytext,landing.view.hu14professorbundle.body;catalogbutton,landing.view.hu14professorbundle.button,prof_bundle
landing.view.hu14professorbundle.layout=bitmap.uri,${image.library.url}web_promo_small/professor_spromo.png;bitmap.x,0;bitmap.y,140;container.height,290
landing.view.hu14professorbundle.widget=generic
landing.view.hu14rares.conf=caption,landing.view.hu14rares.header;bodytext,landing.view.hu14rares.body;catalogbutton,landing.view.hu14rares.button,uni_rares
landing.view.hu14rares.layout=bitmap.uri,${image.library.url}web_promo_small/smallpromo_universityrares.png;bitmap.x,0;bitmap.y,140;container.height,290
landing.view.hu14rares.widget=generic
landing.view.hu14storiesrare.conf=caption,landing.view.hu14storiesrare.header;bodytext,landing.view.hu14storiesrare.body;spacing,2;catalogbutton,landing.view.hu14storiesrare.button,uni_rares
landing.view.hu14storiesrare.layout=
landing.view.hu14storiesrare.widget=generic
landing.view.hween13furni1.conf=caption,landing.view.hween13furni1.header;bodytext,landing.view.hween13furni1.body;catalogbutton,landing.view.hween13furni1.button,frightfulfurni
landing.view.hween13furni1.layout=bitmap.x,0;bitmap.y,140;container.height,255
landing.view.hween13furni1.widget=generic
landing.view.hween13intro.conf=caption,landing.view.hween13intro.header;bodytext,landing.view.hween13intro.body;link,landing.view.hween13intro.button,http://www.habbo.com/articles
landing.view.hween13intro.layout=bitmap.uri,${image.library.url}habboween2013/landingfurni.gif;content.x,180;container.height,200
landing.view.hween13intro.widget=generic
landing.view.hween13mnstr.conf=caption,landing.view.hween13mnstr.header;bodytext,landing.view.hween13mnstr.body;catalogbutton,landing.view.hween13mnstr.button,monster_plant_seeds
landing.view.hween13mnstr.layout=bitmap.uri,${image.library.url}reception/treatMonsterPlantsPromo.png;bitmap.x,120;bitmap.y,100;container.height,200
landing.view.hween13mnstr.widget=generic
landing.view.hween13quest.conf=caption,landing.view.hween13quest.header;bodytext,landing.view.hween13quest.body;dailyquest,landing.view.hween13quest.button,questengine
landing.view.hween13quest.layout=bitmap.uri,${image.library.url}catalogue/castle_small_promo.gif;content.x,180;container.height,200
landing.view.hween13quest.widget=generic
landing.view.hween13rares.conf=caption,landing.view.hween13rares.header;bodytext,landing.view.hween13rares.body;catalogbutton,landing.view.hween13rares.button,hc_rare
landing.view.hween13rares.layout=
landing.view.hween13rares.widget=generic
landing.view.hween13roombundle.conf=caption,landing.view.hween13roombundle.header;bodytext,landing.view.hween13roombundle.body;catalogbutton,landing.view.hween13roombundle.button,bundles
landing.view.hween13roombundle.layout=bitmap.x,120;bitmap.y,150;container.height,200
landing.view.hween13roombundle.widget=generic
landing.view.hzero.conf=title,landing.view.hzero.button;caption,landing.view.hzerosummer.header;bodytext,landing.view.hzerosummer.body;spacing,2;gamecenterbutton,landing.view.hzero.button,gamesgroup_herozero
landing.view.hzero.layout=bitmap.uri,${image.library.url}reception/herozero_promo.png;bitmap.x,20;bitmap.y,170;container.height,270
landing.view.hzero.widget=generic
landing.view.hzhand.conf=caption,landing.view.hzhand.header;bodytext,landing.view.hzhand.body;gamecenterbutton,landing.view.hzhand.button,gamesgroup_herozero
landing.view.hzhand.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hz.png;bitmap.x,50;bitmap.y,100;container.height,200
landing.view.hzhand.widget=generic
landing.view.invadersCommunityGoal.widget=communitygoal
landing.view.itgirl.conf=caption,landing.view.itgirl.header;bodytext,landing.view.itgirl.body;gamecenterbutton,landing.view.itgirl.button,games/play/itgirl
landing.view.itgirl.layout=
landing.view.itgirl.widget=generic
landing.view.lagomorphfurni.conf=caption,landing.view.lagomorphfurni.header;bodytext,landing.view.lagomorphfurni.body;spacing,2;catalogbutton,landing.view.lagomorphfurni.button,easter14
landing.view.lagomorphfurni.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
landing.view.lagomorphfurni.widget=generic
landing.view.layout=genericReception
landing.view.layoutxml=landing_view_default_dynamic_layout
landing.view.leprechaun.conf=caption,landing.view.leprechaun.header;bodytext,landing.view.leprechaun.body;catalogbutton,landing.view.leprechaun.button,pet_leprechaun
landing.view.leprechaun.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_leprechaun.gif;bitmap.height,110;bitmap.x,184;bitmap.y,120
landing.view.leprechaun.widget=generic
landing.view.leprechaun2.conf=caption,landing.view.leprechaun.header;bodytext,landing.view.leprechaun.body;customtimer,false,0,0,landing.view.leprechaun2.timeremaining,landing.view.leprechaun2.timer.expired,2014-03-14 16:00
landing.view.leprechaun2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_leprechaun.gif;bitmap.x,184;bitmap.y,120;container.height,240
landing.view.leprechaun2.widget=generic
landing.view.loveMachineCommunityGoal.widget=communitygoal
landing.view.lovelockslot.conf=caption,landing.view.lovelockslot.header;bodytext,landing.view.lovelockslot.body;catalogbutton,landing.view.lovelockslot.button,lovemachines
landing.view.lovelockslot.layout=bitmap.uri,${image.library.url}catalogue/lovelock_s_promo.gif;content.x,0;content.y,0;bitmap.x,30;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,240
landing.view.lovelockslot.widget=generic
landing.view.monkey.conf=caption,landing.view.monkey.header;bodytext,landing.view.monkey.body;spacing,2;catalogbutton,landing.view.monkey.button,pet_monkey
landing.view.monkey.layout=bitmap.uri,${image.library.url}article_images_hq/monkeys.gif;bitmap.x,0;bitmap.y,130;container.height,250;
landing.view.monkey.widget=generic
landing.view.moviebonusrare.conf=caption,landing.view.moviebonusrare.header;bodytext,landing.view.moviebonusrare.body;spacing,2;catalogbutton,landing.view.moviebonusrare.button,movie_rares
landing.view.moviebonusrare.layout=bitmap.uri,${image.library.url}web_promo_small/bonusrare_teaser.gif;bitmap.x,80;bitmap.y,0;container.height,250;
landing.view.moviebonusrare.widget=generic
landing.view.movieposters.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-20 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters.layout=
landing.view.movieposters.widget=generic
landing.view.movieposters10.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-29 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters10.layout=
landing.view.movieposters10.widget=generic
landing.view.movieposters11.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-30 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters11.layout=
landing.view.movieposters11.widget=generic
landing.view.movieposters2.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-21 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters2.layout=
landing.view.movieposters2.widget=generic
landing.view.movieposters3.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-22 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters3.layout=
landing.view.movieposters3.widget=generic
landing.view.movieposters4.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-23 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters4.layout=
landing.view.movieposters4.widget=generic
landing.view.movieposters5.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-24 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters5.layout=
landing.view.movieposters5.widget=generic
landing.view.movieposters6.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-25 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters6.layout=
landing.view.movieposters6.widget=generic
landing.view.movieposters7.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-26 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters7.layout=
landing.view.movieposters7.widget=generic
landing.view.movieposters8.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-27 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters8.layout=
landing.view.movieposters8.widget=generic
landing.view.movieposters9.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-28 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
landing.view.movieposters9.layout=
landing.view.movieposters9.widget=generic
landing.view.mysticsroombundle.conf=caption,landing.view.mysticsroombundle.header;bodytext,landing.view.mysticsroombundle.body;internallinkbutton,landing.view.mysticsroombundle.button,habblet/open/credits
landing.view.mysticsroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/mystics_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
landing.view.mysticsroombundle.widget=generic
landing.view.newUserAskForTour.layout=bitmap.uri,${image.library.url}reception/nu_landing_tour.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
landing.view.newUserAskForTour.widget=generic
landing.view.newUserChangeClothes.conf=spacing,20;title,landing.view.novice.change_clothes.title;caption,landing.view.novice.change_clothes.caption;bodytext,landing.view.novice.change_clothes.bodytext,200;internallinkbutton,landing.view.novice.change_clothes.button,avatareditor/open
landing.view.newUserChangeClothes.layout=bitmap.uri,${image.library.url}reception/nu_landing_dress.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
landing.view.newUserChangeClothes.widget=generic
landing.view.newUserCheckHomeRoom.conf=spacing,20;title,landing.view.novice.home_room.title;caption,landing.view.novice.home_room.caption;bodytext,landing.view.novice.home_room.bodytext,200;internallinkbutton,landing.view.novice.home_room.button,navigator/goto/home
landing.view.newUserCheckHomeRoom.layout=bitmap.uri,${image.library.url}reception/nu_landing_homeroom.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
landing.view.newUserCheckHomeRoom.widget=generic
landing.view.newUserExploreHotel.conf=spacing,20;title,landing.view.novice.explore_hotel.title;caption,landing.view.novice.explore_hotel.caption;bodytext,landing.view.novice.explore_hotel.bodytext,200;internallinkbutton,landing.view.novice.explore_hotel.button,navigator/goto/random_public_room_with_users
landing.view.newUserExploreHotel.layout=bitmap.uri,${image.library.url}reception/nu_landing_explore.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
landing.view.newUserExploreHotel.widget=generic
landing.view.newxmasfurni13.conf=caption,landing.view.newxmasfurni13.header;bodytext,landing.view.newxmasfurni13.body;spacing,2;catalogbutton,landing.view.newxmasfurni13.button,xmas_new_furni
landing.view.newxmasfurni13.layout=bitmap.uri,${image.library.url}catalogue/catalog_teaser_xmas2013.png;bitmap.x,90;bitmap.y,70;container.height,250;
landing.view.newxmasfurni13.widget=generic
landing.view.newyear2014HC.conf=caption,landing.view.newyear2014HC.header;bodytext,landing.view.newyear2014HC.body;spacing,2;catalogbutton,landing.view.newyear2014HC.button,club_gifts
landing.view.newyear2014HC.layout=
landing.view.newyear2014HC.widget=generic
landing.view.newyear2014gnome.conf=caption,landing.view.newyear2014gnome.header;bodytext,landing.view.newyear2014gnome.body;spacing,2;catalogbutton,landing.view.newyear2014gnome.button,pet_gnome
landing.view.newyear2014gnome.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnome.gif;bitmap.x,110;bitmap.y,0;container.height,250;
landing.view.newyear2014gnome.widget=generic
landing.view.newyear2014party.conf=caption,landing.view.newyear2014party.header;bodytext,landing.view.newyear2014party.body;spacing,2;customtimer,false,0,0,landing.view.newyear2014party.timer,landing.view.raretimer.timer.expired,2014-01-01 01:00;internallinkbutton,landing.view.checkitout.button,navigator/tab/official
landing.view.newyear2014party.layout=
landing.view.newyear2014party.widget=generic
landing.view.ny14furnicollection.conf=caption,landing.view.ny14furnicollection.header;bodytext,landing.view.ny14furnicollection.body;spacing,2;catalogbutton,landing.view.ny14furnicollection.button,ny2013_fireworks
landing.view.ny14furnicollection.layout=bitmap.uri,${image.library.url}album3823/year2014.png;bitmap.x,110;bitmap.y,0;container.height,270;
landing.view.ny14furnicollection.widget=generic
landing.view.ny2014ending.conf=caption,landing.view.ny2014ending.header;bodytext,landing.view.ny2014ending.body;catalogbutton,landing.view.ny2014ending.button,pet_gnome
landing.view.ny2014ending.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnome.gif;bitmap.x,110;bitmap.y,80;container.height,220;
landing.view.ny2014ending.widget=generic
landing.view.oldloyalty.conf=caption,landing.view.oldloyalty.header;bodytext,landing.view.oldloyalty.body;spacing,2;catalogbutton,landing.view.oldloyalty.button,loyalty_rewards
landing.view.oldloyalty.layout=
landing.view.oldloyalty.widget=generic
landing.view.oldvday14.conf=caption,landing.view.oldvday14.header;bodytext,landing.view.oldvday14.body;catalogbutton,landing.view.oldvday14.button,category_valentines
landing.view.oldvday14.layout=bitmap.uri,${image.library.url}web_promo_small/Valentines_Promo_small.png;content.x,0;content.y,0;bitmap.x,30;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,240;
landing.view.oldvday14.widget=generic
landing.view.organofurni.conf=caption,landing.view.organofurni.header;bodytext,landing.view.organofurni.body;spacing,2;catalogbutton,landing.view.checkitout.button,organo
landing.view.organofurni.layout=
landing.view.organofurni.widget=generic
landing.view.palooza14bundle2.conf=caption,landing.view.palooza14bundle2.header;bodytext,landing.view.palooza14bundle2.body;spacing,2;catalogbutton,landing.view.palooza14bundle2.button,palooza2014_bundle
landing.view.palooza14bundle2.layout=bitmap.uri,${image.library.url}web_promo_small/Palooza_Hoopla_Bundle_Small_Promo.png;bitmap.x,0;bitmap.y,180;container.height,330
landing.view.palooza14bundle2.widget=generic
landing.view.palooza14headrare.conf=caption,landing.view.palooza14headrare.header;bodytext,landing.view.palooza14headrare.body;spacing,2;catalogbutton,landing.view.palooza14headrare.button,palooza2014_rares
landing.view.palooza14headrare.layout=bitmap.uri,${image.library.url}web_promo_small/st_palooza_rare_screen_furni_teaser.png;content.x,170;container.height,290
landing.view.palooza14headrare.widget=generic
landing.view.palooza14newfurni.conf=caption,landing.view.palooza14newfurni.header;bodytext,landing.view.palooza14newfurni.body;catalogbutton,landing.view.palooza14newfurni.button,palooza2014
landing.view.palooza14newfurni.layout=
landing.view.palooza14newfurni.widget=generic
landing.view.palooza14oldfurni.conf=caption,landing.view.palooza14oldfurni.header;bodytext,landing.view.palooza14oldfurni.body;catalogbutton,landing.view.palooza14oldfurni.button,palooza
landing.view.palooza14oldfurni.layout=bitmap.uri,${image.library.url}web_promo_small/habbopalooza_logo_small_teaser.gif;bitmap.x,0;bitmap.y,90;container.height,255
landing.view.palooza14oldfurni.widget=generic
landing.view.palooza14pinata.conf=caption,landing.view.palooza14pinata.header;bodytext,landing.view.palooza14pinata.body;spacing,2;catalogbutton,landing.view.palooza14pinata.button,palooza_pinatas
landing.view.palooza14pinata.layout=bitmap.uri,${image.library.url}web_promo_small/Hblooza14Pinata_Small_Promo.png;bitmap.x,0;bitmap.y,180;container.height,330
landing.view.palooza14pinata.widget=generic
landing.view.palooza14unicorn.conf=caption,landing.view.palooza14unicorn.header;bodytext,landing.view.palooza14unicorn.body;spacing,2;catalogbutton,landing.view.palooza14unicorn.button,palooza2014_rares
landing.view.palooza14unicorn.layout=bitmap.uri,${image.library.url}web_promo_small/st_palooza_rare_furni_teaser.png;bitmap.x,50;bitmap.y,100;container.height,255
landing.view.palooza14unicorn.widget=generic
landing.view.paloozacoming.conf=caption,promo.festival.title;bodytext,promo.festival.body
landing.view.paloozacoming.layout=bitmap.uri,${image.library.url}web_promo_small/habbopalooza_logo_small_teaser.gif;bitmap.x,18;bitmap.y,0;content.x,210;content.y,0;container.height,140
landing.view.paloozacoming.widget=generic
landing.view.paloozafestivalfurni.conf=caption,landing.view.paloozafestivalfurni.header;bodytext,landing.view.paloozafestivalfurni.body;catalogbutton,landing.view.paloozafestivalfurni.button,palooza_festival
landing.view.paloozafestivalfurni.layout=bitmap.uri,${image.library.url}catalogue/catalog_teaser_hblooza.gif;bitmap.x,0;bitmap.y,90;container.height,250
landing.view.paloozafestivalfurni.widget=generic
landing.view.paloozaquest.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza.1372407630173.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-05 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza,habbo_palooza.1372407630173
landing.view.paloozaquest.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1967.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest.widget=generic
landing.view.paloozaquest10.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_10.1372685780121.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-14 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_10,habbo_palooza_10.1372685780121
landing.view.paloozaquest10.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1969.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest10.widget=generic
landing.view.paloozaquest11.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_11.1372688071992.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-15 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_11,habbo_palooza_11.1372688071992
landing.view.paloozaquest11.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1983.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest11.widget=generic
landing.view.paloozaquest12.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_12.1372689684845.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-16 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_12,habbo_palooza_12.1372689684845
landing.view.paloozaquest12.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1999.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest12.widget=generic
landing.view.paloozaquest13.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_13.1372417615775.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-17 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_13,habbo_palooza_13.1372417615775
landing.view.paloozaquest13.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1969.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest13.widget=generic
landing.view.paloozaquest14.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_14.1372425714913.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-18 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_14,habbo_palooza_14.1372425714913
landing.view.paloozaquest14.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1991.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest14.widget=generic
landing.view.paloozaquest15.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_15.1372524590301.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-19 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_15,habbo_palooza_15.1372524590301
landing.view.paloozaquest15.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest15.widget=generic
landing.view.paloozaquest16.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_16.1372526867667.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-20 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_16,habbo_palooza_16.1372526867667
landing.view.paloozaquest16.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest16.widget=generic
landing.view.paloozaquest17.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_17.1372529093052.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-21 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_17,habbo_palooza_17.1372529093052
landing.view.paloozaquest17.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1967.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest17.widget=generic
landing.view.paloozaquest18.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_18.1372532642821.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-22 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_18,habbo_palooza_18.1372532642821
landing.view.paloozaquest18.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1996.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest18.widget=generic
landing.view.paloozaquest19.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_19.1372625547242.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-23 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_19,habbo_palooza_19.1372625547242
landing.view.paloozaquest19.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1987.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest19.widget=generic
landing.view.paloozaquest2.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_2.1372414470435.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-06 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_2,habbo_palooza_2.1372414470435
landing.view.paloozaquest2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1996.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest2.widget=generic
landing.view.paloozaquest20.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_20.1372628790245.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-24 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_20,habbo_palooza_20.1372628790245
landing.view.paloozaquest20.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_2000.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest20.widget=generic
landing.view.paloozaquest21.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_21.1372676542941.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-25 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_21,habbo_palooza_21.1372676542941
landing.view.paloozaquest21.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1979.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest21.widget=generic
landing.view.paloozaquest22.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_22.1372679880224.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-26 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_22,habbo_palooza_22.1372679880224
landing.view.paloozaquest22.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1983.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest22.widget=generic
landing.view.paloozaquest23.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_23.1372685499874.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-27 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_23,habbo_palooza_23.1372685499874
landing.view.paloozaquest23.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1987.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest23.widget=generic
landing.view.paloozaquest24.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_24.1372686434548.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-28 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_24,habbo_palooza_24.1372686434548
landing.view.paloozaquest24.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1988.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest24.widget=generic
landing.view.paloozaquest3.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_3.1372407630173.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-07 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_3,habbo_palooza_3.1372407630173
landing.view.paloozaquest3.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1967.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest3.widget=generic
landing.view.paloozaquest4.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_4.1372421657350.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-08 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_4,habbo_palooza_4.1372421657350
landing.view.paloozaquest4.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_2006.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest4.widget=generic
landing.view.paloozaquest5.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_5.1372663237916.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-09 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_5,habbo_palooza_5.1372663237916
landing.view.paloozaquest5.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest5.widget=generic
landing.view.paloozaquest6.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_6.1372672585495.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-10 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_6,habbo_palooza_6.1372672585495
landing.view.paloozaquest6.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1973.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest6.widget=generic
landing.view.paloozaquest7.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_7.1372679318352.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-11 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_7,habbo_palooza_7.1372679318352
landing.view.paloozaquest7.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1994.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest7.widget=generic
landing.view.paloozaquest8.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_8.1372681347611.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-12 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_8,habbo_palooza_8.1372681347611
landing.view.paloozaquest8.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1988.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest8.widget=generic
landing.view.paloozaquest9.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_9.1372682893079.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-13 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_9,habbo_palooza_9.1372682893079
landing.view.paloozaquest9.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.paloozaquest9.widget=generic
landing.view.paloozarentspace.conf=caption,landing.view.paloozarentspace.header;bodytext,landing.view.paloozarentspace.body;internallinkbutton,landing.view.paloozarentspace.button,navigator/tab/official
landing.view.paloozarentspace.layout=bitmap.uri,${image.library.url}reception/spromo_hblooza_rent.png;bitmap.x,0;bitmap.y,90;container.height,250
landing.view.paloozarentspace.widget=generic
landing.view.paloozatalentcomp.conf=caption,landing.view.paloozatalentcomp.header;bodytext,landing.view.paloozatalentcomp.body;link,landing.view.paloozatalentcomp.button,http://www.habbo.com/articles/2937-habbo-palooza-global-talent-competition-finalists
landing.view.paloozatalentcomp.layout=
landing.view.paloozatalentcomp.widget=generic
landing.view.paypromoguitar.conf=caption,landing.view.bonusrare.header;credithabbletbutton,landing.view.bonusrare.button
landing.view.paypromoguitar.layout=bitmap.uri,${image.library.url}reception/hblooza_guitar11.png;bitmap.x,0;bitmap.y,90;container.height,250
landing.view.paypromoguitar.widget=generic
landing.view.petpromonov13.conf=caption,landing.view.petpromonov13.header;bodytext,landing.view.petpromonov13.body;catalogbutton,landing.view.petpromonov13.button,pets_info
landing.view.petpromonov13.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pet_discount.gif;bitmap.x,0;bitmap.y,0;container.height,200
landing.view.petpromonov13.widget=generic
landing.view.pets.conf=caption,landing.view.pets.header;bodytext,landing.view.pets.body;catalogbutton,landing.view.pets.button,pet_dragon
landing.view.pets.layout=bitmap.uri,${image.library.url}reception/reception_petpromo.gif;bitmap.x,0;bitmap.y,0;container.height,255
landing.view.pets.widget=generic
landing.view.pinatapromo.conf=caption,Landing.view.pinatas.header;bodytext,Landing.view.pinatas.body;catalogbutton,Landing.view.pinatas.button,pinatas
landing.view.pinatapromo.layout=bitmap.uri,${image.library.url}catalogue/catalog_teaser_pinata.gif;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.pinatapromo.widget=generic
landing.view.piratebundle.conf=title,landing.view.piratebundle.title;caption,landing.view.piratebundle.header;bodytext,landing.view.piratebundle.body;spacing,2;credithabbletbutton,landing.view.piratebundle.button
landing.view.piratebundle.layout=bitmap.uri,${image.library.url}catalogue/pirate_bundle.gif;bitmap.x,20;bitmap.y,120;container.height,270
landing.view.piratebundle.widget=generic
landing.view.piratecompsubmit.conf=title,landing.view.roomcompetition.title;caption,landing.view.piratecompsubmit.header;bodytext,landing.view.piratecompsubmit.body;link,landing.view.hstarscompetition.terms.bodytext,http://help.habbo.com/;submitcompetitionroom,landing.view.sproom2.button,landing.view.roomcompetition.submitdone,piratebottlecollector;customtimer,false,38,30,landing.view.roomcompetition.submit.votingstartsin,,2013-09-01 11:00
landing.view.piratecompsubmit.layout=bitmap.uri,${image.library.url}reception/royal_ship_teaser.gif;content.x,170;content.y,20;bitmap.x,10;bitmap.y,20;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.piratecompsubmit.widget=generic
landing.view.piratecompvote.conf=title,landing.view.roomcompetition.title;caption,landing.view.piratecompvote.header;bodytext,landing.view.piratecompvote.body;gotocompetitionroombutton,landing.view.sproomvote.button,piratebottlecollector;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2013-09-02 15:15;spacing,20
landing.view.piratecompvote.layout=bitmap.uri,${image.library.url}reception/royal_ship_teaser.gif;content.x,170;content.y,20;bitmap.x,10;bitmap.y,20;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.piratecompvote.widget=generic
landing.view.piratefurni.conf=title,landing.view.piratefurni.title;caption,landing.view.piratefurni.header;bodytext,landing.view.piratefurni.body;spacing,2;catalogbutton,landing.view.piratefurni.button,set_pirates
landing.view.piratefurni.layout=bitmap.uri,${image.library.url}pirates2013/spromo_pirate_0.png;bitmap.x,20;bitmap.y,120;container.height,270
landing.view.piratefurni.widget=generic
landing.view.piraterares.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.piratefurni.button,pirate_rares
landing.view.piraterares.layout=bitmap.uri,${image.library.url}pirates2013/rare_teaser_all.gif;bitmap.x,20;bitmap.y,120;container.height,270
landing.view.piraterares.widget=generic
landing.view.piraterares1.conf=title,landing.view.piraterares.title;caption,landing.view.rarekraken.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
landing.view.piraterares1.layout=bitmap.uri,${image.library.url}catalogue/teaser_kraken.gif;bitmap.x,20;bitmap.y,120;container.height,280
landing.view.piraterares1.widget=generic
landing.view.piraterares2.conf=title,landing.view.piraterares.title;caption,landing.view.rarenavigation.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
landing.view.piraterares2.layout=bitmap.uri,${image.library.url}catalogue/teaser_nav.gif;bitmap.x,20;bitmap.y,120;container.height,280
landing.view.piraterares2.widget=generic
landing.view.piraterares3.conf=title,landing.view.piraterares.title;caption,landing.view.rareposeidon.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
landing.view.piraterares3.layout=bitmap.uri,${image.library.url}catalogue/teaser_posidon.gif;bitmap.x,20;bitmap.y,120;container.height,280
landing.view.piraterares3.widget=generic
landing.view.pirateraresa.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-08-26 16:01;catalogbutton,landing.view.checkitout.button,pirate_rares
landing.view.pirateraresa.layout=container.height,280
landing.view.pirateraresa.widget=generic
landing.view.pirateraresb.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-08-28 16:01;catalogbutton,landing.view.checkitout.button,pirate_rares
landing.view.pirateraresb.layout=container.height,270
landing.view.pirateraresb.widget=generic
landing.view.pirateraresc.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
landing.view.pirateraresc.layout=container.height,270
landing.view.pirateraresc.widget=generic
landing.view.pirateroyaldock.conf=title,landing.view.pirateroyaldock.title;caption,landing.view.pirateroyaldock.header;bodytext,landing.view.pirateroyaldock.body;internallinkbutton,landing.view.pirateroyaldock.button,navigator/tab/official
landing.view.pirateroyaldock.layout=bitmap.uri,${image.library.url}reception/royal_ship_teaser.gif;content.x,170;content.y,20;bitmap.x,0;bitmap.y,20;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.pirateroyaldock.widget=generic
landing.view.pixelremove.promo.catalogpage=set_kuurna
landing.view.ponyexpress.conf=caption,landing.view.ponyexpress.header;bodytext,landing.view.ponyexpress.body;spacing,2;gotoroombutton,landing.view.ponyexpress.button,65840464
landing.view.ponyexpress.layout=bitmap.uri,${image.library.url}web_promo_small/small_promo_horse_bundle.gif;bitmap.x,0;bitmap.y,0;container.height,250
landing.view.ponyexpress.widget=generic
landing.view.rareghostship.conf=title,landing.view.piraterares.title;caption,landing.view.rareghostship.header;bodytext,landing.view.rareghostship.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_ghostship
landing.view.rareghostship.layout=bitmap.uri,${image.library.url}catalogue/pirate_ghostshipandbadge.gif;bitmap.x,20;bitmap.y,120;container.height,280
landing.view.rareghostship.widget=generic
landing.view.rarehotdog.conf=caption,landing.view.rarehotdog.header;bodytext,landing.view.rareschedule.body;catalogbutton,landing.view.checkitout.button,palooza_rares
landing.view.rarehotdog.layout=bitmap.uri,${image.library.url}illustrations/15jul_hotdog.png;bitmap.x,0;bitmap.y,90;container.height,250
landing.view.rarehotdog.widget=generic
landing.view.rarepopcorn.conf=caption,landing.view.rarepopcorn.header;bodytext,landing.view.rareschedule.body;catalogbutton,landing.view.checkitout.button,palooza_rares
landing.view.rarepopcorn.layout=bitmap.uri,${image.library.url}illustrations/17jul_popcorn.png;bitmap.x,0;bitmap.y,90;container.height,250
landing.view.rarepopcorn.widget=generic
landing.view.right_pane_dimmer.hidden=false
landing.view.room94.conf=caption,landing.view.room94.header;bodytext,landing.view.room94.body;spacing,10;link,landing.view.room94.button,http://www.habbopalooza.com;spacing,10;customtimer,false,0,0,,,2013-07-11 18:00
landing.view.room94.layout=bitmap.uri,${image.library.url}reception/room94.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,-10;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.room94.widget=generic
landing.view.roombundle15.conf=caption,landing.view.roombundle15.header;bodytext,landing.view.roombundle15.body;gotoroombutton,landing.view.roombundle15.button,66539412
landing.view.roombundle15.layout=bitmap.uri,${image.library.url}web_promo_small/smallpromo_boxingbundle.png;bitmap.x,100;bitmap.y,130;bitmap.height,150
landing.view.roombundle15.widget=generic
landing.view.roomcategory=questing
landing.view.runwayltd.conf=caption,landing.view.runwayltd.header;bodytext,landing.view.runwayltd.body;catalogbutton,landing.view.runwayltd.button,ler
landing.view.runwayltd.layout=bitmap.uri,${image.library.url}web_promo_small/LTD_s_promo.gif;bitmap.x,50;bitmap.y,140;bitmap.height,150
landing.view.runwayltd.widget=generic
landing.view.runwayltd2.conf=caption,landing.view.runwayltd.header;bodytext,landing.view.runwayltd.body;customtimer,false,0,5,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-03-27 17:00
landing.view.runwayltd2.layout=bitmap.uri,${image.library.url}web_promo_small/LTD_s_promo.gif;bitmap.x,50;bitmap.y,160;bitmap.height,150
landing.view.runwayltd2.widget=generic
landing.view.runwayrarebox.conf=caption,landing.view.runwayrarebox.header;bodytext,landing.view.runwayrarebox.body;spacing,2;catalogbutton,landing.view.runwayrarebox.button,rare_box
landing.view.runwayrarebox.layout=bitmap.uri,${image.library.url}web_promo_small/habbopresentsmallpromo.png;bitmap.x,30
landing.view.runwayrarebox.widget=generic
landing.view.runwayrarebox2.conf=caption,landing.view.runwayrarebox.header;bodytext,landing.view.runwayrarebox.body;spacing,2;customtimer,false,0,0,landing.view.runwayrarebox2.timeremaining,landing.view.runwayrarebox2.timer.expired,2014-03-22 18:00
landing.view.runwayrarebox2.layout=bitmap.uri,${image.library.url}web_promo_small/habbopresentsmallpromo.png;bitmap.x,30
landing.view.runwayrarebox2.widget=generic
landing.view.safetyvid.conf=caption,landing.view.safetyvid.header;bodytext,landing.view.safetyvid.body;link,landing.view.safetyvid.button,http://www.habbo.com/room/62259178
landing.view.safetyvid.layout=bitmap.uri,${image.library.url}album2207/it_computer.gif;content.x,210;content.y,0;bitmap.x,100;bitmap.y,0;bitmap.width,61;bitmap.height,75;container.height,100;
landing.view.safetyvid.widget=generic
landing.view.schoolbundles.conf=caption,landing.view.schoolbundles.header;bodytext,landing.view.schoolbundles.body;catalogbutton,landing.view.schoolbundles.button,bundle_banzai
landing.view.schoolbundles.layout=bitmap.uri,${image.library.url}reception/bts_banzai_teaser.png;bitmap.x,0;bitmap.y,120;container.height,255
landing.view.schoolbundles.widget=generic
landing.view.schoolfurni.conf=caption,landing.view.schoolfurni.header;bodytext,landing.view.schoolfurni.body;catalogbutton,landing.view.schoolfurni.button,set_backtoschool
landing.view.schoolfurni.layout=bitmap.uri,${image.library.url}reception/landing_view_skl_2.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
landing.view.schoolfurni.widget=generic
landing.view.schoolprom.conf=caption,landing.view.schoolprom.header;bodytext,landing.view.schoolprom.body
landing.view.schoolprom.layout=bitmap.uri,${image.library.url}catalogue/prom_teaser.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
landing.view.schoolprom.widget=generic
landing.view.schoolrares.conf=caption,landing.view.schoolrares.header;bodytext,landing.view.schoolrares.body;catalogbutton,landing.view.schoolfurni.button,palooza_rares
landing.view.schoolrares.layout=bitmap.uri,${image.library.url}catalogue/small_promo_school_rares.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
landing.view.schoolrares.widget=generic
landing.view.serenityspabundle.conf=caption,landing.view.serenityspabundle.header;bodytext,landing.view.serenityspabundle.body;gotoroombutton,landing.view.serenityspabundle.button,65879611
landing.view.serenityspabundle.layout=bitmap.uri,${image.library.url}web_promo_small/sparoombundleteaser.png;content.x,170;content.y,0;bitmap.x,0;bitmap.y,0;bitmap.width,0;bitmap.height,0;container.height,240;
landing.view.serenityspabundle.widget=generic
landing.view.shakespearefurnipack.conf=caption,landing.view.shakespearefurnipack.header;bodytext,landing.view.shakespearefurnipack.body;catalogbutton,landing.view.shakespearefurnipack.button,stories_shakespeare
landing.view.shakespearefurnipack.layout=bitmap.uri,${image.library.url}web_promo_small/storiesshakespeare_gardenbundle_spromo.png;content.x,0;content.y,0;bitmap.x,100;bitmap.y,90;bitmap.width,0;bitmap.height,0;container.height,240
landing.view.shakespearefurnipack.widget=generic
landing.view.smallpool.conf=caption,landing.view.smallpool.header;bodytext,landing.view.smallpool.body;spacing,2;gotoroombutton,landing.view.smallpool.button,67086610
landing.view.smallpool.layout=bitmap.uri,${image.library.url}catalogue/spromo_bundle_pool2.gif;bitmap.x,0;bitmap.y,0;container.height,250
landing.view.smallpool.widget=generic
landing.view.snowflakes13quest.conf=caption,landing.view.snowflakes13quest.header;bodytext,landing.view.snowflakes13quest.body;spacing,2;internallinkbutton,landing.view.snowflakes13quest.button,questengine/calendar
landing.view.snowflakes13quest.layout=bitmap.uri,${image.library.url}catalogue/ctlg_pic_snowflake_pilot.gif;bitmap.x,50;bitmap.y,90;container.height,200;
landing.view.snowflakes13quest.widget=generic
landing.view.sparares.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-17 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
landing.view.sparares.layout=bitmap.uri,${image.library.url}catalogue/val14_wchair.gif;content.x,0;content.y,0;bitmap.x,170;bitmap.y,100;bitmap.width,61;bitmap.height,150;container.height,255
landing.view.sparares.widget=generic
landing.view.sparares2.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-19 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
landing.view.sparares2.layout=bitmap.uri,${image.library.url}catalogue/val14_lamp.png;content.x,0;content.y,0;bitmap.x,180;bitmap.y,70;bitmap.width,61;bitmap.height,150;container.height,300
landing.view.sparares2.widget=generic
landing.view.sparares3.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-21 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
landing.view.sparares3.layout=bitmap.uri,${image.library.url}catalogue/eternity_fountain.gif;content.x,0;content.y,0;bitmap.x,150;bitmap.y,70;bitmap.width,61;bitmap.height,150;container.height,300
landing.view.sparares3.widget=generic
landing.view.sparares4.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-23 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
landing.view.sparares4.layout=bitmap.uri,${image.library.url}catalogue/val14_lovelock3.png;content.x,0;content.y,0;bitmap.x,180;bitmap.y,50;bitmap.width,61;bitmap.height,150;container.height,255
landing.view.sparares4.widget=generic
landing.view.sparares5.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-28 19:00;catalogbutton,landing.view.schoolfurni.button,ler
landing.view.sparares5.layout=bitmap.uri,${image.library.url}web_promo_small/sage.gif;content.x,0;content.y,0;bitmap.x,180;bitmap.y,50;bitmap.width,61;bitmap.height,150;container.height,255
landing.view.sparares5.widget=generic
landing.view.starteroom.conf=caption,product_starter_roomdeal1_name;bodytext,product_starter_roomdeal1_desc;spacing,2;credithabbletbutton,landing.view.checkitout.button
landing.view.starteroom.layout=bitmap.uri,${image.library.url}catalogue/noob_bundle_furni.gif;content.y,0;container.height,250
landing.view.starteroom.widget=generic
landing.view.sumcat.conf=caption,landing.view.summercat.header;bodytext,landing.view.summercat.body;catalogbutton,landing.view.summercat.button,set_pool
landing.view.sumcat.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_summer.gif;bitmap.x,18;bitmap.y,0;content.x,210;content.y,0;container.height,100
landing.view.sumcat.widget=generic
landing.view.tabletfin.conf=caption,landing.view.tabletfin.header;bodytext,landing.view.tabletfin.body;spacing,2;gotoroombutton,landing.view.tabletfin.button,66736031
landing.view.tabletfin.layout=
landing.view.tabletfin.widget=generic
landing.view.tent.conf=caption,landing.view.tent.header;bodytext,landing.view.tent.body;catalogbutton,landing.view.tent.button,palooza_tents
landing.view.tent.layout=bitmap.uri,${image.library.url}reception/email_image_tents.png;bitmap.x,18;bitmap.y,0;content.x,210;content.y,0;container.height,140
landing.view.tent.widget=generic
landing.view.val14kiss.conf=caption,quests.val14_kiss.name;bodytext,quests.val14_kiss.1392199148238.chaininfo;internallinkbutton,landing.view.val14kiss.button,navigator/goto/home
landing.view.val14kiss.layout=bitmap.uri,${image.library.url}album1584/VSP09.gif;content.x,170;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
landing.view.val14kiss.widget=generic
landing.view.venetiaroombundle.conf=caption,landing.view.venetiaroombundle.header;bodytext,landing.view.venetiaroombundle.body;internallinkbutton,landing.view.venetiaroombundle.button,habblet/open/credits
landing.view.venetiaroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/venice_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
landing.view.venetiaroombundle.widget=generic
landing.view.videotvs.conf=caption,landing.view.videotvs.header;bodytext,catalog.page.youtube_tvs.text_0;catalogbutton,landing.view.checkitout.button,youtube_tvs
landing.view.videotvs.layout=bitmap.uri,${image.library.url}catalogue/spromo_tvs.gif;bitmap.x,0;bitmap.y,90;container.height,250
landing.view.videotvs.widget=generic
landing.view.vikingclanbundles.conf=caption,landing.view.vikingclanbundles.header;bodytext,landing.view.vikingclanbundles.body;spacing,2;catalogbutton,landing.view.battleshade.button,vikings_battleshade;catalogbutton,landing.view.steelscar.button,vikings_steelscar
landing.view.vikingclanbundles.layout=
landing.view.vikingclanbundles.widget=generic
landing.view.vikingfurni.conf=caption,landing.view.vikingfurni.header;bodytext,landing.view.vikingfurni.body;catalogbutton,landing.boutiquefurni.button,vikings
landing.view.vikingfurni.layout=
landing.view.vikingfurni.widget=generic
landing.view.vikingsCommunityGoal.widget=communitygoalvsmode
landing.view.vikingsltd.conf=caption,landing.view.vikingsltd.header;bodytext,landing.view.vikingsltd.body;spacing,2;customtimer,false,0,0,landing.view.vikingsltd.timer,landing.view.raretimer.timer.expired,2014-05-28 21:00
landing.view.vikingsltd.layout=bitmap.uri,${image.library.url}web_promo_small/vikings_throne.gif;bitmap.x,213;bitmap.y,100;bitmap.height,113
landing.view.vikingsltd.widget=generic
landing.view.vikingsltd1.conf=caption,landing.view.vikingsltd.header;bodytext,landing.view.vikingsltd.body;spacing,2;catalogbutton,landing.view.vikingsltd.button,ler
landing.view.vikingsltd1.layout=bitmap.uri,${image.library.url}web_promo_small/vikings_throne.gif;bitmap.x,213;bitmap.y,100;bitmap.height,113
landing.view.vikingsltd1.widget=generic
landing.view.vipschedule.conf=caption,landing.view.vipvisits.header;bodytext,landing.view.vipvisits.body;link,landing.view.vipvisits.button,http://www.habbopalooza.com
landing.view.vipschedule.layout=
landing.view.vipschedule.widget=generic
landing.view.viruspromo.conf=caption,landing.view.viruspromo.header;bodytext,landing.view.viruspromo.body;link,landing.view.viruspromo.button,http://www.habbo.com/articles
landing.view.viruspromo.layout=bitmap.uri,${image.library.url}web_promo_small/Valentines_Promo_small.png;content.x,0;content.y,0;bitmap.x,30;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,240;
landing.view.viruspromo.widget=generic
landing.view.wc14lockerbundle.conf=caption,landing.view.wc14lockerbundle.header;bodytext,landing.view.wc14lockerbundle.body;spacing,2;catalogbutton,landing.view.wc14lockerbundle.button,wc2014_lockerroom
landing.view.wc14lockerbundle.layout=
landing.view.wc14lockerbundle.widget=generic
landing.view.wc14ltd.conf=caption,landing.view.wc14ltd.header;bodytext,landing.view.wc14ltd.body;catalogbutton,landing.view.wc14ltd.button,ler
landing.view.wc14ltd.layout=bitmap.uri,${image.library.url}/web_promo_small/ltd_landing.gif;bitmap.x,160;bitmap.y,140;container.height,255
landing.view.wc14ltd.widget=generic
landing.view.wc14mansionbundle.conf=caption,landing.view.wc14mansionbundle.header;bodytext,landing.view.wc14mansionbundle.body;spacing,2;catalogbutton,landing.view.wc14mansionbundle.button,wc2014_mansionroom
landing.view.wc14mansionbundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_mansionRB.png;bitmap.x,0;bitmap.y,0;container.height,250;content.x,170
landing.view.wc14mansionbundle.widget=generic
landing.view.wcrares14.conf=caption,landing.view.wcrares14.header;bodytext,landing.view.wcrares14.body;spacing,2;catalogbutton,landing.view.wcrares14.button,wc2014_rares
landing.view.wcrares14.layout=
landing.view.wcrares14.widget=generic
landing.view.welcomeschool.conf=caption,landing.view.welcomeschool.header;bodytext,landing.view.welcomeschool.body;internallinkbutton,landing.view.welcomeschool.button,habblet/open/news
landing.view.welcomeschool.layout=bitmap.uri,${image.library.url}reception/landing_view_skl_1.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,162;container.height,220
landing.view.welcomeschool.widget=generic
landing.view.wildWestLTD.conf=caption,landing.view.wildWestLTD.header;bodytext,landing.view.wildWestLTD.body;spacing,2;customtimer,false,0,0,landing.view.wildWestLTD.timer,landing.view.raretimer.timer.expired,2014-08-23 17:00;catalogbutton,landing.view.wildWestLTD.button,ler
landing.view.wildWestLTD.layout=
landing.view.wildWestLTD.widget=generic
landing.view.wildWestLTDvisible.conf=caption,landing.view.wildWestLTD.header;bodytext,landing.view.wildWestLTD.body;spacing,2;catalogbutton,landing.view.wildWestLTD.button,ler
landing.view.wildWestLTDvisible.layout=bitmap.uri,${image.library.url}web_promo_small/wildwest_ltd_clean_image.png;bitmap.x,190;bitmap.y,130;container.height,200
landing.view.wildWestLTDvisible.widget=generic
landing.view.wildwest14buffalo.conf=caption,landing.view.wildwest14buffalo.header;bodytext,landing.view.wildwest14buffalo.body;spacing,2;catalogbutton,landing.view.wildwest14buffalo.button,wild_rares
landing.view.wildwest14buffalo.layout=bitmap.uri,${image.library.url}web_promo_small/st_wildwest_rarefurni_teaser.png;bitmap.x,0;bitmap.y,0;container.height,250
landing.view.wildwest14buffalo.widget=generic
landing.view.wildwestChallengeCommunityGoal.widget=communitygoal
landing.view.wintergameroom.conf=caption,landing.view.wintergameroom.header;bodytext,landing.view.wintergameroom.body;gotoroombutton,landing.view.wintergameroom.button,65993481
landing.view.wintergameroom.layout=bitmap.uri,${image.library.url}web_promo_small/sp_olybundle.png;content.x,0;content.y,0;bitmap.x,100;bitmap.y,140;bitmap.width,0;bitmap.height,0;container.height,250
landing.view.wintergameroom.widget=generic
landing.view.womansDayCommunityGoal.widget=communitygoal
landing.view.woz.conf=caption,landing.view.woz.header;bodytext,landing.view.woz.body;gamecenterbutton,landing.view.woz.button,101xp_zombie_dev
landing.view.woz.layout=bitmap.uri,${image.library.url}web_promo_small/game_promo_small.png;bitmap.x,70;bitmap.y,75;container.height,200
landing.view.woz.widget=generic
landing.view.wwestfurni.conf=caption,landing.view.wwestfurni.header;bodytext,landing.view.wwestfurni.body;catalogbutton,landing.view.wwestfurni.button,wild_west
landing.view.wwestfurni.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_wildwestfurni.png;bitmap.x,50;bitmap.y,-20;container.height,255
landing.view.wwestfurni.widget=generic
landing.view.wwestfurni2.conf=caption,landing.view.wwestfurni2.header;bodytext,landing.view.wwestfurni2.body;spacing,2;catalogbutton,landing.view.wwestfurni2.button,wild_west
landing.view.wwestfurni2.layout=
landing.view.wwestfurni2.widget=generic
landing.view.wwestrares.conf=caption,landing.view.wwestrares.header;bodytext,landing.view.wwestrares.body;catalogbutton,landing.view.wwestrares.button,wild_rares
landing.view.wwestrares.layout=bitmap.uri,${image.library.url}web_promo_small/WildWestTillGallowsSpromo.png;bitmap.x,0;bitmap.y,120;container.height,270
landing.view.wwestrares.widget=generic
landing.view.wwesttownbund.conf=caption,landing.view.wwesttownbund.header;bodytext,landing.view.wwesttownbund.body;spacing,2;catalogbutton,landing.view.wwesttownbund.button,rattlesnake_bundle
landing.view.wwesttownbund.layout=
landing.view.wwesttownbund.widget=generic
landing.view.wwesttrainbun.conf=caption,landing.view.wwesttrainbun.header;bodytext,landing.view.wwesttrainbun.body;catalogbutton,landing.view.wwesttrainbun.button,frontier_train
landing.view.wwesttrainbun.layout=bitmap.uri,${image.library.url}catalogue/august14_wagon_internal.gif;bitmap.x,0;bitmap.y,140;container.height,290
landing.view.wwesttrainbun.widget=generic
landing.view.wwestwantedlock.conf=caption,landing.view.wwestwantedlock.header;bodytext,landing.view.wwestwantedlock.body;spacing,2;catalogbutton,landing.view.wwestwantedlock.button,wanter_poster
landing.view.wwestwantedlock.layout=
landing.view.wwestwantedlock.widget=generic
landing.view.xmas13oldfurni.conf=caption,landing.view.xmas13oldfurni.header;bodytext,landing.view.xmas13oldfurni.body;spacing,2;catalogbutton,landing.view.xmas13oldfurni.button,xmas_old_furni
landing.view.xmas13oldfurni.layout=
landing.view.xmas13oldfurni.widget=generic
landing.view.xmas13polarbear.conf=caption,landing.view.xmas13polarbear.header;bodytext,landing.view.xmas13polarbear.body;spacing,2;catalogbutton,landing.view.xmas13polarbear.button,polar_bear_promo
landing.view.xmas13polarbear.layout=bitmap.uri,${image.library.url}web_promo_small/promo_small_polar_bear.gif;bitmap.x,50;bitmap.y,100;container.height,250
landing.view.xmas13polarbear.widget=generic
landing.view.xmas13quest.conf=caption,landing.view.xmas13quest.header;bodytext,landing.view.xmas13quest.body;spacing,2;internallinkbutton,landing.view.xmas13quest.button,questengine/calendar
landing.view.xmas13quest.layout=bitmap.uri,${image.library.url}album3820/landing_view_quest_image.gif;bitmap.x,175;bitmap.y,100;container.height,250;
landing.view.xmas13quest.widget=generic
landing.view.xmas13snowflake.conf=caption,landing.view.xmas13snowflake.header;bodytext,landing.view.xmas13snowflake.body;spacing,2;catalogbutton,landing.view.xmas13snowflake.button,snowflakes
landing.view.xmas13snowflake.layout=bitmap.uri,${image.library.url}web_promo_small/xmas13_sf_promo.png;bitmap.x,60;bitmap.y,0;container.height,250;
landing.view.xmas13snowflake.widget=generic
landing.view.xmas2013credrares.conf=caption,landing.view.xmas2013credrares.header;bodytext,landing.view.xmas2013credrares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-12-26 18:00;catalogbutton,landing.view.checkitout.button,xmas13_rares
landing.view.xmas2013credrares.layout=Empty value
landing.view.xmas2013credrares.widget=generic
landing.view.xmas2013gnome.conf=caption,landing.view.xmas2013gnome.header;bodytext,landing.view.xmas2013gnome.body;spacing,2;catalogbutton,landing.view.xmas2013gnome.button,pet_gnome
landing.view.xmas2013gnome.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnome.gif;bitmap.x,140;bitmap.y,120;container.height,250;
landing.view.xmas2013gnome.widget=generic
landing.view.xmas2013hcfurni.conf=caption,landing.view.xmas2013hcfurni.header;bodytext,landing.view.xmas2013hcfurni.body;spacing,2;catalogbutton,landing.view.xmas2013hcfurni.button,club_gifts
landing.view.xmas2013hcfurni.layout=bitmap.uri,${image.library.url}catalogue/SmallPromo_hc13.png;bitmap.x,110;bitmap.y,100;container.height,250;
landing.view.xmas2013hcfurni.widget=generic
landing.view.xmas2013roombundle.conf=caption,landing.view.xmas2013roombundle.header;bodytext,landing.view.xmas2013roombundle.body;spacing,2;catalogbutton,landing.view.xmas2013roombundle.button,xmas13_roombundle
landing.view.xmas2013roombundle.layout=bitmap.uri,${image.library.url}web_promo_small/promo_small_xmas13bundle.png;bitmap.x,70;bitmap.y,0;container.height,250;
landing.view.xmas2013roombundle.widget=generic
landing.view.xmas2013xmasfurni.conf=caption,landing.view.xmas2013xmasfurni.header;bodytext,landing.view.xmas2013xmasfurni.body;spacing,2;catalogbutton,landing.view.xmas2013xmasfurni.button,xmas_new_furni
landing.view.xmas2013xmasfurni.layout=
landing.view.xmas2013xmasfurni.widget=generic
landing.view.xmas2013xmasrare.conf=caption,landing.view.xmas2013xmasrare.header;bodytext,landing.view.xmas2013xmasrare.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-12-24 19:00;catalogbutton,landing.view.checkitout.button,xmas13_rares
landing.view.xmas2013xmasrare.layout=
landing.view.xmas2013xmasrare.widget=generic
landing.view.xmas2013xmasrare2.conf=caption,landing.view.xmas2013xmasrare.header;bodytext,landing.view.xmas2013xmasrare.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-12-25 19:00;catalogbutton,landing.view.checkitout.button,xmas13_rares
landing.view.xmas2013xmasrare2.layout=
landing.view.xmas2013xmasrare2.widget=generic
latencytest.interval=20000
latencytest.report.delta=100
latencytest.report.index=3
link.format.bots.help=https://help.habbo.com/entries/22348793-out-now-the-incredible-bot
link.format.club=${url.prefix}/shop
link.format.collectibles=${url.prefix}/shop
link.format.credits=${url.prefix}/shop
link.format.friendlist.pref=${url.prefix}/profile/friendsmanagement?tab=6
link.format.guild=${url.prefix}/groups/%groupid%/id
link.format.madmoney=${url.prefix}/shop
link.format.mail.compose=${url.prefix}/me#mail/compose/%recipientid%
link.format.mail.inbox=${url.prefix}/me#mail/inbox/%random%/
link.format.pets=${url.prefix}/hotel/pets
link.format.pixels=${url.prefix}/shop
link.format.safetylock_unlock=${url.prefix}/settings/security
link.format.tag.search=${url.prefix}/tag/search?tag=%tag%
link.format.user.search=${url.prefix}/me#habbo-search
link.format.userpage=${url.prefix}/profile/%username%
live.environment.list=br/us/de/es/fi/fr/it/nl/tr
loading_screen.logout_visible_timeout_sec=20
login.show.calendar=false
logout.concurrent.url=http://217.211.XX.XXX/disconnected
logout.disconnect.url=http://217.211.XX.XXX/disconnected
logout.disconnect.url=http://217.211.XX.XXX/disconnected
logout.url=http://217.211.XX.XXX/client
memenu.effects.widget.disabled=true
menu.avatar.enabled=true
menu.bot.enabled=false
menu.own_avatar.enabled=1
messenger.new.skin=false
minimail.landing_view.enabled=true
moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
monitor.garbage.collection=false
monsterplants.composting.enabled=true
monsterplants.enabled=true
monsterplants.game.enabled=true
multi.item.trading.enabled=true
mystery_box_toolbar_extension_minimised=false
mysterybox.faq.url=https://help.habbo.com/entries/22500467-mystery-box-and-advent-calendar-2012
mysterybox.number.colors.enabled=8
mysterybox.received.illustration=${image.library.url}xmas2012/box_notification.png
mysterybox.received.linkurl=https://help.habbo.com/entries/22500467-mystery-box-and-advent-calendar-2012
mysterybox.tracker.active=false
navigator.2014.personalized.navigator=true
navigator.colorlimit.orange=80
navigator.colorlimit.red=92
navigator.colorlimit.yellow=50
navigator.default.view=public
navigator.default_tab=official
navigator.settings.show_room_styles=true
navigator.thumbnail.url_base=http://************/camera/Glee/thumbnail_
stories.base_url=
nest.breeding.bear.enabled=true
nest.breeding.cat.enabled=true
nest.breeding.dog.enabled=true
nest.breeding.pig.enabled=true
nest.breeding.terrier.enabled=true
new.identity.hide.quests=true
new.identity.hide.ui=true
new.identity.navigator.default_tab=official
new.user.citizenship.popup.enabled=true
new.user.flow.enabled=true
new.user.onboarding.hc.flow.enabled=true
new.user.promo.delay=-1
new.user.promo.room.delay=0
new.user.reception.enabled=false
new.user.wing=
news.auto_popup.enabled=false
news.url=http://217.211.XX.XXX/swfs/habbo-web-news/%lang%/%environment%/front.json
next.limited.rare.countdown.widget.disabled=false
notification.admin.persistent={"delivery":"PERSISTENT","display":"POP_UP","image":"${image.library.url}album1358/frank_wave_001.gif"}
notification.admin.transient={"display":"POP_UP","image":"${image.library.url}album1358/frank_wave_001.gif"}
notification.builders_club.membership_expired={"display":"POP_UP"}
notification.builders_club.membership_expires={"display":"POP_UP","image":"${image.library.url}notifications/builders_club_room_locked_small.png"}
notification.builders_club.membership_extended={"delivery":"PERSISTENT","display":"POP_UP"}
notification.builders_club.membership_made={"delivery":"PERSISTENT","display":"POP_UP","image":"${image.library.url}notifications/builders_club_membership_extended.png"}
notification.builders_club.membership_renewed={"delivery":"PERSISTENT","display":"POP_UP","image":"${image.library.url}notifications/builders_club_membership_extended.png"}
notification.builders_club.room_locked={"display":"BUBBLE","image":"${image.library.url}notifications/builders_club_room_locked_small.png"}
notification.builders_club.room_unlocked={"display":"BUBBLE"}
notification.builders_club.visit_denied_for_owner={"display":"BUBBLE","image":"${image.library.url}notifications/builders_club_room_locked_small.png"}
notification.builders_club.visit_denied_for_visitor={"display":"POP_UP","image":"${image.library.url}notifications/builders_club_room_locked.png"}
notification.campaign.credit.donation={"display":"BUBBLE"}
notification.campaign.product.donation={"display":"BUBBLE"}
notification.casino.too_many_dice.placement={"display":"POP_UP"}
notification.casino.too_many_dice={"display":"POP_UP"}
notification.cfh.created={"display":"POP_UP","title":""}
notification.feed.enabled=false
notification.floorplan_editor.error={"display":"POP_UP"}
notification.forums.delivered={"delivery":"PERSISTENT","display":"POP_UP"}
notification.forums.forum_settings_updated={"display":"BUBBLE"}
notification.forums.message.hidden={"display":"BUBBLE"}
notification.forums.message.restored={"display":"BUBBLE"}
notification.forums.thread.hidden={"display":"BUBBLE"}
notification.forums.thread.locked={"display":"BUBBLE"}
notification.forums.thread.pinned={"display":"BUBBLE"}
notification.forums.thread.restored={"display":"BUBBLE"}
notification.forums.thread.unlocked={"display":"BUBBLE"}
notification.forums.thread.unpinned={"display":"BUBBLE"}
notification.furni_placement_error={"display":"BUBBLE"}
notification.gifting.valentine={"delivery": "PERSISTENT", "display":"BUBBLE", "image":"${image.library.url}notifications/polaroid_photo.png"}
notification.items.enabled=true
notification.mute.forbidden.time={"display":"BUBBLE"}
notification.npc.gift.received={"display":"BUBBLE","image":"${image.library.url}album1584/X1517.gif"}
notification.nux.popup={"display":"POP_UP"}
notification.purchasing.room={"delivery":"PERSISTENT","display":"POP_UP"}
nux.every.new.user.is.noob=true
nux.lobbies.enabled=true
nux.noob.chat.reminder.delay=240
nux.noob.lobby.popup.delay=90
offers.enabled=true
offers.habboclub.enabled=true
offers.sponsorpay.appid=9836
offers.supersonic.enabled=true
offers.wait.minutes=0
payment.url=https://help.habbo.com/home
performancetest.distribution.enabled=true
performancetest.interval=2147483647
pet.configuration=dog,cat,croco,terrier,bear,pig,lion,rhino,spider,turtle,chicken,frog,dragon,monster,monkey,horse,monsterplant,bunnyeaster,bunnyevil,bunnydepressed,bunnylove,pigeongood,pigeonevil,demonmonkey,bearbaby,terrierbaby,gnome,gnome,kittenbaby,puppybaby,pigletbaby,haloompa,fools,pterosaur,velociraptor,cow,LeetPen,bbwibb,
pet.dynamic.download.name.template=%type%.swf
pet.dynamic.download.url=${flash.client.url}
pet.enhancements.enabled=true
pet.training.enabled=true
petSelect.enabled=true
phone.number.preferred.countries=US,GB,CA,AU,MY,SG
plasto_campaign.enabled=false
pocket.api.no=https://www.habbo.no
poll.word.quiz.answer.bubble.seconds=5
private.image.library.url=http://images.habbogroup.com/c_images/
productdata.load.url=http://217.211.XX.XXX/swfs/gamedata/productdata.txt
public.room.dynamic.download.name.template=%typeid%.swf
purchase.rent.duration.in.seconds=604800
purchase.rent.warning_duration_seconds=172800
purse.widget.currency.shells.enabled=0
purse.widget.enabled=1
push_notifications.enabled=true
questing.defaultCampaign=room_builder
questing.showDetailsForNextQuest=false
questing.startQuestDelayInSeconds=10
recycler.number_of_slots=4
relationship.status.enabled=true
rentablespaces.faq.location=
rentablespaces.renting_enabled=true
respect.talent.show.min.audience=6
room.camera.follow_user=true
room.custom.filter.enabled=true
room.dragging.always_center=0
room.enter.effect.delay=5000
room.enter.effect.duration=2000
room.enter.effect.enabled=false
room.enter.info.collapse.delay=5000
room.enter.infostand.fade.start.delay=20000
room.rating.enable=1
room.report.enabled=true
room.settings.trading.visible=false
room_ad.duration.minutes=120
room_ad.maximum_total_time.minutes=10080
room_moderation.mute_all.enabled=true
roomad.limit_total_time=true
roomad.limited_extension=false
roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
roomenterad.habblet.enabled=true
roominfo.widget.enabled=1
safety_quiz.disabled=true
seasonalQuestCalendar.campaignPrefix=xmas2013
seasonalQuestCalendar.currency=103
seasonalQuestCalendar.enabled=false
seasonalQuestCalendar.maximum.entities=24
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=set_artifact_star
sharedhorseriding.enabled=true
show.sanction.info.on.login=true
simple.memenu.enabled=1
sms.identity.verification.button.enabled=true
sms.identity.verification.enabled=false
snowstorm.settings.show_user_names=true
snowwar.ghost.enabled=false
snowwar.ghost.immediate.enabled=false
snowwar.ghost.visualization.enabled=false
snowwar.log.enabled=false
stories.admin.tool.base.url=https://theallseeingeye.sulake.com/habbo-stories-admin/#/photos/
stories.report.selfie.enabled=true
subscription.reminder.when.days.left=5
supersaverads.video.promo.development.mode=false
supersaverads.video.promo.enabled=true
tablet.avatareditor.enabled=true
tablet.bc.enabled=true
tablet.bc.upgrades.enabled=true
tablet.processlog.enabled=false
tablet.trading.enabled=true
talent.progress.emailchange.enabled=false
talent.track.citizenship.enabled=true
talent.track.enabled=true
targeted.offer.override.layout.108=targeted_offer_dialog_variation_xml
targeted.offer.override.layout.109=targeted_offer_dialog_variation_xml
targeted.offer.override.layout.65=targeted_offer_dialog_variation_xml
targeted.offer.override.layout.66=targeted_offer_dialog_variation_xml
targeted.offer.override.layout.67=targeted_offer_dialog_variation_xml
targeted.offer.override.layout.68=targeted_offer_dialog_variation_xml
targeted.offer.override.preview_image.108=targetedoffers/nu_offer_14aug15.png
targeted.offer.override.preview_image.109=targetedoffers/ufo_var_v3.png
targeted.offer.override.preview_image.65=targetedoffers/ufo_var_v1.png
targeted.offer.override.preview_image.66=targetedoffers/ufo_var_v3.png
targeted.offer.override.preview_image.67=targetedoffers/ufo_var_v5.png
targeted.offer.override.preview_image.68=targetedoffers/ufo_var_v7.png
toolbar.extension.video.promo.enabled=true
toolbar.hide.quests=true
toolbar.mode=transparent
toolbar.new_additions.notification.enabled=true
toolbar.stories.enabled=false
toolbar.tracking.enabled=true
toolbar.unseen_notification.skipped_badge_ids=ACH_AllTimeHotelPresence
tracking.framerate.reportInterval.seconds=2147483647
trading.commiterror.enabled=true
trading.warning.enabled=true
trax.player.sample.memory.purge.enabled=1
try.existing.session=false
unique.limited.items.enabled=true
url.prefix.no=http://www.habbo.no
use.default.localizations=false
use_minimized_own_avatar_menu=true
v3_credit_flow.enabled=true
v3_credit_flow_navigation.enabled=true
v3_credit_flow_navigation=true
valentines.enabled=false
vip.snowstorm.offer.length.days=31
viral.furni.post_type=appRequest
web.shop.relativeUrl=/shop
web.shop.subscription.relativeUrl=/shop/subscriptions
welcome.gift.feature.enabled=false
welcome.screen.enabled=0
wired.enabled.air=1
xmas11.campaignPrefix=xmas11
xmas11.enabled=false
xmas2012.calendar.enabled=false
xmas2012.calendar.startdate=2012-12-02 00:00
zendesk.url=https://help.habbo.com/home
zoom.enabled=1
landing.view.competition.hof.highscoreranking.rankdesc.leader=TOP 10 richest players
landing.view.competition.hof.highscoreranking.rankdesc.leader.other=almost richest
landing.view.competition.hof.points=%points% VIP Points

productdata.load.url=http://217.211.XX.XXX/swfs/gamedata/productdata.txt
external.texts.txt=http://217.211.XX.XXX/swfs/gamedata/external_flash_texts.txt
external.override.variables.txt=http://217.211.XX.XXX/swfs/gamedata/override/external_override_variables.txt
flash.client.url=http://217.211.XX.XXX/swfs/gordon/PRODUCTION-201611291003-338511768/
furnidata.load.url=http://217.211.XX.XXX/swfs/gamedata/furnidata.xml
external.variables.txt=http://217.211.XX.XXX/swfs/gamedata/external_variables.txt
external.override.texts.txt=http://217.211.XX.XXX/swfs/gamedata/override/external_flash_override_texts.txt
external.figurepartlist.txt=http://217.211.XX.XXX/swfs/gamedata/figuredata.xml

client.hotel_view.image=http://217.211.XX.XXX/swfs/c_images/reception/nghtest.png
landing.view.background_back.uri=http://217.211.XX.XXX/swfs/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_background_hotel.uri=http://217.211.XX.XXX/swfs/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_front.uri=http://217.211.XX.XXX/swfs/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_gradient.uri=http://217.211.XX.XXX/swfs/c_images/reception/background_gradient_ngh.png
landing.view.background_gradient_top.uri=http://217.211.XX.XXX/swfs/c_images/reception/background_gradient_ngh.png
landing.view.background_horizon.uri=http://217.211.XX.XXX/swfs/c_images/reception/meter_level_1_vip_icon_lympix.png
landing.view.background_hotel_top.uri=http://217.211.XX.XXX/swfs/c_images/reception/logo_ws.png
landing.view.background_hotel_top.uri=http://217.211.XX.XXX/swfs/c_images/reception/jungle16_background_hotel_top.png
landing.view.background_left.uri=http://217.211.XX.XXX/swfs/c_images/reception/hbcleft2.png
landing.view.background_right.uri=http://217.211.XX.XXX/swfs/c_images/reception/background_right_hbc.png
 
Upvote 0
Junior Spellweaver
Joined
Oct 30, 2010
Messages
148
Reaction score
8
Re: [Help] Black client for non-host users [RevCMS Arcturus]

I suppose it's an issue with the SWFs since it opens a blank page, but I haven't found anything yet. They seem to be reachable by other people as well.

The General Where did you mean I should look in the css and/or js?
 
Upvote 0
Back
Top