Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Client loads, black for a second then redirects to /me
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="siemz" data-source="post: 98920" data-attributes="member: 240"><p>updateeeeeeeeeeeeees ;</p><p> </p><p>hey everyone, i have a little prolem</p><p>im using the latest cracked SWF's from the bifi 2000 project,</p><p> </p><p>and bascily when the client is loaded to 70% i get a fatal error ...</p><p>How i know for sure its a fatal error ? :</p><p>I set the client when fatal error to /credits </p><p>and it redirects me to that... when loaded 70%</p><p> </p><p>Using : phoenix 3.7.2</p><p>RevCMS 1.9.9'</p><p> </p><p>here is the client.php</p><p> </p><p>[spoiler]</p><p>[code]</p><p><!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName} - Client</title></p><p> </p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css"></p><p> </p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "http://www.habizohotel.com/r63";</p><p> var flashvars =</p><p> {</p><p> "client.starting" : "Habizo is Loading...", </p><p> "client.allow.cross.domain" : "1", </p><p> "client.notify.cross.domain" : "0", </p><p> "connection.info.host" : "81.169.185.15", </p><p> "connection.info.port" : "30000", </p><p> "site.url" : "{url}", </p><p> "url.prefix" : "{url}", </p><p> "client.reload.url" : "{url}/client", </p><p> "client.fatal.error.url" : "{url}/credits", </p><p> "client.connection.failed.url" : "{url}/me", </p><p> "external.variables.txt" : "http://www.habizohotel.com/r63/external_variables.txt", </p><p> "external.texts.txt" : "http://www.habizohotel.com/r63/external_flash_texts.txt", </p><p> "productdata.load.url" : "http://www.habizohotel.com/r63/productdata.txt", </p><p> "furnidata.load.url" : "http://www.habizohotel.com/r63/furnidata.txt", </p><p> "use.sso.ticket" : "1", </p><p> "sso.ticket" : "{sso}", </p><p> "processlog.enabled" : "0", </p><p> "flash.client.url" : BaseUrl, </p><p> "flash.client.origin" : "popup" </p><p> };</p><p> var params =</p><p> {</p><p> "base" : BaseUrl + "/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false" </p><p> };</p><p> swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://www.habizohotel.com/r63/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> </p><p> <body></p><p> </p><p> <div id="client"></div></p><p> </p><p> </body></p><p></html></p><p>[/code]</p><p>[/spoiler]</p><p> </p><p> </p><p>external_variables.txt :</p><p>[spoiler]</p><p>[code]</p><p>simple.memenu.enabled=1</p><p>feed.badge_decorations.album=Feed_Badges</p><p>image.library.questing.url=http://www.habizohotel.com/r63/c_images/Quests/</p><p>productdata.load.url=http://habizohotel.com/r63/productdata.txt</p><p>logout.url=http://habizohotel.com/account/disconnected?reason=%reason%&origin=%origin%</p><p>viral.furni.post_type=appRequest</p><p>image.library.playlist.url=http://www.habizohotel.com/r63/c_images/playlist/</p><p>billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png</p><p>navigator.default.view=public</p><p>latencytest.interval=20000</p><p>furnidata.load.url=http://habizohotel.com/r63/furnidata.txt</p><p>external.figurepartlist.txt=http://www.habizohotel.com/r63/figuredata.xml</p><p>image.library.url=http://www.habizohotel.com/r63/c_images/</p><p>image.library.xmas11.calendar.url=http://www.habizohotel.com/r63/c_images/xmas11_quest_calendar/</p><p>external.texts.txt=http://habizohotel.com/gamedata/external_flash_texts/1</p><p>flash.dynamic.download.name.template=%revision%/%typeid%.swf</p><p>latencytest.report.delta=100</p><p>catalog.gallery.lang=en</p><p>client.hotel_view.image=hotel_view_images_hq/hotelview_xmas10_000.png</p><p>billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png</p><p>image.library.catalogue.url=http://www.habizohotel.com/r63/c_images/catalogue/</p><p>flash.dynamic.download.url=http://www.habizohotel.com/r63/hof_furni/</p><p>flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3</p><p>feed.badge_decorations.decoration_id=001</p><p>avatareditor.allowclubtryout=1</p><p>dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct</p><p>link.friendbar.stream.settings.see.more=http://www.habizohotel.com/index.php?url=news&id=1</p><p>private.image.library.url=http://images.habbogroup.com/c_images/</p><p>logout.disconnect.url=http://habizohotel.com/account/disconnected?reason=logout&origin=%origin%</p><p>hotelview.banner.url=http://www.habbo.com/r63/banner.png</p><p>image.library.badgepart.url=http://www.habizohotel.com/r63/c_images/Badgeparts/</p><p>latencytest.report.index=3</p><p>dynamic.download.samples.template=%revision%/%typeid%.cct</p><p>dynamic.download.url=http://habizohotel.com/r63/hof_furni/</p><p>client.allow.facebook.like=1</p><p>friendbar.stream.enabled=true</p><p>seasonalQuestCalendar.maximum.entities=14</p><p>catalog.drag_and_drop=true</p><p>link.format.friendlist.pref=http://habizohotel.com/profile/friendsmanagement?tab=6</p><p>club.membership.extend.vip.promotion.enabled=true</p><p>seasonalQuestCalendar.enabled=false</p><p>group.badge.url=http://habizohotel.com/habbo-imaging/badge/%imagerdata%.gif</p><p>friendbar.playSnowStorm.enabled=true</p><p>room.dragging.always_center=0</p><p>seasonalcurrencyindicator.page=category_easter</p><p>supersaverads.video.promo.development.mode=false</p><p>link.format.credits=http://habizohotel.com/credits</p><p>lagWarningLog.enabled=1</p><p>catalog.direct.sms.buy.length.days=5</p><p>hover.name.enabled=false</p><p>client.toolbar.static.enabled=true</p><p>catalog.vip.benefits.enabled=true</p><p>questing.useWing=true</p><p>cfh.usercategories.withnoharasser=101,102,103,104,105,106,111,112,113,114</p><p>currencyiconstyle.big.101=30</p><p>furniture.context.menu.widget.enabled=true</p><p>roominfo.widget.enabled=1</p><p>friendbar.playSnowStorm.friendsThreshold=1000</p><p>currencyiconstyle.big.102=38</p><p>landing.view.layout=genericReception</p><p>room.enter.effect.duration=2000</p><p>client.minimail.embed.enabled=true</p><p>landing.view.twitter.max.count=30</p><p>decorationMode.enabled=true</p><p>friend_bar.helper.friend_finding.enabled=true</p><p>room.enter.effect.enabled=true</p><p>chat.muting.enabled=false</p><p>supersaverads.video.promo.enabled=true</p><p>catalog.newgiftflow.enabled=true</p><p>catalog.direct.sms.buy.allowed=false</p><p>catalog.new_direct_vip_buy_window=true</p><p>seasonalcurrencyindicator.currency=102</p><p>link.format.club=http://habizohotel.com/credits/habboclub</p><p>club.subscription.disabled=1</p><p>toolbar.new_additions.notification.enabled=true</p><p>cfh.usercategories.withharasser=101,102,103,104,105,106,111,112,113,114</p><p>seasonalQuestCalendar.currency=2</p><p>landing.view.layoutxml=</p><p>moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=</p><p>groupBadgeInfo.enabled=true</p><p>interstitial.interval=120000</p><p>purse.widget.currency.shells.enabled=0</p><p>landing.view.community.challenge.vote.url=http://www.facebook.com/habizohotels</p><p>interstitial.show.time=5000</p><p>roomadmin.url=https://habizohotel.com/ase/</p><p>handitem.drop.enabled=true</p><p>menu.avatar.enabled=true</p><p>seasonalcurrencyindicator.enabled=false</p><p>vip.snowstorm.offer.length.days=31</p><p>catalog.vip.gift.promo=1,12</p><p>link.format.mail.compose=http://habizohotel.com/me#mail/compose/%recipientid%/%random%/</p><p>room.rating.enable=1</p><p>groupRoomInfo.enabled=true</p><p>landing.view.daily.quest.carousel.0=reception/horsequest_1.png</p><p>landing.view.daily.quest.carousel.1=reception/horsequest_2.png</p><p>horseImprovements.enabled=true</p><p>friendbar.stream.pet_purchase.publish.enabled=true</p><p>menu.own_avatar.enabled=1</p><p>landing.view.custom.image.catalog.image.uri=</p><p>navigator.colorlimit.orange=80</p><p>link.format.userpage=http://habizohotel.com//rd/%ID%</p><p>new.user.promo.room.delay=180</p><p>club.membership.extend.basic.promotion.enabled=true</p><p>friendbar.stream.status.enabled=true</p><p>navigator.default_tab=official</p><p>bundle.dynamic.maximum.purchase.size=100</p><p>catalog.vip.buy.promo=1,3</p><p>client.news.embed.enabled=true</p><p>ads.domain=images.habbo.com</p><p>catalog.large=true</p><p>infostand.use.button.enabled=true</p><p>new.user.promo.delay=10</p><p>currencyiconstyle.small.102=39</p><p>daily.quest.campaign.prefix=horse_</p><p>games.highscores.scrolling.enabled=true</p><p>currencyiconstyle.small.101=31</p><p>sharedhorseriding.enabled=true</p><p>roomenterad.habblet.enabled=true</p><p>questing.showDetailsForNextQuest=false</p><p>habboinfotool.url=http://www.habizohotel.com/ase/</p><p>friendbar.requests.enabled=true</p><p>avatar.sitting.enabled=true</p><p>catalog.direct.vip.buy.enabled=true</p><p>pet.enhancements.enabled=true</p><p>recycler.number_of_slots=5</p><p>questing.startQuestDelayInSeconds=10</p><p>catalog.furniture.animation=true</p><p>client.hotel_view.show_on_startup=1</p><p>room.enter.effect.delay=5000</p><p>landing.view.campaign.promo.background.image.left.uri=${image.library.url}reception/limited_take_out_promo1.png</p><p>navigator.always_open_after_login=0</p><p>catalog.purchase.gift.singleclick=true</p><p>interstitial.enabled=false</p><p>pixels.enabled=true</p><p>welcome.screen.enabled=0</p><p>avatar.ignored.bubble.enabled=true</p><p>games.buy.x.games.enabled=false</p><p>landing.view.background_front.uri=${image.library.url}reception/generic_reception_front.png</p><p>groupRoomInfo.attach.enabled=true</p><p>landing.view.twitter.tweeters=Habizo_Hotel</p><p>guilds.enabled=true</p><p>catalog.multiple.purchase.enabled=true</p><p>embed.showInRoomInfo=true</p><p>catalog.pets.adjust_old=false</p><p>login.show.calendar=true</p><p>friendbar.stream.user.enabled=true</p><p>bundle.dynamic.discounts.enabled=true</p><p>landing.view.enabled=true</p><p>games.buy.x.games.video.enabled=false</p><p>client.allow.external.links=1</p><p>groupRoomInfo.badge.enabled=true</p><p>client.credits.embed.enabled=true</p><p>currencyiconstyle.big.102.combo=40</p><p>valentines.enabled=false</p><p>handitem.give.enabled=true</p><p>games_icon_enabled=true</p><p>daily.quest.room.network.id=4</p><p>unique.limited.items.enabled=true</p><p>xmas11.enabled=false</p><p>navigator.colorlimit.yellow=50</p><p>interstitial.max.displays=8</p><p>habbo_club_buy_disabled=true</p><p>questing.defaultCampaign=room_builder</p><p>seasonalQuestCalendar.campaignPrefix=val12</p><p>trax.player.sample.memory.purge.enabled=1</p><p>friendbar.notifications.enabled=true</p><p>friendbar.stream.liking.enabled=true</p><p>link.format.collectibles=http://habizohotel.com/credits</p><p>room.enter.infostand.fade.start.delay=20000</p><p>landing.view.custom.image.catalog.promo.target=</p><p>games.tokens.enabled=true</p><p>games.highscores.enabled=true</p><p>avatar.widget.enabled=1</p><p>catalog.purchase.gift.singleclick.confirmation=true</p><p>infostand.report.show=1</p><p>subscription.reminder.when.days.left=5</p><p>navigator.colorlimit.red=92</p><p>petSelect.enabled=true</p><p>landing.view.campaign.promo.background.image.right.uri=${image.library.url}reception/limited_take_out_promo2.png</p><p>purse.widget.enabled=1</p><p>landing.view.twitter.poll.interval=300</p><p>xmas11.campaignPrefix=xmas11</p><p>[/code]</p><p>[/spoiler]</p><p> </p><p> </p><p>any info needed, let me know...</p><p> </p><p>Status : </p><p>Phoenix running</p><p>MySQL Functioning normal</p><p>IIS Running, no errors</p><p> </p><p>Does emu shows connection : no, ...kinda logical when the ient doesnt even loads 100%</p><p>firewall : OFF.</p><p> </p><p> </p><p>Please help me out guys.</p><p> </p><p>Update: client now loads, but when fully loaded turns black and doesnt do anything, also it isnt showing connection on emulator :$</p><p> </p><p>update 2 : //and now again it just loads to /credits ( Fatal error )</p><p> </p><p>update: now loads till 85 % then turns black</p><p> </p><p>need help very badly, sorry for the bump but having this problem for 2 days now, and finnaly close to fixing it i hope</p></blockquote><p></p>
[QUOTE="siemz, post: 98920, member: 240"] updateeeeeeeeeeeeees ; hey everyone, i have a little prolem im using the latest cracked SWF's from the bifi 2000 project, and bascily when the client is loaded to 70% i get a fatal error ... How i know for sure its a fatal error ? : I set the client when fatal error to /credits and it redirects me to that... when loaded 70% Using : phoenix 3.7.2 RevCMS 1.9.9' here is the client.php [spoiler] [code] <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - 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 = "http://www.habizohotel.com/r63"; var flashvars = { "client.starting" : "Habizo is Loading...", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "81.169.185.15", "connection.info.port" : "30000", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/credits", "client.connection.failed.url" : "{url}/me", "external.variables.txt" : "http://www.habizohotel.com/r63/external_variables.txt", "external.texts.txt" : "http://www.habizohotel.com/r63/external_flash_texts.txt", "productdata.load.url" : "http://www.habizohotel.com/r63/productdata.txt", "furnidata.load.url" : "http://www.habizohotel.com/r63/furnidata.txt", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "processlog.enabled" : "0", "flash.client.url" : BaseUrl, "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://www.habizohotel.com/r63/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html> [/code] [/spoiler] external_variables.txt : [spoiler] [code] simple.memenu.enabled=1 feed.badge_decorations.album=Feed_Badges image.library.questing.url=http://www.habizohotel.com/r63/c_images/Quests/ productdata.load.url=http://habizohotel.com/r63/productdata.txt logout.url=http://habizohotel.com/account/disconnected?reason=%reason%&origin=%origin% viral.furni.post_type=appRequest image.library.playlist.url=http://www.habizohotel.com/r63/c_images/playlist/ billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png navigator.default.view=public latencytest.interval=20000 furnidata.load.url=http://habizohotel.com/r63/furnidata.txt external.figurepartlist.txt=http://www.habizohotel.com/r63/figuredata.xml image.library.url=http://www.habizohotel.com/r63/c_images/ image.library.xmas11.calendar.url=http://www.habizohotel.com/r63/c_images/xmas11_quest_calendar/ external.texts.txt=http://habizohotel.com/gamedata/external_flash_texts/1 flash.dynamic.download.name.template=%revision%/%typeid%.swf latencytest.report.delta=100 catalog.gallery.lang=en client.hotel_view.image=hotel_view_images_hq/hotelview_xmas10_000.png billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png image.library.catalogue.url=http://www.habizohotel.com/r63/c_images/catalogue/ flash.dynamic.download.url=http://www.habizohotel.com/r63/hof_furni/ flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3 feed.badge_decorations.decoration_id=001 avatareditor.allowclubtryout=1 dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct link.friendbar.stream.settings.see.more=http://www.habizohotel.com/index.php?url=news&id=1 private.image.library.url=http://images.habbogroup.com/c_images/ logout.disconnect.url=http://habizohotel.com/account/disconnected?reason=logout&origin=%origin% hotelview.banner.url=http://www.habbo.com/r63/banner.png image.library.badgepart.url=http://www.habizohotel.com/r63/c_images/Badgeparts/ latencytest.report.index=3 dynamic.download.samples.template=%revision%/%typeid%.cct dynamic.download.url=http://habizohotel.com/r63/hof_furni/ client.allow.facebook.like=1 friendbar.stream.enabled=true seasonalQuestCalendar.maximum.entities=14 catalog.drag_and_drop=true link.format.friendlist.pref=http://habizohotel.com/profile/friendsmanagement?tab=6 club.membership.extend.vip.promotion.enabled=true seasonalQuestCalendar.enabled=false group.badge.url=http://habizohotel.com/habbo-imaging/badge/%imagerdata%.gif friendbar.playSnowStorm.enabled=true room.dragging.always_center=0 seasonalcurrencyindicator.page=category_easter supersaverads.video.promo.development.mode=false link.format.credits=http://habizohotel.com/credits lagWarningLog.enabled=1 catalog.direct.sms.buy.length.days=5 hover.name.enabled=false client.toolbar.static.enabled=true catalog.vip.benefits.enabled=true questing.useWing=true cfh.usercategories.withnoharasser=101,102,103,104,105,106,111,112,113,114 currencyiconstyle.big.101=30 furniture.context.menu.widget.enabled=true roominfo.widget.enabled=1 friendbar.playSnowStorm.friendsThreshold=1000 currencyiconstyle.big.102=38 landing.view.layout=genericReception room.enter.effect.duration=2000 client.minimail.embed.enabled=true landing.view.twitter.max.count=30 decorationMode.enabled=true friend_bar.helper.friend_finding.enabled=true room.enter.effect.enabled=true chat.muting.enabled=false supersaverads.video.promo.enabled=true catalog.newgiftflow.enabled=true catalog.direct.sms.buy.allowed=false catalog.new_direct_vip_buy_window=true seasonalcurrencyindicator.currency=102 link.format.club=http://habizohotel.com/credits/habboclub club.subscription.disabled=1 toolbar.new_additions.notification.enabled=true cfh.usercategories.withharasser=101,102,103,104,105,106,111,112,113,114 seasonalQuestCalendar.currency=2 landing.view.layoutxml= moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName= groupBadgeInfo.enabled=true interstitial.interval=120000 purse.widget.currency.shells.enabled=0 landing.view.community.challenge.vote.url=http://www.facebook.com/habizohotels interstitial.show.time=5000 roomadmin.url=https://habizohotel.com/ase/ handitem.drop.enabled=true menu.avatar.enabled=true seasonalcurrencyindicator.enabled=false vip.snowstorm.offer.length.days=31 catalog.vip.gift.promo=1,12 link.format.mail.compose=http://habizohotel.com/me#mail/compose/%recipientid%/%random%/ room.rating.enable=1 groupRoomInfo.enabled=true landing.view.daily.quest.carousel.0=reception/horsequest_1.png landing.view.daily.quest.carousel.1=reception/horsequest_2.png horseImprovements.enabled=true friendbar.stream.pet_purchase.publish.enabled=true menu.own_avatar.enabled=1 landing.view.custom.image.catalog.image.uri= navigator.colorlimit.orange=80 link.format.userpage=http://habizohotel.com//rd/%ID% new.user.promo.room.delay=180 club.membership.extend.basic.promotion.enabled=true friendbar.stream.status.enabled=true navigator.default_tab=official bundle.dynamic.maximum.purchase.size=100 catalog.vip.buy.promo=1,3 client.news.embed.enabled=true ads.domain=images.habbo.com catalog.large=true infostand.use.button.enabled=true new.user.promo.delay=10 currencyiconstyle.small.102=39 daily.quest.campaign.prefix=horse_ games.highscores.scrolling.enabled=true currencyiconstyle.small.101=31 sharedhorseriding.enabled=true roomenterad.habblet.enabled=true questing.showDetailsForNextQuest=false habboinfotool.url=http://www.habizohotel.com/ase/ friendbar.requests.enabled=true avatar.sitting.enabled=true catalog.direct.vip.buy.enabled=true pet.enhancements.enabled=true recycler.number_of_slots=5 questing.startQuestDelayInSeconds=10 catalog.furniture.animation=true client.hotel_view.show_on_startup=1 room.enter.effect.delay=5000 landing.view.campaign.promo.background.image.left.uri=${image.library.url}reception/limited_take_out_promo1.png navigator.always_open_after_login=0 catalog.purchase.gift.singleclick=true interstitial.enabled=false pixels.enabled=true welcome.screen.enabled=0 avatar.ignored.bubble.enabled=true games.buy.x.games.enabled=false landing.view.background_front.uri=${image.library.url}reception/generic_reception_front.png groupRoomInfo.attach.enabled=true landing.view.twitter.tweeters=Habizo_Hotel guilds.enabled=true catalog.multiple.purchase.enabled=true embed.showInRoomInfo=true catalog.pets.adjust_old=false login.show.calendar=true friendbar.stream.user.enabled=true bundle.dynamic.discounts.enabled=true landing.view.enabled=true games.buy.x.games.video.enabled=false client.allow.external.links=1 groupRoomInfo.badge.enabled=true client.credits.embed.enabled=true currencyiconstyle.big.102.combo=40 valentines.enabled=false handitem.give.enabled=true games_icon_enabled=true daily.quest.room.network.id=4 unique.limited.items.enabled=true xmas11.enabled=false navigator.colorlimit.yellow=50 interstitial.max.displays=8 habbo_club_buy_disabled=true questing.defaultCampaign=room_builder seasonalQuestCalendar.campaignPrefix=val12 trax.player.sample.memory.purge.enabled=1 friendbar.notifications.enabled=true friendbar.stream.liking.enabled=true link.format.collectibles=http://habizohotel.com/credits room.enter.infostand.fade.start.delay=20000 landing.view.custom.image.catalog.promo.target= games.tokens.enabled=true games.highscores.enabled=true avatar.widget.enabled=1 catalog.purchase.gift.singleclick.confirmation=true infostand.report.show=1 subscription.reminder.when.days.left=5 navigator.colorlimit.red=92 petSelect.enabled=true landing.view.campaign.promo.background.image.right.uri=${image.library.url}reception/limited_take_out_promo2.png purse.widget.enabled=1 landing.view.twitter.poll.interval=300 xmas11.campaignPrefix=xmas11 [/code] [/spoiler] any info needed, let me know... Status : Phoenix running MySQL Functioning normal IIS Running, no errors Does emu shows connection : no, ...kinda logical when the ient doesnt even loads 100% firewall : OFF. Please help me out guys. Update: client now loads, but when fully loaded turns black and doesnt do anything, also it isnt showing connection on emulator :$ update 2 : //and now again it just loads to /credits ( Fatal error ) update: now loads till 85 % then turns black need help very badly, sorry for the bump but having this problem for 2 days now, and finnaly close to fixing it i hope [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Client loads, black for a second then redirects to /me
Top