Status Scripts

 

 


PHP

server.php

<?
$output = shell_exec('uptime');
$output .= shell_exec('ifconfig eth0');
echo "<pre>$output</pre>";
?>