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 half way Top bar Help
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="Adem" data-source="post: 183007" data-attributes="member: 20352"><p>So my client loads half way on the top bar, here is my External Vars:</p><p> </p><p>[CODE]avatareditor.allowclubtryout=0</p><p>avatareditor.promohabbos=http://localhost/gordon/gamedata/promo_habbos.xml</p><p>avatar.widget.enabled=1</p><p>billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png</p><p>billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png</p><p>catalog.drag_and_drop=true</p><p>cfh.usercategories.withharasser=101,102,103,104,105,106</p><p>cfh.usercategories.withnoharasser=101,102,103,104,105,106</p><p>club.subscription.disabled=1</p><p>client.fatal.error.url=http://localhost/client_error</p><p>client.logout.enabled=true</p><p>client.allow.facebook.like=0</p><p>client.allow.external.links=1</p><p>client.credits.embed.enabled=false</p><p>client.news.embed.enabled=true</p><p>client.minimail.embed.enabled=false</p><p>client.hotel_view.show_on_startup=1</p><p>client.hotel_view.image=hotel_view_images_hq/hotelview_default.png</p><p>client.toolbar.static.enabled=true</p><p>dynamic.download.url=http://localhost/gordon/hof_furni/</p><p>dynamic.download.name.template=%typeid%.cct</p><p>dynamic.download.samples.template=%typeid%.cct</p><p>embed.showInRoomInfo=true</p><p>external.texts.txt=http://localhost/gordon/external_flash_texts/1.txt</p><p>external.figurepartlist.txt=http://localhost/gordon/gamedata/figuredata.xml</p><p>group.badge.url=http://localhost/habbo-imaging/badge/%imagerdata%.gif</p><p>hotelview.banner.url=http://localhost/gordon/swf/banner.png</p><p>habboinfotool.url=/housekeeping/?r=</p><p>hover.name.enabled=true</p><p>image.library.url=http://localhost/gordon/c_images/</p><p>image.library.playlist.url=http://localhost/gordon/c_images/playlist/</p><p>image.library.catalogue.url=http://localhost/gordon/c_images/catalogue/</p><p>image.library.questing.url=http://localhost/gordon/c_images/Quests/</p><p>infostand.report.show=1</p><p>link.format.club=http://localhost/</p><p>link.format.credits=http://localhost/</p><p>link.format.collectibles=http://localhost/</p><p>link.format.friendlist.pref=http://localhost/content/1-Home/settings.cfm</p><p>link.format.mail.compose=http://localhost/content/1-Home/home.cfm?id=%recipientid%</p><p>link.format.userpage=http://localhost/content/1-Home/home.cfm?id=%ID%</p><p>interstitial.enabled=false</p><p>interstitial.show.time=5000</p><p>interstitial.max.displays=8</p><p>interstitial.interval=120000</p><p>lagWarningLog.enabled=0</p><p>latencytest.interval=20000</p><p>latencytest.report.index=3</p><p>latencytest.report.delta=100</p><p>logout.url=http://localhost/client/disconnected.cfm?reason=%reason%&origin=%origin%</p><p>logout.disconnect.url=http://localhost/client/disconnected.cfm?reason=logout&origin=%origin%</p><p>menu.avatar.enabled=true</p><p>moderatoractionlog.url=/housekeeping/?r=</p><p>navigator.default.view=public</p><p>navigator.default_tab=official</p><p>navigator.colorlimit.yellow=50</p><p>navigator.colorlimit.orange=80</p><p>navigator.colorlimit.red=92</p><p>navigator.always_open_after_login=0</p><p>new.chat.widget.enabled=1</p><p>new.chat.bubbles.enabled=0</p><p>pixels.enabled=true</p><p>purse.widget.enabled=1</p><p>predefined_room.type=1</p><p>private.image.library.url=http://localhost/gordon/c_images/</p><p>productdata.load.url=http://localhost/gordon/productdata.txt</p><p>questing.enabled=true</p><p>questing.defaultCampaign=room_builder</p><p>questing.showDetailsForNextQuest=false</p><p>questing.startQuestDelayInSeconds=10</p><p>feed.badge_decorations.album=Feed_Badges</p><p>feed.badge_decorations.decoration_id=001</p><p>furnidata.load.url=http://localhost/gordon/furnidata.txt</p><p>flash.dynamic.download.url=localhost/gordon/hof_furni/</p><p>flash.dynamic.download.name.template=%typeid%.swf</p><p>flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3</p><p>friendbar.enabled=true</p><p>friend_bar.helper.friend_finding.enabled=false</p><p>roomenterad.habblet.enabled=false</p><p>roomadmin.url=/housekeeping/?r=</p><p>roominfo.widget.enabled=1</p><p>room.rating.enable=1</p><p>room.dragging.always_center=0</p><p>subscription.reminder.when.days.left=5</p><p>standaloneAchievementList.enabled=false</p><p>trax.player.sample.memory.purge.enabled=1</p><p>viral.furni.post_type=appRequest</p><p>welcome.screen.enabled=1[/CODE]</p><p> </p><p>Here is my config on management:</p><p> </p><p>[CODE]<?php</p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p>#Please fill this all out.</p><p> </p><p>#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.</p><p> </p><p>/*</p><p>*</p><p>* MySQL management</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.</p><p> </p><p>$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host - Localhost, Hamachi IP, VPS or Dedi's IP</p><p> </p><p>$_CONFIG['mysql']['username'] = 'root'; //Phpmyadmin username</p><p> </p><p>$_CONFIG['mysql']['password'] = ''; //Phpmyadmin password</p><p> </p><p>$_CONFIG['mysql']['database'] = 'revcms'; //Phpmyadmin database name</p><p> </p><p>$_CONFIG['mysql']['port'] = '3306'; //MySQL's port</p><p> </p><p>/*</p><p>*</p><p>* Hotel management - All URLs do not end with an "/"</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['hotel']['server_ip'] = 'localhost'; //Localhost, Hamachi IP, VPS or Dedi's IP</p><p> </p><p>$_CONFIG['hotel']['url'] = ''; //URL to your hotel, does not end with a "/"</p><p> </p><p>$_CONFIG['hotel']['name'] = 'Dup Hotel'; // Your Hotel's Name</p><p> </p><p>$_CONFIG['hotel']['desc'] = 'Best Hotel Yet!'; //Hotel's description</p><p> </p><p>$_CONFIG['hotel']['email'] = 'ipwnyoumw3@hotmail.com'; //Email for users to submit help requests to</p><p> </p><p>$_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode</p><p> </p><p>$_CONFIG['hotel']['motto'] = 'Dup Hotel for the win! ' . $_CONFIG['hotel']['name']; //Starting motto for new users</p><p> </p><p>$_CONFIG['hotel']['credits'] = 5000; //How many coins new users get</p><p> </p><p>$_CONFIG['hotel']['pixels'] = 1000; //How many pixels new users get</p><p> </p><p>$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.</p><p> </p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1201'; //Web_Build</p><p> </p><p>$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit]</p><p> </p><p>$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts.txt'; //External Flash Texts [Don't edit]</p><p> </p><p>$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]</p><p> </p><p>$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]</p><p> </p><p>$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swf'; //SWF Folder [Don't edit]</p><p> </p><p>/*</p><p>*</p><p>* Templating management - Pick one of our default styles or make yours by following our examples!</p><p>*</p><p>*/</p><p> </p><p>#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.</p><p> </p><p>$_CONFIG['template']['style'] = 'Ramake';</p><p> </p><p>/*</p><p>*</p><p>* Other topsites.. thing</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['thehabbos']['username'] = 'Kryptos';</p><p>$_CONFIG['retro_top']['user'] = 'Kryptos';</p><p> </p><p>/*</p><p>*</p><p>* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';</p><p>$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';</p><p> </p><p> </p><p>/*</p><p>*</p><p>* Social Networking stuff</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account</p><p> </p><p>$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account</p><p> </p><p>?>[/CODE]</p></blockquote><p></p>
[QUOTE="Adem, post: 183007, member: 20352"] 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[/CODE] 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'] = 'ipwnyoumw3@hotmail.com'; //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 ?>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Client Loads half way Top bar Help
Top