@velhbxtyrj updates

This commit is contained in:
Shadow
2018-08-02 13:31:18 +03:00
parent 81dcd16e3d
commit cec37642c4
12 changed files with 38 additions and 19 deletions
+3 -2
View File
@@ -18,8 +18,9 @@ if(isset($id))
<input type="hidden" name="admid" id="admid" value="<?php echo $_SESSION['id']; ?>">
<input type="hidden" name="uid" value="<?php echo $uid; ?>" />
<input type="hidden" name="id" value="<?php echo $id; ?>" />
<br /><br />
<br>
<p>Adding the value in days it is delivered to the already existing value. In order to remove the bonus it is necessary to put a minus value.</p>
<br>
<table id="profile">
<tbody>
<td class="details">
+1 -1
View File
@@ -27,6 +27,6 @@
<?php
if(isset($_GET['g']))
{
echo '<font color="red">All Players Gold Reset</font>';
echo '<br><br><font color="red"><b>All Players Gold Reset</b></font>';
}
?>
+2 -2
View File
@@ -14,7 +14,7 @@
<table id="member" cellpadding="1" cellspacing="1" >
<thead>
<tr>
<th colspan="2">Reset All Players Resource Bonus</th>
<th colspan="2">Reset All Players Plus Bonus</th>
</tr>
</thead>
<tbody>
@@ -27,6 +27,6 @@
<?php
if(isset($_GET['g']))
{
echo '<font color="red">All Players Plus Reset</font>';
echo '<br><br><font color="red"><b>All Players Plus Bonus Reset</b></font>';
}
?>
@@ -14,7 +14,7 @@
<table id="member" cellpadding="1" cellspacing="1" >
<thead>
<tr>
<th colspan="2">Reset All Players Plus</th>
<th colspan="2">Reset All Players Resource Bonus</th>
</tr>
</thead>
<tbody>
@@ -27,6 +27,6 @@
<?php
if(isset($_GET['g']))
{
echo '<font color="red">All Players Plus Resource Bonus Reset</font>';
echo '<br><br><font color="red"><b>All Players Resource Bonus Reset</b></font>';
}
?>
+1 -1
View File
@@ -230,7 +230,7 @@
</tr>
<tr>
<td colspan="2"><a href="?p=editPlus&uid=<?php echo $user['id']; ?>">&raquo; Edit Plus & Bonus</a></td>
<td colspan="2"><a href="?p=editPlus&uid=<?php echo $user['id']; ?>">&raquo; Edit Plus & Res Bonus</a></td>
</tr>
<tr>