Like to help out with hosting costs for WXForum.net? Use the donate page. Thanks!
0 Members and 1 Guest are viewing this topic.
<?PHP $utime = file_get_contents('C:/path/path/wuptime.txt');$utime = substr("$utime", 24);$utime = str_replace("(s)", 's', $utime);$utime = str_replace("minutes", 'minutes', $utime);$splita = explode(',', $utime);echo "Last server restart","$splita[0], $splita[1], $splita[2]";?>
Thanks Lars, you are the man!