1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 24 20 21 22 23 "; ?>
= "12") OR ($monat == "0")) { $monat = "12"; } if (($jahr == "0") OR ($jahr == "")) { $jahr = date('Y'); } if ($schummel == "") { $schummel = "Ey! Schummeln is nich, hier! Ich glaub', mein Hamster bohnert!"; } else if ($schummel == "0") { $sdatei = fopen("$schummeldat","r"); $rdsch = fread($sdatei,1048576); fclose($sdatei); $sarr = explode($trpar,$rdsch); mt_srand ((double)microtime()*1000000); $zahl = mt_rand(0,(count($sarr) - 1)); $schummel = $sarr[$zahl]; } if (isset($_GET['tag'])) { $tag = $_GET['tag']; if (strlen($tag) < 2) { $tag = "0".$tag; } $tagallow = $jahr.$monat.$tag; $tagecht = date("Ymd"); if ($tagecht >= $tagallow) { echo "

Fenster vom $tag. Dezember

Zurück


"; //Tag-Datei laden $datei = fopen("$ordner/$tag.txt","r"); $readdat = fread($datei,1048576); $kompdat = explode($trpar,$readdat); fclose($datei); //Tag-Bild laden $bild = $kompdat[0]; $bildk = $kompdat[1]; $bildtitel = $kompdat[2]; //Tag-Text laden $text = $kompdat[3]; echo "

$bildtitel

$text

"; } else { echo " "; echo $kalview; } } else { echo $kalview; } ?>

--> Eck.Dose
Zur Startseite Eck.Dose

Der Blog des Goldseelchen-Verlags
für Tagfalter und Nachtdenker

Der Blog des Goldseelchen-Verlags

1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
16 17 18 19 24
20 21 22 23