Position of the SunOn Saturday, 23 November 2013 at 22:58:00 UTC the Sun is at its zenith at these coordinates:
Latitude: 20° 31' South
Longitude: 168° 08' West

$zero = "0"; $disp = "none"; $ilatd = ""; $ilats = ""; $ilongm = ""; $jlatd = ""; $jlats = ""; $jlongm = ""; $exbit = ""; $ssplatd = ""; $ssplatm = ""; $ssplongd = ""; $ssplongm = ""; $morestuff=""; $onload=""; $fromselectedchangefrom = "youllneverfindthis"; $fromselectedchangeto = "youllneverfindthis"; $latxprefix = ""; $longxprefix = ""; $helper="//www.rjmprogramming.com.au/PHP/sun_information.php"; if (isset($_GET['latd'])) { if (file_exists("../../sun_information.php")) { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../../sun_information.php?latd="; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../../sun_information.php?noxwrite=now&mv=y&latd="; } else if (file_exists("../sun_information.php")) { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../sun_information.php?latd="; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../sun_information.php?noxwrite=now&mv=y&latd="; } else if (file_exists("sun_information.php")) { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/sun_information.php?latd="; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/sun_information.php?noxwrite=now&mv=y&latd="; } else { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/sun_information.php?latd="; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/sun_information.php?noxwrite=now&mv=y&latd="; } $this_lat=abs(urldecode($_GET['latd'])); if (isset($_GET['latm'])) $this_lat+=(urldecode($_GET['latm']) / 60.0); if (isset($_GET['lats'])) $this_lat+=(urldecode($_GET['lats']) / 3600.0); if (strpos(urldecode($_GET['latd']), "-") !== false) $this_lat=(0.0 - $this_lat); $curlcmd.=urlencode($this_lat); $helper.=urlencode($this_lat); if (isset($_GET['place'])) { $curlcmd.="%20" . str_replace("+","%20",urlencode($_GET['place'])); $helper.="&place=" . str_replace("+","%20",urlencode($_GET['place'])); } $this_long=-999.0; if (isset($_GET['longd'])) $this_long=abs(urldecode($_GET['longd'])); if (isset($_GET['longm'])) $this_long+=(urldecode($_GET['longm']) / 60.0); if (isset($_GET['longs'])) $this_long+=(urldecode($_GET['longs']) / 3600.0); if (isset($_GET['longd'])) { if (strpos(urldecode($_GET['longd']), "-") !== false) $this_long=(0.0 - $this_long); $helper.="&longd=" . urlencode($this_long); } if (!file_exists(dirname(__FILE__) . "/sun_angle_data.txt") || $this_lat != 0.0) { exec($curlcmd); //sleep(1); } } else if (isset($_POST['latd'])) { if (file_exists("../../sun_information.php")) { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . explode("#",explode("?",$_SERVER['SERVER_PORT'] . str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../../sun_information.php?latd="; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../../sun_information.php?noxwrite=now&mv=y&latd="; } else if (file_exists("../sun_information.php")) { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../sun_information.php?latd="; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../sun_information.php?noxwrite=now&mv=y&latd="; } else if (file_exists("sun_information.php")) { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/sun_information.php?latd="; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/sun_information.php?noxwrite=now&mv=y&latd="; } else { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/sun_information.php?latd="; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/sun_information.php?noxwrite=now&mv=y&latd="; } $this_lat=abs(urldecode($_POST['latd'])); if (isset($_POST['latm'])) $this_lat+=(urldecode($_POST['latm']) / 60.0); if (isset($_POST['lats'])) $this_lat+=(urldecode($_POST['lats']) / 3600.0); if (strpos(urldecode($_POST['latd']), "-") !== false) $this_lat=(0.0 - $this_lat); $curlcmd.=urlencode($this_lat); $helper.=urlencode($this_lat); if (isset($_POST['place'])) { $curlcmd.="%20" . str_replace("+","%20",urlencode($_POST['place'])); $helper.="&place=" . str_replace("+","%20",urlencode($_POST['place'])); } $this_long=-999.0; if (isset($_POST['longd'])) $this_long=abs(urldecode($_POST['longd'])); if (isset($_POST['longm'])) $this_long+=(urldecode($_POST['longm']) / 60.0); if (isset($_POST['longs'])) $this_long+=(urldecode($_POST['longs']) / 3600.0); if (isset($_POST['longd'])) { if (strpos(urldecode($_POST['longd']), "-") !== false) $this_long=(0.0 - $this_long); $helper.="&longd=" . urlencode($this_long); } if (!file_exists(dirname(__FILE__) . "/sun_angle_data.txt") || $this_lat != 0.0) exec($curlcmd); } else { if (file_exists("../../sun_information.php")) { $ilatd = ""; $ilats = ""; $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../../sun_information.php?latd=27.9861&longd=86.9230"; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../../sun_information.php?noxwrite=now&mv=y&latd=27.9861&longd=86.9230"; } else if (file_exists("../sun_information.php")) { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../sun_information.php?latd=27.9861&longd=86.9230"; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/../sun_information.php?noxwrite=now&mv=y&latd=27.9861&longd=86.9230"; } else if (file_exists("sun_information.php")) { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/sun_information.php?latd=27.9861&longd=86.9230"; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . explode("#",explode("?",str_replace("sun_angle_now_at.php","",str_replace("sun_angle_now_at.php","",$_SERVER['REQUEST_URI'])))[0])[0] . "/sun_information.php?noxwrite=now&mv=y&latd=27.9861&longd=86.9230"; } else { $curlcmd="curl http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/sun_information.php?latd=27.9861&longd=86.9230"; $helper="//" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/sun_information.php?noxwrite=now&mv=y&latd=27.9861&longd=86.9230"; } if (isset($_POST['place'])) { $curlcmd.="&place=" . str_replace("+","%20",urlencode($_POST['place'])); $helper.="&place=" . str_replace("+","%20",urlencode($_POST['place'])); } if (isset($_GET['place'])) { $curlcmd.="&place=" . str_replace("+","%20",urlencode($_GET['place'])); $helper.="&place=" . str_replace("+","%20",urlencode($_GET['place'])); } if (!file_exists(dirname(__FILE__) . "/sun_angle_data.txt")) { exec($curlcmd); //sleep(1); } } if (!file_exists(dirname(__FILE__) . "/sun_angle_data.txt")) { header("Location: http://www.rjmprogramming.com.au/NoWayJose/"); exit(); } else { $fhuh = fopen(dirname(__FILE__) . "/sun_angle_data.txt", "r"); $cont = ""; $thing = "

Position of the Sun

On "; while (($buffer = fgets($fhuh, 4096)) !== false) { $cont .= $buffer; } fclose($fhuh); if (strpos($cont, "Transit Time: ") === false) unlink(dirname(__FILE__) . "/sun_angle_data.txt"); if (strpos($cont, "Transit Time: ") !== false) { $sibits=explode("Transit Time: ", $cont); $morestuff=" (Transit Time: " . str_replace(" GMT","",trim(explode(" latitude ",$sibits[1])[0])) . ")"; //$morestuff=" (Transit Time:|" . explode("<",$sibits[1])[0] . "|)"; if (strpos($sibits[0], " UTC ") !== false) { if (trim(explode(" UTC ",$sibits[0])[1]) != "") { $morestuff.=" for: " . trim(explode(" UTC ",$sibits[0])[1]) . ""; $onload=" onload=\"document.getElementById('ttc').click(); \" "; } } } $onp = strpos($cont, $thing); if ($onp === false) { header("Location: http://www.rjmprogramming.com.au/nowayjose/"); exit(); } else { $rest = substr($cont, ($onp + strlen($thing))); $restx = substr($cont, ($onp + strlen($thing)), 300); if (strpos($restx, "South") !== false) $latxprefix = "-"; if (strpos($restx, "West") !== false) $longxprefix = "-"; $rest = str_replace("<", "<", $rest); $rest = str_replace(">", ">", $rest); $onp2 = strpos($rest, "UTC"); $onp3 = strpos($rest, "td class=r"); if ($onp2 === false || $onp3 == false) { header("Location: http://www.rjmprogramming.com.au/no_way_jose/"); exit(); } else { $todayis = substr($rest, 0, ($onp2 + 3)); //$todayis = $rest; $rest = substr($rest, $onp3); $onp3 = strpos($rest, "td class=r"); $iijj = strlen("td class=r") + 4; $ssplatd = $latxprefix; while (substr($rest, ($onp3 + $iijj), 1) == "-" || (substr($rest, ($onp3 + $iijj), 1) >= "0" && substr($rest, ($onp3 + $iijj), 1) <= "9")) { $ssplatd .= substr($rest, ($onp3 + $iijj), 1); $iijj += 1; } while (substr($rest, ($onp3 + $iijj), 1) < "0" || substr($rest, ($onp3 + $iijj), 1) > "9") { $iijj += 1; } while (substr($rest, ($onp3 + $iijj), 1) == "-" || (substr($rest, ($onp3 + $iijj), 1) >= "0" && substr($rest, ($onp3 + $iijj), 1) <= "9")) { $ssplatm .= substr($rest, ($onp3 + $iijj), 1); $iijj += 1; } $rest = substr($rest, ($onp3 + $iijj)); $onp3 = strpos($rest, "td class=r"); $iijj = strlen("td class=r") + 4; $ssplongd = $longxprefix; while (substr($rest, ($onp3 + $iijj), 1) == "-" || (substr($rest, ($onp3 + $iijj), 1) >= "0" && substr($rest, ($onp3 + $iijj), 1) <= "9")) { $ssplongd .= substr($rest, ($onp3 + $iijj), 1); $iijj += 1; } while (substr($rest, ($onp3 + $iijj), 1) < "0" || substr($rest, ($onp3 + $iijj), 1) > "9") { $iijj += 1; } while (substr($rest, ($onp3 + $iijj), 1) == "-" || (substr($rest, ($onp3 + $iijj), 1) >= "0" && substr($rest, ($onp3 + $iijj), 1) <= "9")) { $ssplongm .= substr($rest, ($onp3 + $iijj), 1); $iijj += 1; } } } } $ssplats = ""; $ssplongs = ""; $pssplatd = ""; $pssplatm = ""; $pssplats = ""; $pssplongd = ""; $pssplongm = ""; $pssplongs = ""; if (isset($_GET['latd'])) $pssplatd = $_GET['latd']; if (isset($_GET['latm'])) $pssplatm = $_GET['latm']; if (isset($_GET['lats'])) $pssplats = $_GET['lats']; if (isset($_GET['longd'])) $pssplongd = $_GET['longd']; if (isset($_GET['longm'])) $pssplongm = $_GET['longm']; if (isset($_GET['longs'])) $pssplongs = $_GET['longs']; if (isset($_POST['latd'])) $pssplatd = $_POST['latd']; if (isset($_POST['latm'])) $pssplatm = $_POST['latm']; if (isset($_POST['lats'])) $pssplats = $_POST['lats']; if (isset($_POST['longd'])) $pssplongd = $_POST['longd']; if (isset($_POST['longm'])) $pssplongm = $_POST['longm']; if (isset($_POST['longs'])) $pssplongs = $_POST['longs']; if (isset($_GET['latd'])) { $fromselectedchangefrom = 'place=' . $_GET['place'] . '"'; $fromselectedchangeto = $fromselectedchangefrom . ' selected="selected"'; } else if (isset($_POST['latd'])) { $fromselectedchangefrom = 'place=' . $_POST['place'] . '"'; $fromselectedchangeto = $fromselectedchangefrom . ' selected="selected"'; } echo ''; echo ''; echo 'Noon Sun Angle on Earth Today at Latitude and Longitude via RJM Programming'; echo ''; echo "\n "; ?> >

Another noon sun angle calculation?

Latitude 1: Longitude 1:   weather  
anothergo(); \n"; echo ''; ?>