Die Suche ergab 27 Treffer

von Fori2003
12.06.2004 20:31
Forum: phpBB 2.0: Mod Support
Thema: Anzahl von Privaten Nachrichten
Antworten: 12
Zugriffe: 889

Vielen Vielen Dank! Funzt :)
von Fori2003
11.06.2004 22:37
Forum: phpBB 2.0: Mod Support
Thema: Anzahl von Privaten Nachrichten
Antworten: 12
Zugriffe: 889

Aktueller Code:

$inputbox = mysql_num_rows(mysql_query("SELECT COUNT(privmsgs_id) AS `count` FROM `havo_privmsgs` WHERE `privmsgs_type` IN (0, 1, 5) AND `privmsgs_to_userid` = '".$userdata['user_id']."'"));

$outputbox = mysql_num_rows(mysql_query("SELECT COUNT(privmsgs_id) AS `count` FROM `havo ...
von Fori2003
11.06.2004 19:26
Forum: phpBB 2.0: Mod Support
Thema: Anzahl von Privaten Nachrichten
Antworten: 12
Zugriffe: 889

Ich habe keine Nachrichten und die Nachrichten Tabelle ist auch leer... :/
von Fori2003
11.06.2004 17:02
Forum: phpBB 2.0: Mod Support
Thema: Anzahl von Privaten Nachrichten
Antworten: 12
Zugriffe: 889

Kann mir bitte jemand helfen? Ich brauche das wirklich dringend *anfleh* :D
von Fori2003
10.06.2004 18:05
Forum: phpBB 2.0: Mod Support
Thema: Anzahl von Privaten Nachrichten
Antworten: 12
Zugriffe: 889

Danke schonmal für deine Hilfe. Die Priv. Msg. Tabelle ist bei mir leer, jedoch geben alle Codestücke von dir 1 aus... :/
von Fori2003
09.06.2004 16:49
Forum: phpBB 2.0: Mod Support
Thema: Anzahl von Privaten Nachrichten
Antworten: 12
Zugriffe: 889

Hab es bisher so, funzt aber nicht wirklich. Kommen teilweise falsche Zahlen raus.. :/

$inputbox = mysql_num_rows(mysql_query("SELECT * FROM `havo_privmsgs` WHERE `privmsgs_to_userid` = '".$userdata['user_id']."' AND (`privmsgs_type` = '0' OR `privmsgs_type` = '5')"));
$outputbox = mysql_num_rows ...
von Fori2003
09.06.2004 12:59
Forum: phpBB 2.0: Mod Support
Thema: Anzahl von Privaten Nachrichten
Antworten: 12
Zugriffe: 889

Nur für den eingeloggten User. Also:

$userdata['user_id']
von Fori2003
09.06.2004 12:45
Forum: phpBB 2.0: Mod Suche/Anfragen
Thema: User und Gäste online
Antworten: 14
Zugriffe: 1170

Das ganze Forum läuft doch unter PHP...
von Fori2003
09.06.2004 11:51
Forum: phpBB 2.0: Mod Suche/Anfragen
Thema: User und Gäste online
Antworten: 14
Zugriffe: 1170

Wenn dein Server kein php unterstützt, wird das nicht möglich sein...
von Fori2003
09.06.2004 10:10
Forum: phpBB 2.0: Mod Suche/Anfragen
Thema: User und Gäste online
Antworten: 14
Zugriffe: 1170

Möchte es auf einer anderen Seite ausgeben, richtig.

Zur erweiterten Suche