White Client. Sory for Spam

FlippenPancakes

New Member
Jul 16, 2012
7
0
Hey everybody. I recently got back in habbo retros and i wanted to make one. So i go through and everything is fine. BUT. Open the client and.... WHAM..... White client

Here is my revcms config
Code:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.
 
#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.
 
/*
*
*    MySQL management
*
*/
 
$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.
 
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host
 
$_CONFIG['mysql']['username'] = 'root'; //MySQL username
 
$_CONFIG['mysql']['password'] = 'wwerocks'; //MySQL password
 
$_CONFIG['mysql']['database'] = 'phoenix3'; //MySQL database
 
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
 
/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/
 
$_CONFIG['hotel']['server_ip'] = 'I HAVE THIS EDITED'; //IP of VPS/DEDI/etc
 
$_CONFIG['hotel']['url'] = 'http://I HAVE THIS EDITED'; //Does not end with a "/"
 
$_CONFIG['hotel']['name'] = 'HabKing'; // Hotel's name
 
$_CONFIG['hotel']['desc'] = 'Amazing...'; //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'] = 50000; //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/933'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://dubhotel.net/r63/external_variables.txt'; //External Vars
 
$_CONFIG['hotel']['external_texts'] = 'http://dubhotel.net/r63/external_flash_texts.txt';// External texts
 
$_CONFIG['hotel']['product_data'] = 'http://dubhotel.net/r63/productdata.txt'; //Product Data
 
$_CONFIG['hotel']['furni_data'] = 'http://dubhotel.net/r63/furnidata.txt'; //Furni Data
 
$_CONFIG['hotel']['swf_folder'] = 'http://dubhotel.net/r63'; //SWF Folder 
 
/*
*
*    Templating management - Pick one of our default styles or make yours by following our examples!
*
*/
 
#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.
 
$_CONFIG['template']['style'] = 'Mango';
 
/*
*
*    Other topsites.. thing
*
*/
 
$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';
 
/*
*
*    Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/
 
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
 
 
/*
*
*    Social Networking stuff
*
*/
 
$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account
 
$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account
 
?>

And Here is My Phoenix Config

Code:
## Free Phoenix 3.7.1 13800 c2.1 System Configuration File
 
## Licence Information put user and password that you want
username=Delirious
password=pack
 
## MySQL Configuration
db.hostname=Localhost
db.port=3306
db.username=root
db.password=wwerocks
db.name=phoenix3
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=100
 
## Game TCP/IP Configuration
game.tcp.bindip=And this
game.tcp.port=30000
game.tcp.conlimit=5000
 
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
 
## MUS TCP/IP Configuration
mus.tcp.bindip=Edited this too.
mus.tcp.port=30001
mus.tcp.allowedaddr=2Edited this
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
 

Find

Posting Freak
Jun 21, 2012
597
189
If it's black then its a problem with your swfs. Not sure why all your links are going to dubhotel... download your own swfs and set them up.. dubhotel don't even use phoenix, they're on BcStorm which is post-shuffle so they would never work anyway..
 

Find

Posting Freak
Jun 21, 2012
597
189
You'll download a swf pack, make sure they're phoenix compatible. Once you've downloaded them put the folder which will be named "r63" usually into your wwwroot/htdocs depending on xampp or IIS. then change dubhotel.net links to your own. Also you'll need to find your external_variables.txt and edit all the links in that.
 

Users who are viewing this thread

Top