will someone please explain how to use the 'ban' command on ip's? It doesn't seem to do anything with "ban <ip/name> all".
You can still connect and log-on.
You can still connect and log-on.
This forum is a read-only archive of the Gammon Software forum (2000–2026). No new posts can be made. Search the archive.
Posted by Ktossell on Tue 04 Dec 2001 08:56 PM — 6 posts, 21,461 views.
permban localhost*
if (IS_SET(pban->ban_flags,BAN_PREFIX)
&& IS_SET(pban->ban_flags,BAN_SUFFIX)
&& strstr(pban->name,host) != NULL)
return TRUE;
if (!IS_SET(pban->ban_flags,BAN_PREFIX)
&& !IS_SET(pban->ban_flags,BAN_SUFFIX)
&& strcmp(pban->name,host) != NULL)
return TRUE;