fix ww rank: now the ww dissapear from rank when he destroyed + reworked admin panel by allycol93 with some changes by me

This commit is contained in:
unknown
2012-05-10 17:19:33 +03:00
parent c41e6c8c30
commit e0ac5075fa
156 changed files with 8419 additions and 3422 deletions
+7 -14
View File
@@ -1,20 +1,13 @@
<?php
#################################################################################
## ##
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
## ##
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## ##
## Project: ZravianX ##
## Version: 2011.11.05 ##
## Filename: GameEngine/Admin/Mods/addTroops.php ##
## Developed by: Dzoki & Advocaite ##
## Filename addTroops.php ##
## Developed by: Dzoki & Advocatie ##
## License: TravianX Project ##
## Thanks to: Dzoki & itay2277 (edit troops) ##
## Edited by: ZZJHONS ##
## 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: TravianX (c) 2010-2011. All rights reserved. ##
## ##
#################################################################################
@@ -108,6 +101,6 @@ mysql_query($q);
mysql_query("Insert into ".TB_PREFIX."admin_log values (0,".$_SESSION['id'].",'Changed troop anmount in village <a href=\'admin.php?p=village&did=$id\'>$id</a> ',".time().")");
header("Location: ../../../admin.php?p=addTroops&did=".$id."&d");
header("Location: ../../../Admin/admin.php?p=addTroops&did=".$id."&d");
?>