[FilterScript] Anti-Proxy [Prevent Ban-Evade]
#1

CreamyProtection Anti-Proxy v1.0

Have you banned a player, yet they just tend to come back? Well that stops now, with this filterscript you can prevent players from joining the server while connected to a proxy server.

Notes
This database will block ips of Hotspot Shield, the most commonly used proxy server. About 10/15 ips will added each and every day. Please share this with your friends to motivate me in continue blocking proxies.

Database Stats

Proxies Blocked: 1447 (Total of 5,79mb)
Avr. Proxies Added Daily: 15


Credits

ipdb.at
(I got huge about of Hotspot Shield IPs from here, so be sure to check out their site.)

Download

Anti-Proxy.amx
Anti-Proxy.pwn
Pastbin (pastebin screws up the code format.)
Pastebay.net
Reply
#2

not bed , good job +rep
Reply
#3

Quote:
Originally Posted by AmitRaj
Посмотреть сообщение
not bed , good job +rep
Yeah its not bed nor bad.

OT: Good fs Can you please provide pastebin?
Reply
#4

Quote:
Originally Posted by AmitRaj
Посмотреть сообщение
not bed , good job +rep
Thanks

Quote:
Originally Posted by Bingo
Посмотреть сообщение
Yeah its not bed nor bad.

OT: Good fs Can you please provide pastebin?
Thanks, sure
Reply
#5

Quote:
Originally Posted by Bingo
Посмотреть сообщение
Yeah its not bed nor bad.

OT: Good fs Can you please provide pastebin?
my typo there LOL , anyway nice satire and sarcasm
Reply
#6

great job and usefull
Reply
#7

Good FS , nice bro ,)
Reply
#8

Good job !
Reply
#9

Pastebin

OnPlayerConnect
new string_ip[16],string_[128];
GetPlayerIp(pid,string_ip,sizeof(string_ip));
format(string_,sizeof(string_),"creamystuff.tk/creamyprotection/index.php?ip=%s",string_ip);
HTTP(pid,HTTP_GET,string_,"","AC_Proxy");

Callback AC_Proxy(index,response_code,data[]){
printf("AC_Proxy %d %d %s",index,response_code,data);
if(response_code==200){
if(strfind(data,"Ban Code:01",true)!=-1)/*Are in List, Baned*/{
printf("AC_Proxy, In");
}}
else{/*Not in list*/
printf("AC_Proxy, Not");
}
return true;
}

server.cfg
AC_Proxy ~ 404 File not Found!

<!-- Hosting24 Analytics Code -->

<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>

<!-- End Of Analytics Code -->


AC_Proxy, Not
Reply
#10

Oh yes, thanks, sorry....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)