date_default_timezone_set("America/Phoenix"); #Config section for the webcams: $SWtime=filemtime("/var/www/html/live/pi3.jpg"); $NWtime=filemtime("/var/www/html/live/pi2.jpg"); $NEtime=filemtime("/var/www/html/live/gilbert2.jpg"); $PItime=filemtime("/var/www/html/live/pi.jpg"); $SWmod=date ("F d Y H:i:s", filemtime("/var/www/html/live/pi3.jpg")); $NWmod=date ("F d Y H:i:s", filemtime("/var/www/html/live/pi2.jpg")); $NEmod=date ("F d Y H:i:s", filemtime("/var/www/html/live/gilbert2.jpg")); $PImod=date ("F d Y H:i:s", filemtime("/var/www/html/live/pi.jpg")); $currtime=time(); $NWdiff=$currtime-$NWtime; $NEdiff=$currtime-$NEtime; $PIdiff=$currtime-$PItime; $SWdiff=$currtime-$SWtime; $dir=88; $dir=round($dir, -1); $dir=sprintf("%03d",$dir); $kts=0.0*0.868976242; $kts=round($kts, 0); $kts=sprintf("%02d",$kts); $inches="29.681"; $mb=$inches*33.8639; $mb=sprintf("%.2f", $mb); $mb=round($mb,1); $inches_high="29.768"; $mb_high=$inches_high*33.8639; $mb_high=sprintf("%.2f", $mb_high); $mb_high=round($mb_high,1); $inches_low="29.613"; $mb_low=$inches_low*33.8639; $mb_low=sprintf("%.2f", $mb_low); $mb_low=round($mb_low,1); $temp=80.4; $Tc=($temp-32)*0.55555555555555555555555555555556; $Tclong=round($Tc, 1); $Tc=round($Tc,0); $dewp=38.1; $Td=($dewp-32)*0.55555555555555555555555555555556; $Tdlong=round($Td, 1); $Td=round($Td,0); ?>