VPS help

Results 1 to 15 of 15
  1. #1
    Member Chase Bergroth is offline
    MemberRank
    Oct 2013 Join Date
    87Posts

    VPS help

    Hello everyone, I am new to this forum and would like some help please:)
    I have been trying to get a habbo retro up for about a week now and keep coming into difficulties, this is the first one I have not been able to solve.
    So basically I have my cms,swfs,sql, etc hosted on my website and my emulator is hosted on a VPS.
    Everytime I try to load up my emulator I get this error
    Attached Thumbnails Attached Thumbnails error.png  


  2. #2
    Enthusiast R3x is offline
    MemberRank
    Sep 2013 Join Date
    30Posts

    Re: VPS help

    Post your emulator's config, Make sure it's linked to the correct db. Check to see if your ports are correct.

  3. #3
    Member Chase Bergroth is offline
    MemberRank
    Oct 2013 Join Date
    87Posts

    Re: VPS help

    Hello sorry I didnt realise I had a reply, I am now putting my databse on my vps rather than my website host, although I am having difficulties. I am follow this guide :http://forum.ragezone.com/f335/make-...ro-iis-947699/.

    Ive done the sql, the IIS etc, but I have no idea how to define port in the setting for my habbophp translated my crownie.
    can you please help

  4. #4
    Member Billy Baggins is offline
    MemberRank
    Oct 2013 Join Date
    53Posts

    Re: VPS help

    if you were using different server (hosting) for your db than for your actual server you will need to set up permissions to allow your server to connect to it.

    " but I have no idea how to define port in the setting for my habbophp translated my crownie."

    I don't know what you mean by this

  5. #5
    Member Chase Bergroth is offline
    MemberRank
    Oct 2013 Join Date
    87Posts

    Re: VPS help

    I had permissions setup to allow my server, stil didnt work.

    Im trying to use a different cms now because I couldnt define the port in habbophp and its still not connecting to the database, I have the hostname as localhost (both the database, cms and emulator are all on my vps now as directed by the tutorial I used) with the correct port, username and password and still does ont connect for me :(

    Could someone that has setup an online retro please pm me there facebook or something so I could chat with them about it?

  6. #6
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: VPS help

    Just setup your website on your VPS. Wonder why you would make a webhosted server...

  7. #7
    Member Chase Bergroth is offline
    MemberRank
    Oct 2013 Join Date
    87Posts

    Re: VPS help

    How do you do this? haha And can I just connect my domain straight to my VPS? Im new to alot of this and what I have done its been many years since ive done much xD

  8. #8
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: VPS help

    Yes. You can set dns at the site you bought your domain from.

    You can host a site with IIS7.

  9. #9
    Novice Next Retro is offline
    MemberRank
    Oct 2013 Join Date
    3Posts

    Re: VPS help

    how would I go about connecting it to my domain?
    I am currently looking for a decent cms as habbophp doesnt seem compatible with IIS, do you have any sugestions for me? preferably with a good housekeeping, all the good ones I come across dont seem to have a client.php

  10. #10
    Novice Next Retro is offline
    MemberRank
    Oct 2013 Join Date
    3Posts

    Re: VPS help

    I have my website on my vps, sql,my cms, my swfs is in progress, emulators up, everything configred. im getting a white screen for client im assuming this is because swfs is not in palce yet?
    Still unsure on how to link my domain to my VPS?
    Cheers.

  11. #11
    Member Billy Baggins is offline
    MemberRank
    Oct 2013 Join Date
    53Posts

    Re: VPS help

    Quote Originally Posted by Next Retro View Post
    I have my website on my vps, sql,my cms, my swfs is in progress, emulators up, everything configred. im getting a white screen for client im assuming this is because swfs is not in palce yet?
    Still unsure on how to link my domain to my VPS?
    Cheers.
    Pointing a domain to a VPS server IP address

  12. #12
    Member Chase Bergroth is offline
    MemberRank
    Oct 2013 Join Date
    87Posts

    Re: VPS help

    Thanks :D
    I am slowly gettin progress haha, now my client loads to about 70-80% then I get redirected to /diconnected.php could I please have some help with that :) haha
    BCstom Sonfg
    Spoiler:

    ## uberEmulator System Configuration File
    ## Must be edited for the server to work


    ## MySQL Configuration
    db.hostname=localhost
    db.port=3306
    db.username=root
    db.password=****
    db.name=next




    ## MySQL pooling setup (controls amount of connections)
    db.pool.minsize=1
    db.pool.maxsize=50


    ## Game TCP/IP Configuration
    game.tcp.bindip=204.93.54.74
    game.tcp.port=30000
    game.tcp.conlimit=11000
    game.tcp.conperip=100
    game.tcp.enablenagles=False


    ## MUS TCP/IP Configuration
    mus.tcp.bindip=204.93.54.74
    mus.tcp.port=30001
    mus.tcp.allowedaddr=204.93.54.74;http://www.next-hotel.pro/;


    ## Stream Message; Si lo dejas sin texto no aparecerá
    hotel.stream.message=Welcome on Next


    ## License
    internal.license=


    ## Hotel Link; To StreamImages
    guilds.link=http://204.93.54.74/habbo-imaging/badge/
    stream.link=http://204.93.54.74/habbo-imaging/head?look=


    ## Client configuration
    client.ping.enabled=1
    client.ping.interval=200000
    client.maxrequests=500
    client.maxpossiblefriends=700
    client.maxitemsininventary=3400


    #IRC
    irc.enabled=false
    irc.server=127.0.0.1
    irc.port=6667
    irc.user=USER CSharpBot 8 * :I'm a C# irc bot
    irc.nick=[VG]Mordi
    irc.channel=#habbovg_servermod
    irc.password=#


    #Groep instellingen
    group.enabled=true
    auth.ssodisabled=false


    #pixel instellingen
    game.pixel.enabled=true
    game.pixel.amount=0
    game.pixel.time=600


    #credits instellingen
    game.credits.enabled=true
    game.credits.amount=10
    game.credits.time=600


    game.login.credits.receiveamount=10
    game.login.pixel.receiveamount=0


    #Threading Main Loops.
    SeparatedTasksInMainLoops.enabled=true




    SeparatedTasksInGameClientManager.enabled=true


    # Ban flood protection
    spambans.enabled=true
    spambans.limit=5


    external variables
    Spoiler:

    avatar.ignored.bubble.enabled=true
    avatar.sitting.enabled=true
    avatar.widget.enabled=1
    avatareditor.allowclubtryout=1
    billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
    billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
    bundle.dynamic.discounts.enabled=true
    catalog.direct.sms.buy.allowed=false
    catalog.direct.sms.buy.length.days=5
    catalog.direct.vip.buy.enabled=true
    catalog.drag_and_drop=true
    catalog.furniture.animation=true
    catalog.gallery.lang=en
    catalog.multiple.purchase.enabled=true
    catalog.new_direct_vip_buy_window=true
    catalog.newgiftflow.enabled=true
    catalog.pets.adjust_old=false
    catalog.purchase.gift.singleclick.confirmation=true
    catalog.purchase.gift.singleclick=true
    catalog.vip.benefits.enabled=true
    catalog.vip.gift.promo=1,12
    cfh.usercategories.withharasser=101,102,103,104,105,106,111,112,113,114,121,122,123,124,1024
    cfh.usercategories.withnoharasser=101,102,103,104,105,106,111,112,113,114,121,122,123,124,1024
    chat.muting.enabled=false
    client.allow.external.links=1
    client.allow.facebook.like=1
    client.credits.embed.enabled=true
    client.hotel_view.image=hotel_view_images_hq/hotelview_xmas10_000.png
    client.hotel_view.show_on_startup=1
    client.minimail.embed.enabled=true
    client.toolbar.static.enabled=true
    club.membership.extend.basic.promotion.enabled=true
    club.membership.extend.vip.promotion.enabled=true
    club.subscription.disabled=1
    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.vipParties1.catalogPage=jetset
    competition.vipParties2.catalogPage=jetset
    competition.vipParties3.catalogPage=jetset
    currencyiconstyle.big.101.combo=51
    currencyiconstyle.big.101=50
    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=49
    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
    decorationMode.enabled=true
    disabled.custom.chat.styles=
    dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct
    dynamic.download.samples.template=%revision%/%typeid%.cct
    dynamic.download.url=http://www.-next-hotel.pro/swfs/dcr/hof_furni/
    external.figurepartlist.txt=http://www.-next-hotel.pro/swfs/figuredata.xml
    external.texts.txt=http://www.-next-hotel.pro/swfs/external_flash_texts.txt


    feed.badge_decorations.album=Feed_Badges
    feed.badge_decorations.decoration_id=001
    flash.dynamic.download.name.template=%typeid%.swf
    flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
    flash.dynamic.download.url=http://www.-next-hotel.pro/swfs/dcr/hof_furni/
    friend_bar.helper.friend_finding.enabled=true
    friendbar.notifications.enabled=true
    friendbar.playSnowStorm.enabled=true
    friendbar.playSnowStorm.friendsThreshold=1000
    friendbar.requests.enabled=true
    friendbar.stream.enabled=false
    friendbar.stream.liking.enabled=true
    friendbar.stream.pet_purchase.publish.enabled=true
    friendbar.stream.status.enabled=true
    friendbar.stream.user.enabled=true
    furnidata.load.url=http://www.-next-hotel.pro/swfs/furnidata.txt


    furniture.context.menu.widget.enabled=true
    game.center.basejump.enabled=true
    game.center.default_game=basejump
    game.center.enabled.forStaff=true
    game.center.enabled=true
    game.center.promoted_game=
    game.center.snowwar.enabled=true
    games.buy.x.games.enabled=false
    games.buy.x.games.video.enabled=false
    games.highscores.enabled=true
    games.highscores.scrolling.enabled=true
    games.tokens.enabled=false
    games_icon_enabled=true
    group.badge.url=http://www.-next-hotel.pro/habbo-imaging/badge/%imagerdata%.gif
    groupBadgeInfo.enabled=true
    groupRoomInfo.attach.enabled=true
    groupRoomInfo.badge.enabled=true
    guardians.enabled=true
    guide.help.alpha.groupid=340826
    guide.help.new.user.tour.enabled=false
    guide.help.request.max.chat.message.length=150
    guides.enabled=true
    guilds.enabled=true
    habbo.gaming.api.enabled=true
    habbo_club_buy_disabled=true
    habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
    habboway.enabled=true
    handitem.drop.enabled=true
    handitem.give.enabled=true
    hotelview.banner.url=http://www.-next-hotel.pro/swfs/banner.php
    hover.name.enabled=false
    identityTracking.enabled=false
    identityinformationtool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/intra/hobba/identity_log.action?identityId=
    image.library.badgepart.url=http://www.-next-hotel.pro/swfs/c_images/Badgeparts/
    image.library.catalogue.url=http://www.-next-hotel.pro/swfs/c_images/catalogue/
    image.library.playlist.url=http://www.-next-hotel.pro/swfs/c_images/playlist/
    image.library.questing.url=http://www.-next-hotel.pro/swfs/c_images/Quests/
    image.library.url=http://www.-next-hotel.pro/swfs/c_images/
    image.library.xmas11.calendar.url=http://www.-next-hotel.pro/swfs/c_images/xmas11_quest_calendar/
    infostand.report.show=1
    interstitial.enabled=false
    interstitial.interval=120000
    interstitial.max.displays=8
    interstitial.show.time=5000
    inventory.bots.enabled=true
    lagWarningLog.enabled=1
    landing.view.africaDesert.background_horizon.visible=false
    landing.view.africaDesert.background_hotel_top.uri=${image.library.url}reception/reception_backdrop_stretch.png
    landing.view.africaDesert.background_left.uri=${image.library.url}reception/egypt4_reception_backdrop_left.png
    landing.view.africaDesert.background_right.uri=${image.library.url}reception/egypt_reception_backdrop_left_001.png
    landing.view.africaDesertFurniPromo.conf=caption,landing.view.africaDesert.catalogpromo.caption;bodytext,landing.view.africaDesert.catalogpromo.bodytext;spacing,10;image,reception/egypt_furni_promo.png,0;catalogbutton,landing.view.africaDesert.catalogpromo.button,set_desert
    landing.view.africaDesertFurniPromo.layout=container.height,300
    landing.view.africaDesertFurniPromo.widget=generic
    landing.view.africaDesertQuests.layout=bitmap.uri,${image.library.url}reception/acn_egypt_competition.png;bitmap.x,50;bitmap.y,80;container.height,200
    landing.view.africaDesertQuests.widget=dailyquest
    landing.view.africaDesertRewards.conf=title,landing.view.roomcompetition.rewards;spacing,10;rewardbadge,ancients_sahara_rcr_1,landing.view.roomcompetition.rewards.top10;spacing,5;rewardbadge,ancients_sahara_rcr_2,landing.view.roomcompetition.rewards.top100;spacing,5;rewardbadge,ancients_sahara_rcr_3,landing.view.roomcompetition.rewards.forparticipating
    landing.view.africaDesertRewards.layout=bitmap.uri,${image.library.url}reception/reward_bg2.png;bitmap.x,0;bitmap.y,20;container.height,180
    landing.view.africaDesertRewards.widget=generic
    landing.view.africaDesertSubmitPromo.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.roomcompetition.africaDesert.submit.caption;bodytext,landing.view.roomcompetition.africaDesert.submit.bodytext;submitcompetitionroom,landing.view.roomcompetition.submit,landing.view.roomcompetition.submitdone,africaDesert;customtimer,true,38,30,landing.view.roomcompetition.submit.votingstartsin,,2012-07-11 00:00
    landing.view.africaDesertSubmitPromo.layout=bitmap.uri,${image.library.url}reception/acn_egypt_competition.png;bitmap.x,50;bitmap.y,80;container.height,200
    landing.view.africaDesertSubmitPromo.widget=generic
    landing.view.africaDesertVotePromo.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.roomcompetition.africaDesert.vote.caption;bodytext,landing.view.roomcompetition.africaDesert.vote.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,africaDesert;customtimer,true,38,30,landing.view.roomcompetition.vote.timeremaining,,2012-07-13 00:00;spacing,30
    landing.view.africaDesertVotePromo.layout=bitmap.uri,${image.library.url}reception/acn_egypt_competition.png;bitmap.x,50;bitmap.y,80;container.height,200
    landing.view.africaDesertVotePromo.widget=generic
    landing.view.africaJungle.background_horizon.uri=${image.library.url}reception/tanzania_reception_backdrop_left2_shadow.png
    landing.view.africaJungle.background_hotel_top.uri=${image.library.url}reception/reception_backdrop_stretch.png
    landing.view.africaJungle.background_left.uri=${image.library.url}reception/tanzania_reception_backdrop_left2.png
    landing.view.africaJungle.background_right.uri=${image.library.url}reception/tanzania_reception_backdrop_right.png
    landing.view.africaJungleFurniPromo.conf=caption,landing.view.africaJungle.catalogpromo.caption;bodytext,landing.view.africaJungle.catalogpromo.bodytext;spacing,10;image,reception/jungle_furni_promo.png,0;catalogbutton,landing.view.africaJungle.catalogpromo.button,set_jungle
    landing.view.africaJungleFurniPromo.layout=container.height,300
    landing.view.africaJungleFurniPromo.widget=generic
    landing.view.africaJungleQuests.layout=bitmap.uri,${image.library.url}reception/acn_tanzania_competition.png;bitmap.x,50;bitmap.y,80;container.height,240
    landing.view.africaJungleQuests.widget=dailyquest
    landing.view.africaJungleRewards.conf=title,landing.view.roomcompetition.rewards;spacing,10;rewardbadge,ancients_jungle_rcr_1,landing.view.roomcompetition.rewards.top10;spacing,5;rewardbadge,ancients_jungle_rcr_2,landing.view.roomcompetition.rewards.top100;spacing,5;rewardbadge,ancients_jungle_rcr_3,landing.view.roomcompetition.rewards.forparticipating
    landing.view.africaJungleRewards.layout=bitmap.uri,${image.library.url}reception/reward_bg2.png;bitmap.x,0;bitmap.y,20;container.height,180
    landing.view.africaJungleRewards.widget=generic
    landing.view.africaJungleSubmitPromo.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.roomcompetition.africaJungle.submit.caption;bodytext,landing.view.roomcompetition.africaJungle.submit.bodytext;submitcompetitionroom,landing.view.roomcompetition.submit,landing.view.roomcompetition.submitdone,africaJungle;customtimer,true,38,30,landing.view.roomcompetition.submit.votingstartsin,,2012-07-25 00:00
    landing.view.africaJungleSubmitPromo.layout=bitmap.uri,${image.library.url}reception/acn_tanzania_competition.png;bitmap.x,50;bitmap.y,80;container.height,240
    landing.view.africaJungleSubmitPromo.widget=generic
    landing.view.africaJungleVotePromo.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.roomcompetition.africaJungle.vote.caption;bodytext,landing.view.roomcompetition.africaJungle.vote.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,africaJungle;customtimer,true,38,30,landing.view.roomcompetition.vote.timeremaining,,2012-07-27 00:00;spacing,30
    landing.view.africaJungleVotePromo.layout=bitmap.uri,${image.library.url}reception/acn_tanzania_competition.png;bitmap.x,50;bitmap.y,80;container.height,240
    landing.view.africaJungleVotePromo.widget=generic
    landing.view.africaSavannah.background_horizon.visible=false
    landing.view.africaSavannah.background_hotel_top.uri=${image.library.url}reception/reception_backdrop_stretch.png
    landing.view.africaSavannah.background_left.uri=${image.library.url}reception/kenya_reception_backdrop_left.png
    landing.view.africaSavannah.background_right.uri=${image.library.url}reception/kenya_reception_backdrop_right.png
    landing.view.africaSavannahFurniPromo.conf=caption,landing.view.africaSavannah.catalogpromo.caption;bodytext,landing.view.africaSavannah.catalogpromo.bodytext;spacing,10;image,reception/kenya_furni_promo.png,0;catalogbutton,landing.view.africaSavannah.catalogpromo.button,set_savannah
    landing.view.africaSavannahFurniPromo.layout=container.height,300
    landing.view.africaSavannahFurniPromo.widget=generic
    landing.view.africaSavannahQuests.layout=bitmap.uri,${image.library.url}reception/acn_kenya_competition.png;bitmap.x,50;bitmap.y,80;container.height,200
    landing.view.africaSavannahQuests.widget=dailyquest
    landing.view.africaSavannahRewards.conf=title,landing.view.roomcompetition.rewards;spacing,10;rewardbadge,ancients_savannah_rcr_1,landing.view.roomcompetition.rewards.top10;spacing,5;rewardbadge,ancients_savannah_rcr_2,landing.view.roomcompetition.rewards.top100;spacing,5;rewardbadge,ancients_savannah_rcr_3,landing.view.roomcompetition.rewards.forparticipating
    landing.view.africaSavannahRewards.layout=bitmap.uri,${image.library.url}reception/reward_bg2.png;bitmap.x,0;bitmap.y,20;container.height,180
    landing.view.africaSavannahRewards.widget=generic
    landing.view.africaSavannahSubmitPromo.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.roomcompetition.africaSavannah.submit.caption;bodytext,landing.view.roomcompetition.africaSavannah.submit.bodytext;submitcompetitionroom,landing.view.roomcompetition.submit,landing.view.roomcompetition.submitdone,africaSavannah;customtimer,true,38,30,landing.view.roomcompetition.submit.votingstartsin,,2012-07-18 00:00
    landing.view.africaSavannahSubmitPromo.layout=bitmap.uri,${image.library.url}reception/acn_kenya_competition.png;bitmap.x,50;bitmap.y,80;container.height,200
    landing.view.africaSavannahSubmitPromo.widget=generic
    landing.view.africaSavannahVotePromo.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.roomcompetition.africaSavannah.vote.caption;bodytext,landing.view.roomcompetition.africaSavannah.vote.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,africaSavannah;customtimer,true,38,30,landing.view.roomcompetition.vote.timeremaining,,2012-07-20 00:00;spacing,30
    landing.view.africaSavannahVotePromo.layout=bitmap.uri,${image.library.url}reception/acn_kenya_competition.png;bitmap.x,50;bitmap.y,80;container.height,200
    landing.view.africaSavannahVotePromo.widget=generic
    landing.view.background_back.uri=
    landing.view.background_background_hotel.uri=
    landing.view.background_front.uri=
    landing.view.background_gradient.uri=${image.library.url}reception/reception_hstars_stretch.png
    landing.view.background_gradient_top.uri=${image.library.url}reception/reception_backdrop_stretch_top_pixel.png
    landing.view.background_horizon.uri=${image.library.url}reception/reception_hstars_horiz_left.png
    landing.view.background_hotel_top.uri=
    landing.view.background_left.uri=${image.library.url}reception/reception_hstars_backdrop_left.png
    landing.view.background_right.uri=${image.library.url}reception/reception_hstars_backdrop_right.png
    landing.view.bgobject.1=
    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.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.20=
    landing.view.bgtiming=
    landing.view.campaign.code=
    landing.view.campaign.promo.background.image.left.uri=${image.library.url}reception/limited_take_out_promo1.png
    landing.view.campaign.promo.background.image.right.uri=${image.library.url}reception/limited_take_out_promo2.png
    landing.view.cloudFurniPromo.conf=caption,landing.view.cloud.catalogpromo.caption;bodytext,landing.view.cloud.catalogpromo.bodytext;spacing,10;image,reception/cloud_furni_promo.png,0;catalogbutton,landing.view.cloud.catalogpromo.button,set_background
    landing.view.cloudFurniPromo.layout=container.height,300
    landing.view.cloudFurniPromo.widget=generic
    landing.view.cloudPromo.conf=caption,landing.view.cloudpromo.caption;bodytext,landing.view.cloudpromo.bodytext;credithabbletbutton,landing.view.cloudpromo.button;spacing,175
    landing.view.cloudPromo.layout=content.x,18;content.y,0;content.width,482;bitmap.uri,${image.library.url}credits/credit_promo_cloud_bestvalue.png;bitmap.x,220;bitmap.y,80;bitmap.width,260;bitmap.height,205
    landing.view.cloudPromo.widget=generic
    landing.view.cloudPromoEnd.conf=caption,landing.view.cloudpromoend.caption;bodytext,landing.view.cloudpromoend.bodytext;image,reception/cloudpromo.png
    landing.view.cloudPromoEnd.layout=content.x,18;content.y,0;content.width,482
    landing.view.cloudPromoEnd.widget=generic
    landing.view.cloudPromoExeWhite.conf=caption,landing.view.pageexpiry.header;bodytext,landing.view.pageexpiry.desc;spacing,10;image,reception/white_exe_promo.png,0;catalogbutton,landing.view.pageexpiry.opencatalog,set_white_executive;customtimer,true,0,5,landing.view.pageexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2012-09-10 08:00
    landing.view.cloudPromoExeWhite.layout=container.height,300
    landing.view.cloudPromoExeWhite.widget=generic
    landing.view.cloudPromoSchool.conf=caption,landing.view.pageexpiry.header;bodytext,landing.view.pageexpiry.desc;spacing,10;image,catalogue/catalog_school_teaser2.gif;catalogbutton,landing.view.pageexpiry.opencatalog,set_school;customtimer,true,0,5,landing.view.pageexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2012-09-11 08:00
    landing.view.cloudPromoSchool.layout=container.height,300
    landing.view.cloudPromoSchool.widget=generic
    landing.view.cloudPromoShalimar.conf=caption,landing.view.pageexpiry.header;bodytext,landing.view.pageexpiry.desc;spacing,10;image,catalogue/catalog_shal_teaser_en.gif;catalogbutton,landing.view.pageexpiry.opencatalog,set_shalimar_cloud;customtimer,true,0,5,landing.view.pageexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2012-09-13 08:00
    landing.view.cloudPromoShalimar.layout=container.height,300
    landing.view.cloudPromoShalimar.widget=generic
    landing.view.common.etchingcolor=
    landing.view.common.etchingposition=
    landing.view.common.textcolor=
    landing.view.community.catalog.target=ecotron_transform
    landing.view.community.challenge.vote.url=http://www.facebook.com/habboes
    landing.view.community.interactive=true
    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.diamondpromo.conf=caption,landingview.diamondpromo.title;bodytext,landingview.diamondpromo.bodytext;catalogbutton,Landing.view.jetset.access.opencatalog,diamondrares
    landing.view.diamondpromo.layout=bitmap.uri,${image.library.url}reception/diamond_promo.png;bitmap.x,180;bitmap.y,85;container.height,200
    landing.view.diamondpromo.widget=generic
    landing.view.diarare.conf=caption,landing.view.cloud.catalogpromo.caption;bodytext,landing.view.pageexpiry.title;spacing,10;catalogbutton,landing.view.hstarssfx.opencatalog,diamond_rares
    landing.view.diarare.layout=bitmap.uri,${image.library.url}reception/promo_dia_rare.png;bitmap.x,0;bitmap.y,110;container.height,310
    landing.view.diarare.widget=generic
    landing.view.dynamic.slot.1.widget=nextlimitedrarecountdown
    landing.view.dynamic.slot.2.conf=2012-11-09 19:00,hstarsa;2012-11-27 10:00,
    landing.view.dynamic.slot.2.layout=
    landing.view.dynamic.slot.2.widget=widgetcontainer
    landing.view.dynamic.slot.3.conf=2012-11-09 15:00,hstarsbots;2012-11-16 18:00,diarare;2012-11-19 12:00,xmasghost1;2012-11-22 20:00,xmasghost2;2012-11-22 20:45,xmasghost1;2012-11-25 21:00,xmasghost2;2012-11-25 21:45,xmasghost1;2012-11-28 22:00,xmasghost2;2012-11-28 22:45,xmasghost1;2012-11-30 14:00,
    landing.view.dynamic.slot.3.layout=
    landing.view.dynamic.slot.3.widget=widgetcontainer
    landing.view.dynamic.slot.4.conf=2012-11-09 19:00,hstarscompetition;2012-11-16 10:00,;2012-11-16 16:00,hstarssubmit;2012-11-19 10:00,;2012-11-19 12:00,hstarsvote;2012-11-22 12:00,
    landing.view.dynamic.slot.4.layout=
    landing.view.dynamic.slot.4.separator=false
    landing.view.dynamic.slot.4.title=landing.view.pageexpiry.title
    landing.view.dynamic.slot.4.widget=widgetcontainer
    landing.view.dynamic.slot.5.conf=2012-11-09 18:00,hspeedway;2012-11-15 15:00,hstarsdiamonds;2012-11-26 12:00,
    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=widgetcontainer
    landing.view.dynamic.slot.6.conf=
    landing.view.dynamic.slot.6.widget=achievementcompetition_hall_of_fame
    landing.view.enabled=true
    landing.view.furniMatic.background_horizon.uri=
    landing.view.furniMatic.background_left.uri=
    landing.view.furniMaticCommunityGoal.widget=communitygoal
    landing.view.furniMaticComp.avatarlist.startoffset=160
    landing.view.furniMaticComp.avatarlist.widths.array=60,70,60,60,55,53,50,51,51,51
    landing.view.furniMaticComp.avatarlist.yoffsets.array=-50,-50,-80,-20,10,10,-45,-45,-60,-30
    landing.view.furniMaticCompetition.conf=spacing,20;title,landing.view.furnimatic.competition.title;caption,landing.view.furnimatic.competition.caption;bodytext,landing.view.furnimatic.competition.bodytext;catalogbutton,landing.view.furnimatic.competition.button,ecotron_transform
    landing.view.furniMaticCompetition.layout=bitmap.uri,${image.library.url}reception/furnimatic_competition_promo.png;bitmap.x,18;bitmap.y,30;content.x,250;container.height,200
    landing.view.furniMaticCompetition.widget=generic
    landing.view.furniMaticEpilogue.conf=caption,landing.view.furnimatic.epilogue.caption;bodytext,landing.view.furnimatic.epilogue.bodytext.top;spacing,15;bodytext,landing.view.furnimatic.epilogue.bodytext.bottom
    landing.view.furniMaticEpilogue.layout=content.x,18;content.y,0;content.width,482
    landing.view.furniMaticEpilogue.widget=generic
    landing.view.furniMaticFurniPromo.conf=caption,landing.view.furnimatic.catalogpromo.caption;bodytext,landing.view.furnimatic.catalogpromo.bodytext;spacing,10;image,reception/furnimatic_furni_promo.png,0;catalogbutton,landing.view.furnimatic.catalogpromo.button,camp_furnimatic
    landing.view.furniMaticFurniPromo.layout=container.height,300
    landing.view.furniMaticFurniPromo.widget=generic
    landing.view.furniMaticPrePromo.conf=caption,landing.view.furnimatic.recyclerpromo.caption;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.top
    landing.view.furniMaticPrePromo.layout=content.x,0;content.y,0;content.width,500
    landing.view.furniMaticPrePromo.widget=generic
    landing.view.furniMaticRecyclerPromoA.conf=caption,landing.view.furnimatic.recyclerpromo.caption;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.top;image,reception/furnimatic_campaign_promoA.png;customtimer,true,11,138,landing.view.furnimatic.recyclerpromo.timer.caption,landing.view.furnimatic.recyclerpromo.timer.expired,2012-08-27 10:00;spacing,15;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.bottom;spacing,10;catalogbutton,landing.view.furnimatic.recyclerpromo.button,ecotron_rewards
    landing.view.furniMaticRecyclerPromoA.layout=content.x,18;content.y,0;content.width,482
    landing.view.furniMaticRecyclerPromoA.widget=generic
    landing.view.furniMaticRecyclerPromoB.conf=caption,landing.view.furnimatic.recyclerpromo.caption;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.top;image,reception/furnimatic_campaign_promoB.png;customtimer,true,11,138,landing.view.furnimatic.recyclerpromo.timer.caption,landing.view.furnimatic.recyclerpromo.timer.expired,2012-08-31 10:00;spacing,15;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.bottom;spacing,10;catalogbutton,landing.view.furnimatic.recyclerpromo.button,ecotron_rewards
    landing.view.furniMaticRecyclerPromoB.layout=content.x,18;content.y,0;content.width,482
    landing.view.furniMaticRecyclerPromoB.widget=generic
    landing.view.furniMaticRecyclerPromoBQuest.conf=caption,landing.view.furnimatic.recyclerpromo.caption;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.top;image,reception/furnimatic_campaign_promoB.png;customtimer,true,11,138,landing.view.furnimatic.recyclerpromo.timer.caption,landing.view.furnimatic.recyclerpromo.timer.expired,2012-08-31 10:00;spacing,15;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.bottom.quest;spacing,5;dailyquest,false,0,0,landing.view.furnimatic.recyclerpromo.openquest,furniMaticComp,Furnimatic
    landing.view.furniMaticRecyclerPromoBQuest.layout=content.x,18;content.y,0;content.width,482
    landing.view.furniMaticRecyclerPromoBQuest.widget=generic
    landing.view.furniMaticRecyclerPromoC.conf=caption,landing.view.furnimatic.recyclerpromo.caption;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.top;image,reception/furnimatic_campaign_promoC.png;customtimer,true,11,138,landing.view.furnimatic.recyclerpromo.timer.caption,landing.view.furnimatic.recyclerpromo.timer.expired,2012-08-31 10:00;spacing,15;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.bottom;spacing,10;catalogbutton,landing.view.furnimatic.recyclerpromo.button,ecotron_rewards
    landing.view.furniMaticRecyclerPromoC.layout=content.x,18;content.y,0;content.width,482
    landing.view.furniMaticRecyclerPromoC.widget=generic
    landing.view.furniMaticRecyclerPromoCQuest.conf=caption,landing.view.furnimatic.recyclerpromo.caption;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.top;image,reception/furnimatic_campaign_promoC.png;customtimer,true,11,138,landing.view.furnimatic.recyclerpromo.timer.caption,landing.view.furnimatic.recyclerpromo.timer.expired,2012-09-05 10:00;spacing,15;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.bottom.quest;spacing,5;dailyquest,false,0,0,landing.view.furnimatic.recyclerpromo.openquest,furniMaticComp,Furnimatic
    landing.view.furniMaticRecyclerPromoCQuest.layout=content.x,18;content.y,0;content.width,482
    landing.view.furniMaticRecyclerPromoCQuest.widget=generic
    landing.view.furniMaticRecyclerPromoEQuest.conf=caption,landing.view.furnimatic.recyclerpromo.caption;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.top;image,reception/furnimatic_campaign_promoE.png;customtimer,true,11,138,landing.view.furnimatic.recyclerpromo.timer.caption,landing.view.furnimatic.recyclerpromo.timer.expired,2012-09-05 10:00;spacing,10;bodytext,landing.view.furnimatic.recyclerpromo.bodytext.bottom.quest;dailyquest,false,0,0,landing.view.furnimatic.recyclerpromo.openquest,furnimatic
    landing.view.furniMaticRecyclerPromoEQuest.layout=content.x,0;content.y,0;content.width,500
    landing.view.furniMaticRecyclerPromoEQuest.widget=generic
    landing.view.hspeedway.conf=caption,landing.view.habbopix.header;spacing,100;gamecenterbutton,landing.view.habbopix.header,slotcar
    landing.view.hspeedway.layout=bitmap.uri,${image.library.url}reception/promo_speedway1.png;bitmap.x,0;bitmap.y,25;container.height,310
    landing.view.hspeedway.widget=generic
    landing.view.hstarsa.conf=caption,landing.view.hstars.quest.header;bodytext,landing.view.hstars.quest.bodytext;spacing,10;image,reception/hstars_questpromo1.png;dailyquest,false,0,0,landing.view.hstars.quest.openquest1,hstars,hstars_1
    landing.view.hstarsa.layout=bitmap.uri,${image.library.url}reception/campaign_promo_hstars.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hstarsa.widget=generic
    landing.view.hstarsb.conf=caption,landing.view.hstars.quest.header;bodytext,landing.view.hstars.quest.bodytext;spacing,10;image,reception/hstars_questpromo2.png;dailyquest,false,0,0,landing.view.hstars.quest.openquest2,hstars,hstars_2
    landing.view.hstarsb.layout=bitmap.uri,${image.library.url}reception/campaign_promo_hstars.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hstarsb.widget=generic
    landing.view.hstarsbots.conf=caption,landing.view.hstars.bots.header;bodytext,landing.view.hstars.bots.bodytext;spacing,10;catalogbutton,landing.view.hstars.opencatalog,bots
    landing.view.hstarsbots.layout=bitmap.uri,${image.library.url}reception/hs_bots.png;bitmap.x,0;bitmap.y,110;container.height,310
    landing.view.hstarsbots.widget=generic
    landing.view.hstarsc.conf=caption,landing.view.hstars.quest.header;bodytext,landing.view.hstars.quest.bodytext;spacing,10;image,reception/hstars_questpromo3.png;dailyquest,false,0,0,landing.view.hstars.quest.openquest3,hstars,hstars_3
    landing.view.hstarsc.layout=bitmap.uri,${image.library.url}reception/campaign_promo_hstars.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hstarsc.widget=generic
    landing.view.hstarscompetition.conf=spacing,20;title,landing.view.hstars.competition.title;caption,landing.view.hstars.competition.caption;bodytext,landing.view.hstars.competition.bodytext;link,landing.view.hstarscompetition.terms.bodytext,https://help.habbo.es/entries/223436...tton,stageRoom
    landing.view.hstarscompetition.layout=bitmap.uri,${image.library.url}reception/hs_competition_promo.png;bitmap.x,18;bitmap.y,30;content.x,250;container.height,200
    landing.view.hstarscompetition.widget=generic
    landing.view.hstarsd.conf=caption,landing.view.hstars.quest.header;bodytext,landing.view.hstars.quest.bodytext;spacing,10;image,reception/hstars_questpromo4.png;dailyquest,false,0,0,landing.view.hstars.quest.openquest4,hstars,hstars_4
    landing.view.hstarsd.layout=bitmap.uri,${image.library.url}reception/campaign_promo_hstars.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hstarsd.widget=generic
    landing.view.hstarsdiamonds.conf=caption,landing.view.hstars.diamonds.header;bodytext,landing.view.hstars.diamonds.bodytext;spacing,10;credithabbletbutton,landing.view.hstars.diamonds.opencredit,
    landing.view.hstarsdiamonds.layout=bitmap.uri,${image.library.url}reception/credit_promo_diamonds.gif;bitmap.x,175;bitmap.y,75;container.height,360
    landing.view.hstarsdiamonds.widget=generic
    landing.view.hstarsfurni.conf=caption,landing.view.hstars.furni.header;bodytext,landing.view.hstars.furni.bodytext;spacing,10;catalogbutton,landing.view.hstars.opencatalog,habbo_stars_furni
    landing.view.hstarsfurni.layout=bitmap.uri,${image.library.url}reception/hs_bots.png;bitmap.x,0;bitmap.y,110;container.height,310
    landing.view.hstarsfurni.widget=generic
    landing.view.hstarssfx.conf=caption,landing.view.hstars.sfx.header;bodytext,landing.view.hstars.sfx.bodytext;spacing,10;catalogbutton,landing.view.hstarssfx.opencatalog,hstars_sfx
    landing.view.hstarssfx.layout=bitmap.uri,${image.library.url}reception/hs_bots.png;bitmap.x,0;bitmap.y,110;container.height,310
    landing.view.hstarssfx.widget=generic
    landing.view.hstarssubmit.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.hstars.roomcompetition.submit.header;bodytext,landing.view.hstars.roomcompetition.submit.bodytext;link,landing.view.hstarscompetition.terms.bodytext,https://help.habbo.es/entries/224194...in,,2012-11-19 10:00
    landing.view.hstarssubmit.layout=bitmap.uri,${image.library.url}reception/hs_competition_promo.png;bitmap.x,18;bitmap.y,30;content.x,250;container.height,200
    landing.view.hstarssubmit.widget=generic
    landing.view.hstarsvote.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.hstars.roomcompetition.vote.header;bodytext,landing.view.hstars.roomcompetition.vote.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,starsRoomComp;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2012-11-22 10:00;spacing,20
    landing.view.hstarsvote.layout=bitmap.uri,${image.library.url}reception/hs_competition_promo.png;bitmap.x,18;bitmap.y,30;content.x,250;container.height,200
    landing.view.hstarsvote.widget=generic
    landing.view.hween12a.conf=caption,landing.view.hween12.quest.header;bodytext,landing.view.hween12.quest.bodytext;spacing,10;dailyquest,false,0,0,landing.view.hween12.quest.openquest1,hween12,habboween_2012_1
    landing.view.hween12a.layout=bitmap.uri,${image.library.url}reception/campaign_promo1_hween12.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hween12a.widget=generic
    landing.view.hween12b.conf=caption,landing.view.hween12.quest.header;bodytext,landing.view.hween12.quest.bodytext;spacing,10;dailyquest,false,0,0,landing.view.hween12.quest.openquest2,hween12,habboween_2012_2
    landing.view.hween12b.layout=bitmap.uri,${image.library.url}reception/campaign_promo1_hween12.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hween12b.widget=generic
    landing.view.hween12c.conf=caption,landing.view.hween12.quest.header;bodytext,landing.view.hween12.quest.bodytext;spacing,10;dailyquest,false,0,0,landing.view.hween12.quest.openquest3,hween12,habboween_2012_3
    landing.view.hween12c.layout=bitmap.uri,${image.library.url}reception/campaign_promo1_hween12.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hween12c.widget=generic
    landing.view.hween12community.conf=title,landing.view.community.headline.furniMatic;spacing,20;caption,landing.view.hween12.community.header;bodytext,landing.view.hween12.community.bodytext;catalogbutton,landing.view.hween12.community.button,costumes;communitygoalscore,10,20,5000,true,120,160
    landing.view.hween12community.layout=bitmap.uri,${image.library.url}catalogue/hween12_community.png;bitmap.x,30;bitmap.y,20;container.height,270
    landing.view.hween12community.widget=generic
    landing.view.hween12costumes.conf=spacing,20;title,landing.view.hween12.costumes.header;caption,landing.view.hween12.Monkey.header;bodytext,landing.view.hween12.monkey.bodytext;spacing,10;catalogbutton,landing.view.hween12.costumes.opencatalog,hwmonkey
    landing.view.hween12costumes.layout=bitmap.uri,${image.library.url}reception/Rare_Monkey_promo.png;bitmap.x,175;bitmap.y,80;container.height,310;
    landing.view.hween12costumes.widget=generic
    landing.view.hween12d.conf=caption,landing.view.hween12.quest.header;bodytext,landing.view.hween12.quest.bodytext;spacing,10;dailyquest,false,0,0,landing.view.hween12.quest.openquest4,hween12,habboween_2012_4
    landing.view.hween12d.layout=bitmap.uri,${image.library.url}reception/campaign_promo1_hween12.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hween12d.widget=generic
    landing.view.hween12e.conf=caption,landing.view.hween12.quest.header;bodytext,landing.view.hween12.quest.bodytext;spacing,10;dailyquest,false,0,0,landing.view.hween12.quest.openquest5,hween12,habboween_2012_5
    landing.view.hween12e.layout=bitmap.uri,${image.library.url}reception/campaign_promo1_hween12.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hween12e.widget=generic
    landing.view.hween12f.conf=caption,landing.view.hween12.quest.header;bodytext,landing.view.hween12.quest.bodytext;spacing,10;dailyquest,false,0,0,landing.view.hween12.quest.openquest6,hween12,habboween_2012_6
    landing.view.hween12f.layout=bitmap.uri,${image.library.url}reception/campaign_promo1_hween12.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hween12f.widget=generic
    landing.view.hween12g.conf=caption,landing.view.hween12.quest.header;bodytext,landing.view.hween12.quest.bodytext;spacing,10;dailyquest,false,0,0,landing.view.hween12.quest.openquest7,hween12,habboween_2012_7
    landing.view.hween12g.layout=bitmap.uri,${image.library.url}reception/campaign_promo1_hween12.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hween12g.widget=generic
    landing.view.hween12pumpkins.conf=caption,landing.view.hween12.pumpkins.header;bodytext,landing.view.hween12.pumpkins.expire.bodytext;spacing,10;catalogbutton,landing.view.hween12.costumes.opencatalog,costumes
    landing.view.hween12pumpkins.layout=bitmap.uri,${image.library.url}credits/credit_promo_pumpkins.png;bitmap.x,200;bitmap.y,120;container.height,310
    landing.view.hween12pumpkins.widget=generic
    landing.view.hween12submit.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.hween12.roomcompetition.submit.header;bodytext,landing.view.hween12.roomcompetition.submit.bodytext;link,landing.view.hween12.roomcompetition.terms.bodytext,http://blog.habbo.com/terms-and-cond...in,,2012-10-29 14:00
    landing.view.hween12submit.layout=bitmap.uri,${image.library.url}reception/hween12_roomcomp.png;bitmap.x,39;bitmap.y,30;container.height,240;content.x,201;content.width,300;link.width,350
    landing.view.hween12submit.widget=generic
    landing.view.hween12vote.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.hween12.roomcompetition.vote.header;bodytext,landing.view.hween12.roomcompetition.vote.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,habboween12;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2012-11-02 14:00;spacing,20
    landing.view.hween12vote.layout=bitmap.uri,${image.library.url}reception/hween12_roomcomp.png;bitmap.x,39;bitmap.y,30;container.height,240
    landing.view.hween12vote.widget=generic
    landing.view.jetset0.conf=caption,landing.view.pageexpiry.header;bodytext,landing.view.pageexpiry.desc;spacing,10;image,reception/jetset_yachtcomp.png;catalogbutton,landing.view.pageexpiry.opencatalog,yacht_parties
    landing.view.jetset0.layout=container.height,300
    landing.view.jetset0.widget=generic
    landing.view.jetsetaccess.conf=caption,landing.view.pageexpiry.header;bodytext,landing.view.pageexpiry.desc;spacing,10;catalogbutton,landing.view.pageexpiry.opencatalog,vault_party
    landing.view.jetsetaccess.layout=bitmap.uri,${image.library.url}catalogue/jetset_cashcomp.png;bitmap.x,80;bitmap.y,70;container.height,200
    landing.view.jetsetaccess.widget=generic
    landing.view.jetsetquest1.conf=caption,Landing.view.jetset.quest.header;bodytext,Landing.view.jetset.quest.bodytext;spacing,10;dailyquest,false,0,0,Landing.view.jetset.quest.openquest,jetset,VIP_Parties_1
    landing.view.jetsetquest1.layout=container.height,200;bitmap.uri,${image.library.url}reception/jetset_promo.png;bitmap.x,300;bitmap.y,50;content.x,18;content.width,500;bitmap.height,100
    landing.view.jetsetquest1.widget=generic
    landing.view.jetsetquest2.conf=caption,Landing.view.jetset.quest2.header;bodytext,Landing.view.jetset.quest2.bodytext;spacing,10;dailyquest,false,0,0,Landing.view.jetset.quest2.openquest,jetset,VIP_Parties_2
    landing.view.jetsetquest2.layout=container.height,220;bitmap.uri,${image.library.url}reception/jetset_quest_promo_movie.png;bitmap.x,300;bitmap.y,50;content.x,18;content.width,500
    landing.view.jetsetquest2.widget=generic
    landing.view.jetsetquest3.conf=caption,Landing.view.jetset.quest3.header;bodytext,Landing.view.jetset.quest3.bodytext;spacing,10;dailyquest,false,0,0,Landing.view.jetset.quest3.openquest,jetset,VIP_Parties_3
    landing.view.jetsetquest3.layout=container.height,220;bitmap.uri,${image.library.url}reception/jetset_quest_promo_vault.png;bitmap.x,300;bitmap.y,50;content.x,18;content.width,500
    landing.view.jetsetquest3.widget=generic
    landing.view.jetsetsubmit1.conf=spacing,20;title,landing.view.roomcompetition.title;caption,Landing.view.jetset.roomcomp.header;bodytext,Landing.view.jetset.roomcomp.bodytext;submitcompetitionroom,Landing.view.jetset.roomcomp.submit,landing.view.roomcompetition.submitdone,vipParties1;customtimer,false,38,30,landing.view.roomcompetition.submit.votingstartsin,,2012-10-01 13:00
    landing.view.jetsetsubmit1.layout=bitmap.uri,${image.library.url}reception/jetset_yachtcomp.png;bitmap.x,39;bitmap.y,30;container.height,240
    landing.view.jetsetsubmit1.widget=generic
    landing.view.jetsetsubmit2.conf=spacing,20;title,landing.view.roomcompetition.title;caption,Landing.view.jetset3.roomcomp.header;bodytext,Landing.view.jetset3.roomcomp.bodytext;submitcompetitionroom,Landing.view.jetset3.roomcomp.submit,landing.view.roomcompetition.submitdone,vipParties2;customtimer,false,38,30,landing.view.roomcompetition.submit.votingstartsin,,2012-10-05 10:00
    landing.view.jetsetsubmit2.layout=bitmap.uri,${image.library.url}reception/jetset_moviecomp.png;bitmap.x,39;bitmap.y,30;container.height,240
    landing.view.jetsetsubmit2.widget=generic
    landing.view.jetsetsubmit3.conf=spacing,20;title,landing.view.roomcompetition.title;caption,Landing.view.jetset5.roomcomp.header;bodytext,Landing.view.jetset5.roomcomp.bodytext;submitcompetitionroom,Landing.view.jetset5.roomcomp.submit,landing.view.roomcompetition.submitdone,vipParties3;customtimer,false,38,30,landing.view.roomcompetition.submit.votingstartsin,,2012-10-10 10:00
    landing.view.jetsetsubmit3.layout=bitmap.uri,${image.library.url}reception/jetset_cashcomp.png;bitmap.x,39;bitmap.y,30;container.height,240
    landing.view.jetsetsubmit3.widget=generic
    landing.view.jetsetvip.conf=title,Landing.view.jetset.vip.header;caption,Landing.view.jetset.vip.header;bodytext,Landing.view.jetset.vip2.bodytext;spacing,2;buyvipbutton,Landing.view.jetset.vip.openvip
    landing.view.jetsetvip.layout=bitmap.uri,${image.library.url}reception/landing_page_vip_speech.png;bitmap.x,120;bitmap.y,70;container.height,270
    landing.view.jetsetvip.widget=generic
    landing.view.jetsetvote1.conf=spacing,20;title,landing.view.roomcompetition.title;caption,Landing.view.jetset2.roomcomp.header;bodytext,Landing.view.jetset2.roomcomp.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,vipParties1;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2012-10-03 10:00;spacing,20
    landing.view.jetsetvote1.layout=bitmap.uri,${image.library.url}reception/jetset_yachtcomp.png;bitmap.x,39;bitmap.y,30;container.height,240
    landing.view.jetsetvote1.widget=generic
    landing.view.jetsetvote2.conf=spacing,20;title,landing.view.roomcompetition.title;caption,Landing.view.jetset4.roomcomp.header;bodytext,Landing.view.jetset4.roomcomp.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,vipParties2;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2012-10-08 10:00;spacing,20
    landing.view.jetsetvote2.layout=bitmap.uri,${image.library.url}reception/jetset_moviecomp.png;bitmap.x,39;bitmap.y,30;container.height,240
    landing.view.jetsetvote2.widget=generic
    landing.view.jetsetvote3.conf=spacing,20;title,landing.view.roomcompetition.title;caption,Landing.view.jetset6.roomcomp.header;bodytext,Landing.view.jetset6.roomcomp.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,vipParties3;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2012-10-12 10:00;spacing,20
    landing.view.jetsetvote3.layout=bitmap.uri,${image.library.url}reception/jetset_cashcomp.png;bitmap.x,39;bitmap.y,30;container.height,240
    landing.view.jetsetvote3.widget=generic
    landing.view.layout=genericReception
    landing.view.layoutxml=landing_view_default_dynamic_layout
    landing.view.londonOlympics.background_horizon.uri=${image.library.url}reception/hlmpc12_backdrop_left_02_a.png
    landing.view.londonOlympics.background_hotel_top.uri=${image.library.url}reception/hlmpc12_backdrop_stretch.png
    landing.view.londonOlympics.background_left.uri=${image.library.url}reception/hlmpc12_backdrop_left_01_a.png
    landing.view.londonOlympics.background_right.uri=${image.library.url}reception/hlmpc12_backdrop_right.png
    landing.view.londonOlympicsCommunityGoal.widget=communitygoal
    landing.view.londonOlympicsCommunityGoalResults.conf=spacing,20;title,landing.view.community.achieved.title.lympix;caption,landing.view.community.achieved.caption.lympix;bodytext,landing.view.community.achieved.bodytext.lympix;requestbadgebutton,landing.view.community.achieved.getbadge.lympix,REQ_LYMPIX_01,0,0,false
    landing.view.londonOlympicsCommunityGoalResults.layout=bitmap.uri,${image.library.url}reception/torchBearerCommunityReward.png;bitmap.x,50;bitmap.y,80;container.height,240
    landing.view.londonOlympicsCommunityGoalResults.widget=generic
    landing.view.londonOlympicsFurniPromo.conf=caption,landing.view.lympix.catalogpromo.caption;bodytext,landing.view.lympix.catalogpromo.bodytext;spacing,10;image,reception/furniPromo_hlmpc12_1.png,0;catalogbutton,landing.view.lympix.catalogpromo.button,habbolympix2012
    landing.view.londonOlympicsFurniPromo.layout=container.height,300
    landing.view.londonOlympicsFurniPromo.widget=generic
    landing.view.londonOlympicsSecretServiceQuest.conf=subcaption,landing.view.majestypromo.info,250,false;subcaption,landing.view.majestypromo.extrainfo,250,false;dailyquest,false,0,0,landing.view.majestypromo.openquest,lympix1,majesty
    landing.view.londonOlympicsSecretServiceQuest.layout=bitmap.uri,${image.library.url}reception/camp_promo2_hlmpc12.png;content.x,80;content.y,80;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,340
    landing.view.londonOlympicsSecretServiceQuest.widget=generic
    landing.view.londonOlympicsSubmitPromo.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.roomcompetition.majesty.submit.caption;bodytext,landing.view.roomcompetition.majesty.submit.bodytext;submitcompetitionroom,landing.view.roomcompetition.submit,landing.view.roomcompetition.submitdone,majesty;customtimer,true,38,30,landing.view.roomcompetition.submit.votingstartsin,,2012-08-10 00:00
    landing.view.londonOlympicsSubmitPromo.layout=bitmap.uri,${image.library.url}reception/lympix12_comp_promo.png;bitmap.x,50;bitmap.y,80;container.height,240
    landing.view.londonOlympicsSubmitPromo.widget=generic
    landing.view.londonOlympicsTorchBearerQuest.conf=subcaption,landing.view.lympixpromo.info,250,false;subcaption,landing.view.lympixpromo.extrainfo,250,false;spacing,20;dailyquest,false,0,0,landing.view.lympixpromo.openquest,lympix1,keepcalm
    landing.view.londonOlympicsTorchBearerQuest.layout=bitmap.uri,${image.library.url}reception/camp_promo2_hlmpc12.png;content.x,80;content.y,80;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,340
    landing.view.londonOlympicsTorchBearerQuest.widget=generic
    landing.view.londonOlympicsVotePromo.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.roomcompetition.majesty.vote.caption;bodytext,landing.view.roomcompetition.majesty.vote.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,majesty;customtimer,true,38,30,landing.view.roomcompetition.vote.timeremaining,,2012-08-12 00:00;spacing,30
    landing.view.londonOlympicsVotePromo.layout=bitmap.uri,${image.library.url}reception/lympix12_comp_promo.png;bitmap.x,50;bitmap.y,80;container.height,240
    landing.view.londonOlympicsVotePromo.widget=generic
    landing.view.londonOlympicsWinnersPromo.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.roomcompetition.majesty.winners.caption;bodytext,landing.view.roomcompetition.majesty.winners.bodytext
    landing.view.londonOlympicsWinnersPromo.layout=bitmap.uri,${image.library.url}reception/lympix12_comp_promo.png;bitmap.x,50;bitmap.y,80;container.height,240
    landing.view.londonOlympicsWinnersPromo.widget=generic
    landing.view.olympicDecorator.widget=achievementcompetition_hall_of_fame
    landing.view.pixelremove.promo.catalogpage=set_kuurna
    landing.view.right_pane_dimmer.hidden=false
    landing.view.roomcategory=questing
    landing.view.secretServiceFurniPromo.conf=caption,landing.view.majesty.catalogpromo.caption;bodytext,landing.view.majesty.catalogpromo.bodytext;spacing,10;image,reception/lympix12_furni_promo.png,0;catalogbutton,landing.view.majesty.catalogpromo.button,habbolympix2012
    landing.view.secretServiceFurniPromo.layout=container.height,300
    landing.vielanding.view.xmasghost1.layout=bitmap.uri,${image.library.url}reception/xmass_no_ghost.png;bitmap.x,15;bitmap.y,110;container.height,310
    landing.view.xmasghost1.widget=generic
    landing.view.xmasghost1.conf=caption,landing.view.xmasghost.header;bodytext,landing.view.xmasghost.bodytext
    landing.view.xmasghost.layout=bitmap.uri,${image.library.url}reception/reception_textblock_dark.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350landlanding.view.xmasghost2.conf=caption,landing.view.xmasghost.header;bodytext,landing.view.xmasghost2.bodytext;spacing,10;requestbadgebutton,landing.view.xmasghost2.button,req_ghost,0,0,isfloating
    iew.wiredFurniPromo.conf=caption,landing.view.wiredFurniPromo.header;bodytext,landing.view.wiredFurniPromo.caption;spacing,10;image,reception/reception_petpromo.gif;catalogbutton,landing.view.wiredFurniPromo.opencatalog,pet_dragon;customtimer,true,0,5,landing.view.pageexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2012-09-24 10:00
    landing.view.wiredFurniPromo.layout=container.height,300
    landing.view.wiredFurniPromo.widget=generic
    ing.view.xmasghost2.widget=generic
    latencytest.interval=20000
    latencytest.report.delta=100
    latencytest.report.index=3
    link.format.club=http://%predefined%/credits/habboclub
    link.format.collectibles=http://%predefined%/credits/collectibles
    link.format.credits=http://%predefined%/credits
    link.format.friendlist.pref=http://%predefined%/profile/friendsmanagement?tab=6
    link.format.mail.compose=http://%predefined%/me#mail/compose/%recipientid%/%random%/
    link.friendbar.stream.settings.see.more=http://%predefined%/articles/2548-whats-new
    login.show.calendar=true
    logout.disconnect.url=http://%predefined%/account/disconnected?reason=logout&origin=%origin%
    logout.url=http://%predefined%/account/disconnected?reason=%reason%&origin=%origin%
    menu.avatar.enabled=true
    menu.own_avatar.enabled=1
    messenger.new.skin=true
    moderation.mute.enabled=true
    moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
    monsterplants.enabled=trueann
    navigator.always_open_after_login=0
    navigator.colorlimit.red=92
    navigator.colorlimit.yellow=50
    navigator.default.view=public
    navigator.default_tab=official
    new.user.promo.delay=10
    new.user.promo.room.delay=180
    pet.enhancements.enabled=true
    petSelect.enabled=true
    pixels.enabled=true
    pixelsindicator.enabled=true
    plasto_campaign.enabled=false
    private.image.library.url=http://images.habbogroup.com/c_images/
    productdata.load.url=http://www.-next-hotel.pro/swfs/productdata.txt
    purse.widget.currency.shells.enabled=0
    purse.widget.enabled=1
    questing.defaultCampaign=room_builder
    questing.showDetailsForNextQuest=false
    questing.startQuestDelayInSeconds=10
    questing.useWing=true
    recycler.number_of_slots=3
    room.dragging.always_center=0
    room.enter.effect.delay=5000
    room.enter.effect.duration=2000
    room.enter.effect.enabled=true
    room.enter.infostand.fade.start.delay=20000
    room.report.enabled=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
    safe.chat.client.enabled=false
    seasonalQuestCalendar.campaignPrefix=val12
    seasonalQuestCalendar.currency=2
    seasonalQuestCalendar.enabled=false
    seasonalQuestCalendar.maximum.entities=14
    seasonalcurrencyindicator.currency=105
    seasonalcurrencyindicator.enabled=true
    seasonalcurrencyindicator.page=set_artifact_star
    sharedhorseriding.enabled=true
    simple.memenu.enabled=1
    subscription.reminder.when.days.left=5
    supersaverads.video.promo.development.mode=false
    supersaverads.video.promo.enabled=true
    talent.track.enabled=true
    toolbar.new_additions.notification.enabled=true
    trax.player.sample.memory.purge.enabled=1
    unique.limited.items.enabled=true
    valentines.enabled=false
    viral.furni.post_type=appRequest
    welcome.screen.enabled=0
    xmas11.campaignPrefix=xmas11
    xmas11.enabled=false
    zendesk.url=http://help.habbo.com/access/remote
    guidetool.tickettypeselection.enabled=true
    payment.url=https://help.habbo.es/home
    competition.requiredFurnis=anc_hot_sands,anc_pyramid_block,anc_trophy_sstone,track12_mini_torch08-08
    effects.in.avatar.editor=true
    landing.view.xmasghost2.layout=bitmap.uri,${image.library.url}reception/xmas_ghost.png;bitmap.x,15;bitmap.y,135;container.height,310
    habboway.url=http://www.-next-hotel.pro/swfs/groups/_LaManeraHabbo
    effects.reactivate.on.room.entry=true
    competition.timing=2012-11-16 16:00,starsRoomComp;2012-11-23 10:00,;
    talentpromo.track=citizenship
    talent.track.citizenship.enabled=true
    horseImprovements.enabled=true
    navigator.colorlimit.orange=80
    bundle.dynamic.maximum.purchase.size=100
    client.news.embed.enabled=true
    catalog.large=true
    cfh.score.updatefactor=480/1
    embed.showInRoomInfo=true
    guide.help.request.max.description.length=255
    guide.help.request.min.description.length=15
    new.user.own.room.delay=180
    revamped_auto_alert_window.enabled=true
    link.format.bots.help=https://help.habbo.es/entries/22350047-quieres-tener-tu-propio-bot
    safety_quiz.disabled=true
    room.rating.enable=1
    link.format.userpage=http://www.-next-hotel.pro/swfs//rd/%ID%
    catalog.direct.vip.buy.promo=1
    catalog.vip.buy.promo=1,3
    ads.domain=images.habbo.com
    infostand.use.button.enabled=true
    memenu.effects.widget.disabled=true
    safe.chat.use.old.blacklist.chat=true
    citizenship.vip.tutorial.quest.campaign.name=VIPTutorials
    respect.talent.show.min.audience=6
    competition.requiredFurniture=starsRoomComp,sfx_drumloop,hs_stage_black,hs_marswalk
    landing.view.hstarsc.widget=generic
    landing.view.hstarsbots.layout=bitmap.uri,${image.library.url}reception/hs_bots.png;bitmap.x,0;bitmap.y,110;container.height,310
    landing.view.hstarssubmit2.layout=bitmap.uri,${image.library.url}reception/hs_competition_promo.png;bitmap.x,18;bitmap.y,30;content.x,250;container.height,200
    landing.view.hstarsfurni.widget=generic
    landing.view.hstarssubmit.widget=generic
    landing.view.hstarsdiamonds.conf=caption,landing.view.hstars.diamonds.header;bodytext,landing.view.hstars.diamonds.bodytext;spacing,10;credithabbletbutton,landing.view.hstars.diamonds.opencredit,
    landing.view.hstarssubmit2.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.hstars.roomcompetition.submit.header;bodytext,landing.view.hstars.roomcompetition2.submit.bodytext;link,landing.view.hstarscompetition.terms.bodytext,https://help.habbo.de/entries/224179...in,,2012-11-26 14:00
    landing.view.hstarsa.conf=caption,landing.view.hstars.quest.header;bodytext,landing.view.hstars.quest.bodytext;spacing,10;image,reception/hstars_questpromo1.png;dailyquest,false,0,0,landing.view.hstars.quest.openquest1,hstars,hstars_1
    landing.view.hstarsfurni.conf=caption,landing.view.hstars.furni.header;bodytext,landing.view.hstars.furni.bodytext;spacing,10;catalogbutton,landing.view.hstars.opencatalog,habbo_stars_furni
    landing.view.hstarsbots.conf=caption,landing.view.hstars.bots.header;bodytext,landing.view.hstars.bots.bodytext;spacing,10;catalogbutton,landing.view.hstars.opencatalog,bots
    landing.view.hstarssubmit2.widget=generic
    landing.view.hstarsvote2.widget=generic
    landing.view.hstarsd.conf=caption,landing.view.hstars.quest.header;bodytext,landing.view.hstars.quest.bodytext;spacing,10;image,reception/hstars_questpromo4.png;dailyquest,false,0,0,landing.view.hstars.quest.openquest4,hstars,hstars_4
    landing.view.hstarssfx.layout=bitmap.uri,${image.library.url}reception/hs_bots.png;bitmap.x,0;bitmap.y,110;container.height,310
    landing.view.hstarsd.widget=generic
    landing.view.hstarsvote.layout=bitmap.uri,${image.library.url}reception/hs_competition_promo.png;bitmap.x,18;bitmap.y,30;content.x,250;container.height,200
    landing.view.hstarsb.widget=generic
    landing.view.hstarsfurni.layout=bitmap.uri,${image.library.url}reception/hs_bots.png;bitmap.x,0;bitmap.y,110;container.height,310
    landing.view.hstarssfx.conf=caption,landing.view.hstars.sfx.header;bodytext,landing.view.hstars.sfx.bodytext;spacing,10;catalogbutton,landing.view.hstarssfx.opencatalog,hstars_sfx
    landing.view.hstarsdiamonds.layout=bitmap.uri,${image.library.url}reception/credit_promo_diamonds.gif;bitmap.x,175;bitmap.y,75;container.height,200
    landing.view.hstarssubmit.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.hstars.roomcompetition.submit.header;bodytext,landing.view.hstars.roomcompetition.submit.bodytext;link,landing.view.hstarscompetition.terms.bodytext,https://help.habbo.de/entries/224179...in,,2012-11-19 10:00
    landing.view.hstarsa.layout=bitmap.uri,${image.library.url}reception/campaign_promo_hstars.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hstarsd.layout=bitmap.uri,${image.library.url}reception/campaign_promo_hstars.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.hstarsvote.widget=generic
    landing.view.hstarscompetition.conf=spacing,20;title,landing.view.hstars.competition.title;caption,landing.view.hstars.competition.caption;bodytext,landing.view.hstars.competition.bodytext;link,landing.view.hstarscompetition.terms.bodytext,https://help.habbo.de/entries/223608...tton,stageRoom
    landing.view.hstarsbots.widget=generic
    landing.view.hstarsvote2.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.hstars.roomcompetition.vote.header;bodytext,landing.view.hstars.roomcompetition2.submit.bodytext,landing.view.hstars.roomcompetition.vote.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,starsRoomComp2;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2012-11-22 10:00;spacing,20
    landing.view.hstarsvote.conf=spacing,20;title,landing.view.roomcompetition.title;caption,landing.view.hstars.roomcompetition.vote.header;bodytext,landing.view.hstars.roomcompetition.vote.bodytext;gotocompetitionroombutton,landing.view.roomcompetition.vote,starsRoomComp;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2012-11-22 10:00;spacing,20
    landing.view.hstarsc.conf=caption,landing.view.hstars.quest.header;bodytext,landing.view.hstars.quest.bodytext;spacing,10;image,reception/hstars_questpromo3.png;dailyquest,false,0,0,landing.view.hstars.quest.openquest3,hstars,hstars_3
    landing.view.hstarsdiamonds.widget=generic
    landing.view.hstarsb.conf=caption,landing.view.hstars.quest.header;bodytext,landing.view.hstars.quest.bodytext;spacing,10;image,reception/hstars_questpromo2.png;dailyquest,false,0,0,landing.view.hstars.quest.openquest2,hstars,hstars_2
    landing.view.hstarscompetition.widget=generic
    landing.view.hstarssubmit.layout=bitmap.uri,${image.library.url}reception/hs_competition_promo.png;bitmap.x,18;bitmap.y,30;content.x,250;container.height,200
    landing.view.hstarscompetition.layout=bitmap.uri,${image.library.url}reception/hs_competition_promo.png;bitmap.x,18;bitmap.y,30;content.x,250;container.height,200
    landing.view.hstarssfx.widget=generic
    landing.view.hstarsvote2.layout=bitmap.uri,${image.library.url}reception/hs_competition_promo.png;bitmap.x,18;bitmap.y,30;content.x,250;container.height,200
    landing.view.hstarsb.layout=bitmap.uri,${image.library.url}reception/campaign_promo_hstars.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350
    landing.view.xmasmaina.conf=caption,landing.view.xmas2012.main1.header;bodytext,landing.view.xmas2012.main1.bodytext;spacing,10;dailyquest,false,0,0,landing.view.hstars.quest.openquest1,hstars,xmas2012_6
    landing.view.hstarsa.widget=generic
    landing.view.hstarsc.layout=bitmap.uri,${image.library.url}reception/campaign_promo_hstars.png;content.x,85;content.y,25;bitmap.width,494;bitmap.height,292;bitmap.x,0;bitmap.y,0;content.width,350


    config.php
    Spoiler:

    <?php
    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'] = 'pconnect'; //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'] = '****'; //MySQL password


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


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


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


    $_CONFIG['hotel']['server_ip'] = '204.93.54.74'; //IP of VPS/DEDI/etc


    $_CONFIG['hotel']['url'] = 'http://www.next-hotel.pro'; //Does not end with a "/"


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


    $_CONFIG['hotel']['desc'] = 'Best on the Net!'; //Hotel's description


    $_CONFIG['hotel']['email'] = 'help@myhotel.net'; //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 <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.


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


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


    $_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; //Default figure users will register with.


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


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


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


    $_CONFIG['hotel']['product_data'] = 'http://204.93.54.74/swfs/productdata.txt'; //URL to your productdata


    $_CONFIG['hotel']['furni_data'] = 'http://204.93.54.74/swfs/furnidata.txt'; //URL to your furnidata


    $_CONFIG['hotel']['swf_folder'] = 'http://204.93.54.74/swfs'; //URL to your SWF folder(does not end with a '/')


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


    #RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.


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


    /*
    *
    * Other topsites.. thing
    *
    */


    $_CONFIG['thehabbos']['username'] = 'Kryptos';
    $_CONFIG['retro_top']['user'] = 'Kryptos';


    /*
    *
    * Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
    *
    */


    $_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
    $_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';




    /*
    *
    * Social Networking stuff
    *
    */


    $_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account


    $_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account


    ?>


    Client.php
    Spoiler:

    <script type="text/javascript">
    var habboName = "{username}";
    var habboReqPath = "{url}";
    var habboStaticFilePath = "http://images.habbo.com/habboweb/{web_build}/web-gallery";
    var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
    var habboPartner = "";
    var habboDefaultClientPopupUrl = "{url}/client";
    window.name = "ClientWndw";
    if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
    </script>


    <link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" />
    <script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script>
    <script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script>
    <script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script>
    <script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script>

    <link rel="stylesheet" href="http://habboo-a.akamaihd.net/habboweb/{web_build}/web-gallery/static/styles/common.css" type="text/css" />

    <link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/habboflashclient.css" type="text/css" />


    <noscript>
    <meta http-equiv="refresh" content="0;url=/client/nojs" />
    </noscript>

    <link rel="stylesheet" href="app/tpl/skins/{skin}/client/client.css" type="text/css" />
    <script src="app/tpl/skins/{skin}/client/habboflashclient.js" type="text/javascript"></script>


    <script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = false;
    FlashExternalInterface.logLoginStep("web.view.start");

    if (top == self) {
    FlashHabboClient.cacheCheck();
    }
    var flashvars = {
    "client.allow.cross.domain" : "0",
    "client.notify.cross.domain" : "1",
    "connection.info.host" : "{server_ip}",
    "connection.info.port" : "30000",
    "site.url" : "{url}/",
    "url.prefix" : "{url}/",
    "client.reload.url" : "{url}/client",
    "client.fatal.error.url" : "{url}/disconnected",
    "client.connection.failed.url" : "{url}/disconnected",
    "external.variables.txt" : "{external_vars}",
    "external.texts.txt" : "{external_texts}",
    "productdata.load.url" : "{product_data}",
    "furnidata.load.url" : "{furni_data}",
    "use.sso.ticket" : "1",
    "sso.ticket" : "{sso}",
    "processlog.enabled" : "0",
    "account_id" : "1",
    "client.starting" : "Please wait! {hotelName} is starting up",
    "flash.client.url" : "{swf_folder}/",
    "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
    "has.identity" : "0",
    "flash.client.origin" : "popup",
    "token" : "{sso}"
    };
    var params = {
    "base" : "{swf_folder}/",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };

    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }

    var clientUrl = "{swf_folder}/Habbo.swf";


    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/{web_build}/web-gallery/flash/expressInstall.swf", flashvars, params);

    window.onbeforeunload = unloading;
    function unloading() {
    var clientObject;
    if (navigator.appName.indexOf("Microsoft") != -1) {
    clientObject = window["flash-container"];
    } else {
    clientObject = document["flash-container"];
    }
    try {
    clientObject.unloading();
    } catch (e) {}
    }
    </script>


    <body id="client" class="flashclient">
    <div id="overlay"></div>
    <img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />


    <div id="overlay"></div>
    <div id="client-ui" >
    <div id="flash-wrapper">
    <div id="flash-container">
    <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">


    <div class="cbb clearfix">
    <h2 class="title">Please update your Flash Player to the latest version.</h2>
    <div class="box-content">
    <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
    </div>
    </div>


    </div>
    <script type="text/javascript">
    $('content').show();
    </script>
    <noscript>
    <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
    <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
    </div>
    </noscript>
    </div>
    </div>

    </div>
    <div style="display: none">


    <div id="habboCountUpdateTarget">
    {status}
    </div>
    <script language="JavaScript" type="text/javascript">
    setTimeout(function() {
    HabboCounter.init(600);
    }, 20000);
    </script>
    </div>
    <script type="text/javascript">
    RightClick.init("flash-wrapper", "flash-container");
    if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
    window.opener.location.replace(window.opener.location.href);
    }
    $(document.body).addClassName("js");
    HabboClient.startPingListener();
    </script>


    <script type="text/javascript">
    HabboView.run();
    </script>


    <script type="text/javascript">


    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-15697942-2']);
    _gaq.push(['_trackPageview']);


    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();


    </script>
    </html>
    </html>
    Last edited by Chase Bergroth; 02-11-13 at 02:43 AM.

  13. #13
    Member Chase Bergroth is offline
    MemberRank
    Oct 2013 Join Date
    87Posts

    Re: VPS help

    ok ive now got passed that, my retro is up and running, although I cannot create rooms or groups can you please help?

  14. #14
    Gaby is offline
    MemberRank
    Apr 2013 Join Date
    Viva HollandiaLocation
    1,607Posts

    Re: VPS help

    Quote Originally Posted by Chase Bergroth View Post
    ok ive now got passed that, my retro is up and running, although I cannot create rooms or groups can you please help?
    Run this query in your database:
    Code:
    SET @@global.sql_mode = '';

  15. #15
    Member Chase Bergroth is offline
    MemberRank
    Oct 2013 Join Date
    87Posts

    Re: VPS help

    thankyou this helped this problem :)



Advertisement