diff --git a/Admin/Templates/deletion.tpl b/Admin/Templates/deletion.tpl
index ec00455f..3d020b55 100644
--- a/Admin/Templates/deletion.tpl
+++ b/Admin/Templates/deletion.tpl
@@ -42,7 +42,7 @@ if($_GET['uid'])
| Rank: |
- ???. |
+ procRankArray();echo $ranking->getUserRank($user['id']); ?> |
Population: |
|
diff --git a/Admin/Templates/map.tpl b/Admin/Templates/map.tpl
index 673f44cf..65c827bb 100644
--- a/Admin/Templates/map.tpl
+++ b/Admin/Templates/map.tpl
@@ -3,42 +3,127 @@
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename map.tpl ##
-## Developed by: Dzoki ##
-## License: TravianX Project ##
-## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
+## Developed by: ronix ##
+## License: TravianZ Project ##
+## Copyright: TravianZ (c) 2010-2014. All rights reserved. ##
## ##
#################################################################################
+$check1="";
+$check2="";
+if(isset($_POST['show1']) || isset($_POST['show2'])) {
+ $check1=isset($_POST['show1'])? "checked ":"";
+ $check2=isset($_POST['show2'])? "checked ":"";
+ if ($check1!="" && $check2!="") {$criteria="";}
+ if ($check1!="" && $check2=="") {$criteria="WHERE tribe<>5";}
+ if ($check1=="" && $check2!="") {$criteria="WHERE tribe IN(0,5)";}
+}elseif(!isset($_GET['c'])){
+ $check1="checked ";
+ $criteria="WHERE tribe<>5";
+}
+if ($check1=="" && $check2=="") {$criteria="WHERE tribe NOT IN(1,2,3,4,5)";}
?>
+
+
-comming soon
-
-

-
+
+
Map!
+
+
This is the map of . Search and find players.
+
Show Option
+
+
-