First you gotta shriek like a woman, then keep sobbing till he turns away in disgust. That's when it's time to kick some back.
Feil ved kobling til database.
Feil ved kobling til database.
Lillehammer - 1wire weatherstation

Feil ved kobling til database. Status: °C og m/s (Avlest 00:00 19-04-2024)

(Bildet oppdateres hvert 10. minutt)


http://stat.boardwild.no - http://rocky.boardwild.no






Sola
4 && $month < 10) { $retval = 1; # May thru September } elseif ($month == 4 && $dom > 7) { $retval = 1; # After first week in April } elseif ($month == 4 && $dom <= 7 && $dow == 0 && $hour >= 2) { $retval = 1; # After 2am on first Sunday ($dow=0) in April } elseif ($month == 4 && $dom <= 7 && $dow != 0 && ($dom-$dow > 0)) { $retval = 1; # After Sunday of first week in April } elseif ($month == 10 && $dom < 25) { $retval = 1; # Before last week of October } elseif ($month == 10 && $dom >= 25 && $dow == 0 && $hour < 2) { $retval = 1; # Before 2am on last Sunday in October } elseif ($month == 10 && $dom >= 25 && $dow != 0 && ($dom-24-$dow < 1) ) { $retval = 1; # Before Sunday of last week in October } else { $retval = 0; } return($retval); } $DST=is_daylight_time(date(U)); if ($DST) {$timezone = ($timezone + 1);} if ($timezone == "13") {$timezone = "-11";} $A = 1.5708; $B = 3.14159; $C = 4.71239; $D = 6.28319; $E = 0.0174533 * $latitude; $F = 0.0174533 * $longitude; $G = 0.261799 * $timezone; # For astronomical twilight, use R = -.309017 # For nautical twilight, use R = -.207912 # For civil twilight, use R = -.104528 # For sunrise or sunset, use R = -.0145439 $R = -.0145439; for ($i = 0; $i < 2; $i++) { if (!$i) {$J = $A; $type = "rise";} # calculate sunrise else {$J = $C; $type = "set"; } # calculate sunset $K = $yday + (($J - $F) / $D); $L = ($K * .017202) - .0574039; # Solar Mean Anomoly $M = $L + .0334405 * sin($L); # Solar True Longitude $M += 4.93289 + (3.49066E-04) * sin(2 * $L); # Quadrant Determination if ($D == 0) {echo "Trying to normalize with zero offset..."; exit;} while ($M < 0) {$M = ($M + $D);} while ($M >= $D) {$M = ($M - $D);} if (($M / $A) - intval($M / $A) == 0) {$M += 4.84814E-06;} $P = sin($M) / cos($M); # Solar Right Ascension $P = atan2(.91746 * $P, 1); # Quadrant Adjustment if ($M > $C) {$P += $D;} else {if ($M > $A) {$P += $B;} } $Q = .39782 * sin($M); # Solar Declination $Q = $Q / sqrt(-$Q * $Q + 1); # This is how the original author wrote it! $Q = atan2($Q, 1); $S = $R - (sin($Q) * sin($E)); $S = $S / (cos($Q) * cos($E)); if (abs($S) > 1) {echo 'none';} # Null phenomenon $S = $S / sqrt(-$S * $S + 1); $S = $A - atan2($S, 1); if ($type == 'rise') {$S = $D - $S ;} $T = $S + $P - 0.0172028 * $K - 1.73364; # Local apparent time $U = $T - $F; # Universal timer $V = $U + $G; # Wall clock time # Quadrant Determination if ($D == 0) {echo "Trying to normalize with zero offset..."; exit;} while ($V < 0) {$V = ($V + $D);} while ($V >= $D) {$V = ($V - $D);} $V = $V * 3.81972; $hour = intval($V); $min = intval((($V - $hour) * 60) + 0.5); #echo "sun$type is at: "; if($type=="rise") echo "Opp:"; else echo "Ned:"; echo date( "H:i", mktime($hour,$min,0,$mon,$mday,$year) ); echo "
"; } ?>


kart
Lat: N 61.13412°
Long: E 10.4789°