[TUT]How to fix your RevCMS black client[TUT]

MrGreen

Member
Oct 3, 2013
66
4
Ok, I have seen some people post this issue and need help with this, so I decided to take matters into my own hand to figure out the issue and waste my time so hope you guys accept the fact I wasted my time finding the problem.

Ok first thing is first: Go to your skins folder (Priv or Mango) depending on which one you use, it doesn't matter, works for either skin.

2nd: Go to your client.php

3rd: Look for "base" depending on where you put your SWF folder, you must change it so both base and Habbo.swf are located.

4th:
};
var params = {
"base" : "{swf_folder}/swf/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "{swf_folder}/swf/Habbo.swf";

My folder is SWF BUT there is another swf folder in it, so that is where it is directed.

If you have it the original as gordon just change this to:

{swf_folder}/gordon/swf/Habbo.swf

5th: Here is where we fix another issue with the flash.client.urrl

"flash.client.url" : "{swf_folder}/swf/",

Same thing here swf_folder/gordon/
or what I already have.

Now another issue that is causing the black client is:

Go to your SWF/SWF or gordon/SWF/ and click on external_vars.txt or external_variables.txt and change %predefined% to your host address or IP address(If on VPS under xampp use localhost)

6th issue:

For the %predefined%/gordon change this to
your localhost then add /swf/

I hope I solved all your issues, if you need screenshots, let me know and I'll post them! If this is hard to understand, let me know and I'll re-state everything in better english for the newbies.
 

Users who are viewing this thread

Top