ACIL FM
Dark
Refresh
Current DIR:
/home/fastexsh/public_html/exchange/commands
/
home
fastexsh
public_html
exchange
commands
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
add_new_card.php
5.4 MB
chmod
View
DL
Edit
Rename
Delete
affiliate.php
1.63 MB
chmod
View
DL
Edit
Rename
Delete
authentication.php
21.22 MB
chmod
View
DL
Edit
Rename
Delete
buy_voucher.php
16.43 MB
chmod
View
DL
Edit
Rename
Delete
charge_account.php
19.56 MB
chmod
View
DL
Edit
Rename
Delete
last_transactions.php
22.25 MB
chmod
View
DL
Edit
Rename
Delete
other_button.php
5.9 MB
chmod
View
DL
Edit
Rename
Delete
profile.php
2.96 MB
chmod
View
DL
Edit
Rename
Delete
sell_voucher.php
11.57 MB
chmod
View
DL
Edit
Rename
Delete
start_bot.php
7.73 MB
chmod
View
DL
Edit
Rename
Delete
withdraw.php
11.9 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/fastexsh/public_html/exchange/commands/profile.php
<?php if (($text == '👤 پروفایل کاربری' || $text == '👤 حساب کاربری') && $currentUser->auth_level != 0) { $full_name = $currentUser->full_name; $phone_number = $currentUser->phone_number; $auth_level = $currentUser->auth_level; $user_level_text = $currentUser->auth_level == 1 ? '✅ تایید شده (سطح 1)' : ($currentUser->auth_level == 2 ? '✅ تایید شده (سطح 2)' : ($currentUser->auth_level == 3 ? '✅ تایید شده (سطح 3)' : ($currentUser->auth_level == 4 ? '✅ تایید کامل (سطح 4)' : '⏳ در انتظار تایید'))); $registration_date = jdate("Y/m/d", strtotime($currentUser->created_at), tr_num: 'en'); $balance = number_format($currentUser->balance); $voucher_limit = intval($currentUser->balance / 95000); $father_name = $currentUser->father_name ?? 'ثبت نشده'; $birthday = $currentUser->birthday ?? 'ثبت نشده'; $national_code = $currentUser->national_code ?? 'ثبت نشده'; $response_text = "👤 *پروفایل کاربری*\n\n"; $response_text .= "🆔 *شناسه کاربری:* `$from_id`\n\n"; $response_text .= "📊 *اطلاعات شخصی:*\n"; $response_text .= "• نام و نام خانوادگی: $full_name\n"; $response_text .= "• شماره موبایل: `$phone_number`\n"; $response_text .= "• کد ملی: `$national_code`\n"; $response_text .= "• تاریخ تولد: $birthday\n"; $response_text .= "• نام پدر: $father_name\n\n"; $response_text .= "🔐 *وضعیت احراز هویت:*\n"; $response_text .= "$user_level_text\n\n"; $response_text .= "💰 *اطلاعات مالی:*\n"; $response_text .= "• موجودی کیف پول: `$balance` تومان\n"; $response_text .= "• تعداد قابل خرید ووچر: $voucher_limit عدد\n"; $response_text .= "• تاریخ ثبتنام: $registration_date\n\n"; $response_text .= "💳 *کارتهای بانکی ثبت شده:*\n"; $query = "SELECT * FROM `cards` WHERE `chat_id` = ?"; $stmt = $db->prepare($query); $stmt->execute([$from_id]); $cards = $stmt->fetchAll(); if (count($cards) > 0) { $counter = 1; foreach ($cards as $card) { $response_text .= "$counter. `{$card->number}`\n"; $counter++; } } else { $response_text .= "⚠️ هیچ کارت بانکی ثبت نشده است"; } $keyboard = json_encode([ 'resize_keyboard' => true, 'keyboard' => [ [['text' => '➕ افزودن شماره کارت'], ['text' => '❌ حذف شماره کارت']], [['text' => '👥 زیرمجموعهگیری']], [['text' => '🔙 بازگشت به منوی اصلی']] ] ]); $bot->sendMessage($from_id, $response_text, $keyboard); 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