client freezes with my no-ip setup

docockxx

New Member
Oct 20, 2012
1
0
I got my habbo hotel working a couple days ago using hamachi.. all great but I couldn't be found on the internet without other people installing hamachi.

That's why I decided to use a no-ip account with my habbo hotel. Point is... I'm confused whether I use the right ip addresses and ports. Everything seems to work fine, except the client freezes at the hotel view.

Here is what I have in my ultimate inc_config.php:

Code:
$config['Site']['www'] = "http://mysite.zapto.org";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
 
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "password";
$config['MySQL']['database'] = "habbodb";
 
$config['Site']['server'] = "ultimate"; // phoenix | funlight | ultimate
 
 
$config['MUS']['enabled'] = true;
$config['MUS']['ip'] = "127.0.0.1";
$config['MUS']['port'] = 3006;

Code:
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=password
db.name=habbodb
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=300
 
## Game TCP/IP Configuration
game.tcp.bindip=http://mysite.zapto.org
game.tcp.port=30000
game.tcp.conlimit=5000
## MUS TCP/IP Configuration
mus.tcp.bindip=http://mysite.zapto.org
mus.tcp.port=30001
mus.tcp.allowedaddr=http://mysite.zapto.org

And in my housekeeping I got:

Code:
Client Ip    127.0.0.1   
Client Port  3001

I hope someone can help me out by telling which ports to use (and where), cause I want to show the hotel to my daughter tonight :)

Ps. for security reasons I altered my real ip address and password in this posting.
 

Users who are viewing this thread

Top