forked from mahdiMGF2/botmirzapanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keyboard.php
602 lines (595 loc) · 23.9 KB
/
keyboard.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<?php
require_once 'config.php';
require_once 'functions.php';
$setting = select("setting", "*");
$admin_ids = select("admin", "id_admin",null,null,"FETCH_COLUMN");
//-----------------------------[ text panel ]-------------------------------
$sql = "SHOW TABLES LIKE 'textbot'";
$stmt = $pdo->prepare($sql);
$stmt->execute();
$result = $stmt->fetchAll();
$table_exists = count($result) > 0;
$datatextbot = array(
'text_usertest' => '',
'text_Purchased_services' => '',
'text_support' => '',
'text_help' => '',
'text_start' => '',
'text_bot_off' => '',
'text_dec_info' => '',
'text_dec_usertest' => '',
'text_fq' => '',
'text_account' => '',
'text_sell' => '',
'text_Add_Balance' => '',
'text_Discount' => '',
'text_Tariff_list' => '',
);
if ($table_exists) {
$textdatabot = select("textbot", "*",null ,null ,"fetchAll");
$data_text_bot = array();
foreach ($textdatabot as $row) {
$data_text_bot[] = array(
'id_text' => $row['id_text'],
'text' => $row['text']
);
}
foreach ($data_text_bot as $item) {
if (isset($datatextbot[$item['id_text']])) {
$datatextbot[$item['id_text']] = $item['text'];
}
}
}
$keyboard = [
'keyboard' => [
[['text' => $datatextbot['text_sell']],['text' => $datatextbot['text_usertest']]],
[['text' => $datatextbot['text_Purchased_services']],['text' => $datatextbot['text_Tariff_list']]],
[['text' => $datatextbot['text_account']],['text' => $datatextbot['text_Add_Balance']]],
[['text' => "👥 زیر مجموعه گیری"]],
[['text' => $datatextbot['text_support']], ['text' => $datatextbot['text_help']]],
],
'resize_keyboard' => true
];
if(in_array($from_id,$admin_ids)){
$keyboard['keyboard'][] = [
['text' => "ادمین"],
];
}
$keyboard = json_encode($keyboard);
$keyboardPanel = json_encode([
'inline_keyboard' => [
[['text' => $datatextbot['text_Discount'] ,'callback_data' => "Discount"]],
],
'resize_keyboard' => true
]);
$keyboardadmin = json_encode([
'keyboard' => [
[['text' => "📊 آمار ربات"]],
[['text' => "✏️ مدیریت پنل"],['text' => "🖥 اضافه کردن پنل"]],
[['text' => "🔑 تنظیمات اکانت تست"]],
[['text' => "🏬 بخش فروشگاه"],['text' => "💵 مالی"]],
[['text' => "👨🔧 بخش ادمین"], ['text' => "📝 تنظیم متن ربات"]],
[['text' => "👤 خدمات کاربر"],['text' => "📨 ارسال پیام"]],
[['text' => "👥 تنظیمات زیر مجموعه گیری"]],
[['text' => "📚 بخش آموزش "], ['text' => "⚙️ تنظیمات"]],
[['text' => "🏠 بازگشت به منوی اصلی"]]
],
'resize_keyboard' => true
]);
$keyboardpaymentManage = json_encode([
'keyboard' => [
[['text' => "💳 تنظبمات درگاه آفلاین"]],
[['text' => "💵 تنظیمات nowpayment"]],
[['text' => "🔵 درگاه آقای پرداخت"],['text' => "🔴 درگاه پرفکت مانی"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$CartManage = json_encode([
'keyboard' => [
[['text' => "💳 تنظیم شماره کارت"]],
[['text' => "🔌 وضعیت درگاه آفلاین"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$alsat = json_encode([
'keyboard' => [
[['text' => "تنظیم مرچنت"],['text' => "وضعیت درگاه آل سات"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$aqayepardakht = json_encode([
'keyboard' => [
[['text' => "تنظیم مرچنت آقای پرداخت"],['text' => "وضعیت درگاه آقای پرداخت "]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$NowPaymentsManage = json_encode([
'keyboard' => [
[['text' => "🧩 api nowpayment"]],
[['text' => "🔌 وضعیت درگاه nowpayments"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$admin_section_panel = json_encode([
'keyboard' => [
[['text' => "👨💻 اضافه کردن ادمین"], ['text' => "❌ حذف ادمین"]],
[['text' => "📜 مشاهده لیست ادمین ها"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]],
],
'resize_keyboard' => true
]);
$keyboard_usertest = json_encode([
'keyboard' => [
[['text' => "➕ محدودیت ساخت اکانت تست برای کاربر"]],
[['text' => "➕ محدودیت ساخت اکانت تست برای همه"]],
[['text' => "⏳ زمان سرویس تست"], ['text' => "💾 حجم اکانت تست"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$setting_panel = json_encode([
'keyboard' => [
[['text' => "🕚 تنظیمات کرون جاب"]],
[['text' => "📡 وضعیت ربات"], ['text' => "♨️ بخش قوانین"]],
[['text' => "📣 تنظیم کانال گزارش"], ['text' => "📯 تنظیمات کانال"]],
[['text' => "👤 دکمه نام کاربری"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$valid_Number = json_encode([
'keyboard' => [
[['text' => "📊 وضعیت تایید شماره کاربر"], ['text' => "👈 تایید دستی شماره"]],
[['text' => "☎️ وضعیت احراز هویت شماره تماس"]],
[['text' => "👀 مشاهده شماره تلفن کاربر"]],
[['text' => "تایید شماره ایرانی 🇮🇷"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$PaySettingcard = select("PaySetting", "ValuePay", "NamePay", 'Cartstatus',"select")['ValuePay'];
$PaySettingnow = select("PaySetting", "ValuePay", "NamePay", 'nowpaymentstatus',"select")['ValuePay'];
$PaySettingdigi = select("PaySetting", "ValuePay", "NamePay", 'digistatus',"select")['ValuePay'];
$PaySettingaqayepardakht = select("PaySetting", "ValuePay", "NamePay", 'statusaqayepardakht',"select")['ValuePay'];
$PaySettingperfectmoney = select("PaySetting", "ValuePay", "NamePay", 'status_perfectmoney',"select")['ValuePay'];
$step_payment = [
'inline_keyboard' => []
];
if($PaySettingcard == "oncard"){
$step_payment['inline_keyboard'][] = [
['text' => "💳 کارت به کارت" ,'callback_data' => "cart_to_offline"],
];
}
if($PaySettingnow == "onnowpayment"){
$step_payment['inline_keyboard'][] = [
['text' => "💵 پرداخت nowpayments", 'callback_data' => "nowpayments" ]
];
}
if($PaySettingdigi == "ondigi"){
$step_payment['inline_keyboard'][] = [
['text' => "💎درگاه پرداخت ارزی (ریالی)" , 'callback_data' => "iranpay" ]
];
}
if($PaySettingaqayepardakht == "onaqayepardakht"){
$step_payment['inline_keyboard'][] = [
['text' => "🔵 درگاه آقای پرداخت" , 'callback_data' => "aqayepardakht" ]
];
}
if($PaySettingperfectmoney == "onperfectmoney"){
$step_payment['inline_keyboard'][] = [
['text' => "🔴 درگاه پرفکت مانی" , 'callback_data' => "perfectmoney" ]
];
}
$step_payment['inline_keyboard'][] = [
['text' => "❌ بستن لیست" , 'callback_data' => "colselist" ]
];
$step_payment = json_encode($step_payment);
$User_Services = json_encode([
'keyboard' => [
[['text' => "📱 احراز هویت شماره"]],
[['text' => "🔒 مسدود کردن کاربر"], ['text' => "🔓 رفع مسدودی کاربر"]],
[['text' => "⬆️️️ افزایش موجودی کاربر"], ['text' => "⬇️ کم کردن موجودی"]],
[['text' => "👁🗨 مشاهده اطلاعات کاربر"], ['text' => "🛍 مشاهده سفارشات کاربر"]],
[['text' => "❌ حذف سرویس کاربر"],['text' => "👥 شارژ همگانی"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$keyboardhelpadmin = json_encode([
'keyboard' => [
[['text' => "📚 اضافه کردن آموزش"], ['text' => "❌ حذف آموزش"]],
[['text' => "💡 وضعیت بخش آموزش"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$shopkeyboard = json_encode([
'keyboard' => [
[['text' => "🛍 اضافه کردن محصول"], ['text' => "❌ حذف محصول"]],
[['text' => "✏️ ویرایش محصول"]],
[['text' => "➕ تنظیم قیمت حجم اضافه"]],
[['text' => "🎁 ساخت کد هدیه"],['text' => "❌ حذف کد هدیه"]],
[['text' => "🎁 ساخت کد تخفیف"],['text' => "❌ حذف کد تخفیف"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$confrimrolls = json_encode([
'keyboard' => [
[['text' => "✅ قوانین را می پذیرم"]],
],
'resize_keyboard' => true
]);
$request_contact = json_encode([
'keyboard' => [
[['text' => "☎️ ارسال شماره تلفن", 'request_contact' => true]],
[['text' => "🏠 بازگشت به منوی اصلی"]]
],
'resize_keyboard' => true
]);
$rollkey = json_encode([
'keyboard' => [
[['text' => "💡 روشن / خاموش کردن تایید قوانین"], ['text' => "⚖️ متن قانون"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$sendmessageuser = json_encode([
'keyboard' => [
[['text' => "✉️ ارسال همگانی"], ['text' => "📤 فوروارد همگانی"]],
[['text' => "✍️ ارسال پیام برای یک کاربر"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$Feature_status = json_encode([
'keyboard' => [
[['text' => "قابلیت مشاهده اطلاعات اکانت"]],
[['text' => "قابلیت اکانت تست"], ['text' => "قابلیت آموزش"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$channelkeyboard = json_encode([
'keyboard' => [
[['text' => "📣 تنظیم کانال جوین اجباری"]],
[['text' => "🔑 روشن / خاموش کردن قفل کانال"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$backuser = json_encode([
'keyboard' => [
[['text' => "🏠 بازگشت به منوی اصلی"]]
],
'resize_keyboard' => true,
'input_field_placeholder' =>"برای بازگشت روی دکمه زیر کلیک کنید"
]);
$backadmin = json_encode([
'keyboard' => [
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true,
'input_field_placeholder' =>"برای بازگشت روی دکمه زیر کلیک کنید"
]);
$stmt = $pdo->prepare("SHOW TABLES LIKE 'marzban_panel'");
$stmt->execute();
$result = $stmt->fetchAll();
$table_exists = count($result) > 0;
$namepanel = [];
if ($table_exists) {
$stmt = $pdo->prepare("SELECT * FROM marzban_panel");
$stmt->execute();
while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
$namepanel[] = [$row['name_panel']];
}
$list_marzban_panel = [
'keyboard' => [],
'resize_keyboard' => true,
];
foreach ($namepanel as $button) {
$list_marzban_panel['keyboard'][] = [
['text' => $button[0]]
];
}
$list_marzban_panel['keyboard'][] = [
['text' => "🏠 بازگشت به منوی مدیریت"],
];
$json_list_marzban_panel = json_encode($list_marzban_panel);
}
$sql = "SHOW TABLES LIKE 'help'";
$stmt = $pdo->prepare($sql);
$stmt->execute();
$result = $stmt->fetchAll();
$table_exists = count($result) > 0;
if ($table_exists) {
$help = [];
$stmt = $pdo->prepare("SELECT * FROM help");
$stmt->execute();
while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
$help[] = [$row['name_os']];
}
$help_arr = [
'keyboard' => [],
'resize_keyboard' => true,
];
foreach ($help as $button) {
$help_arr['keyboard'][] = [
['text' => $button[0]]
];
}
$help_arr['keyboard'][] = [
['text' => "🏠 بازگشت به منوی اصلی"],
];
$json_list_help = json_encode($help_arr);
}
$users = select("user", "*", "id", $from_id,"select");
if ($users == false) {
$users = array();
$users = array(
'step' => '',
);
}
$stmt = $pdo->prepare("SELECT * FROM marzban_panel WHERE status = 'activepanel'");
$stmt->execute();
$list_marzban_panel_users = ['inline_keyboard' => []];
while ($result = $stmt->fetch(PDO::FETCH_ASSOC)) {
if ($users['step'] == "getusernameinfo") {
$list_marzban_panel_users['inline_keyboard'][] = [
['text' => $result['name_panel'], 'callback_data' => "locationnotuser_{$result['id']}"]
];
}
else{
$list_marzban_panel_users['inline_keyboard'][] = [['text' => $result['name_panel'], 'callback_data' => "location_{$result['id']}"]
];
}
}
$list_marzban_panel_users['inline_keyboard'][] = [
['text' => "🏠 بازگشت به منوی اصلی", 'callback_data' => "backuser"],
];
$list_marzban_panel_user = json_encode($list_marzban_panel_users);
$list_marzban_panel_usertest = [
'inline_keyboard' => [],
];
$stmt = $pdo->prepare("SELECT * FROM marzban_panel WHERE statusTest = 'ontestshowpanel'");
$stmt->execute();
while ($result = $stmt->fetch(PDO::FETCH_ASSOC)) {
$list_marzban_panel_usertest['inline_keyboard'][] = [['text' => $result['name_panel'], 'callback_data' => "locationtests_{$result['id']}"]
];
}
$list_marzban_panel_usertest['inline_keyboard'][] = [
['text' => "🏠 بازگشت به منوی اصلی", 'callback_data' => "backuser"],
];
$list_marzban_usertest = json_encode($list_marzban_panel_usertest);
$textbot = json_encode([
'keyboard' => [
[['text' => "تنظیم متن شروع"], ['text' => "دکمه سرویس خریداری شده"]],
[['text' => "دکمه اکانت تست"], ['text' => "دکمه سوالات متداول"]],
[['text' => "متن دکمه 📚 آموزش"], ['text' => "متن دکمه ☎️ پشتیبانی"]],
[['text' => "دکمه افزایش موجودی"]],
[['text' => "متن دکمه خرید اشتراک"], ['text' => "متن دکمه لیست تعرفه"]],
[['text' => "متن توضیحات لیست تعرفه"]],
[['text' => "متن دکمه حساب کاربری"]],
[['text' => "📝 تنظیم متن توضیحات عضویت اجباری"]],
[['text' => "📝 تنظیم متن توضیحات سوالات متداول"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
//--------------------------------------------------
$sql = "SHOW TABLES LIKE 'protocol'";
$stmt = $pdo->prepare($sql);
$stmt->execute();
$result = $stmt->fetchAll();
$table_exists = count($result) > 0;
if ($table_exists) {
$getdataprotocol = select("protocol", "*",null ,null ,"fetchAll");
$protocol = [];
foreach($getdataprotocol as $result)
{
$protocol[] = [['text'=>$result['NameProtocol']]];
}
$protocol[] = [['text'=>"🏠 بازگشت به منوی مدیریت"]];
$keyboardprotocollist = json_encode(['resize_keyboard'=>true,'keyboard'=> $protocol]);
}
//--------------------------------------------------
$sql = "SHOW TABLES LIKE 'product'";
$stmt = $pdo->prepare($sql);
$stmt->execute();
$result = $stmt->fetchAll();
$table_exists = count($result) > 0;
if ($table_exists) {
$product = [];
$stmt = $pdo->prepare("SELECT * FROM product WHERE Location = :Location OR Location = '/all'");
$stmt->bindParam(':Location', $text, PDO::PARAM_STR);
$stmt->execute();
while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
$product[] = [$row['name_product']];
}
$list_product = [
'keyboard' => [],
'resize_keyboard' => true,
];
$list_product['keyboard'][] = [
['text' => "🏠 بازگشت به منوی مدیریت"],
];
foreach ($product as $button) {
$list_product['keyboard'][] = [
['text' => $button[0]]
];
}
$json_list_product_list_admin = json_encode($list_product);
}
//--------------------------------------------------
$sql = "SHOW TABLES LIKE 'Discount'";
$stmt = $pdo->prepare($sql);
$stmt->execute();
$result = $stmt->fetchAll();
$table_exists = count($result) > 0;
if ($table_exists) {
$Discount = [];
$stmt = $pdo->prepare("SELECT * FROM Discount");
$stmt->execute();
while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
$Discount[] = [$row['code']];
}
$list_Discount = [
'keyboard' => [],
'resize_keyboard' => true,
];
$list_Discount['keyboard'][] = [
['text' => "🏠 بازگشت به منوی مدیریت"],
];
foreach ($Discount as $button) {
$list_Discount['keyboard'][] = [
['text' => $button[0]]
];
}
$json_list_Discount_list_admin = json_encode($list_Discount);
}
//--------------------------------------------------
$sql = "SHOW TABLES LIKE 'DiscountSell'";
$stmt = $pdo->prepare($sql);
$stmt->execute();
$result = $stmt->fetchAll();
$table_exists = count($result) > 0;
$namepanel = [];
if ($table_exists) {
$DiscountSell = [];
$stmt = $pdo->prepare("SELECT * FROM DiscountSell");
$stmt->execute();
while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
$DiscountSell[] = [$row['codeDiscount']];
}
$list_Discountsell = [
'keyboard' => [],
'resize_keyboard' => true,
];
$list_Discountsell['keyboard'][] = [
['text' => "🏠 بازگشت به منوی مدیریت"],
];
foreach ($DiscountSell as $button) {
$list_Discountsell['keyboard'][] = [
['text' => $button[0]]
];
}
$json_list_Discount_list_admin_sell = json_encode($list_Discountsell);
}
$payment = json_encode([
'inline_keyboard' => [
[['text' => "💰 پرداخت و دریافت سرویس", 'callback_data' => "confirmandgetservice"]],
[['text' => "🎁 ثبت کد تخفیف", 'callback_data' => "aptdc"]],
[['text' => "🏠 بازگشت به منوی اصلی" , 'callback_data' => "backuser"]]
]
]);
$change_product = json_encode([
'keyboard' => [
[['text' => "قیمت"], ['text' => "حجم"], ['text' => "زمان"]],
[['text' => "نام محصول"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$NotProductUser = json_encode([
'keyboard' => [
[['text' => "⭕️ نام کاربری من در لیست نیست ⭕️"]],
[['text' => "🏠 بازگشت به منوی اصلی"]]
],
'resize_keyboard' => true
]);
$keyboardprotocol = json_encode([
'keyboard' => [
[['text' => "vless"],['text' => "vmess"],['text' => "trojan"]],
[['text' => "shadowsocks"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$MethodUsername = json_encode([
'keyboard' => [
[['text' => "نام کاربری + عدد به ترتیب"]],
[['text' => "آیدی عددی + حروف و عدد رندوم"]],
[['text' => "نام کاربری دلخواه"]],
[['text' => "متن دلخواه + عدد رندوم"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$optionMarzban = json_encode([
'keyboard' => [
[['text' => "🔌 وضعیت اتصال پنل "],['text' => "👁🗨 وضعیت نمایش پنل"]],
[['text' => "🎁 وضعیت اکانت تست"]],
[['text' => "✍️ نام پنل"],['text' => "❌ حذف پنل"]],
[['text'=>"🔗 ویرایش آدرس پنل"],['text' => "👤 ویرایش نام کاربری"]],
[['text' => "🔐 ویرایش رمز عبور"],['text' => "⚙️ تنظیمات پروتکل"]],
[['text' => "🍀 قابلیت flow"],['text' => "💡 روش ساخت نام کاربری"]],
[['text' => "🔗 ارسال لینک سابسکرایبشن"],['text' => "⚙️ارسال کانفیگ"]],
[['text' => "⏳ قابلیت اولین اتصال"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$optionX_ui_single = json_encode([
'keyboard' => [
[['text' => "🔌 وضعیت اتصال پنل "],['text' => "👁🗨 وضعیت نمایش پنل"]],
[['text' => "🎁 وضعیت اکانت تست"]],
[['text' => "✍️ نام پنل"],['text' => "❌ حذف پنل"]],
[['text' => "💡 روش ساخت نام کاربری"]],
[['text' => "🔐 ویرایش رمز عبور"],['text' => "👤 ویرایش نام کاربری"]],
[['text'=>"🔗 ویرایش آدرس پنل"],['text' => "💎 تنظیم شناسه اینباند"]],
[['text' => "🔗 ارسال لینک سابسکرایبشن"],['text' => "⚙️ارسال کانفیگ"]],
[['text' => '🔗 دامنه لینک ساب']],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$supportoption = json_encode([
'inline_keyboard' => [
[
['text' => "⁉️ سوالات متداول", 'callback_data' => "fqQuestions"] ,
],
[
['text' => "🎟 ارسال پیام به پشتیبانی", 'callback_data' => "support"],
],
]
]);
$perfectmoneykeyboard = json_encode([
'keyboard' => [
[['text' => "تنظیم شماره کیف پول"],['text' => "تنظیم شماره اکانت"]],
[['text' => "تنظیم رمز اکانت"],['text' => "وضعیت پرفکت مانی"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$affiliates = json_encode([
'keyboard' => [
[['text' => "🎁 وضعیت زیرمجموعه گیری"]],
[['text' => "🧮 تنظیم درصد زیرمجموعه"]],
[['text' => "🏞 تنظیم بنر زیرمجموعه گیری"]],
[['text' => "🎁 پورسانت بعد از خرید"],['text' => "🎁 دریافت هدیه "]],
[['text' => "🌟 مبلغ هدیه استارت"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$typepanel = json_encode([
'keyboard' => [
[['text' => "marzban"],['text' => "x-ui_single"]],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);
$keyboardcronjob = json_encode([
'keyboard' => [
[['text' => 'فعال شدن کرون تست'],['text' => 'غیر فعال شدن کرون تست']],
[['text' => 'فعال شدن کرون حجم'],['text' => 'غیر فعال شدن کرون حجم']],
[['text' => 'فعال شدن کرون زمان'],['text' => 'غیر فعال شدن کرون زمان']],
[['text' => "🏠 بازگشت به منوی مدیریت"]]
],
'resize_keyboard' => true
]);