$site_name


"; } $totalcount_data = getDetectionCountAll(); if($totalcount_data['success'] == False){ echo $totalcount_data['message']; header("refresh: 0;"); } $totalcount = $totalcount_data['data']; $todaycount_data = getDetectionCountToday(); if($todaycount_data['success'] == False){ echo $todaycount_data['message']; header("refresh: 0;"); } $todaycount = $todaycount_data['data']; $hourcount_data = getDetectionCountLastHour(); if($hourcount_data['success'] == False){ echo $hourcount_data['message']; header("refresh: 0;"); } $hourcount = $hourcount_data['data']; $mostrecent_data = getMostRecentDetection(); if($mostrecent_data['success'] == False){ echo $mostrecent_data['message']; header("refresh: 0;"); } $mostrecent = $mostrecent_data['data']; $todayspeciestally_data = getSpeciesTalley(); if($todayspeciestally_data['success'] == False){ echo $todayspeciestally_data['message']; header("refresh: 0;"); } $todayspeciestally = $todayspeciestally_data['data']; $totalspeciestally_data = getAllSpeciesTalley(); if($totalspeciestally_data['success'] == False){ echo $totalspeciestally_data['message']; header("refresh: 0;"); } $totalspeciestally = $totalspeciestally_data['data']; if(isset($_GET['comname'])) { $birdName = $_GET['comname']; $birdName = str_replace("_", " ", $birdName); echo getBirdDetectionStats($birdName)['data']; die(); } if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" ) { $result0 = getTodaysDetections($_GET['display_limit'], $_GET['searchterm'], $_GET['hard_limit']); if($result0['success'] == False){ echo $result0['message']; header("refresh: 0;"); } $result0 = $result0['data']; ?> $flickr_Image_data['Com_Name_clean'], 1 => $flickr_Image_data['photos'][0]['image_url'], 2 => $flickr_Image_data['photos'][0]['photo_title'], 3 => $flickr_Image_data['photos'][0]['modal_text'], 4 => $flickr_Image_data['photos'][0]['author_link'], 5 => $flickr_Image_data['photos'][0]['license_url'] ]; } //Fill in the missing variables as they're not created at each loop anymore, getFlickrImage generates this data now as per what the orignal loop did $filename = $flickr_Image_data['filename_path']; $filename_formatted = $flickr_Image_data['filename_formatted']; $sciname = $flickr_Image_data['Sci_Name_clean']; $comname =$flickr_Image_data['Com_Name_clean']; ?>
0) { ?>


Confidence:


0) { ?>
Confidence:
No Detections For Today."; } // don't show the button if there's no more detections to be displayed, we're at the end of the list if($iterations >= 40 && isset($_GET['display_limit']) && is_numeric($_GET['display_limit'])) { ?>
Total Today Last Hour Unique Species Total Unique Species Today
BirdNET-Pi DB

Number of Detections

Total Today Last Hour Unique Species Total Unique Species Today

Today's Detections

Loading...