JA ja, wieder ich, und mein Rechtes-Menü zickt mal wieder, es zwigt nur halt den Teil mit Guthaben an, der Rest bleibt verdeckt wenn man nicht eingellogt ist, will es aber so haben das man alles sieht ohne eingellogt zu sein, klappt aber nicht -.-

PHP-Code:
<?menuehead("Infos");?>
<center>
<b>Guthaben</b><br>
<? $kontodaten        = mysql_fetch_array(db_query("SELECT * FROM ".$db_prefix."_kontodaten WHERE uid=".$_SESSION['uid']." LIMIT 1")); ?>
<?=number_format($kontodaten['kontostand'],2,",",".").' '.$waehrung;?></center>
<center>
<b>Dein Rang</b><br>
<? $rang = getrang($_SESSION['uid']); ?>
<?=$rang?>
</center>
<?menuefoot();?>

<? 
$smileyralley= mysql_fetch_array(db_query("SELECT * FROM ".$db_prefix."_klicksmileys"));
 if ($smileyralley[status]== aktiv){?>
<?menuehead("Klick-Smileys");?>
<? include ("content/klicksmileys.php"); ?>
<?menuefoot();?>
<? } ?>

<?menuehead("Top5 Klicker");
$klicksrang = db_query ('SELECT k.klicks,u.nickname FROM '.$db_prefix.'_tagrally k LEFT JOIN '.$db_prefix.'_userdaten u ON u.uid = k.uid ORDER BY klicks DESC LIMIT 5');
$rang = 1;
while ($klickliste=mysql_fetch_array($klicksrang)) {
echo '
<tr bgcolor="#FAEBD7">
<td align="center">'. $rang++ .'</td>
<td align="center">'.$klickliste[nickname].'</td>
<td align="center">'.number_format($klickliste[klicks],0,",",".").'</td>
</tr>
';
}
menuefoot();?>

<?menuehead("Games");?>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/intern/pot">Jackpotliste</a><br><br>
<table width="100%" cellpadding="1" cellspacing="1" border="0" bgcolor="#f6d288">
<tr bgcolor="#4169E1">
 <td align="center"><font color="white"><b>Slots</b></font></td>
 </tr>
</table> 
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/bigbank/index">Big Bank</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/bingo/index">Bingo</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/slot_bluesigns/index">Blue Signs</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/bluewater/index">Bluewater</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/fruitslot/index">Fruitslot</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/kingslot/index">King</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/slot_safari/index">Safari</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/schatz/index">Schatz</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/Sport/index">Sport</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/gpa_western_slot/index">Western</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/world/index">World</a><br><br>
<table width="100%" cellpadding="1" cellspacing="1" border="0" bgcolor="#f6d288">
<tr bgcolor="#4169E1">
 <td align="center"><font color="white"><b>50:50</b></font></td>
 </tr>
</table> 
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/fullmetal/index">FullMetal-Slot</a><br><br>
<table width="100%" cellpadding="1" cellspacing="1" border="0" bgcolor="#f6d288">
<tr bgcolor="#4169E1">
 <td align="center"><font color="white"><b>Wheels</b></font></td>
 </tr>
</table> 
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/horrorwheel/index">Horrorwheel</a><br><br>
<table width="100%" cellpadding="1" cellspacing="1" border="0" bgcolor="#f6d288">
<tr bgcolor="#4169E1">
 <td align="center"><font color="white"><b>Zechen</b></font></td>
 </tr>
</table> 
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/flashzeche/index">Flash Zeche</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/losehotel/sites/spielen">Losehotel</a><br><br>
<table width="100%" cellpadding="1" cellspacing="1" border="0" bgcolor="#f6d288">
<tr bgcolor="#4169E1">
 <td align="center"><font color="white"><b>Glücksecke</b></font></td>
 </tr>
</table>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/bohrinsel_vms/index">Bohrinsel</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/farbengame/index">Farbengame</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/losekaetzchen/index"><b><?=$waehrung?>-Kätzchen</b></a><br 
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/lotto/index">Lotto</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/spiele/rubbellos">Rubbellos</a><br>
<?menuefoot();

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();
}
?>

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

<!-- Diese Seite basiert auf dem VMS1.2 von Designerscripte.net das entfernen dieses Copyrighthinweises ohne Erlaubnis zieht
rechtliche Schritte mit sich
-->
<div align="center"><font size="1">&copy; by <a href="http://www.designerscripte.net">Designerscripte.net</a></font></div>
<!-- Diese Seite basiert auf dem VMS1.2 von Designerscripte.net das entfernen dieses Copyrighthinweises ohne Erlaubnis zieht
rechtliche Schritte mit sich
-->
<?