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