@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>
+4 -8
View File
@@ -61,8 +61,8 @@ if (!empty($_GET['p'])) {
$subpage = 'Map';
break;
case 'artifacts':
$subpage = 'Artifacts';
case 'natars':
$subpage = 'Natars Management';
break;
case 'search':
@@ -506,7 +506,7 @@ if (!empty($_GET['p'])) {
<li><a href="?p=report">Players Report</a></li>
<li><a href="?p=msg">Players Message</a></li>
<li><a href="?p=map">Map</a></li>
<li><a href="?p=artifacts">Artifacts</a></li>
<li><a href="?p=natars">Natars Management</a></li>
</ul>
</li>
<li class="sub"><a href="#">Search</a>
@@ -536,14 +536,10 @@ if (!empty($_GET['p'])) {
<li><a href="?p=maintenenceResetGold">Reset Gold</a></li>
</ul>
</li>
<li class="sub"><a href="#">Plus</a>
<li class="sub"><a href="#">Plus & Res Bonus</a>
<ul>
<li><a href="?p=givePlus">Give All Plus</a></li>
<li><a href="?p=maintenenceResetPlus">Reset Plus</a></li>
</ul>
</li>
<li class="sub"><a href="#">Res Bonus</a>
<ul>
<li><a href="?p=givePlusRes">Give All Res Bonus</a></li>
<li><a href="?p=maintenenceResetPlusBonus">Reset Res Bonus</a></li>
</ul>