Webcam-Refresh
[insert_php]
date_default_timezone_set(‘America/New_York’);
$now = time(); // or your date as well
$maxmin = 15;
$maxtime = 60*$maxmin;
//echo ‘now = ‘ . $now . ‘
‘;
//echo ‘imagedate = ‘ . $imagedate . ‘
‘;
//echo ‘datediff = ‘ . $datediff . ‘
‘;
[/insert_php]
Roemer Storage Tanks [insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-Home-Tanks.jpg’));[/insert_php] [insert_php] PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Roemer Reverse Osmosis (RO) Room[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-Home-RO.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-Home-RO.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
RoemerRoemer Releaser[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-0d.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-0d.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Evaporator Feeder Tank[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-0c.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-0c.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Faust Road Releaser[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-1a.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-1a.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Faust Road Storage Tanks[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-1b.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-1b.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Robinson Road Releaser[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-2a.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-2a.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Robinson Road East Storage Tanks[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-2b.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-2b.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Robinson Road West Storage Tanks[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-2c.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-2c.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Brass Road Releaser[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-3a.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-3a.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Brass Road Storage Tanks[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-3b.jpg’));[/insert_php] PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
[insert_php]$files = array();
$dir = ‘/home/jake/public_html/novamaple.com/webcam/coop/’; if ($handle = opendir($dir)) { if (is_file($truefile)) { krsort($files); echo ‘ Chicken Coop – ‘ . date (“F d, Y – g:i a”, filemtime($fullpathname)) . ‘ ‘; [/insert_php]
|
Brian Releaser[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-Brian-Releaser.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-Brian-Releaser.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Brian Tanks[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-Brian-Tanks.jpg’));[/insert_php] [insert_php] $imagedate =filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-Brian-Tanks.jpg’); $datediff = $now – $imagedate; if ($datediff > $maxtime) { echo ‘ PHOTO IS > ‘ . $maxmin . ‘ MINUTES OUT OF DATE ‘; |
Brian New[insert_php]echo ” – ” . date (“F d, Y – g:i a”, filemtime(‘/home/jake/public_html/novamaple.com/webcam/Nova-Brian-New.jpg’));[/insert_php] |