PDA

View Full Version : Xin lại file de.php của Phong Vân H10 hoàn chỉnh



yeukiemthe
29-07-15, 05:02 PM
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!

NhanVT
29-07-15, 08:34 PM
<?php
include_once "../configuration/config.inc.php";
if(!$_SESSION['accountName']) exit("<script> alert('Vui lòng đăng nhập');location.href='/UserCenter/Login.php';</script>");



elseif($_GET['do']=="yuanbao"){

$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{

if($yuanbao > 0)
{
if (update_yuanbao($account, 0) )
{
//log_pay($account, $yuanbao);
//$ch = curl_init();

$time=time();
$a=$row['id'];
$sid='1';
$order_id = $time . $a . mt_rand(100, 999);
$dj=$yuanbao;




$data = array(
'qid' => $a,
'server_id' => $sid,
'order_id' => $order_id,
'order_amount'=> $dj,
'coin' => $dj,
'sign' => md5("{$a}{$dj}{$order_id}{$sid}" . "415fc427c7fdc9caabba837315b586bb")
);

$url = '<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>' . <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>($data);

$handle = curl_init($url);
curl_setopt_array($handle);
ob_start();
$buffer = curl_exec($handle);
ob_end_clean();
curl_close($handle);



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{


if($yuanbao > 0)
{
if (update_yuanbao($account, 0) )
{
//log_pay($account, $yuanbao);
//$ch = curl_init();

$time=time();
$a=$row['id'];
$sid='1';
$order_id = $time . $a . mt_rand(100, 999);
$dj=$yuanbao;




$data = array(
'qid' => $a,
'server_id' => $sid,
'order_id' => $order_id,
'order_amount'=> $dj,
'coin' => $dj,
'sign' => md5("{$a}{$dj}{$order_id}{$sid}" . "415fc427c7fdc9caabba837315b586bb")
);

$url = '<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>' . <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>($data);





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;
}


?>