PDA

View Full Version : [MU] [HELP] về Query DB zteam



mario_12
07-10-16, 03:25 PM
hiện mình đang dùng server zteam lúc nay query gặp lỗi này ai biết đổi từ DB titan tẹch qua zteam chỉ mình với mình đang dùng DWeb share trên diễn đàn

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

chiecladangroi
07-10-16, 03:38 PM
theo mình nghĩ, thì query xóa có dạng thế này: DELETE FROM Titan_Rewards WHERE type=99 AND...

ikenylee
07-10-16, 03:40 PM
mở /server/function.php xóa


// Remove Item co thoi han cua nhiem vu hang ngay
$remove_item_time_quest_daily_q = "DELETE Titan_Rewards WHERE type = 99 AND nbb_time_del < $timestamp";
$remove_item_time_quest_daily_r = $db->Execute($remove_item_time_quest_daily_q);
check_queryerror($remove_item_time_quest_daily_q, $remove_item_time_quest_daily_r);