You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
showForm('پرداخت شما انجام شد ولی ظرفیت این سرور پر شده است، مبلغ ' . number_format($amount) . " تومان به کیف پول شما اضافه شد",$payDescription, false);
270
265
271
266
$stmt = $connection->prepare("UPDATE `users` SET `wallet` = `wallet` + ? WHERE `userid` = ?");
@@ -276,13 +271,6 @@ function doAction($payRowId, $gateType){
276
271
sendMessage("✅ مبلغ " . number_format($amount) . " تومان به کیف پول کاربر $user_id توسط درگاه اضافه شد میخواست کانفیگ بخره، ظرفیت پر بود",null,null,$admin);
277
272
exit;
278
273
}
279
-
}else{
280
-
if($acount != 0) {
281
-
$stmt = $connection->prepare("UPDATE `server_plans` SET `acount` = `acount` - ? WHERE id=?");
282
-
$stmt->bind_param("ii", $accountCount, $fid);
283
-
$stmt->execute();
284
-
$stmt->close();
285
-
}
286
274
}
287
275
288
276
$stmt = $connection->prepare("SELECT * FROM `server_info` WHERE `id`=?");
@@ -377,17 +365,24 @@ function doAction($payRowId, $gateType){
0 commit comments