AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   Edit server access problem. (https://forums.alliedmods.net/showthread.php?t=249749)

jungjunghoo 10-11-2014 07:55

Edit server access problem.
 
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...:down:
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.

Rytis 10-12-2014 06:13

Re: Edit server access problem.
 
Set your correct ServerID

jungjunghoo 10-12-2014 07:43

Re: Edit server access problem.
 
Quote:

Originally Posted by Rytis (Post 2210099)
Set your correct ServerID

OK. I'll try. serverID isn't change? Is it idetification?

Rytis 10-12-2014 16:44

Re: Edit server access problem.
 
Quote:

Originally Posted by jungjunghoo (Post 2210129)
OK. I'll try. serverID isn't change? Is it idetification?

Huh?

jungjunghoo 10-13-2014 05:30

Re: Edit server access problem.
 
Quote:

Originally Posted by Rytis (Post 2210332)
Huh?

The server ID is not changed?

Rytis 10-13-2014 08:46

Re: Edit server access problem.
 
Quote:

Originally Posted by jungjunghoo (Post 2210486)
The server ID is not changed?

Uhm, I don't know? You have to set the correct ServerID into the configurationfile on your Counter-Strike server. You'll find the ID on your SourceBans website

jungjunghoo 10-15-2014 04:11

Re: Edit server access problem.
 
Thx.
and more question.
Can I edit admin permission all at once? not every single

Rytis 10-15-2014 10:30

Re: Edit server access problem.
 
Only if they're in a group, otherwise not

jungjunghoo 10-17-2014 04:51

Re: Edit server access problem.
 
Quote:

Originally Posted by Rytis (Post 2211354)
Only if they're in a group, otherwise not

:roll: thx


All times are GMT -4. The time now is 11:48.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.