Hi, I am releasing this banlist php script that we are using on our website to see all the bans, and better handle unbans, see ip-adresses and so on…
There is function to anonymize ips by default is on if you want to turn it off you just need change the value: $ips = false;
to $ips = true;
You need to but your mysql details to these fields:
$servername = "databaseipdomain.com";
$username = "username";
$password = "password";
$dbname = "database";
Here you can find the banlist script for EasyAdmin & BanSql: https://github.com/nomercyfin/FiveM-BanSql-Banlist
Required to have: GitHub - RedAlex/FiveM-BanSql: Ban compatible mysql or GitHub - Blumlaut/EasyAdmin: Admin Menu for FiveM and RedM
Here is working demo: https://porttikiellot.nomercy.fi/
Changelog:
+20.04.2020 Added EasyAdmin support thanks for request!
Screenshot of the scoreboard: