Script that shows some information about the server in which it runs.
<? $hostn = exec("hostname -s"); ?>
<? EscapeShellCmd("$hostn"); ?>
<? $time = date("D, M d, <b>h:iA</b>"); ?>
<? echo("$hostn"); ?>
<? system(uname); ?>
<? system(uptime); ?>
<? echo("$time"); ?>
![]()