HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/websuche/katalog/webkatalog.php
<?PHP
include "./inc/config.inc.php";
include "./inc/systemeinstellungen.php";
include "./inc/de.php";
include "./system/funktionen.php";
$startzeit = getmicrotime();
db();
if(isset($_GET['snnr'])) { $snnr = $_GET['snnr']; }
if(isset($_GET['tffz'])) { $tffz = $_GET['tffz']; }
$siteid= $_GET['siteid'];
$gefunden =0;
$hinweis ="";
$namex= "";
// Existiert der Link &uuml;berhaupt ?
$existiert_sql= mysql_query("SELECT name
                               FROM ".$dbtable02."
                              WHERE siteid='".NoI("$siteid")."' ");
$ROW=mysql_fetch_row($existiert_sql);
$namex=  $ROW[0];

if ($namex== "")
{
   $hinweis='<br><br>Dieser Eintrag existiert nicht in unserer Datenbank<br><br><br>';
   $descript= 'Eintrag nicht existent';
   $seitentitel = PROJEKT_TITEL1." - ".PROJEKT_TITEL2;
}
else
{
   // Einen Besucher zum Counter hinzuf&uuml;gen
   mysql_query("UPDATE ".$dbtable02."
                   SET besucher=besucher+1
                 WHERE siteid='".NoI("$siteid")."' ");

   $eintrag_daten_sql= mysql_query("SELECT *
                                      FROM ".$dbtable02."
                                     WHERE siteid='".NoI("$siteid")."' ");
   while($ROW=mysql_fetch_assoc($eintrag_daten_sql))
   {
      $ruuub=        $ROW['rubrik'];
      $uruuub=       $ROW['unterrubrik'];
      $datex=        $ROW['datum'];
      $besucher=     $ROW['besucher'];
      $art=          $ROW['artikel'];
      $image=        $ROW['adminb'];
      $beschreibungx= $ROW['beschreibung'];
      $namex=        $ROW['name'];
      $url_name=     $ROW['url'];
      $keywords=     $ROW['keywords'];
      $bzahl=        $ROW['bzahl'];
      $premium=      $ROW['commerz'];
      $userb=        $ROW['userb'];

      $datas= date("d.m.Y");
      $gefunden ++;

      // L&auml;nge der Beschreibung in description-TAG anpassen
      $descript = strip_tags(mynl2space($beschreibungx));
      if (strlen($descript)> $char_desc)
      {
         $descript= substr($descript,0,$char_desc);
         $descript= $descript."...";
      }

      // Beschreibung formatieren
      $beschreibungx = mynl2br($beschreibungx);

      // L&auml;nge der beschreibung in Seitentitel anpassen
      if (strlen($namex)> $char_title)
      {
         $namex= substr($namex,0,$char_title);
         $namex= $namex."...";
      }
      $namex = strip_tags($namex);

      // L&auml;nge der der URL-Anzeige anpassen
      if (strlen($url_name)> 50)
      {
         $seitenurlll= substr($url_name,0,50);
         $seitenurlll= $seitenurlll."...";
      }
      else
      {
         $seitenurlll= $url_name;
      }
      $array_1 = array('http://', 'HTTP://', 'https://', 'HTTPS://');
      $array_2 = array('', '', '', '');
      $seitenur_lll = str_replace($array_1, $array_2, $seitenurlll);
      $seitenurlllx = $seitenur_lll;
      // Anzeige im Titel und in der description
      $seitentitel= $namex.".. Web: ".$seitenur_lll;
      if ($datex == $datas)
      {
      $ordner= '<IMG HEIGHT=9 WIDTH=30 SRC="./gfx/neu.gif" VSPACE=0 HSPACE=0 ALIGN="BOTTOM" BORDER=0 ALT="">';
      }
      else
      {
        $ordner= "";
      }

      if (trim($image) =="" || trim($image) =="http://")
      {
         $image="gfx/nopic.gif";
      }
      else
      {
         $bsize = @getimagesize($image);

         if($bsize[0] == 0)
         {
            $image="gfx/nopic.gif";
         }
      }
      $language=     $ROW['language'];
      $bewertung= round($userb);

      $pic_width='width="54" height="12" border="0" VSPACE=0 HSPACE=0 ALIGN="TOP"';

      // Wenn Bewertung eingeschaltet-------------------------
      if ($link_bewertung =="ja")
      {
         if ($bzahl == 0)
         {
            $bewert="<img src='./gfx/bew0.gif'".$pic_width.">";
            $bewertung= 0;
            $userb = 0;
         }
         if($userb == 9.99) { $userb = 10; }
         $userb = round($userb,1);
         if ($bewertung=="1" && $bzahl >= "1")
         {
         $bewert="<img src='./gfx/bew1.gif'".$pic_width.">";
         }
         elseif ($bewertung=="2")
         {
         $bewert="<img src='./gfx/bew2.gif'".$pic_width.">";
         }
         elseif ($bewertung=="3")
         {
            $bewert="<img src='./gfx/bew3.gif'".$pic_width.">";
         }
         elseif ($bewertung=="4")
         {
            $bewert="<img src='./gfx/bew4.gif'".$pic_width.">";
         }
         elseif ($bewertung=="5")
         {
            $bewert="<img src='./gfx/bew5.gif'".$pic_width.">";
         }
         elseif ($bewertung=="6")
         {
            $bewert="<img src='./gfx/bew6.gif'".$pic_width.">";
         }
         elseif ($bewertung=="7")
         {
            $bewert="<img src='./gfx/bew7.gif'".$pic_width.">";
         }
         elseif ($bewertung=="8")
         {
            $bewert="<img src='./gfx/bew8.gif'".$pic_width.">";
         }
         elseif ($bewertung=="9")
         {
            $bewert="<img src='./gfx/bew9.gif'".$pic_width.">";
         }
         elseif ($bewertung=="10")
         {
            $bewert="<img src='./gfx/bew10.gif'".$pic_width.">";
         }
      }
      // -----------------------------------------------------

      if ($language=="de")
      {
         $langx="<img src=\"./gfx/de.gif\" width=\"18\" hight=\"12\" border=\"0\" VSPACE=0 HSPACE=0 ALIGN=\"TOP\">";
      }
      elseif ($language=="gb")
      {
         $langx="<img src=\"./gfx/gb.gif\" width=\"19\" hight=\"12\" border=\"0\" VSPACE=0 HSPACE=0 ALIGN=\"TOP\">";
      }
      elseif ($language=="degb")
      {
         $langx="<img src=\"./gfx/degb.gif\" width=\"42\" hight=\"12\" border=\"0\" VSPACE=0 HSPACE=0 ALIGN=\"TOP\">";
      }
      else
      {
         $langx="<font FACE=\"Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif\" SIZE=\"1\" color=\"#906e08\"><img src=\"./gfx/mul.gif\" width=\"19\" hight=\"12\" border=\"0\" VSPACE=0 HSPACE=0 ALIGN=\"center\"> Mehrsprachig";
      }
      if ($premium =="ja")
      {
            $butpre="<IMG HEIGHT=13 WIDTH=26 SRC=\"./gfx/starpre.gif\" ALIGN=\"bottom\" BORDER=0 ALT=\"Premiumeintrag\">";
      }
      else
      {
            $butpre="<IMG HEIGHT=11 WIDTH=6 SRC=\"./gfx/buttcenter.gif\" ALIGN=\"bottom\" BORDER=0 ALT=\"Standardeintrag\">";
      }
   }
}

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<TITLE><?PHP echo $seitentitel ?></TITLE>
<link rel="stylesheet" type="text/css" href="./system/<?PHP echo $design_typ ?>">
<?PHP include "./inc/meta.php"; ?>
<meta name="description" content="<?PHP echo $descript ?>">
<script
language="JavaScript">
<!--
button1= new Image();
button1.src = "button_home.gif"
button2= new Image();
button2.src = "button_home2.gif"
//-->
</script>
</HEAD>
<BODY BACKGROUND="./gfx/back.gif" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
    <CENTER>
    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=980 CLASS="back_x">
        <TR VALIGN=TOP ALIGN=LEFT>
            <TD HEIGHT=749 WIDTH=980>
                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=980>
                 <?PHP
                    $headerinfo= 'Sie befinden sich hier -->  &nbsp;&nbsp;Mehr Details...';
                    include "./inc/header.php";
                    ?>

                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD HEIGHT=253 COLSPAN=2 WIDTH=190>
                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190 HEIGHT=253>
                                <TR ALIGN=LEFT VALIGN=TOP>
                                    <TD>
                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=2></TD>
                                            </TR>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD WIDTH=190>
                                                    <P ALIGN=LEFT class="datum">
                                 <?PHP echo $seitendatum ?></P>
                                                </TD>
                                            </TR>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=4></TD>
                                            </TR>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=216 WIDTH=190>
                                                    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190 HEIGHT=216 class="menu_links">
                                                        <TR ALIGN=LEFT VALIGN=TOP>
                                                            <TD>
                                                                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190>
                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                        <TD HEIGHT=22 COLSPAN=3 WIDTH=190>
                                                                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190 HEIGHT=22  class="menu_links_top">
                                                                                <TR ALIGN=LEFT VALIGN=TOP>
                                                                                    <TD>
                                                                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=188>
                                                                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                                                                <TD WIDTH=4 HEIGHT=2><IMG SRC="./gfx/cpl.gif" WIDTH=4 HEIGHT=1 BORDER=0></TD>
                                                                                                <TD WIDTH=184><IMG SRC="./gfx/cpl.gif" WIDTH=184 HEIGHT=1 BORDER=0></TD>
                                                                                            </TR>
                                                                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                                                                <TD></TD>
                                                                                                <TD WIDTH=184>
                                                                                                    <P ALIGN=CENTER class="menuber"><?PHP echo $menuli_name ?></P>
                                                                                                </TD>
                                                                                            </TR>
                                                                                        </TABLE>
                                                                                    </TD>
                                                                                </TR>
                                                                            </TABLE>
                                                                        </TD>
                                                                    </TR>
                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                        <TD WIDTH=9 HEIGHT=9><IMG SRC="./gfx/cpl.gif" WIDTH=9 HEIGHT=1 BORDER=0></TD>
                                                                        <TD WIDTH=173><IMG SRC="./gfx/cpl.gif" WIDTH=173 HEIGHT=1 BORDER=0></TD>
                                                                        <TD WIDTH=8><IMG SRC="./gfx/cpl.gif" WIDTH=8 HEIGHT=1 BORDER=0></TD>
                                                                    </TR>
                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                        <TD></TD>
                                                                        <TD WIDTH=173>
                                                                            <P>

                                                                             <?PHP include "./inc/menulinks.php"; ?>
                                                </TD>
                                            </TR>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=16 WIDTH=190>
                                                    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190 HEIGHT=16>
                                                        <TR ALIGN=LEFT VALIGN=TOP>
                                                            <TD>&nbsp;</TD>
                                                        </TR>
                                                    </TABLE>
                                                </TD>
                                            </TR>
                                        </TABLE>
                                    </TD>
                                </TR>
                            </TABLE>
                        </TD>
                        <TD COLSPAN=3 WIDTH=596>
                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=596 HEIGHT=453>
                                <TR ALIGN=LEFT VALIGN=TOP>
                                    <TD>
                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=584>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD WIDTH=11 HEIGHT=9><IMG SRC="./gfx/cpl.gif" WIDTH=11 HEIGHT=1 BORDER=0></TD>
                                                <TD></TD>
                                            </TR>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=30></TD>
                                                <TD WIDTH=573>
                                                    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=573 HEIGHT=35>
                                                        <TR ALIGN=LEFT VALIGN=TOP>
                                                            <TD>
                                                                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=572>

                                                                    <TR VALIGN=TOP ALIGN=LEFT>

                                                                        <TD class="einsa">
                                                                        <P>

                                                                        <br>Die Detailseite zu diesem Eintrag wurde bereits <b><?PHP echo $besucher ?></b>x aufgerufen.</SPAN>


                                                                        </P>
                                                                        </TD>

                                                                    </TR>
                                                                </TABLE>
                                                            </TD>
                                                        </TR>
                                                    </TABLE>
                                                </TD>
                                            </TR>

                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=10></TD>
                                                <TD WIDTH=573>
                                                    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=573 HEIGHT=10 class="kategorien1">
                                                        <TR ALIGN=LEFT VALIGN=TOP>
                                                            <TD>
                                                                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=573>
                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                        <TD WIDTH=1><IMG SRC="./gfx/cpl.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD>
                                                                        <TD WIDTH=8><IMG SRC="./gfx/cpl.gif" WIDTH=8 HEIGHT=1 BORDER=0></TD>
                                                                        <TD WIDTH=554 class="einsa">
                                                                        <P><br><br>

<?PHP if ($gefunden != 0) { ?>
<!-- content_start -->
<?PHP if ($no_picture !="ja" && $image !="gfx/nopic.gif") { ?>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left">
      <a href="<?PHP echo $url_name ?>" target="_blank" title="<?PHP echo $namex ?>"><?PHP echo "<img src='".$image."' border='0' width='120'>" ?></a>
    </td>
    <td width="75%" class="einsa" valign="top" align="left">
<?PHP echo $ordner.$butpre; ?> <a href="<?PHP echo $url_name ?>" target="_blank" class="content" title="<?PHP echo $namex ?>"><?PHP echo $namex ?></a><br><?PHP echo $beschreibungx ?><br><br>
    </td>
   </tr>
</table>
<?PHP } else { ?>
<table cellpadding="3" width="100%">
  <tr>
     <td width="100%" class="einsa" valign="top" align="left">
<?PHP echo $ordner.$butpre; ?> <a href="<?PHP echo $url_name ?>" target="_blank" class="content" title="<?PHP echo $namex ?>"><?PHP echo $namex ?></a><br><?PHP echo $beschreibungx ?><br><br>
    </td>
   </tr>
</table>
<?PHP } ?>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Kategorie:
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><IMG HEIGHT=11 WIDTH=6 SRC="./gfx/buttcenter.gif" VSPACE=0 HSPACE=0 BORDER=0 ALT="">&nbsp;<a href="kategorien.php<?PHP echo"?rubrik=$ruuub&kategorie=$uruuub" ?>" class="menu2">aufrufen</a>
    </td>
   </tr>
</table>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Webadresse:
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><IMG HEIGHT=11 WIDTH=6 SRC="./gfx/buttcenter.gif" VSPACE=0 HSPACE=0 BORDER=0 ALT="">&nbsp;<a href="<?PHP echo $url_name ?>" target="_blank" class="menu2" title="<?PHP echo $namex ?>"><?PHP echo $seitenur_lll ?></a>
    </td>
   </tr>
</table>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Eingetragen am:
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><?PHP echo $datex ?>
    </td>
   </tr>
</table>
<?PHP if ($link_bewertung =="ja") { ?>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Bewertungen:
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><?PHP echo $bzahl ?>
    </td>
   </tr>
</table>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Bewertet mit:
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><?PHP echo $bewert ?>&nbsp;&nbsp; <?PHP echo $userb ?> von 10 m&ouml;glichen Punkten
    </td>
   </tr>
</table>
<?PHP } ?>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Thema:
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><?PHP echo $art ?>
    </td>
   </tr>
</table>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Keywords:
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><?PHP echo $keywords ?>
    </td>
   </tr>
</table>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Sprachen:
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><?PHP echo $langx ?>
    </td>
   </tr>
</table>
<?PHP if ($link_bewertung =="ja") { ?>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Diesen Eintrag:
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><IMG HEIGHT=11 WIDTH=6 SRC="./gfx/buttcenter.gif" VSPACE=0 HSPACE=0 BORDER=0 ALT="">&nbsp;<a href="bewerten.php<?PHP echo"?id=$siteid" ?>" target="popup" class="menu2" rel="nofollow" onclick="window.open('','popup','resizable=no,width=400,height=275')">bewerten </a>
    </td>
   </tr>
</table>
<?PHP } if ($defekt_melden =="ja") { ?>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Link defekt?<br>AGB-Verstoss?
    </td>
    <td width="75%" class="einsa" valign="top" align="left" class="einsa"><IMG HEIGHT=11 WIDTH=6 SRC="./gfx/buttcenter.gif" BORDER=0 ALT=""><a href="idmelden.php<?PHP echo"?nummer=$siteid" ?>" class="menu2" rel="nofollow" target="popup" onclick="window.open('','popup','resizable=no,width=300,height=250')"> hier melden</a><br>
    </td>
   </tr>
</table>
<?PHP } if ($goo_search =="ja") { ?>
<br>
<table cellpadding="3" width="100%">
  <tr>
    <td width="25%" valign="top" align="left" class="cont">Google-Suche:
    </td>
    <td width="75%" class="einsa">
    <IMG HEIGHT=11 WIDTH=6 SRC="./gfx/buttcenter.gif" BORDER=0 ALT=""> <?PHP echo"<a href=\"http://www.google.com/search?hl=de&amp;lr=&amp;sa=G&amp;q=site:".$seitenurlllx."\" target=\"_blank\" title=\"Bei Google indexierte Seiten\" class=\"menu2\">Indexierte Seiten</a>"; ?> &nbsp;&nbsp;<IMG HEIGHT=11 WIDTH=6 SRC="./gfx/buttcenter.gif" BORDER=0 ALT=""> <?PHP echo"<a href=\"http://www.google.com/search?hl=de&amp;lr=&amp;ie=UTF-8&amp;q=link:".$seitenurlllx."\" target=\"_blank\" title=\"Backlinks bei Google\" class=\"menu2\">Backlinks</A>"; ?>
    </td>
   </tr>
</table><br>
<?PHP } if ($more_search =="ja") {
if ($goo_searchcode =="ja")
{ ?>
<!-- Search Google -->
<center>
<form method="get" action="http://www.google.de/custom" target="_top">
<table bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
<label for="sbi" style="display: none">Geben Sie Ihre Suchbegriffe ein</label>
<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Suchformular senden</label>
<input type="submit" name="sa" value="Suchen" id="sbb"></input>
<input type="hidden" name="client" value="<?PHP echo $goo_search_id ?>"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="de"></input>
</td></tr></table>
</form>
</center>
<!-- Search Google -->
<?PHP } ?>
<table cellpadding="3" width="100%">
  <tr>
    <td colspan="2" valign="top" align="left" class="einsa">Mit den eingetragenen Keywords suchen bei...<br>
    <hr size="1" width="100%" color="#AEAEAE">
    <a href="http://www.google.de/search?q=<?PHP echo $keywords ?>" target="_blank" rel="nofollow" class="content2">Google</a> &nbsp;|&nbsp;
<a href="http://suche.fireball.de/cgi-bin/pursuit?query=<?PHP echo $keywords ?>" target="_blank" rel="nofollow" class="content2">Fireball</a> &nbsp;|&nbsp;
<a href="http://suche.lycos.de/cgi-bin/pursuit?query=<?PHP echo $keywords ?>" target="_blank" rel="nofollow" class="content2">Lycos</a> &nbsp;|&nbsp;
<a href="http://suche.web.de/search/?mc=hp@suche.suche@home&su=<?PHP echo $keywords ?>" target="_blank" class="content2">Web</a> &nbsp;|&nbsp;
<a href="http://www.link-zone.de" target="_blank" class="content2">Linkzone</a> &nbsp;|&nbsp;
<a href="http://de.search.yahoo.com/search?fr=fp-tab-web-t-1&ei=ISO-8859-1&p=<?PHP echo $keywords ?>" target="_blank" rel="nofollow" class="content2">Yahoo</a>
    </td>
   </tr>
</table>
<?PHP } ?>
<!-- content_ende -->
<?PHP } else { echo '<center>'.$hinweis.'</center>'; } ?>

                                                                            <br><br><br><center><a href="javascript:history.back()" class="backsite">Zur&uuml;ck</a><br><br></center>



                                                                            </P>
                                                                        </TD>
                                                                        <TD WIDTH=9><IMG SRC="./gfx/cpl.gif" WIDTH=9 HEIGHT=1 BORDER=0></TD>
                                                                        <TD WIDTH=1><IMG SRC="./gfx/cpl.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD>
                                                                    </TR>
                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                        <TD COLSPAN=5 HEIGHT=15></TD>
                                                                    </TR>

                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                        <TD HEIGHT=41 COLSPAN=4 WIDTH=572>
                                                                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=572 HEIGHT=41 class="kategorien2">
                                                                                <TR ALIGN=LEFT VALIGN=TOP>
                                                                                    <TD>
                                                                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=563>
                                                                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                                                                <TD WIDTH=20 HEIGHT=15><IMG SRC="./gfx/cpl.gif" WIDTH=20 HEIGHT=1 BORDER=0></TD>
                                                                                                <TD WIDTH=543 HEIGHT=15><IMG SRC="./gfx/cpl.gif" WIDTH=543 HEIGHT=1 BORDER=0></TD>
                                                                                            </TR>
                                                                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                                                                <TD></TD>
                                                                                                <TD WIDTH=543>
                                                                                                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=543 HEIGHT=10>

                                                                                            <TR VALIGN=TOP ALIGN=CENTER>

                                                                                                    </TR>
                                                                                                  </table>
                                                                                                </TD>
                                                                                            </TR>
                                                                                        </TABLE>
                                                                                    </TD>
                                                                                </TR>
                                                                            </TABLE>
                                                                        </TD>
                                                                        <TD></TD>
                                                                    </TR>
                                                                </TABLE>
                                                            </TD>
                                                        </TR>
                                                    </TABLE>
                                                </TD>
                                            </TR>
                                        </TABLE>
                                    </TD>
                                </TR>
                            </TABLE>
                        </TD>
                        <TD COLSPAN=3 WIDTH=190>
                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190 HEIGHT=453>
                                <TR ALIGN=LEFT VALIGN=TOP>
                                    <TD>
                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=21></TD>
                                            </TR>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=400 WIDTH=190>
                                                    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190 HEIGHT=400 class="menu_rechts">
                                                        <TR ALIGN=LEFT VALIGN=TOP>
                                                            <TD>
                                                                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190>
                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                        <TD HEIGHT=22 COLSPAN=3 WIDTH=190>
                                                                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190 HEIGHT=22>
                                                                                <TR ALIGN=LEFT VALIGN=TOP>
                                                                                    <TD>
                                                                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190>
                                                                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                                                                <TD HEIGHT=22 WIDTH=190>
                                                                                                    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190 HEIGHT=22 class="menu_rechts_top">
                                                                                                        <TR ALIGN=LEFT VALIGN=TOP>
                                                                                                            <TD>
                                                                                                                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=188>
                                                                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                                                                        <TD WIDTH=4 HEIGHT=2><IMG SRC="./gfx/cpl.gif" WIDTH=4 HEIGHT=1 BORDER=0 ALT=""></TD>
                                                                                                                        <TD WIDTH=184><IMG SRC="./gfx/cpl.gif" WIDTH=184 HEIGHT=1 BORDER=0 ALT=""></TD>
                                                                                                                    </TR>
                                                                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                                                                        <TD></TD>
                                                                                                                        <TD WIDTH=184>
                                                                                                                            <P ALIGN=CENTER class="menuber"><?PHP echo $menure_name ?></P>
                                                                                                                        </TD>
                                                                                                                    </TR>
                                                                                                                </TABLE>
                                                                                                            </TD>
                                                                                                        </TR>
                                                                                                    </TABLE>
                                                                                                </TD>
                                                                                            </TR>
                                                                                        </TABLE>
                                                                                    </TD>
                                                                                </TR>
                                                                            </TABLE>
                                                                        </TD>
                                                                    </TR>
                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                        <TD WIDTH=9 HEIGHT=9><IMG SRC="./gfx/cpl.gif" WIDTH=9 HEIGHT=1 BORDER=0 ALT=""></TD>
                                                                        <TD WIDTH=175><IMG SRC="./gfx/cpl.gif" WIDTH=175 HEIGHT=1 BORDER=0 ALT=""></TD>
                                                                        <TD WIDTH=6><IMG SRC="./gfx/cpl.gif" WIDTH=6 HEIGHT=1 BORDER=0 ALT=""></TD>
                                                                    </TR>
                                                                    <TR VALIGN=TOP ALIGN=LEFT>
                                                                        <TD></TD>
                                                                        <TD WIDTH=175>
                                                                            <P>
<?PHP include "./inc/menurechts.php"; ?>

                                                                            </P>
                                                                        </TD>
                                                                        <TD></TD>
                                                                    </TR>
                                                                </TABLE>
                                                            </TD>
                                                        </TR>
                                                    </TABLE>
                                                </TD>
                                            </TR>

                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=16></TD>
                                            </TR>
                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                <TD HEIGHT=16 WIDTH=190>
                                                    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=190 HEIGHT=16>
                                                        <TR ALIGN=LEFT VALIGN=TOP>
                                                            <TD>&nbsp;</TD>
                                                        </TR>
                                                    </TABLE>
                                                </TD>
                                            </TR>
                                        </TABLE>
                                    </TD>
                                </TR>
                            </TABLE>
                        </TD>
                    </TR>
<?PHP
include "./inc/footer.php";
db_();
?>
                </TABLE>
            </TD>
        </TR>
    </TABLE>
    </CENTER>
</BODY>
</HTML>