hier die menue_links.php

PHP-Code:
<?menuehead("Navigation");
if ($_SESSION['login'] == 'true') {?>

     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/uebersicht">Kontoübersicht</a><br />
         <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/refuebersicht">Refübersicht</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/userprofil">Userprofil</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/buchungen">Kontoauszug</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/auszahleneuro">Auszahlung</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/intern/startseite&amp;logout=true"><i>Logout</i></a>
<?} else {?>
<form action="" method="post">
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
    <td  align="center">
    <b>Nickname:</b><br>
    <input type="Text" name="nickname" value="<?=$_POST['nickname'];?>" style="width=97px;"><br>
    <b>Passwort:</b><br>
    <input type="Password" name="passwort" value="" style="width=97px;"><br>
    </td>
</tr>
<tr>
    <td height="15" align="middle">
    <a href="?content=/intern/daten">Passwort vergessen?</a>
    </td>
</tr><br>
<tr>
<td align="middle">
    <select name="autologin" size="1" style="width=97px;">
        <option value="true" SELECTED>Mit Autologin&nbsp;</option>
        <option value="false">Ohne Autologin&nbsp;</option>
    </select><br>
    <br>
    <input type="Submit" name="checkid" value="Login" style="width=97px;"><br><br>
</td>
</tr>

<tr>
    <td height="15" align="middle">
    Noch nicht registriert?<br>
    Dann aber schnell!<br>
    <a href="?content=/intern/anmelden"><img src="images/register.png" border="0"></a>
    </td>
</tr>
</table>
</form>
<?}?>
<?menuefoot();?>

<? if ($_SESSION['login'] == 'true') {?>


<?menuehead("Bonusaktionen")?>
&raquo;&nbsp;<a href="?content=/bonusaktionen/bonusaktionen">Bonusaktionen</a><br>
<?menuefoot();?>





<? } ?>
<?menuehead("Counter");?>
<div align="center">

<!-- http://www.LiveZilla.net Chat Button Link Code --><div style="text-align:center;width:128px;"><a href="javascript:void(window.open('http://www.bonus-welt.eu/livezilla/livezilla.php?reset=true','','width=600,height=600,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes'))"><img src="http://www.bonus-welt.eu/livezilla/image.php?id=03" width="128" height="42" border="0" alt="LiveZilla Live Help"></a><noscript><div><a href="http://www.bonus-welt.eu/livezilla/livezilla.php?reset=true" target="_blank">Start Live Help Chat</a></div></noscript><div style="margin-top:2px;"><a href="http://www.livezilla.net" target="_blank" title="LiveZilla Live Help" style="font-size:10px;color:#bfbfbf;text-decoration:none;font-family:verdana,arial,tahoma;">LiveZilla Live Help</a></div></div><!-- http://www.LiveZilla.net Chat Button Link Code --><!-- http://www.LiveZilla.net Tracking Code --><div id="livezilla_tracking" style="display:none"></div><script language="JavaScript" type="text/javascript">var script = document.createElement("script");script.type="text/javascript";var src = "http://www.bonus-welt.eu/livezilla/server.php?request=track&output=jcrpt&reset=true&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><!-- http://www.LiveZilla.net Tracking Code -->
</div>
<?menuefoot();?>
menue_rechts.php
PHP-Code:
<? if ($_SESSION['login'] == 'true') {?>

<?
menuehead("Wer ist online");
include ("lib/weristonline.php");
menuefoot(); 
}

$filename = 'lib/texte/box1.txt';
$fp = fopen ($filename, "r");
$inhalt = fread ($fp, filesize ($filename));
fclose ($fp);
$inhalt = str_replace('\\', '', $inhalt);

if ($inhalt != ''){
menuehead("Unsere Sponsoren");
echo nl2br($inhalt);
menuefoot();
}
?>
<!-- Diese Seite basiert auf dem VMS1.2 von Designerscripte.net das entfernen dieses Copyrighthinweises ohne Erlaubnis zieht
rechtliche Schritte mit sich
-->