Вход Регистрация
Файл: sys/inc/chmod_test.php
Строк: 47
<?php

/* DCMS S (Special)
 * Версия файла 0.0.1
 * Дата последнего редактирования 19.10.2015
 * Модифицировал densnet
 */

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";
        if (
$f_chmod1 || $f_chmod2 || $f_chmod3 == 0) {
            
$dir "Нет папки";
        } else {
            
$dir "Ok";
        }
        echo 
"<img src = '/style/icons/del.png' /> $show_df : [$f_chmod1$f_chmod2$f_chmod3] - >$n_chmod1$n_chmod2$n_chmod3 <font color = 'red'>$dir</font><br />n";
    } else {
        echo 
"<img src = '/style/icons/ok.png' /> $show_df ($n_chmod1$n_chmod2$n_chmod3) : $f_chmod1$f_chmod2$f_chmod3 <font color = 'green'>Ok</font><br />n";
    }
}

if (
file_exists('install/')) {
    
test_chmod('install/'777);
}
test_chmod('sys/avatar/'777);
test_chmod('sys/ini/'777);
test_chmod('sys/classes/'777);
test_chmod('sys/inc/'777);
test_chmod('sys/wall/'777);
test_chmod('sys/fnc/'777);
test_chmod('sys/txt/'777);
test_chmod('sys/js/'777);
test_chmod('sys/update/'777);
test_chmod('sys/tmp/'777);
test_chmod('style/themes/'777);
if (
file_exists('sys/ini/settings.ini')) {
    
test_chmod('sys/ini/settings.ini'666);
}
Онлайн: 1
Реклама