Witam! Nie wiem dlaczego amxbans nie łączy się z serwerm cs, po zbanowaniu gracza nie ma go na liście, dane na pewno poprawne wpisane sprawdzałem kilka razy. Amxmodx 1.8.1. GmAMXBans 1.6.(1) + Porawki (AMXX.PL)
Stronę mam na xaa cs-killyou.xaa.pl/Web/ban_list.php
Konsola:
L 01/17/2015 - 09:46:31: [amxbans_main.amxx] [AMXBans] Connection failed!
L 01/17/2015 - 09:46:31: [amxbans_main.amxx] [AMXBans] Threaded Query Error, Place: 1L 01/17/2015 - 09:46:31: [amxbans_main.amxx] [AMXBans] Message: Access denied for user 'cskillyo_paho'@'31.186.81.18' (using password: YES) (1045)L 01/17/2015 - 09:46:31: [amxbans_main.amxx] [AMXBans] Query statement: SELECT `motd_delay` FROM `amx_serverinfo` WHERE address = '91.185.185.122:27051'L 01/17/2015 - 09:46:31: [amxbans_main.amxx] [AMXBans] Connection failed!L 01/17/2015 - 09:46:31: [amxbans_main.amxx] [AMXBans] Threaded Query Error, Place: 5L 01/17/2015 - 09:46:31: [amxbans_main.amxx] [AMXBans] Message: Access denied for user 'cskillyo_paho'@'31.186.81.18' (using password: YES) (1045)L 01/17/2015 - 09:46:31: [amxbans_main.amxx] [AMXBans] Query statement:[AMXBans] No Reasons found[AMXBans] No Reasons found in Database. Static reasons were loaded instead.
Logi:
L 01/17/2015 - 10:01:54: [amxbans_main.amxx] [AMXBans] Connection failed!
L 01/17/2015 - 10:01:54: [amxbans_main.amxx] [AMXBans] Threaded Query Error, Place: 1L 01/17/2015 - 10:01:54: [amxbans_main.amxx] [AMXBans] Message: Access denied for user 'cskillyo_paho'@'31.186.81.18' (using password: YES) (1045)L 01/17/2015 - 10:01:54: [amxbans_main.amxx] [AMXBans] Query statement: SELECT `motd_delay` FROM `amx_serverinfo` WHERE address = '91.185.185.122:27051'L 01/17/2015 - 10:01:54: [amxbans_main.amxx] [AMXBans] Connection failed!L 01/17/2015 - 10:01:54: [amxbans_main.amxx] [AMXBans] Threaded Query Error, Place: 5L 01/17/2015 - 10:01:54: [amxbans_main.amxx] [AMXBans] Message: Access denied for user 'cskillyo_paho'@'31.186.81.18' (using password: YES) (1045)L 01/17/2015 - 10:01:54: [amxbans_main.amxx] [AMXBans] Query statement:L 01/17/2015 - 10:01:54: [amxbans_main.amxx] [AMXBans] No Reasons found in Database. Static reasons were loaded instead.
Plugins.ini:
; AMX Mod X plugins
; Admin Base - Always one has to be activated;admin.amxx ; admin base (required for any admin-related);admin_sql.amxx ; admin base - SQL version (comment admin.amxx); Basicadmincmd.amxx ; basic admin console commandsadminhelp.amxx ; help command for admin console commandsadminslots.amxx ; slot reservationmultilingual.amxx ; Multi-Lingual management; Menusmenufront.amxx ; front-end for admin menuscmdmenu.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); Chat / Messagesadminchat.amxx ; console chat commandsantiflood.amxx ; prevent clients from chat-flooding the serverscrollmsg.amxx ; displays a scrolling messageimessage.amxx ; displays information messagesadminvote.amxx ; vote commands; Map related;nextmap.amxx ; displays next map in mapcycle;mapchooser.amxx ; allows to vote for next maptimeleft.amxx ; displays time left on map; Configurationpausecfg.amxx ; allows to pause and unpause some pluginsstatscfg.amxx ; allows to manage stats plugins via menu and commands; Counter-Strikerestmenu.amxx ; restrict weapons menustatsx.amxx ; stats on death or round end (CSX Module required!);miscstats.amxx ; bunch of events announcement for Counter-Strike;stats_logging.amxx ; weapons stats logging (CSX Module required!); Enable to use AMX Mod plugins;amxmod_compat.amxx ; AMX Mod backwards compatibility layerad_manager_array.amxxparachute.amxxabd.amxxkup_premium.amxxc4countdown.amxxalt_end_round_sounds.amxxamxbans_core.amxxamxbans_main.amxxamx_ssban.amxxhe_block.amxxhi.amxxNajlepszy.amxxrules_mifu.amxx
modules.ini:
;;;
; To enable a module, remove the semi-colon (in front of its name.
; If it's not here, simply add it its name, one per line.; You don't need to write the _amxx part or the file extension.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SQL Modules usually need to be enabled manually ;;;; You can have any number on at a time. Use ;;;; amx_sql_type in sql.cfg to specify the default ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mysql;sqlite;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Put third party modules below here. ;;;; You can just list their names, without the _amxx ;;;; or file extension. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; These modules will be auto-detected and loaded ;;;; as needed. You do not need to enable them here ;;;; unless you have problems. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;fun;engine;fakemeta;geoip;sockets;regex;nvaultcstrikecsx
sql.cfg:
// 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 "cs-killyou.xaa.pl"amx_sql_user "cskillyo_paho"amx_sql_pass "******"amx_sql_db "cskillyo_ban"amx_sql_table "admins"amx_sql_type "mysql"