Client Loads half way Top bar Help

Adem

Member
Aug 8, 2012
170
7
So my client loads half way on the top bar, here is my External Vars:

Code:
avatareditor.allowclubtryout=0
avatareditor.promohabbos=http://localhost/gordon/gamedata/promo_habbos.xml
avatar.widget.enabled=1
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
catalog.drag_and_drop=true
cfh.usercategories.withharasser=101,102,103,104,105,106
cfh.usercategories.withnoharasser=101,102,103,104,105,106
club.subscription.disabled=1
client.fatal.error.url=http://localhost/client_error
client.logout.enabled=true
client.allow.facebook.like=0
client.allow.external.links=1
client.credits.embed.enabled=false
client.news.embed.enabled=true
client.minimail.embed.enabled=false
client.hotel_view.show_on_startup=1
client.hotel_view.image=hotel_view_images_hq/hotelview_default.png
client.toolbar.static.enabled=true
dynamic.download.url=http://localhost/gordon/hof_furni/
dynamic.download.name.template=%typeid%.cct
dynamic.download.samples.template=%typeid%.cct
embed.showInRoomInfo=true
external.texts.txt=http://localhost/gordon/external_flash_texts/1.txt
external.figurepartlist.txt=http://localhost/gordon/gamedata/figuredata.xml
group.badge.url=http://localhost/habbo-imaging/badge/%imagerdata%.gif
hotelview.banner.url=http://localhost/gordon/swf/banner.png
habboinfotool.url=/housekeeping/?r=
hover.name.enabled=true
image.library.url=http://localhost/gordon/c_images/
image.library.playlist.url=http://localhost/gordon/c_images/playlist/
image.library.catalogue.url=http://localhost/gordon/c_images/catalogue/
image.library.questing.url=http://localhost/gordon/c_images/Quests/
infostand.report.show=1
link.format.club=http://localhost/
link.format.credits=http://localhost/
link.format.collectibles=http://localhost/
link.format.friendlist.pref=http://localhost/content/1-Home/settings.cfm
link.format.mail.compose=http://localhost/content/1-Home/home.cfm?id=%recipientid%
link.format.userpage=http://localhost/content/1-Home/home.cfm?id=%ID%
interstitial.enabled=false
interstitial.show.time=5000
interstitial.max.displays=8
interstitial.interval=120000
lagWarningLog.enabled=0
latencytest.interval=20000
latencytest.report.index=3
latencytest.report.delta=100
logout.url=http://localhost/client/disconnected.cfm?reason=%reason%&origin=%origin%
logout.disconnect.url=http://localhost/client/disconnected.cfm?reason=logout&origin=%origin%
menu.avatar.enabled=true
moderatoractionlog.url=/housekeeping/?r=
navigator.default.view=public
navigator.default_tab=official
navigator.colorlimit.yellow=50
navigator.colorlimit.orange=80
navigator.colorlimit.red=92
navigator.always_open_after_login=0
new.chat.widget.enabled=1
new.chat.bubbles.enabled=0
pixels.enabled=true
purse.widget.enabled=1
predefined_room.type=1
private.image.library.url=http://localhost/gordon/c_images/
productdata.load.url=http://localhost/gordon/productdata.txt
questing.enabled=true
questing.defaultCampaign=room_builder
questing.showDetailsForNextQuest=false
questing.startQuestDelayInSeconds=10
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
furnidata.load.url=http://localhost/gordon/furnidata.txt
flash.dynamic.download.url=localhost/gordon/hof_furni/
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
friendbar.enabled=true
friend_bar.helper.friend_finding.enabled=false
roomenterad.habblet.enabled=false
roomadmin.url=/housekeeping/?r=
roominfo.widget.enabled=1
room.rating.enable=1
room.dragging.always_center=0
subscription.reminder.when.days.left=5
standaloneAchievementList.enabled=false
trax.player.sample.memory.purge.enabled=1
viral.furni.post_type=appRequest
welcome.screen.enabled=1

Here is my config on management:

Code:
<?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 - Localhost, Hamachi IP, VPS or Dedi's IP
 
$_CONFIG['mysql']['username'] = 'root'; //Phpmyadmin username
 
$_CONFIG['mysql']['password'] = ''; //Phpmyadmin password
 
$_CONFIG['mysql']['database'] = 'revcms'; //Phpmyadmin database name
 
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
 
/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/
 
$_CONFIG['hotel']['server_ip'] = 'localhost'; //Localhost, Hamachi IP, VPS or Dedi's IP
 
$_CONFIG['hotel']['url'] = ''; //URL to your hotel, does not end with a "/"
 
$_CONFIG['hotel']['name'] = 'Dup Hotel'; // Your Hotel's Name
 
$_CONFIG['hotel']['desc'] = 'Best Hotel Yet!'; //Hotel's description
 
$_CONFIG['hotel']['email'] = '[email protected]'; //Email for users to submit help requests to
 
$_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode
 
$_CONFIG['hotel']['motto'] = 'Dup Hotel for the win! ' . $_CONFIG['hotel']['name']; //Starting motto for new users
 
$_CONFIG['hotel']['credits'] = 5000; //How many coins new users get
 
$_CONFIG['hotel']['pixels'] = 1000; //How many pixels new users get
 
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1201'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit]
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts.txt'; //External Flash Texts [Don't edit]
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]
 
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swf'; //SWF Folder [Don't edit]
 
/*
*
*    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'] = 'Ramake';
 
/*
*
*    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
 
?>
 

CumHackz

Member
Oct 17, 2011
96
9
Wow, what a MESS,
what is your swfs folder called? Gordon or r63

If its called r63, change all gordon/gamedata to r63 in your external.variables.txt
If its called gordon change all r63 to gordon in your config file

Must work.
 

Adem

Member
Aug 8, 2012
170
7
Wow, what a MESS,
what is your swfs folder called? Gordon or r63

If its called r63, change all gordon/gamedata to r63 in your external.variables.txt
If its called gordon change all r63 to gordon in your config file

Must work.
I thought the same too, ill be right on it.
Thanks, Adem
 

Users who are viewing this thread

Top