In amxmodx/plugins directory
amxbans_core.amxxamxbans_flagged.amxxamxbans_freeze.amxxamxbans_main.amxxIn amxmodx/config directory
Ensure admin.amxx and admin_sql.amxx are commented out.
At the top of plugins.ini
Add amxbans_core.amxx Goes First
Add amxbans_main.amxx
amx_sql_host "IP address of host"amx_sql_user "db_userid"amx_sql_pass "db_password"amx_sql_db "database or theme"amx_sql_table "PrefixforTables"amx_sql_type "mysql"