ID:162128
 
I want to knw how can i ban certain group of ip address from joining my game like the one who i want to ban has this ip address(something like this):
63.23.xx.yy
as this person has dynamic ip,
he/she can join game again by another ip(AS those who have dynamic ip there ip address changes(most of the time) whenever they reconnect to internet,banning key is useless as they can join with another key)
so is there any pssible way to ban this group of ip's so tht those living under similar ip address cant join the server?
if(copytext(X.client.address,1,7)=="63.23.")
X << "Urz banned!"


I believe that Crispy's FullBan library has other methods to ban an IP changer (ex: cookie)
In response to GhostAnime
thnx i'll try it.