The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
show online users and php in the header
i try to modify my header
i only want show the name(!) of currently "online users" in the header. (i only found the hack with number of online users) next problem: i installed a chat. then i have a mysql (php) with "how many users are in the chat" now i want to show the number in the header. code: <? include("connect.php"); ?> <? $user = mysql_query(" SELECT * FROM wichat_users where chat_room "); $usertoday = mysql_num_rows($user); echo $usertoday; ?> to show like this in the header currently users in the chat : 6 anyone an idea? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|