Previous Thread
Next Thread
Print Thread
Rating: 10
Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
Actually that is not necessary, the reason it didn't work properly is because the info about which board they are visiting has been changed in 6.4 which wasn't taken into consideration when the mod was updated. Try this:

Code
#<br /># Find this:<br />#<br /><br />// Find out how many are browsing this forum<br />   $query = "<br />      SELECT O_Type,O_Board,COUNT(*)<br />      FROM   {$config['tbprefix']}Online<br />      WHERE  O_Board = '$Board'<br />      GROUP BY O_Type<br />   ";<br />   $sth = $dbh -> do_query($query);<br />   $a = "0";<br />   $r = "0";<br />   while (list($Type,$Extra,$onlinecount) = $dbh -> fetch_array($sth)) {<br />      ${$Type} = $onlinecount;<br />   }<br /><br />#<br /># Change to:<br />#<br /><br />// Start of Online Users hack.<br />// Find out how many are browsing this forum and check who are online.<br />   $Outdated = $html -> get_date() - 600;<br />   $queryOnline = "<br />      SELECT O_Uid,O_Type,O_Board<br />      FROM   {$config['tbprefix']}Online<br />      WHERE  O_Last > $Outdated<br />      ORDER BY O_Last DESC<br />   ";<br />   $sth = $dbh -> do_query($queryOnline);<br />   $a = 0;<br />   $r = 0;<br />   $OnlineUsers = Array();<br />   while (list($ol_usernum,$Type,$VisitingBoard) = $dbh -> fetch_array($sth)) {<br />      // Check if the user is browsing this board and update the counters accordingly<br />      if ( $VisitingBoard == $Board ) {<br />         ${$Type}++;<br />      }<br />      // Add this user to the list of online users if they are logged in.<br />      if ( $ol_usernum ) {<br />         $OnlineUsers[] = $ol_usernum;<br />      }<br />   }<br />// End of Online Users hack.


Now, I haven't tried this, but I think it should work. =]

Sponsored Links
Entire Thread
Subject Posted By Posted
Re: Beta-[6.4] Online Users 2.0 JoshPet 11/07/2003 1:31 AM
Beta-[6.4] Online Users 2.1 Gardener 11/07/2003 5:10 AM
Re: Beta-[6.4] Online Users 2.0 AKD96 11/07/2003 10:28 PM
Re: Beta-[6.4] Online Users 2.0 Gardener 11/07/2003 11:35 PM
Re: Beta-[6.4] Online Users 2.0 smilesforu 11/11/2003 8:48 AM
Re: Beta-[6.4] Online Users 2.0 ericgtr 11/11/2003 5:42 PM
Re: Beta-[6.4] Online Users 2.0 smilesforu 11/11/2003 10:49 PM
Re: Beta-[6.4] Online Users 2.0 Turbosport 12/11/2003 12:30 AM
Re: Beta-[6.4] Online Users 2.0 Gardener 12/11/2003 2:46 AM
Re: Beta-[6.4] Online Users 2.0 Turbosport 12/11/2003 7:15 PM
Re: Beta-[6.4] Online Users 2.0 Turbosport 12/11/2003 10:26 PM
Re: Beta-[6.4] Online Users 2.0 Turbosport 12/11/2003 10:28 PM
Re: Beta-[6.4] Online Users 2.0 Gardener 12/12/2003 9:56 AM
Re: Beta-[6.4] Online Users 2.0 AKD96 12/12/2003 1:40 PM
Re: Beta-[6.4] Online Users 2.0 Gardener 12/12/2003 2:54 PM
Re: Beta-[6.4] Online Users 2.0 Turbosport 12/12/2003 10:16 PM
Re: Beta-[6.4] Online Users 2.0 donJulio 07/04/2004 8:32 AM
Re: Beta-[6.4] Online Users 2.0 smoknz28 05/17/2005 6:33 AM
Re: Beta-[6.4] Online Users 2.0 donJulio 05/17/2005 9:02 AM
Re: Beta-[6.4] Online Users 2.0 smoknz28 05/17/2005 2:10 PM
Re: Beta-[6.4] Online Users 2.0 donJulio 05/18/2005 10:00 PM
Re: Beta-[6.4] Online Users 2.0 smoknz28 05/19/2005 2:03 AM
Re: Beta-[6.4] Online Users 2.0 Jest 05/23/2005 10:27 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,575
Posts293,930
Members13,823
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)