-
Under Construction
Remember, this is just a preview, and not everything is finished yet!
+ + + + +
Account Bans
+ + + + + + + + + + select("SELECT account.id, username, bandate, bannedby, banreason FROM account_banned JOIN account ON account.id = account_banned.id WHERE active='1' ORDER BY bandate DESC"); + if($ban_list) + { + foreach($ban_list as $row) + { + ?> + + + + + + + +
Username
Ban Date
Banned By
Ban Reason
+
+
+ + + + +
IP Address Bans
+ + + + + + + + + + select("SELECT ip, bandate, bannedby, banreason FROM ip_banned ORDER BY bandate DESC"); + if($ban_list) + { + foreach($ban_list as $row) + { + ?> + + + + + + + +
IP Address
Ban Date
Banned By
Ban Reason