hallo,
Ich habe mir myhabbo cms runtergeladen und wollte die shoutbox in die seite einfügen aber ich wollte auch ein bild
aber das sieht die ganze zeit so aus
Directupload.net - 5htwvqen.jpg
wer kann mir helfen
hier ist der code
PHP
$resultat = $db->get($prefix."content_spruch", "status=1", "-1", "id DESC");
echo "<div id='shoutbox'>
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="3" scrolldelay="7">";foreach($resultat as $key) {$user = $db->get($prefix."user_data", "id=$key[create_by]", 1);
#Userrank#if($user['type']==7) $FARBE = "#e60000";#Userrank#
echo '<b><a href="?page=46&id='.$user['id'].'"><font color="#4982B2">'.$user['name'].': </a></b></font>'.$key['spruch'].' | ';}echo "</marquee></div>";
danke