The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
|||
|
|||
![]()
Works Like A Charm!
Thanks! |
#32
|
|||
|
|||
![]()
I'll work on getting to show the user names. Give me a few hours, and I'll release it in a new thread.
![]() |
#33
|
|||
|
|||
![]()
AWESOME!
Can't Wait Bro! |
#34
|
|||
|
|||
![]()
You rock, it worked great!
I couldn't get all of the code from the attachment though. |
#35
|
|||
|
|||
![]()
Jyaki: What do you mean? I just tried downloading it and it worked fine...?
|
#36
|
|||
|
|||
![]()
When I click on it, This is everything I get:
Code:
$datecut AND userid>0",$db) or die ("oops"); while($loggedin = mysql_fetch_array($loggedins)) $membersonline=number_format($loggedin[users]); $guestsloggedins=mysql_query("SELECT COUNT(userid) AS users FROM session WHERE lastactivity>$datecut AND userid=0",$db) or die ("oops"); while($guestsloggedin = mysql_fetch_array($guestsloggedins)) $guestsonline=number_format($guestsloggedin[users]); $users=mysql_query("SELECT COUNT(userid) AS registeredusers FROM user",$db) or die ("double oops"); while($user = mysql_fetch_array($users)) $totalusers=number_format($user[registeredusers]); echo "We have a total of $totalusers registered users. There are currently $membersonline members and $guestsonline guests online."; ?> |
#37
|
|||
|
|||
![]()
I've changed it to a zip file. Let me know if you're still having problems.
|
#38
|
|||
|
|||
![]()
I just copied your earlier code and made the changes you specified manually.
I've been wanting this one for a long time. Thanks |
#39
|
|||
|
|||
![]()
As promised, I released the online users with user names. There's a link in my sig. Enjoy!
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|