Captured: %s %s %s %s, %s", $timeday, $timecapture,$timemonth, $timedays,$timeyear,$webcamdata[5]);
echo "
";
//echo "

";
printf ("
Current view facing West from our Office on North Circle Dr. Medium View ");
// printf ("
1.25 In. of Snow in Last 24 Hrs. as of 12:50 PM (4/9)");
// printf ("
.75 In. of Rain since Midnight as of 8:00 PM (7/6)");
// printf ("
9.50 In. of Snow yesterday (3/21). 0.00 In. of Snow since Midnight (3/22).");
// printf ("
2.50 In. of Snow in Last 24 Hrs. as of 4:00 PM (3/24)");
echo "Webcam currently offline
";
// echo "
Current Info: Idyllwild Wind Conditions |
Idyllwild - Fern Valley - Pine Cove
";
} //PS image
fclose($fp);
$tempOn=1;
if ($tempOn){
$fp = fopen("/home/weather/raws/IDYLLWILD.2.TXT", 'r');
if ($fp){
$temperature = fgetcsv($fp,100,"|");
//printf ("Current Temperature: %.0f °F ", $temperature[3] );
printf ("Temperature: %.0f °F Humidity: %.0f % Pressure: %.2f inHg Wind Speed: %.0f-%.0f MPH %s", $temperature[3], $temperature[4], $temperature[17],$temperature[5],$temperature[7],$temperature[6] );
fclose($fp);
printf ("
");
// Start Sunrise info
$fp = fopen("/home/webcam/sun.txt", 'r');
if ($fp){
$riseset = fgetcsv($fp,130,"|");
echo "
Dawn $riseset[8]";
echo " ";
echo "Sunrise $riseset[4]";
echo " ";
echo "Sunset $riseset[6]";
echo " ";
echo "Dusk $riseset[12]";
echo "
Other Webcams
Palm Springs |
Idyllwild |
Hemet
";
fclose($fp);
}
// End Sunrise info
printf ("
Idyllwild:
Home | Films | Photo Scrapbook | Lodging | Film Festival ");
}
fclose($fp);
}
} // $webcamOn
?>