Banned.cfg , Clanmod
Niteowl
Join Date: 2002-09-04 Member: 1274Members, NS1 Playtester, Contributor
<div class="IPBDescription">keeping bans perm</div> lo there everybody <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
soo, i've always been a bit confused with banning, and keeping it permanent.
using clanmod, we got the ns/addons/clanmod/banlist.txt, which has entries like:
form:
playerName | wonid | player'sIpAddress | date | map | banner(the one who bans, not ads for X10 <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->) | time of ban
i.e.
blahPlayName | 5555555 | 123.123.123 | Tue Mar 04 18:20:08 2003 | ns_nothing | AdminDude | 5 minutes
my understanding is that the banlist.txt is only a LOG, and holds no value for the server keeping ppl off. is that correct?
then there is the ns/banned.cfg
form:
banid notSureWhatThisNumIs wonid
i.e.
banid 0.0 123123123
is THIS the real banned file i should have around? sometimes my bans aren't going to the banned.cfg. i read somewhere about a writeid cmd, is that in the server.cfg? sometimes my banids are getting wiped clean?
soo, basically, my question is, how do i ensure that the banids are 'sticking', and are my assumptions of the various files correct?
thanks!
soo, i've always been a bit confused with banning, and keeping it permanent.
using clanmod, we got the ns/addons/clanmod/banlist.txt, which has entries like:
form:
playerName | wonid | player'sIpAddress | date | map | banner(the one who bans, not ads for X10 <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->) | time of ban
i.e.
blahPlayName | 5555555 | 123.123.123 | Tue Mar 04 18:20:08 2003 | ns_nothing | AdminDude | 5 minutes
my understanding is that the banlist.txt is only a LOG, and holds no value for the server keeping ppl off. is that correct?
then there is the ns/banned.cfg
form:
banid notSureWhatThisNumIs wonid
i.e.
banid 0.0 123123123
is THIS the real banned file i should have around? sometimes my bans aren't going to the banned.cfg. i read somewhere about a writeid cmd, is that in the server.cfg? sometimes my banids are getting wiped clean?
soo, basically, my question is, how do i ensure that the banids are 'sticking', and are my assumptions of the various files correct?
thanks!
Comments
<b>
exec banned.cfg
exec listip.cfg
</b>
One of those zero's is the time. 0 = perm.
Banned.cfg = wonids
listip.cfg = IP addresses.
That should do it <!--emo&::fade::--><img src='http://www.unknownworlds.com/forums/html/emoticons/fade.gif' border='0' style='vertical-align:middle' alt='fade.gif'><!--endemo-->