From 8b74b0d0e548f4c3a6d172514309a42d4084816d Mon Sep 17 00:00:00 2001 From: panther Date: Tue, 19 Oct 2010 02:15:48 +0000 Subject: [PATCH] Replaced depecated ereg_replace function. Fixed suicide info for player specific match stats. Added tables for handling special kill and weapon events. --- admin.php | 18 ++++++--- docs/RELEASE.txt | 5 ++- includes/admininit.php | 9 +++-- includes/logclasses.php | 2 +- includes/logkillevents.php | 16 +++++--- includes/logparse.php | 8 ++-- includes/logsave.php | 80 ++++++++++++++++++-------------------- includes/logsql.php | 21 ++++++++++ includes/main.inc.php | 6 ++- matchplayer.php | 6 +-- serverquery.php | 1 + tables/mysql/gplayers.sql | 2 - tables/mysql/players.sql | 2 - tables/mysql/special.sql | 50 +++++++++++++----------- tables/mysql/totals.sql | 16 -------- 15 files changed, 133 insertions(+), 109 deletions(-) diff --git a/admin.php b/admin.php index 8add9be..d88861e 100644 --- a/admin.php +++ b/admin.php @@ -2,7 +2,7 @@ /* UTStatsDB - Copyright (C) 2002-2009 Patrick Contreras / Paul Gallier + Copyright (C) 2002-2010 Patrick Contreras / Paul Gallier This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -390,13 +390,15 @@ function menu_top() { else $versioncheck = ""; + header('Content-Type:text/html; charset=utf-8'); + echo << UTStatsDB Admin - + @@ -636,13 +638,15 @@ function logparse() { //========== Login Screen ===================================================== //============================================================================= function login() { + header('Content-Type:text/html; charset=utf-8'); + echo << UTStatsDB Admin Login - +