Raised This Month: $51 Target: $400
 12% 

Advanced Bans (Real Time) by Exolent


Post New Thread Reply   
 
Thread Tools Display Modes
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 01-27-2022 , 22:50   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1501

Quote:
Originally Posted by THEHEXAGON View Post
Server is hosted at NFO and that is the only version available on the dashboard.
If I choose to upgrade the version, 1.8.3-dev-git5134 is the most recent version supported for installation through the supported dashboard.
I'm at NFO and I'm running AMX Mod X 1.9.0.5271. I had to update it manually but it works. I had originally got the same answer as you. However, one day when the HLDS actually updated, it actually broke several of my plugins and I was forced to manually upgrade.

Quote:
Originally Posted by THEHEXAGON View Post
I don't know what a GSP is, or how to view a control panel of a server that is offline.
GSP is "Game Server Provider". I don't think I made that up but maybe lol.

To view the console, go to the "Server Control" tab in your NFO Control Panel. There should be a button their to show the console tool ("Show Console Tool >>"). This allows you to see the Linux console outside of the game server itself (I think that this may only be available on Linux servers). The other one for RCON shows what you would see if you connected to the server via RCON.

Also, I think if there was an actual server crash, you should get a notification and I believe that notification has a snapshot of the console just before it crashed. I think these show up on the "Events log" tab.

Quote:
Originally Posted by THEHEXAGON View Post
They will upgrade to 1.9 when AMX releases it.
Unfortunately, I highly doubt that this will ever happen.

Quote:
Originally Posted by THEHEXAGON View Post
I'm unfamiliar with this engine, etc., but generally speaking, if the AMXmodX version was the problem, it would have never worked, right?
It's suspicious that it only stopped working and crashed the server after the lines were commented per the install instructions to use the existing bans list.
Not necessarily. If what you changed enabled something that has a bug in it in the unstable dev version then I'd expect strange thing happening. Generally, updating to a known working version (1.9.0 is fairly widely used AFAIK), help the debugging process because it's hard to trust a version that is not being used by barely anyone.


EDIT:

I just tested this on my local Counter-Strike server and it doesn't crash the server when I uncomment those two lines. I simply added advanced_bans.amxx to plugins.ini and restarted.
__________________

Last edited by fysiks; 01-27-2022 at 23:21.
fysiks is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-28-2022 , 09:31   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1502

Quote:
Until then, they don't support versions that AMX, themselves, don't consider stable.
This statement makes no sense as 1.8.3 is also an unstable build. In fact, it's much more unstable and has a lot more issues that the latest 1.9 or even 1.10 build.

1.8.3 is just an older 1.9 build. I don't see the point of them not supporting it just because the number changed.
__________________

Last edited by OciXCrom; 01-28-2022 at 09:31.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
kooomax
Member
Join Date: Jan 2018
Old 06-02-2022 , 11:08   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1503

] amx_addban STEAM_2:1:2035353877 0 banlist
[Advanced Bans] Invalid SteamID!
[Advanced Bans] Correct format: STEAM_0:X:XXXXXXX

I tried to ban a player by steamid i couldn't i blocked it by ip
what is the problem?
kooomax is offline
Krystek.
Member
Join Date: May 2022
Old 06-02-2022 , 12:03   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1504

Quote:
Originally Posted by kooomax View Post
] amx_addban STEAM_2:1:2035353877 0 banlist
[Advanced Bans] Invalid SteamID!
[Advanced Bans] Correct format: STEAM_0:X:XXXXXXX

I tried to ban a player by steamid i couldn't i blocked it by ip
what is the problem?

Did you use " "?

Try it this way
Code:
amx_addban "STEAM_2:1:2035353877" "0" "banlist"
or
amx_addban <STEAM_2:1:2035353877> <0> <banlist>

Last edited by Krystek.; 06-02-2022 at 12:04.
Krystek. is offline
kooomax
Member
Join Date: Jan 2018
Old 06-02-2022 , 12:20   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1505


just to believe
kooomax is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 06-02-2022 , 18:17   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1506

Quote:
Originally Posted by kooomax View Post

just to believe
Without checking the code, I think it's blocked by the plugin because when you try to use the command in Steam ID that starts with STEAM_2 shows in the log "correct format STEAM_1: xxxxxxx" so I think it is checking for Steam IDs starting with STEAM_1 Not STEAM_2
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 06-02-2022 , 22:10   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1507

SteamIDs starting with "STEAM_2" are beta SteamIDs according to this. So, are you claiming that someone has a legitimate beta account and is playing on your server? It seems highly unlikely that this is a valid SteamID that is actually playing on your server.
__________________
fysiks is offline
kooomax
Member
Join Date: Jan 2018
Old 06-03-2022 , 08:26   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1508

Quote:
Originally Posted by fysiks View Post
SteamIDs starting with "STEAM_2" are beta SteamIDs according to this. So, are you claiming that someone has a legitimate beta account and is playing on your server? It seems highly unlikely that this is a valid SteamID that is actually playing on your server.
Is there a plugin that works well?
I won't face any problem when i ban someone?
kooomax is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 06-03-2022 , 09:48   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1509

Quote:
Originally Posted by kooomax View Post
Is there a plugin that works well?
I won't face any problem when i ban someone?
They all work well, just not on a non-steam server with non-steam clients.
__________________

Mordekay is offline
kooomax
Member
Join Date: Jan 2018
Old 06-03-2022 , 10:05   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1510

#define REGEX_STEAMID_PATTERN "^^STEAM_(0|1)0|2):\d+$"
will this work? with STEAM_2:1 STEAMID
kooomax 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 12:36.


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