mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 18:14:23 +00:00
update plus header: know the gold will update after one click
This commit is contained in:
@@ -47,7 +47,7 @@ $done1 = "nothing has been done";
|
||||
|
||||
|
||||
|
||||
include("Templates/Plus/3.tpl");
|
||||
header("Location: plus.php?id=3");
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ $done1 = "nothing has been done";
|
||||
|
||||
|
||||
|
||||
include("Templates/Plus/3.tpl");
|
||||
header("Location: plus.php?id=3");
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ $done1 = "nothing has been done";
|
||||
|
||||
|
||||
|
||||
include("Templates/Plus/3.tpl");
|
||||
header("Location: plus.php?id=3");
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ echo "failed";
|
||||
|
||||
}
|
||||
|
||||
include("Templates/Plus/3.tpl");
|
||||
header("Location: plus.php?id=3");
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
}
|
||||
|
||||
@@ -4,7 +4,8 @@ if($session->access != BANNED){
|
||||
if($session->gold >= 100) {
|
||||
mysql_query("UPDATE ".TB_PREFIX."users set goldclub = 1, gold = gold - 100 where `username`='".$session->username."'");
|
||||
}
|
||||
include("Templates/Plus/3.tpl");
|
||||
header("Location: plus.php?id=3");
|
||||
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ $done1 = " Nothing has been Completed";
|
||||
|
||||
|
||||
|
||||
include("Templates/Plus/3.tpl");
|
||||
header("Location: plus.php?id=3");
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ $done1 = "nothing has been done";
|
||||
|
||||
|
||||
|
||||
include("Templates/Plus/3.tpl");
|
||||
header("Location: plus.php?id=3");
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ $done1 = "nothing has been done";
|
||||
|
||||
|
||||
|
||||
include("Templates/Plus/3.tpl");
|
||||
header("Location: plus.php?id=3");
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user