Hey guys,
I use the FluxRP CMS with the FluxRP Emu (PlusEmu).
Everything is working fine when i use my server ip.
If i want to use my proxy ip in the client.php the client loads till 76% and stuck.
client.php: (CMS)
"connection.info.host" : "proxyIP",
"connection.info.port" : "proxyPORT",
main.ini: (EMU)
## Game TCP/IP Configuration
game.tcp.bindip=serverIP
game.tcp.port=30000
game.tcp.conlimit=100000000
game.tcp.conperip=999999999
game.tcp.enablenagles=true
game.tcp.port.proxy=proxyPORT of 30000
## MUS TCP/IP Configuration
mus.tcp.bindip=serverIP
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;serverIP
I use the FluxRP CMS with the FluxRP Emu (PlusEmu).
Everything is working fine when i use my server ip.
If i want to use my proxy ip in the client.php the client loads till 76% and stuck.
client.php: (CMS)
"connection.info.host" : "proxyIP",
"connection.info.port" : "proxyPORT",
main.ini: (EMU)
## Game TCP/IP Configuration
game.tcp.bindip=serverIP
game.tcp.port=30000
game.tcp.conlimit=100000000
game.tcp.conperip=999999999
game.tcp.enablenagles=true
game.tcp.port.proxy=proxyPORT of 30000
## MUS TCP/IP Configuration
mus.tcp.bindip=serverIP
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;serverIP