Client Not Working

Dec 7, 2016
65
5
edit x 2

So, I found the previous 2 error and fixed them, now I've got yet another error-

The client loads and then returns to the "Me" page, I've opened developer console and these are my errors:

28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
game/gamedata/figuredata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae?retry=1:1 GET 404 (Not Found)
crossdomain.xml:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
global.js:4Uncaught ReferenceError: $ is not defined(…)(anonymous function) @ global.js:4
Navigated to

and this is my external override variables

Code:
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=diamonds

ads.domain=
roomenterad.habblet.enabled=false

diamonds.enabled=false
camera.enabled=false
builders.club.enabled=false
toolbar.stories.enabled=false

supersaverads.video.promo.development.mode=false
supersaverads.video.promo.enabled=false

offers.enabled=false
offers.sponsorpay.appid=0
offers.supersonic.enabled=false

avatareditor.promohabbos=http://localhost/game/gamedata/habblet/xml/promo_habbos.xml

game.center.default_game=basejump
game.center.enabled=true
game.center.promoted_game=basejump

embed.showInRoomInfo=true
sms.identity.verification.button.enabled=false
sms.identity.verification.enabled=false

multi.item.trading.enabled=true

disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35

flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://localhost/game/dcr/hof_furni/
flash.dynamic.avatar.download.configuration=http://localhost/game/gamedata/figuremap.xml
group.badge.url=http://localhost/game/habbo-imaging/badge/%imagerdata%.gif

habbopages.url=http://localhost/game/gamedata/habbopages/

flash.client.url=http://localhost/game/gordon/PRODUCTION-201512170847-152005991/
external.texts.txt=http://localhost/game/gamedata/external_flash_texts/b7eb1d2844054a29476048a94e72a842be2d7822
external.override.texts.txt=http://localhost/game/gamedata/override/external_flash_override_texts/ccc12168e0117bbe34725223b194b0258beb10b2
external.override.variables.txt=http://localhost/game/gamedata/override/external_override_variables/da39a3ee5e6b4b0d3255bfef95601890afd80709
productdata.load.url=http://localhost/game/gamedata/productdata/29b96ba4eb25409c91c0ab725608a1add02e27fd
furnidata.load.url=http://localhost/game/gamedata/furnidata_xml/1af7ee31d9bfd314459f765ed457d7150e9724d1
 
It's also not showing that I connected on the emulator
 
Dec 7, 2016
65
5
they're not wrong though look -

Gamedata:
filepath1.png

Override:
filepath2.png
 

griimnak

You're a slave to the money then you die
Jul 20, 2013
957
800
they're not wrong though look -

Gamedata:
filepath1.png

Override:
filepath2.png
Code:
flash.client.url=http://localhost/game/gordon/PRODUCTION-201512170847-152005991/
external.texts.txt=http://localhost/game/gamedata/external_flash_texts/b7eb1d2844054a29476048a94e72a842be2d7822
external.override.texts.txt=http://localhost/game/gamedata/override/external_flash_override_texts/ccc12168e0117bbe34725223b194b0258beb10b2
external.override.variables.txt=http://localhost/game/gamedata/override/external_override_variables/da39a3ee5e6b4b0d3255bfef95601890afd80709
productdata.load.url=http://localhost/game/gamedata/productdata/29b96ba4eb25409c91c0ab725608a1add02e27fd
furnidata.load.url=http://localhost/game/gamedata/furnidata_xml/1af7ee31d9bfd314459f765ed457d7150e9724d1

So the filename is a bunch of letters? is that new in habbo or something, back in the day i'd just link them directly?
furnidata.load.url= for example looks like it should be
furnidata.load.url=
 
Code:
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=diamonds

ads.domain=
roomenterad.habblet.enabled=false

diamonds.enabled=false
camera.enabled=false
builders.club.enabled=false
toolbar.stories.enabled=false

supersaverads.video.promo.development.mode=false
supersaverads.video.promo.enabled=false

offers.enabled=false
offers.sponsorpay.appid=0
offers.supersonic.enabled=false

avatareditor.promohabbos=http://localhost/game/gamedata/habblet/xml/promo_habbos.xml

game.center.default_game=basejump
game.center.enabled=true
game.center.promoted_game=basejump

embed.showInRoomInfo=true
sms.identity.verification.button.enabled=false
sms.identity.verification.enabled=false

multi.item.trading.enabled=true

disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35

flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://localhost/game/dcr/hof_furni/
flash.dynamic.avatar.download.configuration=http://localhost/game/gamedata/figuremap.xml
group.badge.url=http://localhost/game/habbo-imaging/badge/%imagerdata%.gif

habbopages.url=http://localhost/game/gamedata/habbopages/

flash.client.url=http://localhost/game/gordon/PRODUCTION-201512170847-152005991/
external.texts.txt=http://localhost/game/gamedata/external_flash_texts.txt
external.override.texts.txt=http://localhost/game/gamedata/override/external_flash_override_texts.txt
external.override.variables.txt=http://localhost/game/gamedata/override/external_override_variables.txt
productdata.load.url=http://localhost/game/gamedata/productdata.txt
furnidata.load.url=http://localhost/game/gamedata/furnidata.xml

This looks corrected to me, but maybe i'm just too outdated for this habbo shit.
 
Dec 7, 2016
65
5
I've also tried that -
PHP:
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=diamonds

ads.domain=
roomenterad.habblet.enabled=false

diamonds.enabled=false
camera.enabled=false
builders.club.enabled=false
toolbar.stories.enabled=false

supersaverads.video.promo.development.mode=false
supersaverads.video.promo.enabled=false

offers.enabled=false
offers.sponsorpay.appid=0
offers.supersonic.enabled=false

avatareditor.promohabbos=http://localhost/game/gamedata/habblet/xml/promo_habbos.xml

game.center.default_game=basejump
game.center.enabled=true
game.center.promoted_game=basejump

embed.showInRoomInfo=true
sms.identity.verification.button.enabled=false
sms.identity.verification.enabled=false

multi.item.trading.enabled=true

disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35

flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://localhost/game/dcr/hof_furni/
flash.dynamic.avatar.download.configuration=http://localhost/game/gamedata/figuremap.xml
group.badge.url=http://localhost/game/habbo-imaging/badge/%imagerdata%.gif

habbopages.url=http://localhost/game/gamedata/habbopages/

flash.client.url=http://localhost/game/gordon/PRODUCTION-201512170847-152005991/
external.texts.txt=http://localhost/game/gamedata/external_flash_texts.txt
external.override.texts.txt=http://localhost/game/gamedata/override/external_flash_override_texts.txt
external.override.variables.txt=http://localhost/game/gamedata/override/external_override_variables.txt
productdata.load.url=http://localhost/game/gamedata/productdata.txt
furnidata.load.url=http://localhost/game/gamedata/furnidata.xml

GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
crossdomain.xml:1 GET 404 (Not Found)
global.js:4Uncaught ReferenceError: $ is not defined(…)
 

griimnak

You're a slave to the money then you die
Jul 20, 2013
957
800
I've also tried that -
PHP:
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=diamonds

ads.domain=
roomenterad.habblet.enabled=false

diamonds.enabled=false
camera.enabled=false
builders.club.enabled=false
toolbar.stories.enabled=false

supersaverads.video.promo.development.mode=false
supersaverads.video.promo.enabled=false

offers.enabled=false
offers.sponsorpay.appid=0
offers.supersonic.enabled=false

avatareditor.promohabbos=http://localhost/game/gamedata/habblet/xml/promo_habbos.xml

game.center.default_game=basejump
game.center.enabled=true
game.center.promoted_game=basejump

embed.showInRoomInfo=true
sms.identity.verification.button.enabled=false
sms.identity.verification.enabled=false

multi.item.trading.enabled=true

disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35

flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://localhost/game/dcr/hof_furni/
flash.dynamic.avatar.download.configuration=http://localhost/game/gamedata/figuremap.xml
group.badge.url=http://localhost/game/habbo-imaging/badge/%imagerdata%.gif

habbopages.url=http://localhost/game/gamedata/habbopages/

flash.client.url=http://localhost/game/gordon/PRODUCTION-201512170847-152005991/
external.texts.txt=http://localhost/game/gamedata/external_flash_texts.txt
external.override.texts.txt=http://localhost/game/gamedata/override/external_flash_override_texts.txt
external.override.variables.txt=http://localhost/game/gamedata/override/external_override_variables.txt
productdata.load.url=http://localhost/game/gamedata/productdata.txt
furnidata.load.url=http://localhost/game/gamedata/furnidata.xml

GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
crossdomain.xml:1 GET 404 (Not Found)
global.js:4Uncaught ReferenceError: $ is not defined(…)
Make sure you changed both external_variables and the one in /override
 
Dec 7, 2016
65
5
I believe I've done the external variables correctly, this is a snippet -

PHP:
activity.point.display.enabled=true
ads.domain=localhost/game
akamai.debugging.enabled=false
app.review.triggers=purchase,respect
app.review.url.android=
app.review.url.ios=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=794866182
avatar.editor.character.update.url=$http://localhost/profile/characterupdate
avatar.editor.url=$http://localhost/profile
avatar.expressions_menu.enabled=true
avatar.ignored.bubble.enabled=true
avatar.jumping.enabled=false
avatar.signs.enabled=true
avatar.sitting.enabled=true
avatar.widget.enabled=true
avatareditor.allowclubtryout=1
avatareditor.promohabbos=$http://localhost/habblet/xml/promo_habbos
avatareditor.show.clubitems.dimmed=true
avatareditor.show.clubitems.first=true
avatareditor.support.sellablefurni=true
badge.display.excluded.badgeCodes=ADM,AMB,BAW01,BAW02,BAW03,BAW04
badge.image.path=http://localhost/game/c_images/album1584
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
builders.club.enabled=true
builders.club.furniture.placement.group.room.enabled=true
builders_club.buy_membership_page=/credits/client/mobile#cell_phone
builders_club.try_page=set_extras
bundle.dynamic.discounts.enabled=true
bundle.dynamic.maximum.purchase.size=100
cache.revision=2014-10-29 11:38:06
camera.available.effects=hearts_hardlight_02,stars_hardlight_02,security_hardlight,alien_hrd,bluemood_mpl,coffee_mpl,drops_mpl,glitter_hrd, misty_hrd,pinky_nrm,rusty_mpl,shiny_hrd,toxic_hrd, shadow_multiply_02,texture_overlay,frame_gold,frame_gray_4,frame_black_2,frame_wood_2,finger_nrm, color_1,color_2,color_3,color_4,dark_sepia,night_vision,x_ray,increase_saturation, decrease_saturation,hypersaturated,increase_contrast,decr_conrast,hue_bright_sat,Yellow,green_2
camera.competition.enabled=false
camera.effects.enabled=true
camera.enabled.android=1
camera.enabled.desktop=1
camera.enabled.ios=1
camera.enabled=false
camera.launch.ui.position=bottom-icons
camera.photo.publishing.enabled=true
catalog.direct.sms.buy.allowed=false
catalog.direct.sms.buy.length.days=5
catalog.direct.vip.buy.enabled=true
catalog.direct.vip.buy.promo=1
catalog.drag_and_drop=true
catalog.furniture.animation=true
catalog.gallery.lang=en
catalog.large=true
catalog.multiple.purchase.enabled=true
catalog.new.additions.page.open.disabled=false
catalog.new_direct_vip_buy_window=true
catalog.newgiftflow.enabled=true
catalog.pets.adjust_old=false
catalog.pets.enabled=true
catalog.purchase.gift.singleclick.confirmation=true
catalog.purchase.gift.singleclick=true
catalog.purchase.gift_wrapping.default_box_index=0
catalog.restricted_nodes=avatar,perm_costumes,perm_effects,bots,erasmus,erasmus1,erasmus2,erasmus3,spaces_grid,rentables_spaces,guild_frontpage,halloween14_lovelock,hot_furni
catalog.show.purse=false
catalog.vip.benefits.enabled=true
catalog.vip.buy.promo=1,3
catalog.vip.gift.promo=1,3
cfh.usercategories.withharasser=101,102,103,104,105,106,111,112,113,114,121,122,123,124,130,131,132,133,134,135,136,1024,1025,1026
cfh.usercategories.withnoharasser=101,102,103,104,105,106,111,112,113,114,121,122,123,124,130,131,132,133,134,135,136,1024,1025,1026
chat.history.disabled=false
chat.muting.enabled=false
chatreviewreporterfeedbackctrl.enabled=true
citizenship.vip.quest.promotion.enabled=true
citizenship.vip.tutorial.quest.campaign.name=VIPTutorials
client.allow.external.links=1
client.allow.facebook.like=1
client.connection.failed.url=$http://localhost/client_connection_failed
client.fatal.error.url=$http://localhost/flash_client_error
client.hotel_view.image=
client.minimail.embed.enabled=true
client.news.embed.enabled=true
client.reload.url=$http://localhost/account/reauthenticate?page=/flash_client
client.toolbar.static.enabled=true

I'm still getting the same error -
each @ jquery-1.8.2.js:583e.widget @ jquery-ui-1.9.0.custom.min.js:6(anonymous function) @ jquery-ui-1.9.0.custom.min.js:6(anonymous function) @ jquery-ui-1.9.0.custom.min.js:6
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
crossdomain.xml:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
 

griimnak

You're a slave to the money then you die
Jul 20, 2013
957
800
I believe I've done the external variables correctly, this is a snippet -

PHP:
activity.point.display.enabled=true
ads.domain=localhost/game
akamai.debugging.enabled=false
app.review.triggers=purchase,respect
app.review.url.android=
app.review.url.ios=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=794866182
avatar.editor.character.update.url=$http://localhost/profile/characterupdate
avatar.editor.url=$http://localhost/profile
avatar.expressions_menu.enabled=true
avatar.ignored.bubble.enabled=true
avatar.jumping.enabled=false
avatar.signs.enabled=true
avatar.sitting.enabled=true
avatar.widget.enabled=true
avatareditor.allowclubtryout=1
avatareditor.promohabbos=$http://localhost/habblet/xml/promo_habbos
avatareditor.show.clubitems.dimmed=true
avatareditor.show.clubitems.first=true
avatareditor.support.sellablefurni=true
badge.display.excluded.badgeCodes=ADM,AMB,BAW01,BAW02,BAW03,BAW04
badge.image.path=http://localhost/game/c_images/album1584
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
builders.club.enabled=true
builders.club.furniture.placement.group.room.enabled=true
builders_club.buy_membership_page=/credits/client/mobile#cell_phone
builders_club.try_page=set_extras
bundle.dynamic.discounts.enabled=true
bundle.dynamic.maximum.purchase.size=100
cache.revision=2014-10-29 11:38:06
camera.available.effects=hearts_hardlight_02,stars_hardlight_02,security_hardlight,alien_hrd,bluemood_mpl,coffee_mpl,drops_mpl,glitter_hrd, misty_hrd,pinky_nrm,rusty_mpl,shiny_hrd,toxic_hrd, shadow_multiply_02,texture_overlay,frame_gold,frame_gray_4,frame_black_2,frame_wood_2,finger_nrm, color_1,color_2,color_3,color_4,dark_sepia,night_vision,x_ray,increase_saturation, decrease_saturation,hypersaturated,increase_contrast,decr_conrast,hue_bright_sat,Yellow,green_2
camera.competition.enabled=false
camera.effects.enabled=true
camera.enabled.android=1
camera.enabled.desktop=1
camera.enabled.ios=1
camera.enabled=false
camera.launch.ui.position=bottom-icons
camera.photo.publishing.enabled=true
catalog.direct.sms.buy.allowed=false
catalog.direct.sms.buy.length.days=5
catalog.direct.vip.buy.enabled=true
catalog.direct.vip.buy.promo=1
catalog.drag_and_drop=true
catalog.furniture.animation=true
catalog.gallery.lang=en
catalog.large=true
catalog.multiple.purchase.enabled=true
catalog.new.additions.page.open.disabled=false
catalog.new_direct_vip_buy_window=true
catalog.newgiftflow.enabled=true
catalog.pets.adjust_old=false
catalog.pets.enabled=true
catalog.purchase.gift.singleclick.confirmation=true
catalog.purchase.gift.singleclick=true
catalog.purchase.gift_wrapping.default_box_index=0
catalog.restricted_nodes=avatar,perm_costumes,perm_effects,bots,erasmus,erasmus1,erasmus2,erasmus3,spaces_grid,rentables_spaces,guild_frontpage,halloween14_lovelock,hot_furni
catalog.show.purse=false
catalog.vip.benefits.enabled=true
catalog.vip.buy.promo=1,3
catalog.vip.gift.promo=1,3
cfh.usercategories.withharasser=101,102,103,104,105,106,111,112,113,114,121,122,123,124,130,131,132,133,134,135,136,1024,1025,1026
cfh.usercategories.withnoharasser=101,102,103,104,105,106,111,112,113,114,121,122,123,124,130,131,132,133,134,135,136,1024,1025,1026
chat.history.disabled=false
chat.muting.enabled=false
chatreviewreporterfeedbackctrl.enabled=true
citizenship.vip.quest.promotion.enabled=true
citizenship.vip.tutorial.quest.campaign.name=VIPTutorials
client.allow.external.links=1
client.allow.facebook.like=1
client.connection.failed.url=$http://localhost/client_connection_failed
client.fatal.error.url=$http://localhost/flash_client_error
client.hotel_view.image=
client.minimail.embed.enabled=true
client.news.embed.enabled=true
client.reload.url=$http://localhost/account/reauthenticate?page=/flash_client
client.toolbar.static.enabled=true

I'm still getting the same error -
each @ jquery-1.8.2.js:583e.widget @ jquery-ui-1.9.0.custom.min.js:6(anonymous function) @ jquery-ui-1.9.0.custom.min.js:6(anonymous function) @ jquery-ui-1.9.0.custom.min.js:6
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
crossdomain.xml:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
weird, try clearing your cache again because if you've changed it why is it still linking , should be .txt now no?
 
Dec 7, 2016
65
5
I've done that, I don't understand how it's not working, I've cleared cache, I restarted the emulator, I even reloaded Apache and MySQL
I don't understand what's going wrong, It don't show me connecting in the Emulator too :c
It loads slightly in and then redirects me, I can see the friends bar, the "Thankyou for using bla bla Emulator" and all that, I don't understand how it's not working, the emulator I'm using is:


emu.png


each @ jquery-1.8.2.js:583e.widget @ jquery-ui-1.9.0.custom.min.js:6(anonymous function) @ jquery-ui-1.9.0.custom.min.js:6(anonymous function) @ jquery-ui-1.9.0.custom.min.js:6
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
28ca6de1e4f08aa44dc986cc89ac61ab794e48ae:1 GET 404 (Not Found)
game/gamedata/figuredata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae?retry=1:1 GET 404 (Not Found)
crossdomain.xml:1 GET 404 (Not Found)
game/gamedata/figuredata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae?retry=2:1 GET 404 (Not Found)

PHP:
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=diamonds

ads.domain=
roomenterad.habblet.enabled=false

diamonds.enabled=false
camera.enabled=false
builders.club.enabled=false
toolbar.stories.enabled=false

supersaverads.video.promo.development.mode=false
supersaverads.video.promo.enabled=false

offers.enabled=false
offers.sponsorpay.appid=0
offers.supersonic.enabled=false

avatareditor.promohabbos=http://localhost/game/gamedata/habblet/xml/promo_habbos.xml

game.center.default_game=basejump
game.center.enabled=true
game.center.promoted_game=basejump

embed.showInRoomInfo=true
sms.identity.verification.button.enabled=false
sms.identity.verification.enabled=false

multi.item.trading.enabled=true

disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35

flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://localhost/game/dcr/hof_furni/
flash.dynamic.avatar.download.configuration=http://localhost/game/gamedata/figuremap.xml
group.badge.url=http://localhost/game/habbo-imaging/badge/%imagerdata%.gif

habbopages.url=http://localhost/game/gamedata/habbopages/

flash.client.url=http://localhost/game/gordon/PRODUCTION-201512170847-152005991/
external.texts.txt=http://localhost/game/gamedata/external_flash_texts.txt
external.override.texts.txt=http://localhost/game/gamedata/override/external_flash_override_texts.txt
external.override.variables.txt=http://localhost/game/gamedata/override/external_override_variables.txt
productdata.load.url=http://localhost/game/gamedata/productdata.txt
furnidata.load.url=http://localhost/game/gamedata/furnidata.xml
 
I fixed it and I'm really upset that it was so simple ----- So, I never noticed this -

PHP:
productdata.load.url=http://localhost/game/gamedata/productdata.txt
external.texts.txt=http://localhost/game/gamedata/external_flash_texts.txt
external.override.variables.txt=http://localhost/game/gamedata/override/external_override_variables
flash.client.url=http://localhost/game/gordon/PRODUCTION-201601012205-226667486/
furnidata.load.url=http://localhost/game/gamedata/furnidata.xml
external.variables.txt=http://localhost/game/gamedata/external_variables.txt
external.override.texts.txt=http://localhost/game/gamedata/override/external_flash_override_texts.txt
external.figurepartlist.txt=http://localhost/game/gamedata/figuredata.xml

at the bottom of the "external variables", the very damn bottom. Anywayy!!! I've got another problem but the client works, the furniture is not loading, nothing at all, here is some of the errors coming up
PHP:
rare_icecream.swf:1 GET http://localhost/game/dcr/hof_furni/59424/rare_icecream.swf 404 (Not Found)
rare_fountain.swf:1 GET http://localhost/game/dcr/hof_furni/59424/rare_fountain.swf?&counterparameter=3 404 (Not Found)
rare_dragonlamp.swf:1 GET http://localhost/game/dcr/hof_furni/59424/rare_dragonlamp.swf?&counterparameter=3 404 (Not Found)
djesko_turntable.swf:1 GET http://localhost/game/dcr/hof_furni/45512/djesko_turntable.swf?&counterparameter=0 404 (Not Found)
scifiport.swf:1 GET http://localhost/game/dcr/hof_furni/59424/scifiport.swf?&counterparameter=1 404 (Not Found)
rare_icecream.swf:1 GET http://localhost/game/dcr/hof_furni/59424/rare_icecream.swf?&counterparameter=0 404 (Not Found)
spyro.swf:1 GET http://localhost/game/dcr/hof_furni/45512/spyro.swf?&counterparameter=0 404 (Not Found)
rare_stand.swf:1 GET http://localhost/game/dcr/hof_furni/45512/rare_stand.swf?&counterparameter=0 404 (Not Found)
 

regimozz

New Member
Jun 3, 2011
16
5
I've done that, I don't understand how it's not working, I've cleared cache, I restarted the emulator, I even reloaded Apache and MySQL
I don't understand what's going wrong, It don't show me connecting in the Emulator too :c
It loads slightly in and then redirects me, I can see the friends bar, the "Thankyou for using bla bla Emulator" and all that, I don't understand how it's not working, the emulator I'm using is:


emu.png




PHP:
seasonalcurrencyindicator.currency=103
seasonalcurrencyindicator.enabled=true
seasonalcurrencyindicator.page=diamonds

ads.domain=
roomenterad.habblet.enabled=false

diamonds.enabled=false
camera.enabled=false
builders.club.enabled=false
toolbar.stories.enabled=false

supersaverads.video.promo.development.mode=false
supersaverads.video.promo.enabled=false

offers.enabled=false
offers.sponsorpay.appid=0
offers.supersonic.enabled=false

avatareditor.promohabbos=http://localhost/game/gamedata/habblet/xml/promo_habbos.xml

game.center.default_game=basejump
game.center.enabled=true
game.center.promoted_game=basejump

embed.showInRoomInfo=true
sms.identity.verification.button.enabled=false
sms.identity.verification.enabled=false

multi.item.trading.enabled=true

disabled.custom.chat.styles=1,2,8,18,23,28,30,31,32,33,34,35

flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.url=http://localhost/game/dcr/hof_furni/
flash.dynamic.avatar.download.configuration=http://localhost/game/gamedata/figuremap.xml
group.badge.url=http://localhost/game/habbo-imaging/badge/%imagerdata%.gif

habbopages.url=http://localhost/game/gamedata/habbopages/

flash.client.url=http://localhost/game/gordon/PRODUCTION-201512170847-152005991/
external.texts.txt=http://localhost/game/gamedata/external_flash_texts.txt
external.override.texts.txt=http://localhost/game/gamedata/override/external_flash_override_texts.txt
external.override.variables.txt=http://localhost/game/gamedata/override/external_override_variables.txt
productdata.load.url=http://localhost/game/gamedata/productdata.txt
furnidata.load.url=http://localhost/game/gamedata/furnidata.xml
 
I fixed it and I'm really upset that it was so simple ----- So, I never noticed this -

PHP:
productdata.load.url=http://localhost/game/gamedata/productdata.txt
external.texts.txt=http://localhost/game/gamedata/external_flash_texts.txt
external.override.variables.txt=http://localhost/game/gamedata/override/external_override_variables
flash.client.url=http://localhost/game/gordon/PRODUCTION-201601012205-226667486/
furnidata.load.url=http://localhost/game/gamedata/furnidata.xml
external.variables.txt=http://localhost/game/gamedata/external_variables.txt
external.override.texts.txt=http://localhost/game/gamedata/override/external_flash_override_texts.txt
external.figurepartlist.txt=http://localhost/game/gamedata/figuredata.xml

at the bottom of the "external variables", the very damn bottom. Anywayy!!! I've got another problem but the client works, the furniture is not loading, nothing at all, here is some of the errors coming up
PHP:
rare_icecream.swf:1 GET http://localhost/game/dcr/hof_furni/59424/rare_icecream.swf 404 (Not Found)
rare_fountain.swf:1 GET http://localhost/game/dcr/hof_furni/59424/rare_fountain.swf?&counterparameter=3 404 (Not Found)
rare_dragonlamp.swf:1 GET http://localhost/game/dcr/hof_furni/59424/rare_dragonlamp.swf?&counterparameter=3 404 (Not Found)
djesko_turntable.swf:1 GET http://localhost/game/dcr/hof_furni/45512/djesko_turntable.swf?&counterparameter=0 404 (Not Found)
scifiport.swf:1 GET http://localhost/game/dcr/hof_furni/59424/scifiport.swf?&counterparameter=1 404 (Not Found)
rare_icecream.swf:1 GET http://localhost/game/dcr/hof_furni/59424/rare_icecream.swf?&counterparameter=0 404 (Not Found)
spyro.swf:1 GET http://localhost/game/dcr/hof_furni/45512/spyro.swf?&counterparameter=0 404 (Not Found)
rare_stand.swf:1 GET http://localhost/game/dcr/hof_furni/45512/rare_stand.swf?&counterparameter=0 404 (Not Found)

Just a thought, could you please post your client.php. I might be wrong but I swear this can happen when your baseurl is wrong in your client file.

Regards,
 

Users who are viewing this thread

Top