Client black screen.

Exilo

Member
Apr 27, 2012
192
5
Well, lol. You guys know me :)
Looks like SWF wont load on my hotel, but my friend is using it with same CMS, and same emulator, so that should not be a problem here.
(I wont take any help by anyone with (IPOD) in name, so that's sure. He know why.)
Info:
The client is loadning and then I get a black screen, not any images.

:


Config:
PHP:
<?php[/U][/S][/U][/S]
[S][U]if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }[/U][/S]
[S][U]#Please fill this all out.[/U][/S]
 
[S][U]#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.[/U][/S]
 
[S][U]/*[/U][/S]
[S][U]*[/U][/S]
[S][U]*MySQL management[/U][/S]
[S][U]*[/U][/S]
[S][U]*/[/U][/S]
 
[S][U]$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.[/U][/S]
 
[S][U]$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host[/U][/S]
 
[S][U]$_CONFIG['mysql']['username'] = 'root'; //MySQL username[/U][/S]
 
[S][U]$_CONFIG['mysql']['password'] = '**'; //MySQL password[/U][/S]
 
[S][U]$_CONFIG['mysql']['database'] = 'phoenix'; //MySQL database[/U][/S]
 
[S][U]$_CONFIG['mysql']['port'] = '3306'; //MySQL's port[/U][/S]
 
[S][U]/*[/U][/S]
[S][U]*[/U][/S]
[S][U]*Hotel management  - All URLs do not end with an "/"[/U][/S]
[S][U]*[/U][/S]
[S][U]*/[/U][/S]
 
[S][U]$_CONFIG['hotel']['server_ip'] = '184.22.108.46'; //IP of VPS/DEDI/etc[/U][/S]
 
[S][U]$_CONFIG['hotel']['url'] = 'http://184.22.108.46'; //Does not end with a "/"[/U][/S]
 
[S][U]$_CONFIG['hotel']['name'] = 'Exilo'; // Hotel's name[/U][/S]
 
[S][U]$_CONFIG['hotel']['desc'] = 'Where The Fun Begins!'; //Hotel's description[/U][/S]
 
[S][U]$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin[/U][/S]
 
[S][U]$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance[/U][/S]
 
[S][U]$_CONFIG['hotel']['motto'] = 'I am new :)'; //Default motto users will register with.[/U][/S]
 
[S][U]$_CONFIG['hotel']['credits'] = 1000; //Default number of credits users will register with.[/U][/S]
 
[S][U]$_CONFIG['hotel']['pixels'] = 100; //Default number of pixels users will register with.[/U][/S]
 
[S][U]$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.[/U][/S]
 
[S][U]$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/957'; //Web_Build[/U][/S]
 
[S][U]$_CONFIG['hotel']['external_vars'] = 'http://184.22.108.46/r63/external_variables.txt'; //URL to your external vars[/U][/S]
 
[S][U]$_CONFIG['hotel']['external_texts'] = 'http://184.22.108.4/r63/external_flash_texts.txt'; //URL to your external texts[/U][/S]
 
[S][U]$_CONFIG['hotel']['product_data'] = 'http://184.22.108.46/r63/productdata.txt'; //URL to your productdata[/U][/S]
 
[S][U]$_CONFIG['hotel']['furni_data'] = 'http://184.22.108.46/r63/furnidata.txt'; //URL to your furnidata[/U][/S]
 
[S][U]$_CONFIG['hotel']['swf_folder'] = 'http://184.22.108.46/r63'; //URL to your SWF folder(does not end with a '/')[/U][/S]
 
[S][U]/*[/U][/S]
[S][U]*[/U][/S]
[S][U]*Templating management - Pick one of our default styles or make yours by following our examples![/U][/S]
[S][U]*[/U][/S]
[S][U]*/[/U][/S]
 
[S][U]#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.[/U][/S]
 
[S][U]$_CONFIG['template']['style'] = 'Habbo';[/U][/S]
 
[S][U]/*[/U][/S]
[S][U]*[/U][/S]
[S][U]*Other topsites.. thing[/U][/S]
[S][U]*[/U][/S]
[S][U]*/[/U][/S]
 
[S][U]$_CONFIG['thehabbos']['username'] = 'ConverseHotel';[/U][/S]
[S][U]$_CONFIG['retro_top']['user'] = 'Converse';[/U][/S]
 
[S][U]/*[/U][/S]
[S][U]*[/U][/S]
[S][U]*Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.[/U][/S]
[S][U]*[/U][/S]
[S][U]*/[/U][/S]
 
[S][U]$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';[/U][/S]
[S][U]$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';[/U][/S]
 
 
[S][U]/*[/U][/S]
[S][U]*[/U][/S]
[S][U]*Social Networking stuff[/U][/S]
[S][U]*[/U][/S]
[S][U]*/[/U][/S]
 
[S][U]$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account[/U][/S]
 
[S][U]$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account[/U][/S]
 
[S][U]?>

Emulator config:

## Phoenix 3.0 System Configuration File

## Licence Information
0taku-Studios.username=Alexgaming
0taku-Studios.password=*****

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=*****
db.name=phoenix

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=184.22.108.46
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=184.22.108.46
mus.tcp.port=30001
mus.tcp.allowedaddr=184.22.108.46

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
What can be wrong here? I don't see it.
Fss, found the bug, missed 6 behind my ip lol.
Thanks anyway, delete this[/php][/U][/S]
 

Users who are viewing this thread

Top