Raised This Month: $ Target: $400
 0% 

TF2 update: Admins/Donors do not have access to commands.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 08-21-2014 , 18:49   TF2 update: Admins/Donors do not have access to commands.
Reply With Quote #1

Related thread: https://forums.alliedmods.net/showthread.php?t=246705
Recent 1.6.2 sourcemod snapshot fixes it. If you manually edited a steamID to use the new format in your database, you need to revert it to use the old one again.


So steam just updated, and now nobody has access to commands.

Before update it was all working perfectly.

According to sourceban's webpanel we're all fine.

I tried sm_reloadadmins through rcon. Did not fix. I checked the contents of my admins.cfg on the VPS. We're all listed, steamID and all.

On the server itself everyone's client cookies (stored locally) are working fine. Everyone has their item loadouts.

Just noone has admin access.

Server is _registered and I saw the sv_registrationsuccess message in chat.

sourcebans.cfg does have the ServerID set properly.

PHP Code:
"Databases"
{
    
"driver_default"        "mysql"
    
    
// When specifying "host", you may use an IP address, a hostname, or a socket file path
    
    
"default"
    
{
        
"driver"            "default"
        "host"                "localhost"
        "database"            "sourcemod"
        "user"                "root"
        "pass"                ""
        
//"timeout"            "0"
        //"port"            "0"
    
}
    
    
"storage-local"
    
{
        
"driver"            "sqlite"
        "database"            "sourcemod-local"
    
}

    
"clientprefs"
    
{
        
"driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs-sqlite"
        "user"                "root"
        "pass"                ""
        
//"timeout"            "0"
        //"port"            "0"
    
}

    
"sourcebans"
    
{
        
"driver"            "default"
        "host"                "MY_EXTERNAL_HOST"
        "database"            "database_sourcebans"
        "user"                "loginname***"
        "pass"                "loginpass***"
        "port"                "3306"
    
}

    
"sourcecomms"
    
{
        
"driver"            "mysql"
        "host"                "MY_EXTERNAL_HOST"
        "database"            "database_sourcebans"
        "user"                "loginname***"
        "pass"                "loginpass***"
        "port"                "3306"
    
}

Is it a steam issue? Can I do something to resolve it? Do I just have to wait?
__________________

Last edited by Chdata; 08-21-2014 at 21:31.
Chdata is offline
xSpeced
AlliedModders Donor
Join Date: Aug 2013
Old 08-21-2014 , 18:51   Re: New update: Admins/Donors do not have access to commands.
Reply With Quote #2

Valve seems to have changed the Steam ID formats.

[U:X:XXXXXXXXX]
xSpeced is offline
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 08-21-2014 , 18:53   Re: New update: Admins/Donors do not have access to commands.
Reply With Quote #3

There are two threads about this already, elsewhere on this site. There were changes made to how Steam issues auth strings. This does not just affect SourceBans.
__________________
ddhoward is offline
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 08-21-2014 , 19:06   Re: New update: Admins/Donors do not have access to commands.
Reply With Quote #4

Quote:
Originally Posted by ddhoward View Post
There are two threads about this already, elsewhere on this site
https://forums.alliedmods.net/showthread.php?t=246705
__________________
AeroAcrobat is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 08-21-2014 , 19:58   Re: TF2 update: Admins/Donors do not have access to commands.
Reply With Quote #5

We need this thread here because bans/silences are no longer in place. I'm assuming sb will need its own fix
Phaiz is offline
SilentBr
Veteran Member
Join Date: Jan 2009
Old 08-21-2014 , 20:05   Re: TF2 update: Admins/Donors do not have access to commands.
Reply With Quote #6

Quote:
We apologize for the lack of warning regarding the SteamID format change in today's update. It was our intent to give the community a heads-up before the change was released, but it was missed.

The change was made to update TF2 to use the current SteamID format, which most other games on Steam and Steam itself uses. You will find that you can now use SteamIDs rendered by these other locations in your interactions with the engine. The engine will still recognize the old format, though, so your current server ban lists should still be valid.

The conversion equation has already been posted by a community member, but here it is again:

Old: STEAM_0:A:B
New: [U:1:B*2+A]
Example: STEAM_0:1:1234 ---> [U:1:2469]

We're sorry for the problems this may cause while you update your scripts to use the new format. It was not our intent to disrupt your servers.

-Eric
SilentBr is offline
caxanga334
Member
Join Date: Nov 2013
Location: Brazil
Old 08-21-2014 , 20:08   Re: TF2 update: Admins/Donors do not have access to commands.
Reply With Quote #7

You can still add the new steam id in sourcebans but only with phpmyadmin
caxanga334 is offline
uNg0veRNab1e
Member
Join Date: Jan 2013
Location: Russia, Siberia
Old 08-22-2014 , 03:48   Re: TF2 update: Admins/Donors do not have access to commands.
Reply With Quote #8

Sourcemod 1.6.2-git4558 (linux)
Sourcebans 1.4.11
- Admins set by old Steam ID works.
- Bans by name & userid works. Ban appears in banlist.
- Unbans do not works. Ban deletes from banlist, but not from game.
PHP Code:
removeidcouldn't find %steamid
rcon from "%ip": command "removeid %steamid" 
- Bans by Steam ID (sm_addban) does not works with old and new Steam ID formats.

===

1.7.0-git4757
- Admins not works.
- Bans not works.
__________________

Last edited by uNg0veRNab1e; 08-22-2014 at 04:47.
uNg0veRNab1e is offline
Send a message via Skype™ to uNg0veRNab1e
KiR
Senior Member
Join Date: Nov 2011
Old 08-22-2014 , 08:46   Re: TF2 update: Admins/Donors do not have access to commands.
Reply With Quote #9

Quote:
Originally Posted by uNg0veRNab1e View Post
Sourcemod 1.6.2-git4558 (linux)
Sourcebans 1.4.11
- Admins set by old Steam ID works.
- Bans by name & userid works. Ban appears in banlist.
- Unbans do not works. Ban deletes from banlist, but not from game.
PHP Code:
removeidcouldn't find %steamid
rcon from "%ip": command "removeid %steamid" 
- Bans by Steam ID (sm_addban) does not works with old and new Steam ID formats.

===

1.7.0-git4757
- Admins not works.
- Bans not works.
STEAM_0:[U:1:23910867] "99:z" admin works

Last edited by KiR; 08-22-2014 at 08:46.
KiR is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 08-22-2014 , 09:03   Re: TF2 update: Admins/Donors do not have access to commands.
Reply With Quote #10

Quote:
Originally Posted by uNg0veRNab1e View Post
===

1.7.0-git4757
This is why... go back to the latest 1.6.2 snapshot - the 1.7.0 builds were not touched for this fix.
Horsedick is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:19.


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