mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-07-04 02:48:21 -05:00
VERSION: 0.9
CHANGELOG: -webfront now displays player info and link to repz account -webfront shows ips for authed admin ( determined by ip ) -webfront now show chat and allows authed players to send ingame messages -webfront now has public ban list http://127.0.0.1/?pubbans -webfront now shows player history -fixed time span issue in webfront -fixed most recent ban always missing -fixed crash when RCON stops responding and removing a player -version on footer
This commit is contained in:
@ -1,13 +1,6 @@
|
||||
<script>
|
||||
function show_data()
|
||||
{
|
||||
$('#chatList').load('/?chat');
|
||||
}
|
||||
setInterval('show_data()', 5000);
|
||||
</script>
|
||||
<div id="container">
|
||||
<div class="h0" style="margin-top: 0">IW4M Admin</div><div id="header_img"></div>
|
||||
|
||||
<div id="container">
|
||||
<div class="h0" style="margin-top: 0">IW4M Admin</div><div id="logo_shit"></div>
|
||||
<div id="history_dialog"></div>
|
||||
<h1 style="margin-top: 0;">Currently Monitoring</h1>
|
||||
<hr />
|
||||
{{SERVERS}}
|
||||
|
Reference in New Issue
Block a user