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 Tutorials
[FIX] r63b black client! [FIX]
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="FrostBiteRetros" data-source="post: 278988" data-attributes="member: 44338"><p><strong>Okay.</strong></p><p><strong>So I was helping someone the other day, and I actually fixed their black client. so Im going to get it out there, on how to fix it.</strong></p><p></p><p>Solution #1</p><p><strong>Ad-Blocker</strong></p><p>If you have an ad-blocker on, please turn it off, as the hotel will not work if this is on! Ad-block is the most used extension on chrome as it blocks ads!</p><p></p><p>Solution #2</p><p></p><p><strong>Fix your links!</strong></p><p>Many people forget to do this, or they are not told this.</p><p>You have to go in client.php</p><p>All the external var links and everything in there, are usually not set for you.</p><p>You need to change [CODE]{external_vars}[/CODE] to [CODE]http://localhost/game/external_variables.txt[/CODE] manually.</p><p>same with the :</p><p>[CODE]{external_texts} (needs to be http://localhost/game/external_flash_texts.txt[/CODE]</p><p>and the product data, the same</p><p></p><p>the furnidata link would have to be [CODE]http://localhost/game/furnidata_xml.xml[/CODE]</p><p></p><p><strong>Okay, so your ad-blocker is disabled and your links are fixed in your client.php</strong></p><p><strong>test your client, it should work! and make sure you have your emu turned on!</strong></p><p><strong></strong></p><p>The second last solution is</p><p><strong>Check your external variables</strong></p><p><strong></strong></p><p>go to htdocs/game/external_variables</p><p>open it up</p><p></p><p>Many people forget to do this.</p><p>if there are links that arent your URL, highlight the url , do ctrl+H</p><p>replace with your url</p><p>everything should now be <a href="http://localhost/blahblahblah" target="_blank">http://localhost/blahblahblah</a> or <a href="http://YOURURL/blalalalala" target="_blank">http://YOURURL/blalalalala</a></p><p></p><p>and if there are any links that are just like this at the start //localhost</p><p>make it http://</p><p></p><p></p><p>The very last solution is</p><p></p><p><strong>Your forgetting a line!</strong></p><p><strong></strong></p><p>Many people dont do this.</p><p><span style="font-size: 12px">go to app/tpl/skins/YOURSKIN/client.php</span></p><p>open it up..</p><p>find</p><p>[CODE]</p><p> "client.starting" : "Please wait, {hotelname} loading",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p>[/CODE]</p><p>somewhere in the upper middle section</p><p>if there is no</p><p>[CODE]</p><p>"hotelview.banner.url" : "{url}/game/rs4.php",</p><p>[/CODE]</p><p>line there, lets fix it!</p><p>make</p><p>[CODE]</p><p> "client.starting" : "Please wait, {hotelname} loading",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p>[/CODE]</p><p>[CODE]</p><p> "client.starting" : "Please wait, {hotelname} loading",</p><p>"hotelview.banner.url" : "{url}/game/rs4.php",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p>[/CODE]</p><p></p><p>you need that banner line in there.</p><p></p><p></p><p><strong>Now your client is fixed!</strong></p><p><strong>if your having any moretrouble, add my skype dj.karnio !</strong></p><p><strong>Happy owning a hoteling!</strong></p></blockquote><p></p>
[QUOTE="FrostBiteRetros, post: 278988, member: 44338"] [B]Okay. So I was helping someone the other day, and I actually fixed their black client. so Im going to get it out there, on how to fix it.[/B] Solution #1 [B]Ad-Blocker[/B] If you have an ad-blocker on, please turn it off, as the hotel will not work if this is on! Ad-block is the most used extension on chrome as it blocks ads! Solution #2 [B]Fix your links![/B] Many people forget to do this, or they are not told this. You have to go in client.php All the external var links and everything in there, are usually not set for you. You need to change [CODE]{external_vars}[/CODE] to [CODE]http://localhost/game/external_variables.txt[/CODE] manually. same with the : [CODE]{external_texts} (needs to be http://localhost/game/external_flash_texts.txt[/CODE] and the product data, the same the furnidata link would have to be [CODE]http://localhost/game/furnidata_xml.xml[/CODE] [B]Okay, so your ad-blocker is disabled and your links are fixed in your client.php test your client, it should work! and make sure you have your emu turned on! [/B] The second last solution is [B]Check your external variables [/B] go to htdocs/game/external_variables open it up Many people forget to do this. if there are links that arent your URL, highlight the url , do ctrl+H replace with your url everything should now be [URL]http://localhost/blahblahblah[/URL] or [URL]http://YOURURL/blalalalala[/URL] and if there are any links that are just like this at the start //localhost make it http:// The very last solution is [B]Your forgetting a line! [/B] Many people dont do this. [SIZE=3]go to app/tpl/skins/YOURSKIN/client.php[/SIZE] open it up.. find [CODE] "client.starting" : "Please wait, {hotelname} loading", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", [/CODE] somewhere in the upper middle section if there is no [CODE] "hotelview.banner.url" : "{url}/game/rs4.php", [/CODE] line there, lets fix it! make [CODE] "client.starting" : "Please wait, {hotelname} loading", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", [/CODE] [CODE] "client.starting" : "Please wait, {hotelname} loading", "hotelview.banner.url" : "{url}/game/rs4.php", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", [/CODE] you need that banner line in there. [B]Now your client is fixed! if your having any moretrouble, add my skype dj.karnio ! Happy owning a hoteling![/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[FIX] r63b black client! [FIX]
Top