AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   server kicks players with reason "added to banned list" (https://forums.alliedmods.net/showthread.php?t=338890)

Aleksvarme 08-01-2022 19:10

server kicks players with reason "added to banned list"
 
Hello, I'm running Cs 1.6 Linux server, sometimes the server kicks players with the reason "Added to banned list" can anyone help me? thanks!

Infamanious 08-01-2022 21:30

Re: server kicks players with reason "added to banned list"
 
Perhaps someone got ahold of your rcon password and is banning everybody because they have a pet peave against you? Im guessing theres some type of anti spam plugin or a command client side that is kicking players. What setup are you using? amxmodx version, plugins, server.cfg, etc.

fysiks 08-01-2022 23:30

Re: server kicks players with reason "added to banned list"
 
Look in your AMX Mod X logs to see where the ban is coming from. Make sure that your admins are authenticated by SteamID (if you want to use a password, use it in addition to the SteamID). Disable RCON entirely by setting the password to an empty string or make it an extremely difficult password.

Aleksvarme 08-02-2022 14:47

Re: server kicks players with reason "added to banned list"
 
Quote:

Originally Posted by Infamanious (Post 2785377)
Perhaps someone got ahold of your rcon password and is banning everybody because they have a pet peave against you? Im guessing theres some type of anti spam plugin or a command client side that is kicking players. What setup are you using? amxmodx version, plugins, server.cfg, etc.

I using AMX Mod X version 1.8.2 plugins
and plugins
adminchk.amxx
damager.amxx
speclist_rus.amxx
csnadedrops.amxx
c4timer.amxx
ne_unlimitedammo.amxx
fakefull.amxx

and this is server cfg
// Use this file to configure your DEDICATED server.

// This config file is executed on server start.



// disable autoaim

sv_aim 0



// disable clients' ability to pause the server

pausable 0



// default server name. Change to "Bob's Server", etc.

hostname "Counter Strike 1.6 server"



// maximum client movement speed

sv_maxspeed 320



// 20 minute timelimit

mp_timelimit 20



sv_cheats 0



// load ban files

exec listip.cfg

exec banned.cfg

//swrafad ro gadmoweros mapebi da resuresebi magia

sv_downloadurl "http://127.0.0.1/cstrike/"

sv_allowdownload 1


also I saw this on my amxmodx logs
L 09/09/2016 - 14:04:22: Start of error session.
L 09/09/2016 - 14:04:22: Info (map "afk_6killer") (file "addons/amxmodx/logs/error_20160909.log")
L 09/09/2016 - 14:04:22: [AMXX] Plugin file open error (plugin "adminchk.amx")
L 09/09/2016 - 14:23:19: Start of error session.
L 09/09/2016 - 14:23:19: Info (map "afk_6killer") (file "addons/amxmodx/logs/error_20160909.log")
L 09/09/2016 - 14:23:19: [AMXX] Plugin file open error (plugin "adminchk.amx")
L 09/09/2016 - 14:29:18: Start of error session.
L 09/09/2016 - 14:29:18: Info (map "afk_6killer") (file "addons/amxmodx/logs/error_20160909.log")
L 09/09/2016 - 14:29:18: [AMXX] Plugin file open error (plugin "adminchk.amx")
L 09/09/2016 - 14:29:42: Start of error session.
L 09/09/2016 - 14:29:42: Info (map "afk_6killer") (file "addons/amxmodx/logs/error_20160909.log")
L 09/09/2016 - 14:29:42: [AMXX] Plugin file open error (plugin "adminchk.amx")
can it be the reason?

Aleksvarme 08-02-2022 14:53

Re: server kicks players with reason "added to banned list"
 
Quote:

Originally Posted by fysiks (Post 2785384)
Look in your AMX Mod X logs to see where the ban is coming from. Make sure that your admins are authenticated by SteamID (if you want to use a password, use it in addition to the SteamID). Disable RCON entirely by setting the password to an empty string or make it an extremely difficult password.

Hello, I saw this on my amxmodx logs error
L 09/09/2016 - 14:04:22: Start of error session.
L 09/09/2016 - 14:04:22: Info (map "afk_6killer") (file "addons/amxmodx/logs/error_20160909.log")
L 09/09/2016 - 14:04:22: [AMXX] Plugin file open error (plugin "adminchk.amx")
L 09/09/2016 - 14:23:19: Start of error session.
L 09/09/2016 - 14:23:19: Info (map "afk_6killer") (file "addons/amxmodx/logs/error_20160909.log")
L 09/09/2016 - 14:23:19: [AMXX] Plugin file open error (plugin "adminchk.amx")
L 09/09/2016 - 14:29:18: Start of error session.
L 09/09/2016 - 14:29:18: Info (map "afk_6killer") (file "addons/amxmodx/logs/error_20160909.log")
L 09/09/2016 - 14:29:18: [AMXX] Plugin file open error (plugin "adminchk.amx")
L 09/09/2016 - 14:29:42: Start of error session.
L 09/09/2016 - 14:29:42: Info (map "afk_6killer") (file "addons/amxmodx/logs/error_20160909.log")
L 09/09/2016 - 14:29:42: [AMXX] Plugin file open error (plugin "adminchk.amx")
can it be the reason? and how to make sure admins get authenticated by SteamID

fysiks 08-03-2022 00:01

Re: server kicks players with reason "added to banned list"
 
  • When posting text from a file like plugins.ini, server.cfg, or a log file, etc. you should use [code][/code] tags around that text. This will make your post much easier to read and understand.
  • I asked about the normal logs, not the error logs. By default, all admins commands should be logged to the normal log files so you can trace back who executed them (assuming they don't have your RCON password).
  • To see how to assign admins, take a look at users.ini where it shows an example of using a SteamID.
  • Another thing to consider is that you should never use a plugin where you were sent (or you downloaded) the .amxx file because it could contain malicious code that allows a hacker to access your server. You'll either want to use the "Get Plugin" link for plugins that are attached to posts (only on this forum) or compile them yourself after you have examined the code. If you're not familiar with plugin code, you can post the code here so we can verify it.

Aleksvarme 08-03-2022 08:56

Re: server kicks players with reason "added to banned list"
 
Quote:

Originally Posted by fysiks (Post 2785461)
  • When posting text from a file like plugins.ini, server.cfg, or a log file, etc. you should use [code][/code] tags around that text. This will make your post much easier to read and understand.
  • I asked about the normal logs, not the error logs. By default, all admins commands should be logged to the normal log files so you can trace back who executed them (assuming they don't have your RCON password).
  • To see how to assign admins, take a look at users.ini where it shows an example of using a SteamID.
  • Another thing to consider is that you should never use a plugin where you were sent (or you downloaded) the .amxx file because it could contain malicious code that allows a hacker to access your server. You'll either want to use the "Get Plugin" link for plugins that are attached to posts (only on this forum) or compile them yourself after you have examined the code. If you're not familiar with plugin code, you can post the code here so we can verify it.

sorry I did not know about the code tags I added admins with SteamID and downloaded all the plugins from this forum It will be probably fixed, Thanks!

Aleksvarme 08-03-2022 09:30

Re: server kicks players with reason "added to banned list"
 
Quote:

Originally Posted by fysiks (Post 2785461)
  • When posting text from a file like plugins.ini, server.cfg, or a log file, etc. you should use [code][/code] tags around that text. This will make your post much easier to read and understand.
  • I asked about the normal logs, not the error logs. By default, all admins commands should be logged to the normal log files so you can trace back who executed them (assuming they don't have your RCON password).
  • To see how to assign admins, take a look at users.ini where it shows an example of using a SteamID.
  • Another thing to consider is that you should never use a plugin where you were sent (or you downloaded) the .amxx file because it could contain malicious code that allows a hacker to access your server. You'll either want to use the "Get Plugin" link for plugins that are attached to posts (only on this forum) or compile them yourself after you have examined the code. If you're not familiar with plugin code, you can post the code here so we can verify it.

Same problem again and here is logs :(
Code:

L 08/03/2022 - 16:32:12: -------- Mapchange to de_dust2 --------
L 08/03/2022 - 16:32:27: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 16:32:44: [mapsmenu.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" changelevel "fy_snow"
L 08/03/2022 - 16:32:47: -------- Mapchange to fy_snow --------
L 08/03/2022 - 16:32:48: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 16:47:37: -------- Mapchange to de_dust2 --------
L 08/03/2022 - 16:47:48: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 16:50:12: [mapsmenu.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" changelevel "fy_snow"
L 08/03/2022 - 16:50:15: -------- Mapchange to fy_snow --------
L 08/03/2022 - 16:50:16: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 17:05:16: [adminchat.amxx] Chat: "60hz monitor<1><STEAM_0:1:583733302><>" tsay "estart"
L 08/03/2022 - 17:05:20: -------- Mapchange to de_dust2 --------
L 08/03/2022 - 17:05:27: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 17:05:59: [admincmd.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" set cvar (name "sv_rsadvertise") (value "1")
L 08/03/2022 - 17:06:19: [admincmd.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" set cvar (name "sv_rsdisplay") (value "1")
L 08/03/2022 - 17:06:31: [mapsmenu.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" changelevel "fy_snow"
L 08/03/2022 - 17:06:33: -------- Mapchange to fy_snow --------
L 08/03/2022 - 17:06:35: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 17:14:08: [mapsmenu.amxx] Vote: "60hz monitor<1><STEAM_0:1:583733302><>" vote maps (map#1 "awp_india") (map#2 "") (map#3 "") (map#4 "")
L 08/03/2022 - 17:14:21: [mapsmenu.amxx] Vote: Voting successful. Map will be changed to awp_india
L 08/03/2022 - 17:14:22: [mapsmenu.amxx] Vote: Result accepted
L 08/03/2022 - 17:14:24: -------- Mapchange to awp_india --------
L 08/03/2022 - 17:14:25: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
L 08/03/2022 - 17:15:54: [adminchat.amxx] Chat: "60hz monitor<1><STEAM_0:1:583733302><>" tsay "ato gavidnen isini ver shemodian?"


Aleksvarme 08-03-2022 09:33

Re: server kicks players with reason "added to banned list"
 
Quote:

Originally Posted by fysiks (Post 2785461)
  • When posting text from a file like plugins.ini, server.cfg, or a log file, etc. you should use [code][/code] tags around that text. This will make your post much easier to read and understand.
  • I asked about the normal logs, not the error logs. By default, all admins commands should be logged to the normal log files so you can trace back who executed them (assuming they don't have your RCON password).
  • To see how to assign admins, take a look at users.ini where it shows an example of using a SteamID.
  • Another thing to consider is that you should never use a plugin where you were sent (or you downloaded) the .amxx file because it could contain malicious code that allows a hacker to access your server. You'll either want to use the "Get Plugin" link for plugins that are attached to posts (only on this forum) or compile them yourself after you have examined the code. If you're not familiar with plugin code, you can post the code here so we can verify it.

Here console log
Code:

alex@alex-Mintxfce:~/hlds$ ./hlds_run -game cstrike -console +ip 192.168.100.8 +maxplayers 32 +map de_dust2 -secure -sv_lan 0 -autoupdate -port 27015
Auto-restarting the server on crash
Could not locate steam binary:steamcmd/steamcmd.sh, ignoring.

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 19:52:19 Aug  3 2020 (8684)
STEAM Auth Server
Server IP address 192.168.100.8:27015
 
  Metamod version 1.20  Copyright (c) 2001-2013 Will Day <[email protected]>
  Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
  This is free software, and you are welcome to redistribute it
  under certain conditions; type `meta gpl' for details.
 

  AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
  AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
  This is free software and you are welcome to redistribute it under
  certain conditions; type 'amxx gpl' for details.
 
L 08/03/2022 - 17:05:20: -------- Mapchange to de_dust2 --------
[AMXX] Loaded 1 admin from file
* CSNadeDrops 0.14 by Avalanche
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
CAppInfoCacheReadFromDiskThread took 58 milliseconds to initialize
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
couldn't exec listip.cfg
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
Connection to Steam servers successful.
  VAC secure mode is activated.
L 08/03/2022 - 17:05:27: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
CSDOWN | Original player` : secvale
L 08/03/2022 - 17:05:59: [admincmd.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" set cvar (name "sv_rsadvertise") (value "1")
L 08/03/2022 - 17:06:19: [admincmd.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" set cvar (name "sv_rsdisplay") (value "1")
60hz monitor : ra
60hz monitor : xo
L 08/03/2022 - 17:06:31: [mapsmenu.amxx] Cmd: "60hz monitor<1><STEAM_0:1:583733302><>" changelevel "fy_snow"
L 08/03/2022 - 17:06:33: -------- Mapchange to fy_snow --------
[AMXX] Loaded 1 admin from file
* CSNadeDrops 0.14 by Avalanche
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
L 08/03/2022 - 17:06:35: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
Dropped colt(alb) from server
Reason:  Client sent 'drop'
CSDOWN | Original player` : vso dagerxat
L 08/03/2022 - 17:14:08: [mapsmenu.amxx] Vote: "60hz monitor<1><STEAM_0:1:583733302><>" vote maps (map#1 "awp_india") (map#2 "") (map#3 "") (map#4 "")
L 08/03/2022 - 17:14:21: [mapsmenu.amxx] Vote: Voting successful. Map will be changed to awp_india
L 08/03/2022 - 17:14:22: [mapsmenu.amxx] Vote: Result accepted
Dropped Mtavari admini 60hz monitor from server
Reason:  Dropping fakeclient on level change
Dropped Discord Alekss#4958 from server
Reason:  Dropping fakeclient on level change
Dropped Daicavit cenzura from server
Reason:  Dropping fakeclient on level change
L 08/03/2022 - 17:14:24: -------- Mapchange to awp_india --------
[AMXX] Loaded 1 admin from file
* CSNadeDrops 0.14 by Avalanche
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
L 08/03/2022 - 17:14:25: [admin.amxx] Login: "60hz monitor<1><STEAM_0:1:583733302><>" became an admin (account "STEAM_0:1:583733302") (access "abcdefghijklmnopqrstu") (address "192.168.100.3")
Dropped gs-m <- online from server
Reason:  Client sent 'drop'
Dropped CSDOWN | Original player` from server
Reason:  Client sent 'drop'
212.58.119.106:15703:reconnect
L 08/03/2022 - 17:15:54: [adminchat.amxx] Chat: "60hz monitor<1><STEAM_0:1:583733302><>" tsay "ato gavidnen isini ver shemodian?"
60hz monitor : ra daemartat
*DEAD* CSDOWN | Original player` : /rs\
Dropped xqweqewNICK from server
Reason:  Client sent 'drop'
88.236.176.129:12329:reconnect
Dropped 60hz monitor from server
Reason:  Added to banned list
Dropped CSDOWN | Original player` from server
Reason:  Added to banned list
Dropped bero from server
Reason:  Added to banned list
Dropped gs-m <- online from server
Reason:  Added to banned list
Dropped xqweqewNICK from server
Reason:  Added to banned list


fysiks 08-03-2022 23:53

Re: server kicks players with reason "added to banned list"
 
Did you change your rcon password to an empty string?

So the that exact text isn't in any AMX Mod X default plugin so either you have a corrupt version of a default plugin or one of your other plugins is doing the actual ban. So, I would recommend upgrading AMX Mod X to 1.9.0 if at all possible from the official source so that you can be sure the plugins aren't corrupted.

Based on the name of one of your extra plugins, I suspect that the this ban command is coming from your "adminchk" plugin. Please provide the source code for that plugin so we can check it for malicious code.


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

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