Client doesn't load further

iGangstar

Member
Dec 30, 2011
30
0
Hi!

I've got the problem that my client won't load and stucks on the hotel view.
Here are my settings:

Server Settings
Code:
## Phoenix 3.0 System Configuration File

## Licence Information
Otaku-Studios.username=Rattle
Otaku-Studios.password=

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=
db.name=nfhotel

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

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

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0

Cms Settings:
capture.PNG


Thanks!
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
Code:
## Phoenix 3.0 System Configuration File

## Licence Information
*****.username=Rattle
*****.password=

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=
db.name=nfhotel

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

## Game TCP/IP Configuration
game.tcp.bindip=[IP]
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=[ip]
mus.tcp.port=9001
mus.tcp.allowedaddr=127.0.0.1;[YOUR VPS IP]

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0
and also show us your Emulator screen
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
To make this clear for everyone
he is hosting his own swfs that is not the problem.

@OP Show us your Emulator Screen
and also change mus.tcp.allowed.addr=127.0.0.1; Your IP
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
@iGangstar
Change this part...
Code:
## MUS TCP/IP Configuration
mus.tcp.bindip=0.0.0.0
mus.tcp.port=9001
mus.tcp.allowedaddr=62.45.112.197

To this...
Code:
## MUS TCP/IP Configuration
mus.tcp.bindip=0.0.0.0
mus.tcp.port=9001
mus.tcp.allowedaddr=127.0.0.1;62.45.112.197
 

iGangstar

Member
Dec 30, 2011
30
0
To make this clear for everyone
he is hosting his own swfs that is not the problem.

@OP Show us your Emulator Screen
and also change mus.tcp.allowed.addr=127.0.0.1; Your IP
knipsel.png


@iGangstar
Change this part...
Code:
## MUS TCP/IP Configuration
mus.tcp.bindip=0.0.0.0
mus.tcp.port=9001
mus.tcp.allowedaddr=62.45.112.197

To this...
Code:
## MUS TCP/IP Configuration
mus.tcp.bindip=0.0.0.0
mus.tcp.port=9001
mus.tcp.allowedaddr=127.0.0.1;62.45.112.197
Nop, didn't work either
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
My computer is always on
Try using IIS on your PC then, if it'd work I'll assist you again. If you are going to share your retro with other people then the best bet is to rent a VPS. Using your PC for hosting a retro is a big risk since if someone found exploits on your site and you aren't able to patch it, they can enter your computer or even control your files (it depends).
 

iGangstar

Member
Dec 30, 2011
30
0
Try using IIS on your PC then, if it'd work I'll assist you again. If you are going to share your retro with other people then the best bet is to rent a VPS. Using your PC for hosting a retro is a big risk since if someone found exploits on your site and you aren't able to patch it, they can enter your computer or even control your files (it depends).

Don't you've to pay for IIS?
 

nFZandor

New Member
Feb 8, 2014
1
0
I am helping him through teamviewer and he is away but this was in the file:
Code:
8-2-2014 20:59:00: [TCPListener.OnRequest]: Could not handle new connection request: System.Net.WebException: De externe server heeft een fout geretourneerd: (404) Niet gevonden.
  bij System.Net.HttpWebRequest.GetResponse()
  bij ns0.Class66.smethod_2(String string_0, Boolean bool_0)
  bij ns0.GClass1.method_0(GDelegate0 gdelegate0_1)
  bij ns0.Class16.method_3()
  bij ns0.Class37.method_8(UInt32 uint_0, GClass1& gclass1_0)
  bij ns0.Class113.method_5(SocketInformation socketInformation_0, Int32 int_0)
  bij ns0.Class114.method_4(IAsyncResult iasyncResult_0)

8-2-2014 21:08:27: [TCPListener.OnRequest]: Could not handle new connection request: System.Net.WebException: De externe server heeft een fout geretourneerd: (404) Niet gevonden.
  bij System.Net.HttpWebRequest.GetResponse()
  bij ns0.Class66.smethod_2(String string_0, Boolean bool_0)
  bij ns0.GClass1.method_0(GDelegate0 gdelegate0_1)
  bij ns0.Class16.method_3()
  bij ns0.Class37.method_8(UInt32 uint_0, GClass1& gclass1_0)
  bij ns0.Class113.method_5(SocketInformation socketInformation_0, Int32 int_0)
  bij ns0.Class114.method_4(IAsyncResult iasyncResult_0)
 

Hethod

Member
Feb 12, 2011
48
9
Try reading Vineen his tutorial on how to make a Habbo retro using IIS.

Have fun and good luck.

PS: The exception error may be because there is something wrong in the database that sends back an exception error.
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Try reading Vineen his tutorial on how to make a Habbo retro using IIS.

Have fun and good luck.

PS: The exception error may be because there is something wrong in the database that sends back an exception error.
The tutorial is already outdated, I guess, since there are new security methods Aaron implemented on PhoenixEMU, right?
 

Users who are viewing this thread

Top