White Client

percocet

Member
Oct 21, 2016
72
16
Using revcms 1.9.9. paired with plusemu, plus swfs, and accompanying database that was developed by sledmore. (All of these applications were developed by sledmore so I believe it should work).

Im getting a white client and I don't know why.
Any tips would be helpful.
I read that "web build" plays an important part but I can't find the latest one.

Cheers,
 

percocet

Member
Oct 21, 2016
72
16
are your client.php setup correctly, if so check your external variables.
I've checked a bunch of times that the client.php is correct.

What inside external variables do i check specifically?
Cheers,
 
Heres my config file just in case
Code:
$_CONFIG['hotel']['server_ip'] = 'localhost'; //IP of VPS/DEDI/etc

$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'Habbo'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description

$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'http://localhost/swf/gamedata/external_variables.txt'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'http://localhost/swf/gamedata/external_flash_texts.txt'; //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http://localhost/swf/gamedata/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = 'http://localhost/swf/gamedata/furnidata.xml'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swf'; //URL to your SWF folder(does not end with a '/')
 

GamerX

You Never Walk Alone
Aug 24, 2016
156
12
I've checked a bunch of times that the client.php is correct.

What inside external variables do i check specifically?
Cheers,
 
Heres my config file just in case
Code:
$_CONFIG['hotel']['server_ip'] = 'localhost'; //IP of VPS/DEDI/etc

$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'Habbo'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description

$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'http://localhost/swf/gamedata/external_variables.txt'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'http://localhost/swf/gamedata/external_flash_texts.txt'; //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http://localhost/swf/gamedata/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = 'http://localhost/swf/gamedata/furnidata.xml'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swf'; //URL to your SWF folder(does not end with a '/')
Make sure you linked your swfs correctly..
 

JynX

Posting Freak
Feb 6, 2016
710
438
Using revcms 1.9.9. paired with plusemu, plus swfs, and accompanying database that was developed by sledmore. (All of these applications were developed by sledmore so I believe it should work).

Im getting a white client and I don't know why.
Any tips would be helpful.
I read that "web build" plays an important part but I can't find the latest one.

Cheers,
Mind pastebinning your client.php so I can look over it?
 

Xuxu

Member
Nov 21, 2016
295
59
if youre using a old build of rev then maybe but as far as im aware habbo doesnt use web build anymore so you dont even need that code in your config
 

percocet

Member
Oct 21, 2016
72
16
Sorry to everyone who replied with help please close thread. I appreciate everyone's response you all are so kind.

Solution: Found another copy of the Revcms with swfs already in that folder that were linked properly.
I think it has to do with me not linking external_variables.txt properly with swfs because I never touched that and only learned about that later.

Thanks everyone!
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,744
1,326
Sorry to everyone who replied with help please close thread. I appreciate everyone's response you all are so kind.

Solution: Found another copy of the Revcms with swfs already in that folder that were linked properly.
I think it has to do with me not linking external_variables.txt properly with swfs because I never touched that and only learned about that later.

Thanks everyone!
You had a white client because it wasn't linking to your .js and .css properly on client.

Nice to see you fixed it though
 

percocet

Member
Oct 21, 2016
72
16
You had a white client because it wasn't linking to your .js and .css properly on client.

Nice to see you fixed it though
This is most likely right answer for future refrences if anyone has this problem.

my console threw me two .js errors and I didn't know what to do with them. So yeah, if you have white client, press F12 while loading client and check console for error message.
 

Users who are viewing this thread

Top