SA-MP Forums Archive
[FilterScript] Anti-Proxy/VPN - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Anti-Proxy/VPN (/showthread.php?tid=632895)

Pages: 1 2


Anti-Proxy/VPN - Gnik - 21.04.2017




Made this script with some help from the sa-mp wiki, had some trouble keeping some people out so I just said yolo and put this together, Hope it helps!

Script will no longer kick anyone connecting from localhost.




Here are some pics in game!






NO KNOWN BUGS
  • Fixed script kicking bots connecting from localhost. (127.0.0.1)

~~~DOWNLOAD~~~



Re: Anti-Proxy/VPN - cuber - 21.04.2017

Didn't test it yet, but bravo!


Re: Anti-Proxy/VPN - IlanZ - 21.04.2017

My god, very good, I will use on my server, and something that was missing and can give error this:

Code:
GetPlayerIp(playerid, ip, sizeof ip);
Just two "(" ")" to complete the sizeof (ip), the more it got great, my parabens + rep.


Re: Anti-Proxy/VPN - iLearner - 21.04.2017

Quote:
Originally Posted by IlanZ
View Post
My god, very good, I will use on my server, and something that was missing and can give error this:

Code:
GetPlayerIp(playerid, ip, sizeof ip);
Just two "(" ")" to complete the sizeof (ip), the more it got great, my parabens + rep.
The fuck did you just say mate... The way he did was just fine....


@OP Does that site keeps updating the list?


Re: Anti-Proxy/VPN - REVO-RP - 21.04.2017

Good job!


Re: Anti-Proxy/VPN - Gnik - 22.04.2017

Quote:
Originally Posted by iLearner
View Post
The fuck did you just say mate... The way he did was just fine....


@OP Does that site keeps updating the list?
The site has been online for about a decade and its adding proxy's to the list every day, Haven't seen anyone with a proxy or a vpn get past it.


Re: Anti-Proxy/VPN - iLearner - 22.04.2017

Thank you! I'll probably use it however I might use it in another way.

What I have in my mind is, sending a warning to staff members about member connecting from a proxy rather than kicking him.


Re: Anti-Proxy/VPN - Gnik - 22.04.2017

Quote:
Originally Posted by iLearner
View Post
Thank you! I'll probably use it however I might use it in another way.

What I have in my mind is, sending a warning to staff members about member connecting from a proxy rather than kicking him.


That would also work, but I have very inactive admins so I have to kick on connect to prevent players from leaving thanks to ban evaders.




Re: Anti-Proxy/VPN - Nekszer - 22.04.2017

Good job!


Re: Anti-Proxy/VPN - Logic_ - 25.04.2017

This detects "127.0.0.1" as a VPN IP. You better should put a if check before you pass the IP.


Re: Anti-Proxy/VPN - ATomas - 01.11.2017

It would be good if you posted the proxycheck.php file and the required database. If someone wanted to upload the script to their server and not be dependent on another server.


Re: Anti-Proxy/VPN - HydraHumza - 01.11.2017

Hey,
This script would crash if it get 10 request from 1 ip. This need to be re-written in other way with some checks.


Re: Anti-Proxy/VPN - Arbico - 02.11.2017

VPN is mostly used to get better ping, qhy do you want a player to lag?


Re: Anti-Proxy/VPN - xxxSpeedxxx - 05.11.2017

Quote:
Originally Posted by Arbico
Посмотреть сообщение
VPN is mostly used to get better ping, qhy do you want a player to lag?
Not really using a VPN doesn't make your connection less shit and people use it to unban themselfs after I banned theyr IP adress.


Re: Anti-Proxy/VPN - Wisam - 15.11.2017

The Filterscript is not detecting any VPN's anymore is there any another site that detects VPN?


Re: Anti-Proxy/VPN - DylanAr - 15.11.2017

Quote:
Originally Posted by Wisam
Посмотреть сообщение
The Filterscript is not detecting any VPN's anymore is there any another site that detects VPN?
getipintel


Re: Anti-Proxy/VPN - Wisam - 23.11.2017

Everyone i think the vpn detection site is back online!

But you also have to replace
Код:
www.shroomery.org/ythan/proxycheck.php?ip=%s
with

Код:
proxy.mind-media.com/block/proxycheck.php?ip=%s
then have fun without ban evaders!


Re: Anti-Proxy/VPN - xxxSpeedxxx - 24.11.2017

Quote:
Originally Posted by Wisam
Посмотреть сообщение
Everyone i think the vpn detection site is back online!

But you also have to replace with

Код:
proxy.mind-media.com/block/proxycheck.php?ip=%s
then have fun without ban evaders!
It works now but my server crashes...


Re: Anti-Proxy/VPN - Gnik - 03.01.2018

I'm sorry for the inactivity, been working and having some personal issues, thank you Wisam for fixing the the script I'll update it as soon as I get access to a computer!


Re: Anti-Proxy/VPN - Arkit - 05.01.2018

I will implement it