Như tiêu đề bạn nào còn giữ file đổi vàng de.php gốc của bản Phong Vân H10 hoàn chỉnh share của perter an cho mình xin lại
Lười download 3GB mấy quá
Thanks!
Khách viếng thăm
hãy cùng yeukiemthe xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
$account = $_SESSION['accountName'];
$sql ="select * from $database.account where name ='$account'";
$result=mysql_query($sql);
$row=mysql_fetch_array($result);
$yuanbao = $row['dj']/10;
$total=mysql_num_rows($result);
if ($total<1){
echo "<script> alert('Hãy tạo nhân vật trước khi nhận vàng');location.href=/UserCenter/;</script>";
exit();
}else{
echo "<script> alert('S1 - Nhận thành công');location.href=/UserCenter/;</script>";
}else
{
echo "<script> alert('S1 - Nhận thất bại');location.href=/UserCenter/;</script>";
}
}
else
{
echo "<script> alert('S1 - Nhận thất bại');location.href=/UserCenter/;</script>";
}
}
}
function getSign($user_id,$amount,$timestamp,$order_id)
{
$api_key="S1";
}
$area_url = array($chongzhi);
{
$account = $_SESSION['accountName'];
$sql ="select dj from account where name ='$account'";
$result=mysql_query($sql);
$row2=mysql_fetch_array($result);
$yuanbao = $row['dj']/10;
$total=mysql_num_rows($result);
if ($total<1){
echo "<script> alert('Hãy tạo nhân vật trước khi nhận vàng');location.href=/UserCenter/;</script>";
exit();
}else{
echo "<script> alert('S1 - Nhận thành công');location.href=/UserCenter/;</script>";
}else
{
echo "<script> alert('S1 - Nhận thất bại');location.href=/UserCenter/;</script>";
}
}
else
{
echo "<script> alert('S1 - Nhận thất bại');location.href=/UserCenter/;</script>";
}
}
}
//}
//tzr_pay_end
function update_yuanbao($account, $yuanbao)
{
$sql = "select * from account where name='".$account."' ";
$result=mysql_query($sql);
if (!$result) {
return false;
}
$total=mysql_num_rows($result);
if ($total>0) {
$sql = "UPDATE account SET dj='0' where name='$account'";
//$sql = "UPDATE user SET yuanbao='$yuanbao' where login_account='$account'";
$result=mysql_query($sql);
if (!$result)
{
return false;
}
}
return true;
}
?>
Khách viếng thăm
hãy cùng NhanVT xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!