62.php

2025-04-05 22:34

<?php
#Hopefully cross platform
$time= hrtime()[0]; echo $time;
//$uptime = file_get_contents("/proc/uptime");
//if($uptime!=""){$time = intval(explode(" ",$uptime)[0]);}echo $time;
//else{$time = time()-strtotime(explode("nce ",`net statistics Workstation | find "ince"`)[1]);}
?><!DOCTYPE html><meta http-equiv="refresh" content="30"><meta name="viewport" content="width=device-width, initial-scale=1"><html lang="en"><style><?php echo file_get_contents("style.css"); ?></style>
<nav><?php echo "Uptime: ".(date("Y",$time) - 1970).date("-m-d H:i:s",$time); ?><br>Time (Y-m-d H:m:s)</nav></html>