diff --git a/Admin/Templates/[]inactive.tpl b/Admin/Templates/inactive.tpl similarity index 100% rename from Admin/Templates/[]inactive.tpl rename to Admin/Templates/inactive.tpl diff --git a/Admin/Templates/village.tpl b/Admin/Templates/village.tpl index 024a213f..d1f0adb2 100644 --- a/Admin/Templates/village.tpl +++ b/Admin/Templates/village.tpl @@ -10,6 +10,7 @@ ## Copyright: TravianZ (c) 2010-2014. All rights reserved. ## ## Improved: aggenkeech ## ################################################################################# +error_reporting(0); if($_SESSION['access'] < 9) die("Access Denied: You are not Admin!"); $id = $_GET['did']; if(isset($id)) diff --git a/Admin/admin.php b/Admin/admin.php index 4a29c2f2..c7990dc4 100644 --- a/Admin/admin.php +++ b/Admin/admin.php @@ -1,12 +1,19 @@ Server Info Online Users Players Not Activated - Players Inactivate + Players Inactivate Players Reported Map
diff --git a/Admin/database.php b/Admin/database.php index 15bf01f8..12012599 100644 --- a/Admin/database.php +++ b/Admin/database.php @@ -5,15 +5,15 @@ ## ## ## --------------------------------------------------------------------------- ## ## ## -## Project: ZravianX ## -## Version: 2011.11.07 ## -## Filename: GameEngine/Admin/database.php ## +## Project: TravianZ ## +## Version: 05.03.2014 ## +## Filename: Admin/database.php ## ## Developed by: Dzoki ## -## Edited by: ZZJHONS ## +## Edited by: Shadow and ronix ## ## License: Creative Commons BY-NC-SA 3.0 ## -## Copyright: ZravianX (c) 2011 - All rights reserved ## -## URLs: http://zravianx.zzjhons.com ## -## Source code: http://www.github.com/ZZJHONS/ZravianX ## +## Copyright: TravianZ (c) 2014 - All rights reserved ## +## URLs: http://travian.shadowss/ro ## +## Source code: https://github.com/Shadowss/TravianZ ## ## ## ################################################################################# if($gameinstall == 1){ diff --git a/Admin/function.php b/Admin/function.php index 842c2628..b9ea55f6 100644 --- a/Admin/function.php +++ b/Admin/function.php @@ -1,11 +1,19 @@