mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-05 20:34:21 +00:00
more edit to delete silver mod from admin panel
This commit is contained in:
@@ -20,7 +20,7 @@ if($_SESSION['access'] < ADMIN) die("Access Denied: You aren't Admin!");
|
||||
$id = $_SESSION['id'];
|
||||
?>
|
||||
<center>
|
||||
<h1>Here you can give gold <?php if(ZRAVIANX4 == true){echo 'or silver ';} ?>to all players of this server.</h1>
|
||||
<h1>Here you can give gold to all players of this server.</h1>
|
||||
<br />
|
||||
<h2>Gold</h2>
|
||||
<form action="GameEngine/Admin/Mods/gold.php" method="POST">
|
||||
@@ -33,16 +33,4 @@ $id = $_SESSION['id'];
|
||||
<?php if(isset($_GET['g'])){ ?>
|
||||
<font color="Red" size="+6"><b><?php echo $_GET['g']; ?> Gold added</b></font>
|
||||
<?php } ?>
|
||||
<?php if(ZRAVIANX4 == true){ ?>
|
||||
<br />
|
||||
<h2>Silver</h2>
|
||||
<form action="GameEngine/Admin/Mods/silver.php" method="POST">
|
||||
<input type="hidden" name="id" id="id" value="<?php echo $id; ?>">
|
||||
<b>How much silver do you want to give to all players?</b>
|
||||
<br />
|
||||
<input class="give_gold" name="silver" id="silver" value="20" maxlength="4"> <img src="img/admin/silver.gif" class="silver" alt="Silver" title="Silver"/> <font color="gray" size="1">Insert a number and press enter <img src="img/admin/enter.gif" class="enter" alt="Enter" title="Enter"/>.</font>
|
||||
</form>
|
||||
<?php if(isset($_GET['s'])){ ?>
|
||||
<font color="Red" size="+6"><b><?php echo $_GET['s']; ?> Silver added</b></font>
|
||||
<?php }} ?>
|
||||
</center>
|
||||
Reference in New Issue
Block a user