Jump to content
MakeWebGames

Proxy Banning


kronow

Recommended Posts

Ok guys im getting to the stage were its starting to get so annouying of all these multis, well how do we fight them?

a thew questions

how do i find out a proxy ip?

can i ban someone coming from a site url to my site? like a proxy script

has anyone else sorted this?

anyone got aloud of the proxys ips?

cheers lets get fighting this

Link to comment
Share on other sites

  • 4 weeks later...

Re: Proxy Banning

Fighting proxy users is tough. You could blacklist known IPs but this could be a lot of work.

Check out this site

http://proxy.org/cgi_proxies.shtml

They have a list of known TOR proxy IPs. It might be overwhelming at how many proxies are out there.

I've managed to keep cheating down fairly well by preventing certain functions from working between players who have shared IPs in the past. I have a table with all IPs used by each user. If anyone tries to do a certain game function (send cash for example), they get blocked. The info also gets entered into a log. This has worked very well since cheaters ALWAYS end up having both accounts sharing an IP. It's a permanent block too, automatic, and requires no eyes to know it happens.

Link to comment
Share on other sites

Re: Proxy Banning

good idea

not sure but shouldnt you be able to block make a site reconize proxies and then give you options weather to

ban

investigate

log

 

heck that would be useful as a regular option in staff panel for users

and make it where when you click investigate if gives you a list of logs and actions they have done!!!

Link to comment
Share on other sites

Re: Proxy Banning

Well yes it is possible to write some code to check if the IP has an open proxy on it, but the downfall is this.

If you were to do that, 1 it would really slow down the game because you would have your server contacting every IP that logs onto it, and your server would be trying to see if i can connect to thier system so that it can check for the open proxy. 2. you would also endup denying entry to lots of people out there that are completly legitamate, as they have to use proxies to be able to surf the internet.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...