[Question]Game.ExE

09/27/2014 18:45 bar2eldad#1
Hello . Sorry for the question it can be tested easy but i dont have a machine for this test atm .

If i am purchasing a proxy and i put Proxy ip on my game.exe

Question 1 :

If i am putting proxy IP on my game.exe and doing that :

netstat -an -b -sp tcp

It will show reall IP or proxy one ?

Question 2 :

Does there any other way to get server IP ?

I will use Proxy for my websites files , PHP and server files , Game.exe .

Thank you !
09/27/2014 19:09 nubness#2
In your configuration files on the server (.ini) you should write the proxy IP address, not the one of your dedicated server. Once that's done, the only IP address anyone will see is the proxy one.

I have never configured a web server to run behind a proxy, but in theory it should work. If I were you I would research more on this one.
09/27/2014 19:38 bar2eldad#3
Thank you for fast reply . i am reading to much forums and i got its the best solution .

Just wanting to be sure my no1 can get my IP adress buy diffrent way .

i really could find answer for webserver [xampp] . i am not sure how it goes.

Thx. [dont close please waiting for more replys , just wanting to be sure on everything].
09/27/2014 19:55 nephren#4
Well, for seasoned guys its maybe not a big problem but for those guys who try to mess it's enuff. U ever heard of cloudflare too?

Code:
if
Current.Request.ServerVariables["CLIENT_X_FORWARDED_FOR"].ToString();
else
return
realIP;


It will try to obtain your real IP but since nobody from those "hackers" in here, is able
to do more then using old shitty LOIC, you should be fine.
09/27/2014 20:02 bar2eldad#5
nephren . dident understood the code you wrote . how could i use it ?

yes i've heard of cloudflare . how could it help me with game.exe ?
09/27/2014 20:06 nubness#6
CloudFlare would only help you with your website. In order to prevent someone from getting your dedicated server's IP from the game, you only need to write the proxy IP address in the game.exe as well as in the server config files, that's all.
09/27/2014 20:19 bar2eldad#7
That was my plan nubness . proxy can be used for my apache also .

so i am not needing couldflare + proxy . proxy adress its enough ,, i am werong ?
09/27/2014 21:04 nephren#8
Quote:
Originally Posted by bar2eldad View Post
nephren . dident understood the code you wrote . how could i use it ?

yes i've heard of cloudflare . how could it help me with game.exe ?
I won't explain how you could use the Code cause ScriptKiddies will copy & paste and use it. I'm sorry. Hope you understand. You could use Google.

CloudFlare protects your Website trought CloudFlares DNS-Servers. It is not for Applications like Shaiya's game.exe, yes. I suggest to use CloudFlare for Websites. You will not need it for your game.exe it won't work anyhow.
09/27/2014 21:27 nubness#9
Don't worry about that code, it makes no sense anyway.

CloudFlare should work for you. I'm no expert in web security, but they are known to be good in this area.