mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
Ups something went wrong
@iopietro a little forgot :))
This commit is contained in:
committed by
GitHub
parent
b60d775e95
commit
2cd42a3e4e
@@ -15,6 +15,7 @@ if(mysqli_num_rows($MyGold)){
|
||||
if($session->gold == 0) echo "<p>You currently don't own gold.</p>";
|
||||
else echo "<p>You currently have <b> $session->gold </b> gold</p>";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -55,7 +56,7 @@ $date2 = strtotime("NOW");
|
||||
|
||||
if ($datetimep == 0) echo "get PLUS<br>";
|
||||
else
|
||||
{
|
||||
|
||||
if ($datetimep <= $date2) {
|
||||
print "Your PLUS advantage has ended.<br>";
|
||||
mysqli_query($database->dblink,"UPDATE ".TB_PREFIX."users set plus = '0' where `id`='".$session->uid."'") or die(mysqli_error($database->dblink));
|
||||
@@ -477,9 +478,9 @@ if (mysqli_num_rows($MyGold)) {
|
||||
}} else {
|
||||
echo '<a href="plus.php?id=3"><span class="none">On';}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
</span></a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user