openside("Najnowsi użytkownicy");
$result = dbquery("SELECT user_id, user_name,user_color FROM ".$db_prefix."users ORDER BY user_id DESC LIMIT 10");
echo '
';
$rows = dbrows($result);
if ($rows != 0) {
while ($row = mysql_fetch_array($result))
{
echo '