The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#132
|
|||
|
|||
Hi daydreamer
I just compared my files with yours, they are identical as far as I can see... sorry, I'm lost. @tubedog: Does it possibly has something to do with php3? greetings from Munich -Tom P.S.: Unfortunately we have not the best weather at the moment, but maybe in some days will be the right weather for the beergarden |
#133
|
|||
|
|||
Thomas,
I have been messing with the online file and found only three instantses(sp?) of $loggedins, the rest were $loggedin. So, I renamed them $loggedin. That got rid of the first error. Now if we could figure put what a parse error is... dd |
#134
|
||||
|
||||
Quote:
Not to be disrespectful in any way but we are talking about a hack here. Not vBulletin. You will need to have patience. TubeDogg as well as others program these hacks for us but he and the others also moderate the forums. He is a very busy guy and I'm sure he is doing the best he can. The Hacks are "free for you to try" and there is never a guarantee that they will work in any way shape or form. Most hacks are in a perpetual state of developement. They are not part of vBulletin or the vBulletin program nor are they supported as such by vBulletin. The $160.00 you paid does include support. If you have a problem with the vBulletin program, please post in the appropriate forum. Although TubeDogg tries to answer questions and support his addons, it may take a day or two to get a response. If I could have helped you I would. I didn't have the answer. There very well could be a situation with the .php3 extension but I just don't know what it would be other than maybe a path statement being incorrect somewhere. But I assure you, set aside a few small items that could be improved, this script hack does indeed work. I don't know if anything else was mentioned on it, you may go back and read the entire thread. |
#135
|
|||
|
|||
Hooper,
You are so right... and I do apologize It's been a late night and a early morning here. Thank you Hooper for showing me the error of my ways. dd |
#136
|
||||
|
||||
In my research for creating the official version of this for v2.1 (or perhaps even an earlier version if I get it finished soon) I have found that this is the query you need if you want to only have the latest entry for each user. That being said this query is not very nice and I will let you know that I have found others way to achieve what I need without using this resource hog:
Code:
$users = $DB_site->query("SELECT s1.userid, username, s1.location, s1.host, invisible FROM session s1, session s2, user WHERE s1.userid = s2.userid AND user.userid = s1.userid GROUP BY s1.userid, s1.lastactivity HAVING Max(s1.lastactivity) = Max(s2.lastactivity) ORDER BY username ") |
#137
|
|||
|
|||
Hello,
After carefully following the instructions, I get the following error: Warning: Variable $loggedins is not an array or string in /home/noc/dre-www/board/online.php3 on line 29 Parse error: parse error in /home/noc/dre-www/board/online.php3 on line 44 Thanks dd |
#138
|
||||
|
||||
Just so everyone knows I haven't died and I'm not ignoring you, I'll post a little update.
Thanks, Freddie, for the point in the right direction. For those of you getting parse errors, I'm working on it. Not sure why as it's still running cleanly on my server, might have something to do with php3. |
#139
|
||||
|
||||
Is there a board somewhere that I can see this hack in action?
Joey |
#140
|
|||
|
|||
in the template forumhome_loggedinusers i can't find this: <b>Currently Active Users</b>
in my template i well can find this: <b>Currently Active Users: $totalonline</b> but this is not the same i guess.. what can i do....?? help me! johnny |
#141
|
|||
|
|||
You use a newer version of Vbulletin. This hack is based on RC2
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|