Just 1 packet at Plus Edit - Revision 2
Hello,
If I want to go to my client in localhost, I get the Habbo loader and then a black screen on my client.
This is what my emulator looks like:
http://i58.tinypic.com/24xdnck.png
After a while I go to the path: http://localhost/game/ (Base Directory)
I use IllumniaCMS
Config of IllumniaCMS:
Code:
// Database Information (IMPORTANT)
public $db_hostname = "localhost";
public $db_username = "root";
public $db_password = "PASS";
public $db_dbname = "testhotel";
// Password Hashing Options (IMPORTANT)
// Valid options:
// MD5 (Uber 1, RevCMS styled hashing)
// Normal (Uber 2 & Illumina styled hashing)
public $hashing_method = "Normal";
// Site Information (IMPORTANT)
public $site_url = "http://localhost";
public $site_name = "ZikiDay";
public $site_short = "Ziki";
public $facebook_account = "ZapHotel";
public $twitter_account = "zaphotelnet";
public $maintenance = false;
public $thehabbos_enabled = false;
public $thehabbos_username = "jcat";
public $c_images = "http://localhost/game/c_images";
// Misc Settings
public $pin_enabled = false;
public $pin_code = "1234";
public $FORCE_SSL = false;
public $flash_client_dump = true;
public $mus_ip = 'localhost';
public $mus_port = '3001';
// Registration Controls
public $max_per_ip = 30;
public $reg_enabled = true;
public $default_credits = "15000";
public $default_pixels = "15000";
public $default_homeroom = "598898";
public $default_look = "hd-180-2.sh-290-92.lg-275-92.ch-3030-63.hr-831-61";
public $default_rank = "2";
public $default_motto = "I'm new at Ziki!";
public $default_gender = "M";
// Server Settings
public $server_type = "Butterfly"; // Phoenix or Butterfly
// Caching Settings
public $apc_enabled = false;
// Client Settings
public $connection_info_host = "localhost";
public $connection_info_port = "3000";
public $variables = "http://localhost/game/external_variables.txt";
public $texts = "http://localhost/game/external_flash_texts.txt";
public $override_texts = "http://localhost/game/external_flash_override_texts.txt";
public $productdata = "http://localhost/game/productdata.txt";
public $furnidata = "http://localhost/game/furnidata_xml.xml";
public $baseurl = "http://localhost/game/";
public $habbo_swf = "http://localhost/game/Habbo.swf";
public $loadingtext = "Ziki laadt!";
And my emulator config:
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=PASS
db.name=testhotel
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=3000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=3001
mus.tcp.allowedaddr=localhost;127.0.0.1
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
food.url=http://localhost/game/gamecenter/gamecenter_basejump/
food.ip=127.0.0.1
food.port=30000
I really don't know what I do wrong. My default decimal symbol is a full stop (point), and my Habbo.swf is effectively named Habbo.swf, and it's the swf fix of Habmoon.
- Liek.
Oh yes, one extra thing: I can't add "hotelview.banner.url" : "http://%yourhost%/game/rs4.php" because of Illumina CMS
Re: Just 1 packet at Plus Edit - Revision 2
Just add "hotelview.banner.url" : "http://%yourhost%/game/rs4.php" Under the furnidata line
Re: Just 1 packet at Plus Edit - Revision 2
Furnidata? It is in external flash texts for me.
Code:
...
handitem.give.pet.enabled=false
help.habboway.page.count=7
horseImprovements.enabled=true
hotelview.banner.url=http://localhost/game/rs4.php <--- (yeah, just added this arrow here)
identityTracking.enabled=true
Re: Just 1 packet at Plus Edit - Revision 2
Go to page-client.tpl (I think it is) and add it there..
Re: Just 1 packet at Plus Edit - Revision 2
I'm such a fool! Thanks, it works!