[FIX] Black Clients R63B [FIX]

megarshark

Member
Apr 4, 2013
114
9
Before I begin I noticed that people are getting black client errors in there hotel I found a thread someone posted 2 years ago so I thought I might re post it. Credit 100% to @FrostBiteRetros. I do not own this tutorial at all I am just re posting it so users can find it better and fix there solutions. Please no hate xoxo.

Solution #1
Ad-Blocker
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

Fix your links!
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}
to
Code:
manually.
same with the :
Code:
{external_texts} (needs to be
and the product data, the same

the furnidata link would have to be
Code:
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!


The second last solution is
Check your external variables

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 or

and if there are any links that are just like this at the start //localhost
make it http://


The very last solution is

Your forgetting a line!

Many people dont do this.
go to app/tpl/skins/YOURSKIN/client.php
open it up..
find
Code:
"client.starting" : "Please wait, {hotelname} loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",

somewhere in the upper middle section
if there is no
Code:
"hotelview.banner.url" : "{url}/game/rs4.php",

line there, lets fix it!
make
Code:
"client.starting" : "Please wait, {hotelname} loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",

Code:
"client.starting" : "Please wait, {hotelname} loading",
"hotelview.banner.url" : "{url}/game/rs4.php",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",

you need that banner line in there.

Thank you hoped this helped :) Like it helped me!
 

Users who are viewing this thread

Top