General fixes

+Completely coded "Players report" in the admin panel, now you can see
any report you want
+Added "Players message", you can now see every message of any player
+Fully coded "IMG/Reports" section, it now works properly
+Fully CSSed reports, they'll now look like in game
+Centered the whole admin panel (because we're in 2018, lul)
This commit is contained in:
iopietro
2018-06-09 19:02:00 +02:00
parent 2e55a7ee61
commit 3504c98bea
51 changed files with 196 additions and 9270 deletions
+7 -2
View File
@@ -49,7 +49,11 @@ if (!empty($_GET['p'])) {
break;
case 'report':
$subpage = 'Players Reported';
$subpage = 'Players Report';
break;
case 'message':
$subpage = 'Players Message';
break;
case 'map':
@@ -459,7 +463,8 @@ if (!empty($_GET['p'])) {
<a href="?p=online">Online Users</a>
<a href="?p=notregistered">Players Not Activated</a>
<a href="?p=inactive">Players Inactivate</a>
<a href="?p=report">Players Reported</a>
<a href="?p=report">Players Report</a>
<a href="?p=msg">Players Message</a>
<a href="?p=map">Map</a>
<br />
<a href="#"><b>Search</b></a>