Spektiv Kowa Fotos, Bilder und Steckbrief

Spektiv Kowa

(Fotos mit Kowa Spektiven fotografiert)
0) { echo '
Hier klicken für mehr Infos über Spektiv Kowa
'; } else { echo '

'; } // -------------------------------------------- // GALLERY SCRIPT BEGIN // -------------------------------------------- $suwo = "Kowa"; // --------------------------------------- // READ INFOS FOR COLOR AND TIME BACK TO MARK NEW PICS // --------------------------------------- $zeile="";$werbung="";$fp = fopen("../neuebilder.txt","r");$zeile=fgets($fp);$zeiten=explode(";", $zeile);$rotzeit=$zeiten[0];$gelbzeit=$zeiten[1];fclose ($fp);// COUNT $zeile="";$werbung="";$fp = fopen("../anzahl.txt","r");$zeile=fgets($fp);$bildzahl=$zeile;fclose ($fp);// COLOURS $zeile="";$werbung="";$fp = fopen("../boxfarbe.txt","r");$zeile=fgets($fp);$farben=explode(";", $zeile);$boxfarbe=$farben[0];$schriftfarbe=$farben[1];$bildtexte=$farben[2];$suchtexte=$farben[3];$bildtexteb=$farben[4];fclose ($fp); // ---------------------------------------------------------------------- // GET PICTURES FROM DATABASE AND WRITE TO ARRAY // ---------------------------------------------------------------------- $selbst = $_SERVER['PHP_SELF']; $selbst = basename($selbst); $selbstsplit = explode ('.', $selbst); $selbstohne= $selbstsplit[0]; $abfrage = "SELECT * FROM pictures WHERE blocker NOT LIKE 'blocked' && ( suwos LIKE '% ".$suwo." %' || suwos LIKE '".$suwo." %' || suwos LIKE '% ".$suwo."' || suwos LIKE '".$suwo."' || titelde LIKE '% ".$suwo." %' || titelde LIKE '".$suwo." %' || titelde LIKE '% ".$suwo."' || titelde LIKE '".$suwo."' || artnamede LIKE '% ".$suwo." %' || artnamede LIKE '".$suwo." %' || artnamede LIKE '% ".$suwo."' || artnamede LIKE '".$suwo."' || latein LIKE '% ".$suwo." %' || latein LIKE '".$suwo." %' || latein LIKE '% ".$suwo."' || latein LIKE '".$suwo."' ) ORDER BY uploaddate DESC "; $result = mysqli_query ($link, $abfrage); $num=mysqli_num_rows($result); $multipli=$page * $bildzahl; $i=1+$multipli; $y=0+$multipli; $biswann = $y+$bildzahl; if ( $biswann > $num ){$bis = $num;}else{$bis = $biswann;} while ($y < $bis) { mysqli_data_seek($result,$y); $res = mysqli_fetch_assoc($result); $array[$i][0] =$res["autor"]; $array[$i][2]=$res["pfad"]; $array[$i][5]=$res["titeleng"]; $array[$i][5]=str_replace("..high..","'",$array[$i][5]); $array[$i][10]=$res["uploaddate"]; $array[$i][1]=$res["latein"]; $array[$i][3]=$res["titelde"]; $array[$i][3]=str_replace("..high..","'",$array[$i][3]); $array[$i][4]=$res["suwos"]; $array[$i][6]=$res["artnamede"]; $array[$i][6]=str_replace("..high..","'",$array[$i][6]); $array[$i][7]=$res["infotextde"]; $array[$i][8]=$res["infotexteng"]; $array[$i][9]=$res["artnameeng"]; $array[$i][9]=str_replace("..high..","'",$array[$i][9]); $array[$i][10]=$res["kamera"]; $array[$i][11]=$res["konverter"]; $array[$i][12]=$res["objektiv"]; $array[$i][13]=$res["uploaddate"]; $array[$i][14]=$res["breite"]; $array[$i][15]=$res["hoehe"]; $array[$i][16]=$res["tb"]; $array[$i][17]=$res["th"]; $i++;$y++; } $treffer = $num; // Anzahl auslesen ------------------------------------ if ($page<0) { $page=0; } $zaehlvon=(($page*$bildzahl)+1); $zaehlbis=(($page*$bildzahl)+$bildzahl); if ($zaehlbis > $treffer) { $zaehlbis=$treffer; // falls Endbild ausserhalb der gefundenen Bilder, dann Endbild auf letztes Bild setzen } if ($zaehlvon <0) { $zaehlvon = 0; } // ------------------------------------------------------------------------ // NEXT AND BACK BUTTONS // ------------------------------------------------------------------------ if (!isset($mit)) { $mit = "ohne";} // mit ist mit Buttons, ohne ist ohne Buttuns if ($mit == "mit") { if ($treffer>0) { $zabis=$zaehlbis; echo ("
$zaehlvon - $zabis von $treffer Bildern
"); echo '
'; if ($zaehlbis < $treffer) { $weiter=$page+1; $cacheoff=time(); echo (''); } if ($zaehlvon >1 ) { $weiter=$page-1; $cacheoff=time(); echo ('  <<<--- BACK  '); } echo('
'); } } if ($mit == "ohne") { if ($treffer>0) { $zabis=$zaehlbis; echo ("
$zaehlvon - $zabis von $treffer Bildern
"); echo '
'; if ($zaehlbis < $treffer) { $weiter=$page+1; $cacheoff=time(); echo (''); } if ($zaehlvon >1 ) { $weiter=$page-1; $cacheoff=time(); echo ('  <<<--- BACK  '); } echo('
'); } } // ------------------------------------------------------------------------ // SHOW PICS IN TABLE // ------------------------------------------------------------------------ if ($ueberbildern == 1) { echo '
'; } if ( $zaehlvon == $zaehlbis ) { echo '
'; } if ( ($zaehlvon+1) == $zaehlbis ) { echo '
'; } if ( ($zaehlvon+1) < $zaehlbis ) { echo '
'; } $suchhilfe="";$bildzaehler=0; // COOKIES AUTOMATISCH ALS GESETZT MARKIEREN // $nfdsyst="ok"; for ($x=$zaehlvon;$x <= $zaehlbis;$x++) // Eine Schleife soll jetzt alle Treffer durchlaufen. { $bildzaehler++;$bildpfad=$array[$x][2];$bildname=$bildpfad;$teilen= explode("/",$bildpfad);$nurname = $teilen[1];$thetitel[$bildzaehler]=$array[$x][3];$theartname[$bildzaehler]=$array[$x][6];$thelatein[$bildzaehler]=$array[$x][1];$theautor[$bildzaehler]=$array[$x][0];$theinfotext[$bildzaehler]=$array[$x][7];$theenglish[$bildzaehler]=$array[$x][9];$thesuwos[$bildzaehler]=$array[$x][4];$thebildname[$bildzaehler]=$bildname;$thethumb[$bildzaehler]="https://www.naturfotografie-digital.de/".$bildname."thumb.jpg";$thekamera[$bildzaehler]=$array[$x][10];$thekonverter[$bildzaehler]=$array[$x][11];$theobjektiv[$bildzaehler]=$array[$x][12]; $suchinfos3=". ".$array[$x][4].".".$array[$x][0]." ";$suchhilfe=$suchhilfe." - ".$array[$x][3]." - ".$array[$x][7]." ".$array[$x][6]." ( ".$array[$x][1]." ) "; $thebest[$bildzaehler]=$teilen[1];$breit[$bildzaehler]=$array[$x][14];$hoch[$bildzaehler]=$array[$x][15]; $thumbnailbreite=$array[$x][16]; $thumbnailhoehe=$array[$x][17]; $a=time(); // Neuen bildpfad vortäuschen $opttitel = $array[$x][3]; $opttitel = trim ($opttitel); if ( strlen($opttitel) <2 ) { $opttitel = "singular"; $opttitel = trim ($opttitel); } $opttitel=strtolower($opttitel);$opttitel = str_replace(" ","_", $opttitel); $opttitel = str_replace("ß","ss", $opttitel); $opttitel = str_replace("ä","ae", $opttitel); $opttitel = str_replace("ö","oe", $opttitel); $opttitel = str_replace("ü","ue", $opttitel); $prop=$opttitel; if (strlen($prop)>0){ $erlaubt="1234567890abcdefghijklmnopqrstuvwxyz-_";$zeichen=strlen($prop);$naneu=""; for ($i=0;$i<$zeichen;$i++) { $cha=substr($prop, $i, 1); $anz=substr_count ($erlaubt , $cha); if ($anz>0) {$naneu.=$cha;} } $prop=$naneu; } $opttitel=$prop; $bildpfad = "https://www.naturfotografie-digital.de/".$nurname."-BILDER-FOTOS/".$opttitel.".jpg"; // Neuer Bildpfad ende // $bildpfad="https://www.naturfotografie-digital.de/".$bildpfad."thumb.jpg"; // Dem Bildpfad wird jetzt die Endung für das Thumbnail angebaut. if ($thumbnailhoehe < 5) { $bildin = getimagesize ($bildpfad); $befehl="UPDATE pictures SET tb='".$bildin[0]."' WHERE pfad='".$array[$x][2]."' && autor='".$array[$x][0]."'"; $result = mysqli_query ($link, $befehl); $befehl="UPDATE pictures SET th='".$bildin[1]."' WHERE pfad='".$array[$x][2]."' && autor='".$array[$x][0]."'"; $result = mysqli_query ($link, $befehl); $mtop = (215-40-$bildin[1])/2; $mtopu = (number_format ( $mtop,0))-1; } else { $bildin[0]= $thumbnailbreite; $bildin[1]= $thumbnailhoehe; $mtop = (215-40-$bildin[1])/2; $mtopu = (number_format ( $mtop,0))-1; } echo'
'; echo ''.$array[$x][6].' - '.$array[$x][3].' '; // Das Bild wird auf die Seite geknallt. // WENN WARENKORB MÖGLICH ----- if ($nfdkorb=="ok") { echo '
'; $bestnr = explode("/",$bildname); if ( (substr_count($alleartikel, "uuuzzzuuu".$bestnr[1]."uuuzzzuuu")) < 1) { echo ' '; echo 'Zum Leuchtkasten / Warenkorb hinzufuegen '; } else { echo ' '; echo 'Aus dem Leuchtkasten / Warenkorb entfernen '; } echo '

'.$array[$x][3].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]){echo '
- NEU -
';} else {echo '
- NEU -
';} } // ----- Neue Bilder Ende // --------------------------- echo '
'; } else // WENN NICHT MÖGLICH { echo '

'.$array[$x][3].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]){echo '
- NEU -
';} else {echo '
- NEU -
';} } // ----- Neue Bilder Ende // --------------------------- echo '
'; } // ---- $x++; if ($x <= $zaehlbis) { $bildpfad=$array[$x][2];$teilen= explode("/",$bildpfad);$nurname = $teilen[1];$suchinfos1=". ".$array[$x][4]." ".$array[$x][0]."! ";$suchhilfe=$suchhilfe." - ".$array[$x][3]." - ".$array[$x][7]." ".$array[$x][6]." ( ".$array[$x][1]." ) ";$bildname=$bildpfad;$bildzaehler++;$thetitel[$bildzaehler]=$array[$x][3];$theartname[$bildzaehler]=$array[$x][6];$thelatein[$bildzaehler]=$array[$x][1];$theautor[$bildzaehler]=$array[$x][0];$theinfotext[$bildzaehler]=$array[$x][7];$theenglish[$bildzaehler]=$array[$x][9]; $thesuwos[$bildzaehler]=$array[$x][4];$thebildname[$bildzaehler]=$bildname;$thethumb[$bildzaehler]="https://www.naturfotografie-digital.de/".$bildname."thumb.jpg";$thekamera[$bildzaehler]=$array[$x][10];$thekonverter[$bildzaehler]=$array[$x][11];$theobjektiv[$bildzaehler]=$array[$x][12]; $thebest[$bildzaehler]=$teilen[1];$breit[$bildzaehler]=$array[$x][14];$hoch[$bildzaehler]=$array[$x][15]; $thumbnailbreite=$array[$x][16]; $thumbnailhoehe=$array[$x][17]; $a=time(); // Neuen bildpfad vortäuschen $opttitel = $array[$x][3]; $opttitel = trim ($opttitel); if ( strlen($opttitel) <2 ) { $opttitel = "singular"; $opttitel = trim ($opttitel); } $opttitel=strtolower($opttitel);$opttitel = str_replace(" ","_", $opttitel); $opttitel = str_replace("ß","ss", $opttitel); $opttitel = str_replace("ä","ae", $opttitel); $opttitel = str_replace("ö","oe", $opttitel); $opttitel = str_replace("ü","ue", $opttitel); $prop=$opttitel; if (strlen($prop)>0){ $erlaubt="1234567890abcdefghijklmnopqrstuvwxyz-_";$zeichen=strlen($prop);$naneu=""; for ($i=0;$i<$zeichen;$i++) { $cha=substr($prop, $i, 1); $anz=substr_count ($erlaubt , $cha); if ($anz>0) {$naneu.=$cha;} } $prop=$naneu; } $opttitel=$prop; $bildpfad = "https://www.naturfotografie-digital.de/".$nurname."-BILDER-FOTOS/".$opttitel.".jpg"; // Neuer Bildpfad ende // $bildpfad="https://www.naturfotografie-digital.de/".$bildpfad."thumb.jpg"; // Dem Bildpfad wird jetzt die Endung für das Thumbnail angebaut. if ($thumbnailhoehe < 5) { $bildin = getimagesize ($bildpfad); $befehl="UPDATE pictures SET tb='".$bildin[0]."' WHERE pfad='".$array[$x][2]."' && autor='".$array[$x][0]."'"; $result = mysqli_query ($link, $befehl); $befehl="UPDATE pictures SET th='".$bildin[1]."' WHERE pfad='".$array[$x][2]."' && autor='".$array[$x][0]."'"; $result = mysqli_query ($link, $befehl); $mtop = (215-40-$bildin[1])/2; $mtopu = (number_format ( $mtop,0))-1; } else { $bildin[0]= $thumbnailbreite; $bildin[1]= $thumbnailhoehe; $mtop = (215-40-$bildin[1])/2; $mtopu = (number_format ( $mtop,0))-1; } echo'
'; echo''.$array[$x][6].' - '.$array[$x][3].' '; // Das Bild wird auf die Seite geknallt. // Wenn Warenkrob möglich if ($nfdkorb=="ok") { echo '
'; $bestnr = explode("/",$bildname); if ( (substr_count($alleartikel, "uuuzzzuuu".$bestnr[1]."uuuzzzuuu")) < 1) { echo ' '; echo 'Zum Leuchtkasten / Warenkorb hinzufuegen '; } else { echo ' '; echo 'Aus dem Leuchtkasten / Warenkorb entfernen '; } echo '

'.$array[$x][3].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]) {echo '
- NEU -
';} else {echo '
- NEU -
';} } echo'
'; } else // Wenn Cookies nicht möglich { echo '

'.$array[$x][3].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]) {echo '
- NEU -
';} else {echo '
- NEU -
';} } echo'
'; } } $x++; if ($x <= $zaehlbis) { $bildpfad=$array[$x][2];$bildname=$bildpfad;$teilen= explode("/",$bildpfad);$nurname = $teilen[1];$bildzaehler++;$thetitel[$bildzaehler]=$array[$x][3];$theartname[$bildzaehler]=$array[$x][6];$thelatein[$bildzaehler]=$array[$x][1];$theautor[$bildzaehler]=$array[$x][0];$theinfotext[$bildzaehler]=$array[$x][7];$theenglish[$bildzaehler]=$array[$x][9]; $thesuwos[$bildzaehler]=$array[$x][4];$thebildname[$bildzaehler]=$bildname; $thethumb[$bildzaehler]="https://www.naturfotografie-digital.de/".$bildname."thumb.jpg";$thekamera[$bildzaehler]=$array[$x][10];$thekonverter[$bildzaehler]=$array[$x][11];$theobjektiv[$bildzaehler]=$array[$x][12]; $thebest[$bildzaehler]=$teilen[1];$breit[$bildzaehler]=$array[$x][14];$hoch[$bildzaehler]=$array[$x][15]; $suchinfos2=". ".$array[$x][4]." ".$array[$x][0]."! "; $suchhilfe=$suchhilfe." - ".$array[$x][3]." - ".$array[$x][7]." ".$array[$x][6]." ( ".$array[$x][1]." ) "; $thumbnailbreite=$array[$x][16]; $thumbnailhoehe=$array[$x][17]; $a=time(); // Neuen bildpfad vortäuschen $opttitel = $array[$x][3]; $opttitel = trim ($opttitel); if ( strlen($opttitel) <2 ) { $opttitel = "singular"; $opttitel = trim ($opttitel); } $opttitel=strtolower($opttitel);$opttitel = str_replace(" ","_", $opttitel); $opttitel = str_replace("ß","ss", $opttitel); $opttitel = str_replace("ä","ae", $opttitel); $opttitel = str_replace("ö","oe", $opttitel); $opttitel = str_replace("ü","ue", $opttitel); $prop=$opttitel; if (strlen($prop)>0){ $erlaubt="1234567890abcdefghijklmnopqrstuvwxyz-_";$zeichen=strlen($prop);$naneu=""; for ($i=0;$i<$zeichen;$i++) { $cha=substr($prop, $i, 1); $anz=substr_count ($erlaubt , $cha); if ($anz>0) {$naneu.=$cha;} } $prop=$naneu; } $opttitel=$prop; $bildpfad = "https://www.naturfotografie-digital.de/".$nurname."-FOTOS-BILDER/".$opttitel.".jpg"; // Neuer Bildpfad ende // $bildpfad="https://www.naturfotografie-digital.de/".$bildpfad."thumb.jpg"; // Dem Bildpfad wird jetzt die Endung für das Thumbnail angebaut. if ($thumbnailhoehe < 5) { $bildin = getimagesize ($bildpfad); $befehl="UPDATE pictures SET tb='".$bildin[0]."' WHERE pfad='".$array[$x][2]."' && autor='".$array[$x][0]."'"; $result = mysqli_query ($link, $befehl); $befehl="UPDATE pictures SET th='".$bildin[1]."' WHERE pfad='".$array[$x][2]."' && autor='".$array[$x][0]."'"; $result = mysqli_query ($link, $befehl); $mtop = (215-40-$bildin[1])/2; $mtopu = (number_format ( $mtop,0))-1; } else { $bildin[0]= $thumbnailbreite; $bildin[1]= $thumbnailhoehe; $mtop = (215-40-$bildin[1])/2; $mtopu = (number_format ( $mtop,0))-1; } echo'
'; echo' '.$array[$x][6].' - '.$array[$x][3].' '; // Das Bild wird auf die Seite geknallt. // Wenn Warenkrob möglich if ($nfdkorb=="ok") { echo '
'; $bestnr = explode("/",$bildname); if ( (substr_count($alleartikel, "uuuzzzuuu".$bestnr[1]."uuuzzzuuu")) < 1) { echo ' '; echo 'Zum Leuchtkasten / Warenkorb hinzufuegen '; } else { echo ' '; echo 'Aus dem Leuchtkasten / Warenkorb entfernen '; } echo '

'.$array[$x][3].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]) {echo '
- NEU -
';} else {echo '
- NEU -
';} } echo'
'; } else // WENN WARENKORB NICHT MÖGLICH { echo '

'.$array[$x][3].'

'; $diezeit=time();$jetzt=$diezeit-$gelbzeit; if ($jetzt<$array[$x][13]) { $jetzt=$diezeit-$rotzeit; if ($jetzt<$array[$x][13]) {echo '
- NEU -
';} else {echo '
- NEU -
';} } echo'
'; } } // WERBUNG // $c10=$zaehlbis/(($page+1)*12));$b10=($x/(($page+1)*12)); if ( $zufall== 4 && ( (($zaehlbis-($page*12)) > 6 && ($x-($page*12)) == 6 ) || ( ($zaehlbis-($page*12)) >2 && ($zaehlbis-($page*12)) < 7 && ($x-($page*12)) ==3) )) { echo'
'; } } echo ('
'); //if ($zufall ==4 && ($zaehlbis-($page*12)) <3) if ($zwischenbildern == 3) { echo '
'; } if ($zwischenbildern == 2) { echo '
'; } if ($zwischenbildern == 4) { echo '
'; } if ($zwischenbildern == 1) { echo '
'; } if ($zwischenbildern == 5) { echo '
'; } if ($zwischenbildern == 6) { echo '
'; } if ($zwischenbildern == 7) { echo '
'; } // ----------------------------------------------------------- // BACK AND NEXT BUTTONS // ----------------------------------------------------------- if ($mit == "mit") { if (($zaehlbis < $treffer) | ($zaehlvon > 0)) { echo '
'; if ($zaehlbis < $treffer) { $weiter=$page+1; $cacheoff=time(); echo (''); } if ($zaehlvon >1 ) { $weiter=$page-1; $cacheoff=time(); echo ('  <<<--- BACK  '); } echo('
'); } } if ($mit == "ohne") { if (($zaehlbis < $treffer) | ($zaehlvon > 0)) { echo '
'; if ($zaehlbis < $treffer) { $weiter=$page+1; $cacheoff=time(); echo (''); } if ($zaehlvon >1 ) { $weiter=$page-1; $cacheoff=time(); echo ('  <<<--- BACK  '); } echo('
'); } } /* if (($zaehlbis < $treffer) | ($zaehlvon > 0)) { echo '
'; if ($zaehlbis < $treffer) { $weiter=$page+1; $cacheoff=time(); echo (''); } if ($zaehlvon >1 ) { $weiter=$page-1; $cacheoff=time(); echo ('  Seite zurück  '); } echo('
'); } */ /* if (($zaehlbis < $treffer) | ($zaehlvon > 0)) { echo '
'; echo('
'); } */ // ----------------------------------------------------------- // BACK AND NEXT BUTTONS E N D E // ----------------------------------------------------------- $suchhilfe=str_replace("
"," ", $suchhilfe); // include "../amazon.php"; include "../werbungtopbox.txt"; // I N C L U D E D Werbebanner über dem Lexikon // ---------------------------------------------- // CHECK IF INFOBOX AVAILABLE // ---------------------------------------------- $fp = fopen("../monographien/mono.txt","r"); $stop=0; $counter=0; while (($zeile=fgets($fp))&&($stop!=4)) { $suwo1 = ',Spektiv Kowa,'; $suwo2 = ';Spektiv Kowa;'; $suwo3 = ',Spektiv Kowa;'; $suwo4 = ';Spektiv Kowa,'; if(($t = preg_match("/($suwo1|$suwo2|$suwo3|$suwo4)/i", $zeile))) { $counter++; $stop=4; $daten=explode(";", $zeile); $monopfad=($_SERVER['DOCUMENT_ROOT']."/monographien/".$daten[0].".txt"); } } fclose ($fp); // ------------------------------------------------------------- // IF INFOS AVAILABLE --- SHOW INFOBOX // ------------------------------------------------------------- if ($counter>0) { $inhalt=""; $fp= fopen($monopfad,"r"); unset ($array); $x=0; $stop=0; while (($zeile=fgets($fp))&&($stop!=3)) { $inhalt=$inhalt.$zeile; } fclose ($fp); $inhalt=str_replace("\r\n","",$inhalt); $inhalt=str_replace(" "," ",$inhalt); $array =explode (";",$inhalt); $cacheoff=time(); $nameart=$array[0]; $nameart=str_replace(",",", ",$nameart); $namelat=$array[1]; $klasse ="itext"; $namefam=$array[2];$namefam = str_replace("
","
",$namefam);$textun = " ".$namefam." "; $textname = $vorn."-Familie";include "../include-text-d.php"; $namefam = $textun; $merkmale=$array[3];$merkmale = str_replace("
","
",$merkmale);$textun = $merkmale;$textname = $vorn."-Merkmale";include "../include-text-d.php" ; $merkmale = $textun; $verhalten=$array[4];$verhalten = str_replace("
","
",$verhalten);$textun = $verhalten;$textname = $vorn."-Verhalten";include "../include-text-d.php"; $verhalten = $textun; $nahrung=$array[5];$nahrung = str_replace("
","
",$nahrung); $textun = $nahrung; $textname = $vorn."-Nahrung";include "../include-text-d.php"; $nahrung = $textun; $fortpflanzung=$array[6];$fortpflanzung = str_replace("
","
",$fortpflanzung); $textun = $fortpflanzung; $textname = $vorn."-Fortpflanzung";include "../include-text-d.php"; $fortpflanzung = $textun; $vorkommen=$array[7];$vorkommen = str_replace("
","
",$vorkommen); $textun = $vorkommen;$textname = $vorn."-Vorkommen"; include "../include-text-d.php"; $vorkommen = $textun; $bemerkungen=$array[8];$bemerkungen = str_replace("
","
",$bemerkungen); $textun = $bemerkungen;$textname = $vorn."-Bemerkungen"; include "../include-text-d.php"; $bemerkungen =$textun; echo '  
'; echo 'Steckbrief

'.$nameart.' ('.$namelat.')


'; include ($_SERVER['DOCUMENT_ROOT']."/werbetexte-infobox.php"); echo '
'; if ( "Vögel" == "Vögel" || "Vögel" == "Pflanzen" || "Vögel" == "Insekten" || "Vögel" == "Säugetiere" || "Vögel" == "Andere Fotos" ) { echo 'Familie :
'.$namefam.'

Typische Merkmale :
'.$merkmale.'

Verhalten :
'.$verhalten.'

Nahrung :
'.$nahrung.''; } if ( "Vögel" == "Pilze" ) { echo 'Familie :
'.$namefam.'

Aussehen der Pilze :
'.$merkmale.'

Vorkommen und Verbreitung :
'.$vorkommen; } echo '
'; if ( "Vögel" == "Vögel" || "Vögel" == "Pflanzen" || "xxwas" == "Insekten" || "Vögel" == "Säugetiere" || "Vögel" == "Andere Fotos" ) { echo 'Fortpflanzung :
'.$fortpflanzung.'

Vorkommen :
'.$vorkommen.'

Bemerkungen :
'.$bemerkungen; } if ( "Vögel" == "Pilze" ) { echo 'Speisewert und Geschmack :
'.$nahrung.'

Verwechslungsmöglichkeiten :
'.$fortpflanzung.'

Bemerkungen zum Pilz :
'.$bemerkungen; } echo '
'; echo '
'; include ($_SERVER['DOCUMENT_ROOT']."/werbungbox.txt"); // INCLUDED Werbung in der Box echo '
'; } include ($_SERVER['DOCUMENT_ROOT']."/werbungbottombox.txt"); // INCLUDED Werbung unter Infobox ?>
Die Kegelrobbe ist das größte freilebend vorkommende Raubtier Deutschlands und kann bis zu 300 Kg auf die Waage bringen. Eine ausgewachsene Kegelrobbe frisst ca. 10 Kg Fisch pro Tag, darunter Lachse, Schollen, Dorsche und Heringe. Da sie von den Fischern als Konkurrenz gefürchtet wurden, haben diese die Kegelrobbe nahezu ausgerottet. Heutzutage gilt die Art als sehr gefährdet und steht unter Schutz. Wenn man die Kegelrobbe in ihrer natürlichen UmgebungMehr Infos beobachten, fotografieren und filmen möchte, kann man seinen Urlaub zum Beispiel auf Helgoland, Juist oder Norderney verbringen. Ein Ferienhaus auf NorderneyMehr Infos kann man etwa auf diesem Portal suchen und mieten, dann ist man unabhängig und kann seine Touren individuell planen.
'; } if ($selfname== "/sonstiges/essbare-herzmuschel-fotos.php") { echo '
Herzmuscheln sind die heimlichen Wahrzeichen des Wattenmeers, denn keine andere Muscheln kommt dort so zahlreich vor. Entsprechend häufig sieht man sie auch bei Strandwanderungen. Ihren Namen hat die Herzmuschel vom herzförmigen Körperumriss, der bei seitlicher Betrachtung des Gehäuses erkennbar wird. Unverwechselbar ist auch die wellige Außenstruktur. HerzmuschelnMehr Infos sitzen 1 cm tief im Boden. Sie leben von Plankton und filtrieren jede Stunde 2-3 Liter Wasser!
Die romantisch aussehenden Herzmuscheln sind sehr beliebte Fotomotive, aber die Nordsee und das Wattenmeer bieten viele Perspektiven für tolle Fotos. Zwischen Ebbe und Flut, Sonnenaufgang und Sonnenuntergang wechselt immer wieder die Meeresstimmung. Am besten nimmt man sich ein paar Tage oder einen Urlaub lang Zeit, mietet sich ein Ferienhaus in CuxhavenMehr Infos oder in der Umgebung und unternimmt – ausgerüstet mit einer guten Kamera – ausgedehnte Wanderungen am Strand und im Wattenmeer. Lebendige Herzmuscheln zu fotografieren braucht Geduld. Wenn sie einmal freigespült werden, können sie sich mit ihrem Grabfuß schnell wieder im Boden vergraben.
'; } // END Einfuegung werbung echo '
'; echo '
Alle unsere Spektive Kowa TSN-Fotos auf einem Blick


'; for ($u=1;$u<=$bildzaehler;$u++) { $iftext=str_replace("
"," ",$theinfotext[$u]); $iftext=str_replace("
"," ",$theinfotext[$u]); $iftext=str_replace("","",$iftext); $iftext=str_replace("","",$iftext); $iftext=str_replace("..high..","'",$iftext); $iftext=str_replace('..high1..','"',$iftext); $iftext=str_replace('"',' ',$iftext); $iftext=str_replace('...',' ',$iftext); $iftext=str_replace('..',' ',$iftext); $suan=1; if ($iftext == "" || $iftext == " ") { // ausgeklammert seikt 24.01.2025 // $iftext = "Leider keine Informationen"; } else { // Hier die Beschreibung aufsplitten nach ++++ if ( substr_count ( $iftext , '++++') == 2) { $einzelinf = explode ("++++", $iftext); if ($einzelinf[1] == $selbst) { $iftext = $einzelinf[2]; $suan= 0; } else { $iftext = $einzelinf[0]; } } // Beschreibung aufsplitten Ende $textun = $iftext; $klasse ="intext"; $textname = $thebest[$u].'--'.$selbst; $aktualisieren = "nein"; include "../include-text-d.php"; $iftext = $textun; } echo ' '; } echo '
'.$thebildname[$u].'
'; // font-size:2em hinzugefügt am 24.01.2025 (vorher kein style) echo'

'.$thetitel[$u].'

'; include ($_SERVER['DOCUMENT_ROOT']."/werbetexte-infobox2.php"); $suan=0; // Damit folgendes nicht angezeigt wird.... (seit 24.01.2025) if ($suan == 1) { if ($u == 1) { echo '

Foto Spektiv Kowa

'; } if ($u == 2) { echo '

Bild Spektiv Kowa

'; } if ($u == 3) { echo '

Fotos Spektiv Kowa

'; } if ($u == 4) { echo '

Bilder Spektiv Kowa

'; } if ($u == 5) { echo '

Spektiv Kowa Fotos

'; } if ($u == 6) { echo '

Spektiv Kowa Bilder

'; } if ($u == 7) { echo '

Spektiv Kowa Bild

'; } if ($u == 8) { echo '

Spektiv Kowa Foto

'; } if ($u == 9) { echo '

Spektiv Kowa Information

'; } if ($u == 10) { echo '

Info Spektiv Kowa

'; } } $thesuwos[$u]= str_replace ("+++","", $thesuwos[$u]); $suchbeg1=$thesuwos[$u]; $selbst = $_SERVER['PHP_SELF']; $selbst = basename($selbst); if ( substr_count ( $thesuwos[$u] , '----') == 2) { $einzel = explode ("----", $thesuwos[$u]); if ($einzel[1] == $selbst) { $suan=1; $thesuwos[$u]=str_replace ( "----","", $thesuwos[$u] ); $thesuwos[$u]=str_replace ( $einzel[1],"", $thesuwos[$u] ); } else { $thesuwos[$u]=$einzel[0]; } } // else neu seit 24.01.2025 - suchbegriffe sollen nicht mehr angezeigt werden. else { $thesuwos[$u]=""; } // ende if ($suan== 1) { echo ''.$iftext.' - Verschlagwortung des Bildes durch den Fotografen : '.$thesuwos[$u].' '; } else { echo ''.$iftext.''; } if ($suan == 1) { if ($u == 1) { // echo 'Spektive Kowa TSN-Foto Bebilderte Beschreibung Fotos Spektiv Kowa Lexikon Spektive Kowa TSN Fotos mit Kowa Spektiven fotografiert Spektive Kowa TSNfotos'; } if ($u == 2) { // echo 'Foto Spektiv Kowa Bild Spektiv Kowa Bilder Tierlexikon. voegel Spektiv Kowabild Spektive Kowa TSN-Fotos Steckbrief Spektiv Kowa-Photo Spektive Kowa TSNfoto'; } if ($u == 3) { // echo 'Spektive Kowa TSN-Photos Information Spektiv Kowa-Photos. Spektive Kowa TSN-Bild'; } if ($u == 4) { // echo 'Spektiv Kowabilder Spektive Kowa TSN-Bilder Informationen Spektiv Kowa-Bild Spektive Kowa TSNbilder'; } if ($u == 5) { // echo 'Info Spektiv Kowa-Bilder Spektiv Kowafotos Spektive Kowa TSNbild. Spektiv Kowafoto'; } if ($u ==6) { // echo 'Infos Spektiv Kowa-Foto Tierfotos Spektiv Kowa-Fotos. Tierbilder'; } if ($u ==7) { // echo 'Naturbild Spektive Kowa TSN-Photo Naturbilder Spektive Kowa TSNphotos Fotografie Photo Photographie Naturfotografie Naturphotographie.'; } } // ende if suan else { echo '
'; } echo '
Fotograf : '.$theautor[$u].'
Verwendete Kamera : '; if ( ($thekamera[$u]== "na" || $thekamera[$u] == "") ) { echo ' keine Angaben'; } else { echo $thekamera[$u]; if ($thekonverter[$u] != "na" && $thekonverter[$u] != "") { echo ' + '.$thekonverter[$u]; } if ($theobjektiv[$u] != "na" && $theobjektiv[$u] != "") { echo ' + '.$theobjektiv[$u]; } } if ($breit[$u] > 2) { // ausgeklammert seit 24.01.2025 // echo '
Bild-Auflösung : '.$breit[$u].'x'.$hoch[$u].' Pixel'; } if ($u ==1) { $mix1=explode (" ", $suchbeg1); echo "

Verschlagwortung der Spektive Kowa TSN-Fotos :
".$suchbeg1; } if ($u ==2) { $mix2=explode (" ", $suchbeg1); $result = array_diff($mix2, $mix1); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Zusätzliche Inhalte zum ersten Spektive Kowa TSN-Bild :
".$suchbeg1; } } if ($u ==3) { $mix3=explode (" ", $suchbeg1); $result = array_diff($mix3, $mix1, $mix2); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Was gibt es noch im Spektive Kowa TSN-Foto :
".$suchbeg1; } } if ($u ==4) { $mix4= explode (" ", $suchbeg1); $result = array_diff($mix4, $mix1, $mix2, $mix3); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Was ist noch zu sehen auf dem Spektive Kowa TSN-Bild :
".$suchbeg1; } } if ($u ==5) { $mix5= explode (" ", $suchbeg1); $result = array_diff($mix5, $mix1, $mix2, $mix3, $mix4); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Was ist außerdem auf dem Spektive Kowa TSN-Bild zu finden :
".$suchbeg1; } } if ($u ==6) { $mix6= explode (" ", $suchbeg1); $result = array_diff($mix6, $mix1, $mix2, $mix3, $mix4, $mix5); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Spektive Kowa TSN-Foto enthält zusätzlich :
".$suchbeg1; } } if ($u ==7) { $mix7= explode (" ", $suchbeg1); $result = array_diff($mix7, $mix1, $mix2, $mix3, $mix4, $mix5, $mix6); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Zusätzliche Merkmale des Spektive Kowa TSN-Fotos :
".$suchbeg1; } } if ($u ==8) { $mix8= explode (" ", $suchbeg1); $result = array_diff($mix8, $mix1, $mix2, $mix3, $mix4, $mix5, $mix6, $mix7); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Foto-Inhalte :
".$suchbeg1; } } if ($u ==9) { $mix9= explode (" ", $suchbeg1); $result = array_diff($mix9, $mix1, $mix2, $mix3, $mix4, $mix5, $mix6, $mix7, $mix8); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Infos zum Foto mit Spektiv Kowa :
".$suchbeg1; } } if ($u ==10) { $mix10= explode (" ", $suchbeg1); $result = array_diff($mix10, $mix1, $mix2, $mix3, $mix4, $mix5, $mix6, $mix7, $mix8, $mix9); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Was findet man noch im Spektive Kowa TSN-Bild :
".$suchbeg1; } } if ($u ==11) { $mix11= explode (" ", $suchbeg1); $result = array_diff($mix11, $mix1, $mix2, $mix3, $mix4, $mix5, $mix6, $mix7, $mix8, $mix9, $mix10); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Des weiteren im Foto :
".$suchbeg1; } } if ($u ==12) { $mix12= explode (" ", $suchbeg1); $result = array_diff($mix12, $mix1, $mix2, $mix3, $mix4, $mix5, $mix6, $mix7, $mix8, $mix9, $mix10, $mix11); $suchbeg1=implode (" ", $result); if (strlen ($suchbeg1) > 3 ) { echo "

Weitere Verschlagwortungen des Fotos ( Spektiv Kowa ) :
".$suchbeg1; } } echo '


'; // seit 24.01.2025 echo '
'; // ----------------------------------------------- // Link zu Fotonatur wenn Bilder von mir auch dort // ----------------------------------------------- $found=""; $fp = fopen("../url-list-fn.txt", "r"); $urls = fread ($fp, filesize("../url-list-fn.txt") ); fclose($fp); $urlzeilen = explode ("EENNDD", $urls); $anzurlzeilen = count ($urlzeilen); for ($ur = 0; $ur < $anzurlzeilen-1; $ur++) { $singg = ' Spektiv Kowa '; $latt = ' Fotos mit Kowa Spektiven fotografiert '; $plurr = ' Spektive Kowa TSN '; $singg1 = '; Spektiv Kowa ;'; $latt1 = '; Fotos mit Kowa Spektiven fotografiert ;'; $plurr1 = '; Spektive Kowa TSN ;'; if ( strlen($singg) <3) { $singg = "ABGHTRDJKLLUIJJKUUGFF"; } if ( strlen($latt) <6) { $latt = "ABGHTRDJKLLhgfsUIJJKUUGFF"; } if ( strlen($plurr) <5) { $plurr = "ABGHggTRDJKLLhgfsUIJJKUUGFF"; } if ( strlen($singg1) <3) { $singg1 = "ABGHTRDJKLLUIJJKUUGFF"; } if ( strlen($latt1) <6) { $latt1 = "ABGHTRDJKLLhgfsUIJJKUUGFF"; } if ( strlen($plurr1) <5) { $plurr1 = "ABGHggTRDJKLLhgfsUIJJKUUGFF"; } if ( (substr_count($urlzeilen[$ur], $singg1) > 0 ) || (substr_count($urlzeilen[$ur], $latt1) >0 ) || (substr_count($urlzeilen[$ur], $plurr1) >0 ) ) { $url = explode (";", $urlzeilen[$ur]); $found = "OK"; } if ( ($found != 'OK') && (substr_count($urlzeilen[$ur], $singg) > 0 ) || (substr_count($urlzeilen[$ur], $latt) >0 ) || (substr_count($urlzeilen[$ur], $plurr) >0 ) ) { $url = explode (";", $urlzeilen[$ur]); // $ur = $anzurlzeilen+5; $found = "OK"; } if ($found == "OK") { $ur = $anzurlzeilen; } } if ($found == "OK") { // Fotonatur seit 01-2025 nicht mehr vorhanden // echo '
Meine Spektiv Kowa Fotos in der Bildagentur FotoNatur.de . Neben meinen Bildern finden Sie dort übrigens viele weitere Bilder anderer Fotografen.
'; } else { echo ''; } // ----------------------------- // ENDE meine Bilder FotoNatur // ----------------------------- echo '
'; } ?> Spotting Scope Kowa'; include ($_SERVER['DOCUMENT_ROOT']."/parts-de-neu/neu-sitepart8.txt"); include ($_SERVER['DOCUMENT_ROOT']."/parts-de-neu/neu-sitepart9.txt"); include ($_SERVER['DOCUMENT_ROOT']."/parts-de-neu/neu-sitepart10.txt"); ?>