Closed Thread

Status
Not open for further replies.

thilen03

New Member
Oct 17, 2017
17
2
Hello i have been trying to fix this problem where my characters textures dosen't load and the catalogue dosent either every item is a black box im note sure what to do. I have checked the external_variables and it seems to be ok but it still is not working i just see this Im using this SwfHtdocs + Plus EMU Pack by Mario.
gM8jiCG.png
HC3gIpL.png
9M1CENI.png
 

thilen03

New Member
Oct 17, 2017
17
2
swf > gamedata > external_override_variables

edit it
this is my override variables is there anything more to change because i changed this earlier and i still have the problem.


seasonalcurrencyindicator.currency=103seasonalcurrencyindicator.enabled=falseseasonalcurrencyindicator.page=diamonds
ads.domain=roomenterad.habblet.enabled=true
diamonds.enabled=truecamera.enabled=falsebuilders.club.enabled=falsetoolbar.stories.enabled=false
supersaverads.video.promo.development.mode=falsesupersaverads.video.promo.enabled=false
offers.enabled=falseoffers.sponsorpay.appid=0offers.supersonic.enabled=false
avatareditor.promohabbos=
game.center.default_game=basejumpgame.center.enabled=truegame.center.promoted_game=basejump
embed.showInRoomInfo=truesms.identity.verification.button.enabled=falsesms.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=
flash.dynamic.avatar.download.configuration=
group.badge.url=
habbopages.url=


flash.client.url=
external.texts.txt=
external.override.texts.txt=
external.override.variables.txt=
productdata.load.url=
furnidata.load.url=
 
Check F12 aka developer tools to see what's wrong.

where?
 

Kak

Posting Freak
Apr 21, 2017
951
165
this is my override variables is there anything more to change because i changed this earlier and i still have the problem.


seasonalcurrencyindicator.currency=103seasonalcurrencyindicator.enabled=falseseasonalcurrencyindicator.page=diamonds
ads.domain=roomenterad.habblet.enabled=true
diamonds.enabled=truecamera.enabled=falsebuilders.club.enabled=falsetoolbar.stories.enabled=false
supersaverads.video.promo.development.mode=falsesupersaverads.video.promo.enabled=false
offers.enabled=falseoffers.sponsorpay.appid=0offers.supersonic.enabled=false
avatareditor.promohabbos=
game.center.default_game=basejumpgame.center.enabled=truegame.center.promoted_game=basejump
embed.showInRoomInfo=truesms.identity.verification.button.enabled=falsesms.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=
flash.dynamic.avatar.download.configuration=
group.badge.url=
habbopages.url=


flash.client.url=
external.texts.txt=
external.override.texts.txt=
external.override.variables.txt=
productdata.load.url=
furnidata.load.url=
 


where?
are the links localhost in external_variables too?

its probably a linking issue then in your config.php or client.php. make sure furni and figuredata links are correct
 

thilen03

New Member
Oct 17, 2017
17
2
are the links localhost in external_variables too?

its probably a linking issue then in your config.php or client.php. make sure furni and figuredata links are correct

yes im pretty sure but here is it anyways.

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

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

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

$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"

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

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

$_CONFIG['hotel']['email'] = '[email protected]'; //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 Habbo!'; //Default motto users will register with.

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

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

$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.

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

$_CONFIG['hotel']['external_vars'] = 'http://localhost/swf/gamedata/external_variables.txt'; //URL to your external

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

$_CONFIG['hotel']['product_data'] = 'http://localhost/swf/gamedata/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = 'http://localhost/swf/gamedata/furnidata.xml'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swf/gordan/PRODUCTION-201701242205-837386173'; //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'] = 'habbologic';

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

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

/*
*
*    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'] = ''; //Hotel's Twitter account

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

error_reporting(0)
?>

Client
HTML:
<!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/habbologic/css/client.css" type="text/css">
        
        <script type="text/javascript" src="{url}/app/tpl/skins/habbologic/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://localhost/swf/gordon/PRODUCTION-201701242205-837386173";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "localhost",
                "connection.info.port" : "30000",
                "site.url" : "http://localhost",
                "url.prefix" : "http://localhost",
                "client.reload.url" : "http://localhost/client",
                "client.fatal.error.url" : "http://localhost/me",
                "client.connection.failed.url" : "http://localhost/me", 
                "external.variables.txt" : "http://localhost/swf/gamedata/external_variables.txt",
                "external.texts.txt" : "http://localhost/swf/gamedata/external_flash_texts.txt",
                "productdata.load.url" : "http://localhost/swf/gamedata/productdata.txt",
                "furnidata.load.url" : "http://localhost/swf/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" :"http://localhost/swf/gordon/PRODUCTION-201701242205-837386173/",
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"               
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/swf/gordon/PRODUCTION-201701242205-837386173/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
    
    <body>
    
        <div id="client"></div>
    
    </body>
</html>
 

Gang67

|Jump out gang, we jump out those vehicles|
May 5, 2017
303
54
Hello i have been trying to fix this problem where my characters textures dosen't load and the catalogue dosent either every item is a black box im note sure what to do. I have checked the external_variables and it seems to be ok but it still is not working i just see this Im using this SwfHtdocs + Plus EMU Pack by Mario.
gM8jiCG.png
HC3gIpL.png
9M1CENI.png
f12 > console, should be errors there, post them
 

Gang67

|Jump out gang, we jump out those vehicles|
May 5, 2017
303
54
where? in my notepad? in my client?

and sorry i posted when without refreshing my page and i did not see your post
Np, while u have ur catalog page open with the items there, if ur on chrome in the top right click the 3 dot things, go to developer then developer tools
 

Kak

Posting Freak
Apr 21, 2017
951
165
Check and see if your swfs have a folder called dcr > hof_furni if they do then the folder is not linked right in your externals?
 

thilen03

New Member
Oct 17, 2017
17
2
Check and see if your swfs have a folder called dcr > hof_furni if they do then the folder is not linked right in your externals?

yup i have one and its linked

Code:
duckets.upper_limit=1300
dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct
dynamic.download.samples.template=%revision%/%typeid%.cct
dynamic.download.url=http://localhost/swf/dcr/hof_furni/
effects.in.avatar.editor=true
effects.reactivate.on.room.entry=true
email.verification.url=${url.prefix}/settings/email
embed.showInRoomInfo=true
eventinfo.enabled=true
external.figurepartlist.txt=http://localhost/swf/gamedata/figuredata.xml
external.texts.txt=${url.prefix}/gamedata/external_flash_texts/1
extra_data_batches_enabled=true
extra_data_service_url=http://extradata.habbo.com/public/furni/
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
flash.dynamic.avatar.download.configuration=${flash.client.url}figuremap.xml
flash.dynamic.avatar.download.name.template=%libname%.swf
flash.dynamic.avatar.download.url=${flash.client.url}
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
flash.dynamic.download.url=http://localhost/swf/dcr/hof_furni/
flash.dynamic.icon.download.name.template=%typeid%%param%_icon.png
free.flow.chat.wide.collider.visualization.enabled=false
friend.furniture.enabled=true
friend_bar.helper.friend_finding.enabled=true
friend_list.persistent_message_status.enabled=true
friend_list.pocket_habbo_status.enabled=true
friendbar.notifications.enabled=true
 
i fixed it what i did was extract the icons folder into the dcr and now it works for anyone having the same issue
 
Check and see if your swfs have a folder called dcr > hof_furni if they do then the folder is not linked right in your externals?

i have one question why is this happening ?
my character is blank in the hotel view
RJvUH.png
 
  • Like
Reactions: Kak

Kak

Posting Freak
Apr 21, 2017
951
165
Are t
yup i have one and its linked

Code:
duckets.upper_limit=1300
dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct
dynamic.download.samples.template=%revision%/%typeid%.cct
dynamic.download.url=http://localhost/swf/dcr/hof_furni/
effects.in.avatar.editor=true
effects.reactivate.on.room.entry=true
email.verification.url=${url.prefix}/settings/email
embed.showInRoomInfo=true
eventinfo.enabled=true
external.figurepartlist.txt=http://localhost/swf/gamedata/figuredata.xml
external.texts.txt=${url.prefix}/gamedata/external_flash_texts/1
extra_data_batches_enabled=true
extra_data_service_url=http://extradata.habbo.com/public/furni/
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
flash.dynamic.avatar.download.configuration=${flash.client.url}figuremap.xml
flash.dynamic.avatar.download.name.template=%libname%.swf
flash.dynamic.avatar.download.url=${flash.client.url}
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
flash.dynamic.download.url=http://localhost/swf/dcr/hof_furni/
flash.dynamic.icon.download.name.template=%typeid%%param%_icon.png
free.flow.chat.wide.collider.visualization.enabled=false
friend.furniture.enabled=true
friend_bar.helper.friend_finding.enabled=true
friend_list.persistent_message_status.enabled=true
friend_list.pocket_habbo_status.enabled=true
friendbar.notifications.enabled=true
 
i fixed it what i did was extract the icons folder into the dcr and now it works for anyone having the same issue
 


i have one question why is this happening ?
my character is blank in the hotel view
RJvUH.png
It's an issue that was never addressed by sledmore or any fix for it. Although some people have fixed it but no one has provided a solution to it
 
Status
Not open for further replies.

Users who are viewing this thread

Top