Die Datenbank ist leider nicht erreichbar. Bitte versuche es später nochmal oder im Pfadi-Archiv: Archiv.ScoutNet.de
';
echo "$errstr ($errno)
\n";
} else {
$out = "GET /ausgabe.php?host=archiv.scoutnet.de&pfad=http%3A%2F%2Farchiv.scoutnet.de%2Fausgabe%2Ffen-psg.php HTTP/1.1\r\n";
$out .= "Host: archiv.scoutnet.de\r\n";
$out .= "Connection: Close\r\n\r\n";
fwrite($fpL, $out);
for ($i = 0; $i <= 8; $i++) {fgets($fpL, 1024);}
while (!feof($fpL)) {
$text = fgets($fpL, 1024);
echo $text;
}
fclose($fpL);
}
*/
?>