SA-MP Forums Archive
[Help] Proxy Server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [Help] Proxy Server (/showthread.php?tid=486139)



[Help] Proxy Server - iRage - 07.01.2014

I've been attempting to make a Proxy Server in java that handles the connections between the client and the server.

Using the according ports, the program was able to detect incoming connections using a web browser ( localhost:7778 ) and of course there was no response from the sever's .exe since I was using a web browser.

When I tried connecting to the server on the proxy's port using the SA-MP client the proxy didn't detect any connection. Apparently I'm missing something, any help?


Edit: So apparently, I need to find a method to make a contact between the proxy server and the sa-mp's .exe using the same way a client connects to the sa-mp's .exe, still need help with this.