PDA

View Full Version : [MU] Em viết code này đúng chưa?



alobabyday
22-05-16, 09:46 AM
em dùng dwweb mu
em đang thay đôi cột dữ liệu của wcoin
wcoin của em ở data muonline , bảng CashShopData
có cột như hình dứoi:
<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>
khi change báo thànhcoong đã trwuf gcoin nhưng không cộng đựoc số wcoin ạ :v ai chỉ em sai ở chỗ nào với :|

file : D:\xampp\htdocs\Server\Action\BankAction\MoneyExCh ange.php

<?
if(!$AccessModule)die();
include("config/config_money_exchange.ini");
$passcap2=$_GET['passcap2'];
$money1=$_GET['money1'];
$TypeDoi=$_GET['TypeDoi'];
kiemtra_null($money1,$name_money_cap1);
kiemtra_so($money1,$name_money_cap1);
kiemtra_null($passcap2,"Mật khẩu cấp 2");
kiemtra_chu_so($passcap2,"Mật khẩu Cấp 2");
kiemtra_null($TypeDoi,"Loại tiền đổi");
kiemtra_chu_so($TypeDoi,"Loại tiền đổi");
check_pass2($username,$passcap2);

if($TypeDoi==1 && $Type1>0){
$String_SQLfrom='Bank_MoneyC1';
$String_SQLto='Bank_MoneyC2';
$namefrom=$name_money_cap1;
$nameto=$name_money_cap2;
$nhanduoc=($money1*$Type1)/100;
$SQL_Bank=mssql_query("select $String_SQLfrom,$String_SQLto from memb_info where memb___id='$username'");
$Bank=mssql_fetch_row($SQL_Bank);


if($money1>$Bank[0] ){$Content= "Tài khoản không có đủ $namefrom để đổi";}
else{
mssql_query("update memb_info set $String_SQLfrom=$String_SQLfrom-$money1,$String_SQLto=$String_SQLto+$nhanduoc where memb___id='$username'");
WriteLog("Tài khoản <b>$username</b> đã đổi <b>".number_format($money1)."</b> $namefrom lấy <b>".number_format($nhanduoc)."</b> $nameto. Còn <b>".number_format($Bank[0]-$money1)."</b> $namefrom",$_GET[ReqPage]);
$Content="OKMEN";
}
echo "<Response>".$Content."</Response>".$ContentUpdate;
}
elseif($TypeDoi==2 && strstr($VersionServer,'Over') && $Type2>0){
$String_SQLfrom=$Colum_Bank_MoneyC1;
$wcoin=mssql_query("select WCoinC from CashShopData where AccountID='$username'");
$String_SQLto=number_format($wcoin);
$namefrom=$name_money_cap1;
$nameto='WCoin';
$nhanduoc=($money1*$Type2)/100;

$SQL_Bank=mssql_query("select $String_SQLfrom from memb_info where memb___id='$username'");
$Bank=mssql_fetch_row($SQL_Bank);


if($money1>$Bank[0] ){$Content= "Tài khoản không có đủ $namefrom để đổi";}
else{
mssql_query("update memb_info set $String_SQLfrom=$String_SQLfrom-$money1 where memb___id='$username'");
mssql_query("update CashShopData set $String_SQLto=$String_SQLto+$nhanduoc where AccountID='$username'");

WriteLog("Tài khoản <b>$username</b> đã đổi <b>".number_format($money1)."</b> $namefrom lấy <b>".number_format($nhanduoc)."</b> $nameto. Còn <b>".number_format($Bank[0]-$money1)."</b> $namefrom",$_GET[ReqPage]);
$Content="OKMEN";
}
echo "<Response>".$Content."</Response>".$ContentUpdate;
}
elseif($TypeDoi==3 && $Type3>0){
$String_SQLfrom=$Colum_Bank_MoneyC2;
$String_SQLto=$Colum_Bank_MoneyC1;
$namefrom=$name_money_cap2;
$nameto=$name_money_cap1;
$nhanduoc=($money1*$Type3)/100;
$SQL_Bank=mssql_query("select $String_SQLfrom,$String_SQLto from memb_info where memb___id='$username'");
$Bank=mssql_fetch_row($SQL_Bank);


if($money1>$Bank[0] ){$Content= "Tài khoản không có đủ $namefrom để đổi";}
else{
mssql_query("update memb_info set $String_SQLfrom=$String_SQLfrom-$money1,$String_SQLto=$String_SQLto+$nhanduoc where memb___id='$username'");
WriteLog("Tài khoản <b>$username</b> đã đổi <b>".number_format($money1)."</b> $namefrom lấy <b>".number_format($nhanduoc)."</b> $nameto. Còn <b>".number_format($Bank[0]-$money1)."</b> $namefrom",$_GET[ReqPage]);
$Content="OKMEN";
}
echo "<Response>".$Content."</Response>".$ContentUpdate;
}
else{
echo "<Response>Chức năng này đã tắt. Bạn không thể thực hiện giao dịch</Response>".$ContentUpdate;exit();
}


?>

em xịn hậu tạ các bác 1 em nhwu thế này
<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> g

The Gamer
22-05-16, 10:12 AM
D:\xampp\htdocs\Server\Action\BankAction\MoneyExCh ange.php dweb cái này là gi thế ?

dweb thi phai vao sv_tiente chu


sv_tiente_gcoin2wcoin.php

alobabyday
22-05-16, 10:22 AM
D:\xampp\htdocs\Server\Action\BankAction\MoneyExCh ange.php dweb cái này là gi thế ?

dweb thi phai vao sv_tiente chu


sv_tiente_gcoin2wcoin.php

giải quyêt được rồi ạ hì hì
Thank bác duongnick_05