Der Clanchat kann auf diese Weise nicht aufgerufen werden!

'.implode('
', $combi_array['chat_rows']).'
'; } else { $combi_array = getClanChatMessages($user_ida['id'], $clan_chat_id, CLAN_CHAT_ROWS, CLAN_CHAT_ORDER=='ASC'?TRUE:FALSE); if($combi_array['chat_rows'] == NULL) { $messagearray = '0;
'; } else { $messagearray = $combi_array['max_id'].';
'.implode('
', $combi_array['chat_rows']).'
'; } $delay = 6500; // 6.5 Sekunden $activeTime = 30; // 30 Min $aktiv = round($activeTime * 60 * 1000 / $delay); ?>