mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-28 22:27:15 +00:00
@@ -66,6 +66,7 @@ if($id){
|
||||
</div>
|
||||
|
||||
<form action="../GameEngine/Admin/Mods/editPlus.php" method="POST">
|
||||
<?php echo csrf_field(); ?>
|
||||
<input type="hidden" name="admid" value="<?php echo $_SESSION['id'];?>">
|
||||
<input type="hidden" name="uid" value="<?php echo $uid;?>">
|
||||
<input type="hidden" name="id" value="<?php echo $id;?>">
|
||||
|
||||
@@ -55,6 +55,7 @@ $id = $_SESSION['id'];
|
||||
<p>Activate Travian Plus for ALL players on the server.</p>
|
||||
|
||||
<form action="../GameEngine/Admin/Mods/givePlus.php" method="POST" class="plus-form">
|
||||
<?php echo csrf_field(); ?>
|
||||
<input type="hidden" name="admid" value="<?php echo $id; ?>">
|
||||
<input type="number" name="plus" value="1" min="1" max="365" required>
|
||||
<span>Days</span>
|
||||
|
||||
@@ -62,6 +62,7 @@ $id = $_SESSION['id'];
|
||||
</div>
|
||||
|
||||
<form action="../GameEngine/Admin/Mods/givePlusRes.php" method="POST" class="resbonus-form">
|
||||
<?php echo csrf_field(); ?>
|
||||
<input type="hidden" name="admid" value="<?php echo $id; ?>">
|
||||
|
||||
<div class="res-grid">
|
||||
|
||||
@@ -52,6 +52,7 @@ $id = $_SESSION['id'];
|
||||
<p>This gold will be added to ALL active players on the server.</p>
|
||||
|
||||
<form action="../GameEngine/Admin/Mods/gold.php" method="POST" class="gold-form">
|
||||
<?php echo csrf_field(); ?>
|
||||
<input type="hidden" name="admid" value="<?php echo $id; ?>">
|
||||
<input type="number" name="gold" value="20" min="1" max="9999" required>
|
||||
<button type="submit">
|
||||
|
||||
@@ -60,6 +60,7 @@ $id = $_SESSION['id'];
|
||||
</div>
|
||||
|
||||
<form action="../GameEngine/Admin/Mods/gold_1.php" method="POST" class="usergold-form">
|
||||
<?php echo csrf_field(); ?>
|
||||
<input type="hidden" name="admid" value="<?php echo $id; ?>">
|
||||
|
||||
<div class="field">
|
||||
|
||||
Reference in New Issue
Block a user