Currently, I control admin and donor in sourceban.
(Almost count 200).
When My server ip's changed, All admin and donor's server access permission has been missing.
So... I often use edit server access button and Give it back. all every single.
It was a very waste of my time. and...

First. I search db in phpmyadmin. I didn't find anything.
How can I change this? Is there any feautres in sourceban? (for example...auto add server access permsion?)
Here is my sourcemod.cfg
I really need your help. Thank you
Code:
"SourceBans"
{
"Config"
{
// Website address to tell where the player to go for unban, etc
"Website" "http://web.sonakize.kr"
// Allow or disallow admins access to addban command
"Addban" "1"
// Allow or disallow admins access to unban command
"Unban" "1"
// The Tableprefix you set while installing the webpanel. (default: "sb")
"DatabasePrefix" "sb"
// How many seconds to wait before retrying when a players ban fails to be checked. Min = 15.0 Max = 60.0
"RetryTime" "45.0"
// How often should we process the failed ban queue in minutes
"ProcessQueueTime" "5"
// Should the plugin automaticaly add the server to sourcebans
// (servers without -ip being set on startup need this set to 0)
"AutoAddServer" "1"
// Enable backing up config files after getting admins from database (1 = enabled, 0 = disabled)
"BackupConfigs" "1"
// Enable admin part of the plugin (1 = enabled, 0 = disabled)
"EnableAdmins" "1"
// Require the admin to login once into website
"RequireSiteLogin" "0"
// This is the ID of this server (Check in the admin panel -> servers to find the ID of this server)
"ServerID" "-1"
~~~~~~~~~~~~~~
++ Is there anything I need to change <"ServerID" "-1">?
My serverid is 34. But Still work fine all function.