ACIL FM
Dark
Refresh
Current DIR:
/home/fastexsh/public_html/soodino/commands
/
home
fastexsh
public_html
soodino
commands
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
cards.php
19.18 MB
chmod
View
DL
Edit
Rename
Delete
error_log
836 B
chmod
View
DL
Edit
Rename
Delete
history.php
11.61 MB
chmod
View
DL
Edit
Rename
Delete
start_bot.php
8.48 MB
chmod
View
DL
Edit
Rename
Delete
user_area.php
7.62 MB
chmod
View
DL
Edit
Rename
Delete
user_extra_features.php
5.98 MB
chmod
View
DL
Edit
Rename
Delete
user_features.php
12.01 MB
chmod
View
DL
Edit
Rename
Delete
wallet.php
1.86 MB
chmod
View
DL
Edit
Rename
Delete
withdraw.php
16.17 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/fastexsh/public_html/soodino/commands/wallet.php
<?php if ($text == "💰 کیف پول" && $user->logged_in == 1) { $stmt = $pdo->prepare("SELECT * FROM `accounts` WHERE `username` = ?"); $stmt->execute([$user->login_username]); $account = $stmt->fetch(); if (!$account) { $pdo->prepare("UPDATE `users` SET `logged_in` = 0, `login_username` = NULL WHERE `telegram_id` = ?") ->execute([$from_id]); setStep($from_id, "home"); $responseText = "⚠️ *خطا در دسترسی به حساب کاربری*\n\n" . "متأسفانه اطلاعات حساب کاربری شما در سیستم یافت نشد یا ممکن است توسط مدیریت حذف شده باشد.\n\n" . "🔐 لطفاً برای ادامه کار، مجدداً وارد حساب کاربری خود شوید.\n\n" . "📞 در صورت بروز مشکل، با پشتیبانی تماس حاصل فرمایید."; sendMessage($from_id, $responseText, $enterUserKeyboard); die; } $baseInvestment = number_format($account->base_investment); $currentProfit = number_format($account->current_profit); $totalBalance = number_format($account->base_investment + $account->current_profit); setStep($from_id, "wallet"); $responseText = "💰 *پنل کیف پول*\n\n" . "💼 *وضعیت مالی*\n\n" . "💰 موجودی کل: *{$totalBalance}* تومان\n" . "💵 سرمایه پایه: *{$baseInvestment}* تومان\n" . "📈 سود فعلی: *{$currentProfit}* تومان\n\n\n" . "📋 *امکانات:*\n\n" . "💸 درخواست برداشت\n" . "📋 برداشتهای من\n" . "📜 تاریخچه تراکنشها"; sendMessage($from_id, $responseText, $walletKeyboard); die; }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply