Hi all,

I made an IP ban command, which saves the IP of the player in a file and when a player connects, his IP is checked against that list. However, for example, if your IP is 123.45.67.10, you can connect again if your IP is 123.45.67.11. Is it possible to make some kind of IP range that checks ur IP against 123.45.67.i with i from 0 till 150 for example?

EDIT:

Or can be a isSubStr(PlayerIP, bannedIP) used? No idea how to set that up though