> // require 'includes/data/database.php'; $sql = 'SELECT ip, reason, banner, time, expires FROM ipbans ORDER BY time DESC LIMIT 20'; $retval = mysql_query($sql, $conn); if (!$retval) { die('Could not get data: ' . mysql_error()); } ?>
IP
|
Banned By
|
Reason
|
Banned On
|
Banned Until
|
---|---|---|---|---|
" . $row['banner']; ?> |