okok..
i cleaned my glasses - which i dont have and fixed it by myself.. yippieh !!
if someones insterested in this code..
here we go:
PHP Code:
$thread5 = $DB_site->query('SELECT COUNT(*) AS count,postuserid,postusername FROM thread GROUP BY postuserid ORDER BY count DESC LIMIT 5');
while ($thread5top = mysql_fetch_array($thread5)):
++$thread5topnbsp;
$thread5name .= "? <a href=member.php?s=$session[sessionhash]&action=getinfo&postuserid=$thread5top[postuserid]>$thread5top[postusername]</a><br>";
$thread5post .= "$thread5top[count]<br>";
endwhile;
works perfect ;D
ty me
@admin
u can delete this thread.. sorry