Author Topic: ban  (Read 1958 times)

Offline tbbuc

  • Rank: Private
  • *
  • Posts: 37
ban
« on: May 01, 2008, 06:02:37 pm »
Someone help please. Ok in cod uo a player keeps getting banned and i do not know how to permanently unban him. When I unban him in rcon by using sv_pb_banlist, I see the players long game key, his name, and then his IP. Then i type in the sv_pb_unban 1, because he is the first one on my list. Then he becomes unbanned. But when the server gets restarted his ban comes back. Now on my server I have a ban.txt file but his name or guid number is not on it. So where is the ban coming from and how can i permanently unban him from my server. thanks

Offline PvtGomerPyle

  • Rank: Private
  • *
  • Posts: 577
ban
« Reply #1 on: May 02, 2008, 07:32:21 pm »
Try this
Look in the uoserverbans.cfg    
See below

Quote
//*******************************************************************************
// COD Game Server BANS File
//*******************************************************************************

// IP Ban configuration

set g_filterban "0"      // 0 deny all users in g_banips to join server
            // 1 ban everyone eccept for ip in g_banips

//Reset ip bans
set g_banips ""         // Leave as is to clear out bans BEFORE loadup

set sv_kickbantime "300"   // Kick to ban time in seconds

// Add permanent IP bans below this line.  In the format shown in example
//set g_banips "xxx.xxx.xxx.xxx"   // EXAMPLE - to add more IP's just seperate by comma ,