> // require 'includes/data/database.php'; $table = $table_bans; $sql = 'SELECT * FROM ' . $table . ' INNER JOIN ' . $table_history . ' on ' . $table . '.uuid=' . $table_history . '.uuid ' . $active_query . ' GROUP BY name ORDER BY time DESC LIMIT ' . $limit_per_page; if (!$result = $conn->query($sql)) { die('Query error [' . $conn->error . ']'); } ?>
Name
|
Banned By
|
Reason
|
Banned On
|
Banned Until
|
---|---|---|---|---|
" . $banned; ?> | " . $banner ?> |