Raised This Month: $51 Target: $400
 12% 

A way to auto ban proxxy ips?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 09-16-2013 , 21:00   A way to auto ban proxxy ips?
Reply With Quote #1

I heard that this is a possible plugin and would like to install it on my Sourcebans. Dose anyone know where I can get this addon?
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
Rytis
Veteran Member
Join Date: Feb 2012
Location: Germany
Old 09-17-2013 , 03:10   Re: A way to auto ban proxxy ips?
Reply With Quote #2

https://forums.alliedmods.net/showthread.php?t=198336
There you go
Rytis is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 09-17-2013 , 07:03   Re: A way to auto ban proxxy ips?
Reply With Quote #3

Quote:
Originally Posted by Rytis View Post
That has nothing to do with proxxy ips.
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
Rytis
Veteran Member
Join Date: Feb 2012
Location: Germany
Old 09-17-2013 , 07:20   Re: A way to auto ban proxxy ips?
Reply With Quote #4

What do you mean with proxxy ips? IP's are IP's and nothing else, if I set up a proxy server at home, is then my IP an proxy IP?
Rytis is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 09-17-2013 , 07:23   Re: A way to auto ban proxxy ips?
Reply With Quote #5

en.wikipedia.org/wiki/Proxy_server

Basically a fake ip. Most hackers use it so they can get around ip bans.
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!

Last edited by jpwanabe; 09-17-2013 at 07:24.
jpwanabe is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-17-2013 , 07:29   Re: A way to auto ban proxxy ips?
Reply With Quote #6

try country filter, it check IP trough GeoIP.dat would it match one of countries.
Usually proxy servers IP not have location.

http://www.sourcemod.net/plugins.php...tion=&search=1

you can try my version, or elses

*edit
remember update geoip.dat !

Last edited by Bacardi; 09-17-2013 at 07:29.
Bacardi is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 09-17-2013 , 07:32   Re: A way to auto ban proxxy ips?
Reply With Quote #7

Quote:
Originally Posted by Bacardi View Post
try country filter, it check IP trough GeoIP.dat would it match one of countries.
Usually proxy servers IP not have location.

http://www.sourcemod.net/plugins.php...tion=&search=1

you can try my version, or elses

*edit
remember update geoip.dat !
Banning an entire country is not an acceptable solution.
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 09-17-2013 , 13:34   Re: A way to auto ban proxxy ips?
Reply With Quote #8

Try [ANY] City Bans - link
Plugin Description:
Allows admins to ban users by their city
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!


nightrider is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 09-17-2013 , 13:39   Re: A way to auto ban proxxy ips?
Reply With Quote #9

Quote:
Originally Posted by nightrider View Post
Try [ANY] City Bans - link
Plugin Description:
Allows admins to ban users by their city
And how does this help against proxy ips? Maybe for one person with a dynamic ip, but this is almost the same as the banning by country one.
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 09-18-2013 , 01:33   Re: A way to auto ban proxxy ips?
Reply With Quote #10

Try this - http://www.blocked.com/index.php

or
If you have your own server you can block all proxy servers with an htaccess file.

Code:
# block proxy servers from site access

RewriteEngine on
RewriteCond %{HTTP:VIA}                 !^$ [OR]
RewriteCond %{HTTP:FORWARDED}           !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA}       !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR}     !^$ [OR]
RewriteCond %{HTTP:PROXY_CONNECTION}    !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION}   !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP}      !^$
RewriteRule ^(.*)$ - [F]
To use this code, copy & paste into your site’s root htaccess file.
Upload to your server, and test it’s effectiveness via the proxy service(s) of your choice.

It may not be perfect, but compared to blacklisting a million proxy domains, it’s lightweight, concise, and very effective.
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!



Last edited by nightrider; 09-18-2013 at 01:40.
nightrider is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode