getMessage(); } $table_bans = $table_prefix . "bans"; $table_mutes = $table_prefix . "mutes"; $table_warnings = $table_prefix . "warnings"; $table_history = $table_prefix . "history"; $active_query = "WHERE active=1"; if ($show_inactive_bans) { $active_query = ""; } } ?>