mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Maxbans -> LiteBans
This commit is contained in:
parent
5e9b22465c
commit
f95826f95c
@ -1,7 +1,4 @@
|
||||
maxbans-php
|
||||
litebans-php
|
||||
===========
|
||||
|
||||
PHP listings script for MaxBans
|
||||
|
||||
|
||||
Demo: http://yive.me/maxbans/
|
||||
PHP listings script for LiteBans
|
@ -6,5 +6,5 @@ $conn = mysql_connect($dbhost, $dbuser, $dbpass);
|
||||
if (!$conn) {
|
||||
die('Could not connect: ' . mysql_error());
|
||||
}
|
||||
mysql_select_db('maxbans');
|
||||
mysql_select_db('litebans');
|
||||
?>
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// <<---------Ban Listing Settings (Simplified)--------->> //
|
||||
$name = 'Maxbans';
|
||||
$name = 'LiteBans';
|
||||
$serverip = 'mc.example.com';
|
||||
?>
|
@ -22,7 +22,7 @@ if (!$retval) {
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">IP Bans</h1>
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="index">Home</a></li>
|
||||
<li><a href="index.php">Home</a></li>
|
||||
<li class="active">IP Bans</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
10
warnings.php
10
warnings.php
@ -22,7 +22,7 @@ if (!$retval) {
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">Warnings</h1>
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="index">Home</a></li>
|
||||
<li><a href="index.php">Home</a></li>
|
||||
<li class="active">Warnings</li>
|
||||
</ol>
|
||||
</div>
|
||||
@ -34,16 +34,16 @@ if (!$retval) {
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<center>Name</center>
|
||||
<div style="text-align: center;">Name</div>
|
||||
</th>
|
||||
<th>
|
||||
<center>Warned By</center>
|
||||
<div style="text-align: center;">Warned By</div>
|
||||
</th>
|
||||
<th>
|
||||
<center>Reason</center>
|
||||
<div style="text-align: center;">Reason</div>
|
||||
</th>
|
||||
<th>
|
||||
<center>Warned Until</center>
|
||||
<div style="text-align: center;">Warned Until</div>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user