more edit to delete silver mod from admin panel

This commit is contained in:
unknown
2012-04-02 01:55:33 +03:00
parent fe5fc699b9
commit 550b38964c
+1 -13
View File
@@ -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">&nbsp;<img src="img/admin/silver.gif" class="silver" alt="Silver" title="Silver"/>&nbsp;&nbsp;<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>