======= CONFIGs & INIs =================================AMXBans Website Version 6.14.4
Webserver Apache
PHP Version 7.1.14
MySQL Version 5.6.41-84.1
/dod/addons/amxmodx/configs/amxbans.cfg
/dod/addons/amxmodx/configs/plugins.ini// AMXBans Configuration File
// File location: $moddir/addons/amxmodx/configs/amxbans.cfg
echo [AMXBans] is starting to execute amxbans.cfg
// Your SQL database prefix
// NOTE: The Prefix defined in your sql.cfg is NOT used for AMXBans anymore!!!
amx_sql_prefix "thescary_"
// How AMXBans should handle the admins
// 0 = SQL, 1 = users.ini, 2 = load no admins
// SHOULD THIS BE SQL or USERS.INI
amxbans_use_admins_file 0
// AMXBans tries to get the address from the server automatically.
// You can set a different one here - ex. "<ip>:<port>"
amxbans_server_address "108.167.161.99:27015"
// Number of players in the Disconnected Menu
amxbans_discon_players_saved 10
// Bantime to use for custom banreasons, if a user has static bantime <minutes>
// -1 to disable custom reasons
amxbans_custom_statictime 1440
// Set this cvar to what the adminname should be on the webpages, if the server make the ban.
// Ie. amxbans_servernick "My Great server"
// Leave emty if you want to use the default hostname from server.cfg
amxbans_servernick ""
// Set this to 1 / 2 / 3 to enable debug messages from amxbans to amxx logs.
// with debug 3 you get the most output, but a bug can flood your logs. 2 should be ok normally
amxbans_debug 3
// Don't use http:// in this cvar. The url will be shown to banned players in the console.
amxbans_complain_url "tekservers.net/forums/viewforum.php?f=9"
// Set this to 1 if you want the map name to show in the DB.
amxbans_add_mapname_in_servername 1
// If you want to see ban announcments in the HLSW chat, set this to 1
amxbans_show_in_hlsw 1
// Print green hudmessages on the top left when banning
amxbans_show_hud_messages 1
// What flag should admins have to get the high ban times.
amxbans_higher_ban_time_admin "n"
// What flag should admins have to NOT get their Nick printed when banning/Unbanning
amxbans_admin_mole_access "r"
// If an admin has the admin_mole_access, should his name be shown when he bans?
amxbans_show_name_evenif_mole 1
// Show if a player has been banned before as amx_chat to admins. 0 to disable
amxbans_show_prebanned 1
// How many previous offences does the player needs, to be notified in the amx_chat?
amxbans_show_prebanned_num 2
// Currently not known
amxbans_default_ban_reason TKing
// To be able to ban players not in the server. 1 enabled and 0 disabled.
amxbans_ban_evenif_disconnected 1
// Flagtimes, like the bantimes below
amx_setflagtimes "1 h" "4 h" "10 h" "1 d" "1 w" "4 w" "12 w"
// Ban times for admins with d-flag, set the highest time in minutes they can ban with "amx_ban"
// IMPORTANT: Put the lowest value first and the highest value last. You can have 1 to 14 values
// "0 m" = permanent ban!
// Values you can use:
// 1 - 59 with the flag m is for minutes
// 1 - 23 with the flag h is for hours
// 1 - 6 with the flag d is for days
// The w flag is for weeks
// Example:
// "5 m" is 5 minutes
// "1 h" is 1 hour
// "1 d" is 1 day
// "1 w" is 1 week
amx_setlowbantimes "5 m" "30 m" "1 h" "3 h" "10 h" "1 d"
// Ban times for admin with n-flag and d-flag
// IMPORTANT: Put the lowest value first and the highest value last. You can have 1 to 14 values
// "0 m" = permanent ban!
// Values you can use:
// 1 - 59 with the flag m is for minutes
// 1 - 23 with the flag h is for hours
// 1 - 6 with the flag d is for days
// The w flag is for weeks
//
// Example:
// "5 m" is 5 minutes
// "1 h" is 1 hour
// "1 d" is 1 day
// "1 w" is 1 week
amx_sethighbantimes "5 m" "30 m" "1 h" "3 h" "1 d" "1 w" "0 m"
/*********************************************************************************/
// 3rd party amxbans plugins
// needs the amxbans_freeze plugin
//
// "a" = freeze
// "b" = strip weapons
// "c" = block chat
// "d" = player glow red (not tested)
amxbans_freeze_mode "abc"
// Use the flagging only for this Server, or for all servers?
// needs the amxbans_flagged plugin
amxbans_flagged_all_server 1
/*********************************************************************************/
// AMXBans configuration file echo
echo [AMXBans] amxbans.cfg is fully executed
/dod/addons/amxmodx/configs/sql.cfg; AMX Mod X plugins
; Admin Base - Always one has to be activated
amxbans_core.amxx
amxbans_main.amxx debug
admin_amxbans.amxx ;admin_amxbans.amxx SHOULD THIS BE ON??? <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
;amxbans.amxx ;amxbans SHOULD THIS BE ON??? <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
;admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
;adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
;imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
:mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Day of Defeat
stats.amxx ; stats on death or round end (DoD Module required!)
statssounds.amxx ; precache plugin for stats plugins
;stats_logging.amxx ; weapons stats logging (DoD Module required!)
; Enable to use AMX Mod plugins
amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
galileo.amxx
dod_fieldmedic.amxx
;dod_shellshock.amxx
dodx_tk_manager.amxx debug
simple_redirect.amxx
mespec.amxx
;players_name_fix.amxx
amx_parachute.amxx
;dod_tk_nodeath.amxx
amx_tk_subtract_kills.amxx
;dod_rocketclass.amxx
dod_steamidmsg.amxx
dod_respawnctrl.amxx
tekbotsonly.amxx
;dod_walk.amxx
;dod_deathnades_H.amxx
;ps_spatialstats(OLD-v1.1.2).amxx
ps_heatmaps.amxx
gameme_dod.amxx
;dod_nonades.amxx
dod_eviladmin.amxx
high_ping_kicker.amxx
// SQL configuration file
// File location: $moddir/addons/amxmodx/configs/sql.cfg
// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name
// *NOTE* amx_sql_type specifies the DEFAULT database type which admin.sma will use.
amx_sql_host "108.167.161.99:27015"
amx_sql_user "thescary_tek"
//amx_sql_user "tek"
amx_sql_pass "the_password"
amx_sql_db "thescary_amxbans"
//amx_sql_db "amxbans"
// or should it be amx_sql_table: "admins" OR "amx" OR "bans"
amx_sql_table "admins"
amx_sql_type "mysql"
======= LOGS ===========================
/dod/addons/amxmodx/logs/L20200311.log
L 03/11/2020 - 09:22:06: [amxbans_main.amxx] [AMXBans] Connection failed!
L 03/11/2020 - 09:22:06: [amxbans_main.amxx] [AMXBans] Threaded Query Error, Place: 17
L 03/11/2020 - 09:22:06: [amxbans_main.amxx] [AMXBans] Message: Can't connect to MySQL server on '108.167.161.99' (10061) (2003)
/dod/addons/amxmodx/logs/error_20200311.log:
/dod/logs/L0311055.logL 03/11/2020 - 09:05:12: Start of error session.
L 03/11/2020 - 09:05:12: Info (map "dod_flash_us") (file "addons/amxmodx/logs/error_20200311.log")
L 03/11/2020 - 09:05:12: [MySQL] Invalid handle: 0
L 03/11/2020 - 09:05:12: [AMXX] Displaying debug trace (plugin "amxbans_main.amxx", version "6.13")
L 03/11/2020 - 09:05:12: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/11/2020 - 09:05:12: [AMXX] [0] amxbans_main.sma::sql_init (line 183)
======= SQL SYNTAX ERROR =========================L 03/11/2020 - 09:05:09: Log file started (file "logs\L0311055.log") (game "dod") (version "48/1.1.2.6/8308")
L 03/11/2020 - 09:05:09: Loading map "dod_flash_us"
L 03/11/2020 - 09:05:09: Server cvars start
L 03/11/2020 - 09:05:09: Server cvar "amx_client_languages" = "1"
L 03/11/2020 - 09:05:09: Server cvar "amx_language" = "en"
L 03/11/2020 - 09:05:09: Server cvar "amx_nextmap" = "dod_flash_us"
L 03/11/2020 - 09:05:09: Server cvar "amx_timeleft" = "15:31"
L 03/11/2020 - 09:05:09: Server cvar "amx_tk_subtract_kills_stats" = "v1.3 - by diamond-optic (http://www.AvaMods.com)"
L 03/11/2020 - 09:05:09: Server cvar "amxbans_version" = "6.13"
L 03/11/2020 - 09:05:09: Server cvar "amxmodx_version" = "1.8.3-dev"
L 03/11/2020 - 09:05:09: Server cvar "coop" = "0"
L 03/11/2020 - 09:05:09: Server cvar "deathmatch" = "1"
L 03/11/2020 - 09:05:09: Server cvar "DOD_FieldMedic" = "v2.0 by Vet(3TT3V)"
L 03/11/2020 - 09:05:09: Server cvar "DOD_RespawnCtrl" = "v1.6 by Vet(3TT3V)"
L 03/11/2020 - 09:05:09: Server cvar "edgefriction" = "2"
L 03/11/2020 - 09:05:09: Server cvar "gal_version" = "1.1.290"
L 03/11/2020 - 09:05:09: Server cvar "gameme_plugin_version" = "2.0 (HL1)"
L 03/11/2020 - 09:05:09: Server cvar "gameme_webpage" = "http://www.gameme.com"
L 03/11/2020 - 09:05:09: Server cvar "max_queries_sec" = "3"
L 03/11/2020 - 09:05:09: Server cvar "max_queries_sec_global" = "100"
L 03/11/2020 - 09:05:09: Server cvar "max_queries_window" = "60"
L 03/11/2020 - 09:05:09: Server cvar "MESPEC" = "Version 3.0 BY Blobby & Feuersturm"
L 03/11/2020 - 09:05:09: Server cvar "metamod_version" = "1.21p37"
L 03/11/2020 - 09:05:09: Server cvar "mp_balancealliedheavy" = "20"
L 03/11/2020 - 09:05:09: Server cvar "mp_balancealliedmedium" = "25"
L 03/11/2020 - 09:05:09: Server cvar "mp_balancealliedmg" = "15"
L 03/11/2020 - 09:05:09: Server cvar "mp_balancealliedrifle" = "30"
L 03/11/2020 - 09:05:09: Server cvar "mp_balancealliedsniper" = "10"
L 03/11/2020 - 09:05:09: Server cvar "mp_balanceaxisheavy" = "20"
L 03/11/2020 - 09:05:09: Server cvar "mp_balanceaxismedium" = "25"
L 03/11/2020 - 09:05:09: Server cvar "mp_balanceaxismg" = "15"
L 03/11/2020 - 09:05:09: Server cvar "mp_balanceaxisrifle" = "30"
L 03/11/2020 - 09:05:09: Server cvar "mp_balanceaxissniper" = "10"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_match" = "0"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_match_warmup" = "0"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_ready_signal" = "ready"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_readyrestart" = "0"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_respawntime" = "0"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_restartround" = "0"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_scoring" = "0"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_scoring_bonus_allies" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_scoring_bonus_axis" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_scoring_delay" = "60"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_scoring_values_allies" = "111111"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_scoring_values_axis" = "111111"
L 03/11/2020 - 09:05:09: Server cvar "mp_clan_timer" = "20"
L 03/11/2020 - 09:05:09: Server cvar "mp_consistency" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_fadetoblack" = "0"
L 03/11/2020 - 09:05:09: Server cvar "mp_falldamage" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_flashlight" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_footsteps" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_forcecamera" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_forcechasecam" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_friendlyfire" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitallies30cal" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitalliesbar" = "6"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitalliesbazooka" = "2"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitalliescarbine" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitalliesgarand" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitalliesgreasegun" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitalliesmortar" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitalliesspring" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitalliesthompson" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxisfg42" = "2"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxisfg42s" = "2"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxisk43" = "2"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxiskar" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxismg34" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxismg42" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxismortar" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxismp40" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxismp44" = "6"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxispschreck" = "2"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitaxisscopedkar" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitbritassault" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitbritlight" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitbritmg" = "2"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitbritmortar" = "-1"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitbritpiat" = "2"
L 03/11/2020 - 09:05:09: Server cvar "mp_limitbritsniper" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_logfile" = "1"
L 03/11/2020 - 09:05:09: Server cvar "mp_timelimit" = "25.000000"
L 03/11/2020 - 09:05:09: Server cvar "pausable" = "0"
L 03/11/2020 - 09:05:09: Server cvar "sturmbot" = ""
L 03/11/2020 - 09:05:09: Server cvar "sturmbot_version" = "1.8"
L 03/11/2020 - 09:05:09: Server cvar "sv_accelerate" = "10"
L 03/11/2020 - 09:05:09: Server cvar "sv_aim" = "0"
L 03/11/2020 - 09:05:09: Server cvar "sv_airaccelerate" = "10"
L 03/11/2020 - 09:05:09: Server cvar "sv_allowupload" = "1"
L 03/11/2020 - 09:05:09: Server cvar "sv_alltalk" = "1"
L 03/11/2020 - 09:05:09: Server cvar "sv_bounce" = "1"
L 03/11/2020 - 09:05:09: Server cvar "sv_cheats" = "0"
L 03/11/2020 - 09:05:09: Server cvar "sv_clienttrace" = "3.5"
L 03/11/2020 - 09:05:09: Server cvar "sv_contact" = ""
L 03/11/2020 - 09:05:09: Server cvar "sv_friction" = "4"
L 03/11/2020 - 09:05:09: Server cvar "sv_gravity" = "800"
L 03/11/2020 - 09:05:09: Server cvar "sv_logblocks" = "0"
L 03/11/2020 - 09:05:09: Server cvar "sv_maxrate" = "0"
L 03/11/2020 - 09:05:09: Server cvar "sv_maxspeed" = "500"
L 03/11/2020 - 09:05:09: Server cvar "sv_minrate" = "100000"
L 03/11/2020 - 09:05:09: Server cvar "sv_password" = ""
L 03/11/2020 - 09:05:09: Server cvar "sv_proxies" = "1"
L 03/11/2020 - 09:05:09: Server cvar "sv_stepsize" = "18"
L 03/11/2020 - 09:05:09: Server cvar "sv_stopspeed" = "100"
L 03/11/2020 - 09:05:09: Server cvar "sv_uploadmax" = "0.5"
L 03/11/2020 - 09:05:09: Server cvar "sv_voiceenable" = "1"
L 03/11/2020 - 09:05:09: Server cvar "sv_wateraccelerate" = "10"
L 03/11/2020 - 09:05:09: Server cvar "sv_waterfriction" = "1"
L 03/11/2020 - 09:05:09: Server cvars end
L 03/11/2020 - 09:05:10: Server cvar "amx_nextmap" = "ae_black2"
L 03/11/2020 - 09:05:10: [AMXX] DOD FieldMedic - Plugin Initialized
L 03/11/2020 - 09:05:10: [AMXX] DOD RespawnCtrl - Respawn factors set. Allies = 0.1; Axis = 0.1
L 03/11/2020 - 09:05:10: Started map "dod_flash_us" (CRC "-1850901306")
L 03/11/2020 - 09:05:10: Server cvar "mp_timelimit" = "25"
L 03/11/2020 - 09:05:10: Server say "Server powered by TEK Gaming Community" "
L 03/11/2020 - 09:05:10: Log file closed
While testing amxbans web admin, tyring to ban a player, I get this error:
Information entered:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ing',UNIX_TIMESTAMP(),'60','website')' at line 4
Nickname: wreck
SteamID: STEAM_0:0:2982012
IP address:
Ban type: SteamID
Reason: TK'ing
Ban length: 60