Вход Регистрация
Файл: s-klub_install/inc/chmod_test.php
Строк: 38
<?
function permissions($filez)
{
return 
decoct(@fileperms("$filez")) % 1000;
}
function 
test_chmod($df,$chmod)
{
global 
$err,$user;
if (isset(
$user) && $user['level']==10)
$show_df=preg_replace('#^'.preg_quote(H).'#''/'$df);
else 
$show_df=$df;
@list(
$f_chmod1,$f_chmod2,$f_chmod3)=str_split(permissions($df));
list(
$n_chmod1,$n_chmod2,$n_chmod3)=str_split($chmod);
if (
$f_chmod1<$n_chmod1 || $f_chmod2<$n_chmod2 || $f_chmod3<$n_chmod3)
{
$err="Установите CHMOD $n_chmod1$n_chmod2$n_chmod3 на $show_df";
echo 
'<div class="aut2">';
echo 
"<img src='/s-klub/ico/chmod.png'></img> <font color='red'>$show_df : [$f_chmod1$f_chmod2$f_chmod3] - >$n_chmod1$n_chmod2$n_chmod3 </font> <img src='/s-klub/ico/err.png'></img><br />";
echo 
'</div>';
}else{
echo 
'<div class="aut2">';
echo 
"<img src='/s-klub/ico/chmod.png'></img> <font color='green'>$show_df ($n_chmod1$n_chmod2$n_chmod3) : $f_chmod1$f_chmod2$f_chmod3 </font> <img src='/s-klub/ico/ok.png'></img><br />";
echo 
'</div>';
}
}
test_chmod(H.'s-klub_install/',777);
test_chmod(H.'sys/avatar/',777);
test_chmod(H.'sys/dat/',777);
test_chmod(H.'sys/forum/files',777);
test_chmod(H.'sys/gallery/48/',777);
test_chmod(H.'sys/gallery/128/',777);
test_chmod(H.'sys/gallery/640/',777);
test_chmod(H.'sys/gallery/foto/',777);
test_chmod(H.'sys/includes/',777);
test_chmod(H.'sys/s-fnc/',777);
test_chmod(H.'sys/obmen/files/',777);
test_chmod(H.'sys/obmen/screens/',777);
test_chmod(H.'sys/update/',777);
test_chmod(H.'sys/tmp/',777);
test_chmod(H.'s-klub/thems/',777);
?>
Онлайн: 1
Реклама