Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

RevCMS - Firefox client fix!

Status
Not open for further replies.

Yvo

Initiate Mage
Joined
Jun 7, 2012
Messages
2
Reaction score
1
Dear readers,

My client wasn't working on Firefox and I am using RevCMS. So I decided to figure out how to fix this. I don't know if anyone told this before, but the following thing worked for me. The client is now working for me in Firefox, Google Chrome and Internet Explorer.

Search for: (CTRL+F)
PHP:
if (!(HabbletLoader.needsFlashKbWorkaround())) {
    	params["wmode"] = "opaque";
    }

Add the following code above:
PHP:
params["wmode"] = "transparent";

I am not sure this will work for you, but it worked for me so I decided to share it with you.

Sorry for my bad English by the way, it isn't my native language.

See ya
Yvo:):
Holomind.nl
 
Initiate Mage
Joined
Mar 24, 2012
Messages
68
Reaction score
8
Thanks for this Yvo.
BTW, i love your CMS that you use on Holomind. :tongue:
 
Initiate Mage
Joined
May 17, 2011
Messages
30
Reaction score
0
Its the same with PhoenixPHP, Just use the old client as this not works, Now i'm going to insert and test it.

Just replace this:

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

With:

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

And its works with FireFox ;)
 
Last edited:
Joined
Aug 14, 2010
Messages
808
Reaction score
421
Oh sorry, true. Thanks :p:


Changing the webbuild did work for Google Chrome, but the client wasn't working in Firefox before this.

My client worked perfect with wrong WEB_build @ Google chrome but not at Firefox
so i had to change the web_build
 
Junior Spellweaver
Joined
Dec 24, 2011
Messages
125
Reaction score
39
go to habbo.com open the client
typ ctrl + u and copy the client source

rip the css and javascript files
change swfs and all poop to your own poop

And done!
 
Status
Not open for further replies.
Back
Top