Welcome, Guest. Please Login or Register.
May 13, 2024, 02:26:50 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  German User Help  |  Hilfe bzw. Diskussionen zu Mods  |  "Who is online" / "Wer ist online" « previous next »
Pages: [1] Reply Ignore Print
Author Topic: "Who is online" / "Wer ist online"  (Read 3155 times)
aruttkamp
Noobie
*
Posts: 7


I'm a llama!

"Who is online" / "Wer ist online"
« on: June 26, 2002, 08:34:17 PM »
Reply with quote

Hallo Ihr !

Ich bin auf der suche nach der o.g. Funktion. d.h. , Anzeige wer sich gerade wo im Board aufhält. Gibt es das für die 1.4 schon ?
Wenn ja, wo ?

Vielen Dank

Andreas
Logged
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:"Who is online" / "Wer ist online"
« Reply #1 on: June 26, 2002, 08:45:15 PM »
Reply with quote

Gibt es bisher nur für 1.3.x (hier). Für 1.4 könnte es eine aktualisierte Version geben, welche aber wegen der bevorstehenden 1.4.1 müsste diese geändert werden. Ich werde nach dem erscheinen der neuen Version danach schauen und posten.
Logged

aruttkamp
Noobie
*
Posts: 7


I'm a llama!

Re:"Who is online" / "Wer ist online"
« Reply #2 on: June 26, 2002, 08:49:42 PM »
Reply with quote

Vielen Dank !!

Andreas
Logged
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:"Who is online" / "Wer ist online"
« Reply #3 on: June 26, 2002, 08:50:52 PM »
Reply with quote

Bitte schön ! :)
Logged

theo
Noobie
*
Posts: 10


Who can read is clear in the advantage

Re:"Who is online" / "Wer ist online"
« Reply #4 on: July 07, 2002, 07:40:49 PM »
Reply with quote

Der MemberAction Mod funktioniert bei mir auch unter 1.4  :).
Was ich suche aus der YaBB Gold "Whos online" ist: Welche Mitglieder und wieviel Gäste innerhalb der letzten 24 Stunden online waren.
Weiß jemand ob es so etwas für YaBB SE gibt? Ich habe jetzt (so bilde ich mir ein) alles durchgelesen was mit neuen mods zu tun hat.
Logged
aruttkamp
Noobie
*
Posts: 7


I'm a llama!

Re:"Who is online" / "Wer ist online"
« Reply #5 on: July 07, 2002, 07:47:08 PM »
Reply with quote

Hallo !

wenn ich das richtig sehe , dann gibt es für die 1.4.0 keine neuen Mod´s , weil die 1.4.1 vor der Tür steht.

Einen Mod, wie du Ihn beschreibst , hab ich auch noch nicht gesehen.

Andreas
Logged
theo
Noobie
*
Posts: 10


Who can read is clear in the advantage

Re:"Who is online" / "Wer ist online"
« Reply #6 on: July 09, 2002, 09:57:10 PM »
Reply with quote

Quote from: aruttkamp on July 07, 2002, 07:47:08 PM.................
Einen Mod, wie du Ihn beschreibst , hab ich auch noch nicht gesehen.

Andreas

Dies ist es was ich gesucht habe:
http://www.yabb.info/community/index.php?board=141;action=display;threadid=7641;start=15

Zu sehen hier: http://talk.phptalk.com/index.php

Allerdings auch nur für 1.3  :-[
Logged
Gagus
Jr. Member
**
Posts: 73


WWW
Re:"Who is online" / "Wer ist online"
« Reply #7 on: July 12, 2002, 06:26:48 PM »
Reply with quote

Mir ist da mal aufgefallen (1.3) das die anzeige nicht immer richtig ist.... das steht schon mal das ein user dieses Profil ansieht aber es gabnr nicht macht sondern ein anderer.. ode rman doppel erscheint und da man sich selbst was machen sieht was man gar nicht gemacht hat... ???
Logged

Bye
Gagus
Horseman
YaBB God
*****
Posts: 784


'MAS VALE CABALLO QUE CAUDAL!'

ICQ - 44729151 WWW
Re:"Who is online" / "Wer ist online"
« Reply #8 on: July 17, 2002, 06:10:54 AM »
Reply with quote

bei mir läuft das whois online auch unter 1.4.0
Logged
Mr.Magoo
Jr. Member
**
Posts: 60


I'm a llama!

Re:"Who is online" / "Wer ist online"
« Reply #9 on: August 01, 2002, 10:05:57 PM »
Reply with quote

Quote from: theo on July 09, 2002, 09:57:10 PMDies ist es was ich gesucht habe:
http://www.yabb.info/community/index.php?board=141;action=display;threadid=7641;start=15
Zu sehen hier: http://talk.phptalk.com/index.php
Allerdings auch nur für 1.3  :-[
Hab das ganze jetzt mal versucht zum einrichten aber leider bekomm ich immer ne Fehlermeldung das in dieser zeile (STERNE):
$guestss = 0;
        $tmpuserss = array();
        $request33 = mysql_query("SELECT identity FROM {$db_prefix}log_online24 ORDER BY logTime DESC");
 *******while ($tmpp = mysql_fetch_array($request33))*******
        {
                $identityy = $tmpp[0];
                $euserr=urlencode($identityy);
                $request44 = mysql_query("SELECT realName, memberGroup FROM {$db_prefix}members WHERE (memberName='$identityy') LIMIT 1");
                if (mysql_num_rows($request44) > 0){
                        $tmpp = mysql_fetch_row($request44);
            if ($tmpp[1]=="Administrator")
              $tmpuserss[] = "<a href=\"$scripturl?action=viewprofile;user=$euserr\"><font color=\"red\">$tmpp[0]</font></a>";
            elseif ($tmpp[1]=="Global Moderator")
              $tmpuserss[] = "<a href=\"$scripturl?action=viewprofile;user=$euserr\"><font color=\"red\">$tmpp[0]</font></a>";
            elseif ($tmpp[1]=="YaBB SE Team Member")
              $tmpuserss[] = "<a href=\"$scripturl?action=viewprofile;user=$euserr\"><font color=\"green\">$tmpp[0]</font></a>";
            elseif ($tmpp[1]=="Moderator")
              $tmpuserss[] = "<a href=\"$scripturl?action=viewprofile;user=$euserr\"><font color=\"blue\">$tmpp[0]</font></a>";
            else
                          $tmpuserss[] = "<a href=\"$scripturl?action=viewprofile;user=$euserr\">$tmpp[0]</a>";
                }
                else
                        $guestss ++;
        }

            //change here
        $userss = "<font size=1>".implode(", ",$tmpuserss)."</font>";
        $numusersonlines = sizeof($tmpuserss);
was mit SQL nicht passt?

Kann jemand helfen?

DANKE
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  German User Help  |  Hilfe bzw. Diskussionen zu Mods  |  "Who is online" / "Wer ist online" « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.034 seconds with 20 queries.