mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 00:27:12 +00:00
Merge branch 'master' of https://github.com/yi12345/TravianZ
Conflicts: Templates/Admin/menu.tpl correct conflict with update to <a href="?p=natarbuildingplan">Add WW Buildingplan Villages</a>
This commit is contained in:
@@ -42,7 +42,7 @@ include_once ("GameEngine/Ranking.php");
|
||||
<a href="massmessage.php">Mass message</a>
|
||||
<a href="sysmsg.php">System message</a>
|
||||
<a href="medals.php">Update top 10</a>
|
||||
<a href="?p=natarend">Add WW Villages</a>
|
||||
<a href="?p=natarbuildingplan">Add WW Buildingplan Villages</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="?p=admin_log"><font color="Red"><b>Admin Log</b></font></a>
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
#################################################################################
|
||||
|
||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
|
||||
## --------------------------------------------------------------------------- ##
|
||||
|
||||
## Filename natarbuildingplan.php ##
|
||||
|
||||
## Developed by: advocaite ##
|
||||
|
||||
## License: TravianX Project ##
|
||||
|
||||
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
||||
|
||||
## ##
|
||||
|
||||
#################################################################################
|
||||
|
||||
|
||||
|
||||
if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<?php $id = $_SESSION['id']; ?>
|
||||
|
||||
<form action="../GameEngine/Admin/Mods/natarbuildingplan.php" method="POST">
|
||||
|
||||
<input type="hidden" name="id" id="id" value="<?php echo $id; ?>">
|
||||
|
||||
<br /><br /><br /><br /><br /><br /><br /><br /><br />
|
||||
|
||||
<center><b>Create WW Buildingplan villages?</b></center>
|
||||
|
||||
<center><br /><input class="give_gold" name="vill_amount" id="vill_amount" value="10" maxlength="4"> <font color="gray" size="1">insert number of Villages and press 'enter'</center></form>
|
||||
|
||||
<?php
|
||||
|
||||
if(isset($_GET['g'])) {
|
||||
|
||||
|
||||
|
||||
echo '<br /><br /><font color="Red"><b>WW Buidingplan villages Added</font></b>';
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
## --------------------------------------------------------------------------- ##
|
||||
|
||||
## Filename natarstart.php ##
|
||||
## Filename natarend.php ##
|
||||
|
||||
## Developed by: advocaite ##
|
||||
|
||||
@@ -36,7 +36,7 @@ if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
|
||||
|
||||
<center><b>Create World Wonder villages?</b></center>
|
||||
|
||||
<center><br /><input class="give_gold" name="vill_amount" id="vill_amount" value="10" maxlength="4"> <img src="http://forum.ragezone.com/f583/img/admin/gold.gif" class="gold" alt="gold" title="gold"/> <font color="gray" size="1">insert number of Wonders and press 'enter'</center></form>
|
||||
<center><br /><input class="give_gold" name="vill_amount" id="vill_amount" value="10" maxlength="4"> <font color="gray" size="1">insert number of Wonders and press 'enter'</center></form>
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user