FluxRP CMS & EMU PROXY PROBLEM

uttmmmm5

Member
May 18, 2016
110
5
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
 

uttmmmm5

Member
May 18, 2016
110
5
I dont think, that the proxy is the problem...
Cause on the proxy-panel it shows that the proxies are active..

and i used the same proxies on braincms a few months ago and there they works perfect.
----EDIT----
If i put the proxyIP in the url-field of my browser that it shows a website which says:
404 NOT FOUND

Is that correct ? (Is this the sign, that the proxy works?)
 

Core

Member
Nov 10, 2016
356
138
For the emulator you still bind to the servers IP address - which it looks like you're doing so I'm just making sure.
game.tcp.port should be your server port as well so let's say 30000. Which is what you'd put onto proxy panel.
game.tcp.port.proxy - shouldn't matter so put 30000 as the proxy acts like a client so will send to 30000 anyways :/. Makes 0 sense what so ever but whole emulator is ew.

The only place proxy information should go is on client.php.

As for 404 error, it's fine. It just means page not found for the HTTP protocol. You're using TCP. Basically the proxy provider has set up a web server on the same server. Most likely for a resfulAPI to update your proxy data from the panel.
 

Users who are viewing this thread

Top