client error RevCMS

Khalil

IDK
Dec 6, 2011
1,642
786
1: Check if your swfs are set correctly.
2: Check if your client css is set correctly.
3: Clear your cache if those we're set correctly and you just updated them.

If those two are set correctly and you're still having the problem, paste your client page here.
 
Last edited:

jens19963

New Member
Mar 28, 2013
11
0
ive cleared cache and this is my config:

Code:
/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['url'] = 'http://localhost/RevCMS'; //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.

$_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/235'; //Habbo's latest web_build

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

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

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

$_CONFIG['hotel']['furni_data'] = 'http://localhost/gordon/furnidata.txt'; //URL to your furnidata

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

Tiny

Owner, Swift Industry
Aug 14, 2013
616
61
ive cleared cache and this is my config:

Code:
/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['url'] = 'http://localhost/RevCMS'; //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.

$_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/235'; //Habbo's latest web_build

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

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

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

$_CONFIG['hotel']['furni_data'] = 'http://localhost/gordon/furnidata.txt'; //URL to your furnidata

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

1. Make sure the r63 files are located in your root/gordon/
2. Make sure the URL for your external vars is , it may be too
3. Remove "/" at the last of:
PHP:
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/gordon/swf/

Or contact me in skype: tiny.builder
 

Users who are viewing this thread

Top