Advanced Ban | MySQl | Webpanel icon

Advanced Ban | MySQl | Webpanel -----

Bungeecord & spigot ban, mute and report system with web panel




[1.3] - 18.04.24:
- Complete revised plugin
- Bungeecord & spigot support
----------, Apr 18, 2024

(ingame)
+ Console as sender for command query
+ MySQl table datatype bugfix (Reason => LONGTEXT) [4 tables changed]
+ Logging unban and unmute in player history

(webpanel)
+ Small webpanel navigation
+ Chatlog ids based on current time millis
+ Optimized "other reports" page (reported by, chatlog-id)
+ List of banned players
+ List of muted players
+ Unban and unmute player at check if player is banned or muted
Code (Text):
CREATE TABLE IF NOT EXISTS AB_PlayerHistory (PlayerUUID VARCHAR(100),PlayerName VARCHAR(100),FromUUID VARCHAR(100),DateAndTime VARCHAR(100),Type VARCHAR(100),Reason LONGTEXT,End VARCHAR(100))
CREATE TABLE IF NOT EXISTS AB_Bans (PlayerUUID VARCHAR(100),PlayerIP VARCHAR(100),FromUUID VARCHAR(100),Reason LONGTEXT,End VARCHAR(100))
CREATE TABLE IF NOT EXISTS AB_Mutes (PlayerUUID VARCHAR(100),FromUUID VARCHAR(100),Reason LONGTEXT,End VARCHAR(100))
CREATE TABLE IF NOT EXISTS AB_Reports (PlayerUUID VARCHAR(100),FromUUID VARCHAR(100),DateAndTime VARCHAR(100),CurrentMillis VARCHAR(100),Server VARCHAR(100),Reason LONGTEXT)
Screenshot 2022-11-11 015030.png

Screenshot 2022-11-11 015143.png
----------, Nov 11, 2022

+ Chatfilter contains to containsIgnoreCase (Listener_Chatlog, line: 31)
+ Version display in panel-footer (index.php, line 41)
Code (Text):
if(e.getMessage().toLowerCase().contains(blackwords)) {
Code (Text):
<p style="color: #A3A3A3;">Advanced Ban v1.2.2 - 2022 by Delta203</p>
----------, Aug 16, 2022

+ Webpanel wrong avatar image bugfix (line: 462)
Code (Text):
<h4 class="element_pad bg-light" style="padding-bottom: 10px; border-bottom: 1px solid #D3D3D3;">Logged user <img src="https://minotar.net/helm/<?php echo($playerName); ?>" class="float-right" height="30px" width="30px" style="margin-left: 5px;" /></h4>
----------, Aug 10, 2022

Resource Information
Author:
----------
Total Downloads: 607
First Release: Aug 9, 2022
Last Update: Apr 18, 2024
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings