update plus header: know the gold will update after one click

This commit is contained in:
unknown
2012-05-21 22:16:45 +03:00
parent a1196f9e38
commit 7d43ffbaa3
8 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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");
}
+1 -1
View File
@@ -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");
}
+1 -1
View File
@@ -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");
}
+1 -1
View File
@@ -26,7 +26,7 @@ echo "failed";
}
include("Templates/Plus/3.tpl");
header("Location: plus.php?id=3");
}else{
header("Location: banned.php");
}
+2 -1
View File
@@ -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");
}
+1 -1
View File
@@ -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");
}
+1 -1
View File
@@ -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");
}
+1 -1
View File
@@ -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");
}