vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Who was online today [available in english & german] (https://vborg.vbsupport.ru/showthread.php?t=34014)

Lesane 02-17-2002 05:30 PM

Thanks for the addon. Worked great :up:

Floris 02-24-2002 11:36 AM

Hey there :)

I have applied this hack, but didn't quite stick to your installation instructions :) Sorry! I have applied it by altering the forumhome_loggedinuser(s) template and now I have it split up next to the WOL !! Actually looks pretty cool :)

Thank you for the code!! Very easy to apply and when its time to goto vB3 I can just put index.php back and upgrade, and re-apply this simple hack! Way cool

onliner 02-27-2002 04:36 AM

thanks!

datatec 02-28-2002 02:56 AM

thanks

Gamingforce 03-05-2002 03:00 AM

This is a wonderful hack! Attached is your awesome script at work on my site.

Lucky 03-05-2002 05:18 PM

Works great

Buster.de 03-06-2002 12:31 PM

It's a great hack, thx.

Is there any version of this hack including all fixes?
What's about the "next version" of the hack as mentioned some posts before?

Mr. Slugworth 03-06-2002 05:26 PM

I installed the hack, and it looks great (version #2). Thanks!!! I just had one problem with the onlinetoday.php file. When it is shown, I get a header problem at first, and then after refresh, I get the following above the header: ( onlinetoday.php§¸fƒ°¸fƒ°mBIN‚?¸ä )

Any ideas? It only shows up on macs, but it is still a pain. The header problem is universal.

Mr. Slugworth 03-08-2002 10:18 PM

I figured out the header problem, just changed the error reporting to a lower number, no problem.

Now, I have a problem with the "Most ever online on a day" number. Here is what happened:

First day, worked great, had 41 people on board. Second day, same thing, but only had 32 people on board, and so it didn't change from day 1. Third day, today, we had a record amount of people online at the same time, so the "Most ever online" was changed from 23 to 25, and for some reason the "Most ever online on a day" was reset, and is currently 29, which is my total for today.

Any ideas why this is reset?

Mr. Slugworth 03-12-2002 06:47 PM

Anyone, anyone....?

nafae 03-15-2002 06:01 PM

Mr. Slugworth-I installed this hack, and it sayes:

Number of Active Users Today: 13
Most users ever online on a day was 25 on Today.

(I have yesterday-today hack installed)

however notice if only 13 were on today, 25 can't be the record so I think I am having the same problem as you.

Anyone have any idea?

Mr. Slugworth 03-15-2002 06:24 PM

Yah.

Any time I have a record number of people online at the same time (members and quests), my most ever online on a day resets to the current day's figure. So, I am racking up three or four days, and then it gets reset. Bothersome.

69-FLy-gUy 03-16-2002 04:09 AM

so has anyone ever figured out the timezone thing?

nafae 03-16-2002 02:42 PM

It appears firefly has :) its running fine here. Just not on my forums :(

nafae 03-16-2002 09:22 PM

Bump :(

69-FLy-gUy 03-20-2002 11:46 PM

I am woindering if FireFly will tell us how he did it????

FireFly?

I wonder how we get his attention to this thread?????

Gamingforce 03-30-2002 03:10 AM

I love this hack. Really busy day at my place yesterday. Took a screenshot. Over 3000 people active o_O.

http://www.xarcos.com/gff/activetoday1.gif
http://www.xarcos.com/gff/activetoday2.gif

Martz 03-30-2002 09:58 AM

Quote:

Originally posted by Mystics
Uhm.......are you talking about "Currently Active Users", which is a standard feature of vBulletin? :confused:
No, I am talking about "Currently Active Users Maximum" for today. Our record is 71 users online, concurrently. That was 3 months ago or something. Re usually hit 50/60 some days - but I have to be around to see it. My suggestion was to show:

Currently Active Users: 31
There are currently 27 members and 4 guests on the boards. | Most users ever online was 71 on 18-11-2001 at 23:24. The most users on-line today at one time was: 54


The red being the bit I am after. Hope that is clear enough. :paranoid:

boatdesign 04-01-2002 12:15 AM

Just wanted to say very nice mod and a big thank you! I really like this one. The only thing which would make it even better would be to also include the number of guests who visit in addition to logged in members.

babo 04-02-2002 01:58 PM

Quote:

Originally posted by Jawelin
Yeah. Infact yesterday I applied the hack and found about 270 users from the midnight with all your corrections.
Today I have 0 (zero!) users, according to the same hack... :confused:

Actually I think the traslation you made to $unixtoday var had the wrong sign ... :?:

I though to a simpler solution, I guess.
Simply, replace in the ORIGINAL HACK CODE:
PHP Code:

mktime(0,0,0,date("m"),date("d"),date("Y")); 

with:
PHP Code:

mktime($timeoffset-$bbuserinfo['timezoneoffset'],0,0,date("m"),date("d"),date("Y")); 

This should traslate the server's midnight time towards the user one.

What do you thin about ?

It does not give desirable outcomes!
I have other solution:
Quote:

in the ORIGINAL HACK CODE (index.php & onlinetoday.php):
replace:
PHP Code:

mktime(0,0,0,date("m"),date("d"),date("Y")) 

with:
PHP Code:

mktime(0,0,0,vbdate("m"time()),vbdate("d",time()),vbdate("Y"time())) 


It should work.

centris 04-02-2002 05:38 PM

I don't know if this is a 2.2.4 issue I think not. But I noticed the other day a member who had visited the forums. Now I know for a fact that on that occasion it was impossible WHY, he was with me the whole day thats why. So I began looking at the visitors in the last 24hrs which might show 7 but the hack reported 9? Over the last few days this has happend several times, the members visiting (who have not) have their last visit date reset to 1970??

Hope this all makes sense. The issue is still there in 2.2.5.

Jawelin 04-02-2002 08:23 PM

Quote:

Originally posted by babo

It does not give desirable outcomes!
I have other solution:

It should work.

I underlined myself that wasn't a right solution because of date changing line ...
Even I specified I found a corrected translation (I mean an algebric value with a post correction for the date around midnight) and asked if anybody was interested in.
Mine is stable and full working (I use for all other 'midnight' timeline need like the posts made today, etc.) for a server lated than the admin's time ... ;)
I.e., when on my server is midnight, my time is 0600 in the morning...

LMK

P.S.: any case, apart you forgot a parenthesis, the solution couldn't work on a left around of midnight ... as you loose the day change, this way.

unclejojo16 04-03-2002 11:26 PM

On our forums we use the colored users online hack which colorizes members by usergroups. When we added the "Who-was-Online-Today" we noticed that it showed up in "black" (our link color). Well we wanted one that matched the colors shown in the CUO hack and so my co-admin hacked the hack. Enjoy. Remember to modify $mod["$userid"] or $todayuser['usergroupid'] == # to reflect your usergroup colors & ids.


created by genial @http://www.skats-board.de (eMail: phenomenal_genial@hotmail.com)
documentation & posted (with a few little changes) by Mystics (eMail: mystics27@gmx.net)

The reason im postin this..iz cus millions of peoples asked me to get them this hack for 2.2.1...hear it is...but im also releasin for newer versions soon..unles itz been released already

unclejojo16 04-03-2002 11:27 PM

<a href="https://vborg.vbsupport.ru/attachment.php?s=&postid=216801" target="_blank">https://vborg.vbsupport.ru/attac...&postid=216801</a>

Screen Shot

Neo 04-03-2002 11:29 PM

WOW... that is sure a colorful picture you have there O_O

unclejojo16 04-03-2002 11:37 PM

indeed.....

Rick 04-04-2002 01:31 AM

Thanks, nice hack. Can I make this show up on a seperate page so you would have to click on a link to view it?

I ran it and it showed 549 users were active today. The printout is a bit overwhelming in the main page :D

Does it count guest users in the total? If not could it be made to do so??

Thanks again.

ZiRu$ 04-04-2002 01:43 AM

Quote:

Originally posted by Rick
Thanks, nice hack. Can I make this show up on a seperate page so you would have to click on a link to view it?

I ran it and it showed 549 users were active today. The printout is a bit overwhelming in the main page :D

Does it count guest users in the total? If not could it be made to do so??

Thanks again.

me want to

unclejojo16 04-04-2002 11:18 AM

Um...It does count guests...If nto i'll tryn and get it to..

Rick 04-04-2002 02:23 PM

Maybe they are just included in the total and not seperate from the logged in users?

Also, what about my question:

Can I make this show up on a seperate page so you would have to click on a link to view it?

unclejojo16 04-04-2002 08:00 PM

That would have to include a hole new template under forum display.,....work on it wouldnt be hard to figure out....

Rick 04-04-2002 10:02 PM

I would have no clue where to begin. I just implement hacks.. not create them. I wish I could.

lifesourcerec 04-09-2002 06:08 PM

What does the "*" means after the names?

Mystics 04-09-2002 06:18 PM

Quote:

Originally posted by lifesourcerec
What does the "*" means after the names?
That this user is invisible (only Admins can see him)

wooolF[RM] 04-12-2002 08:38 PM

]just changed from one version of this hack to another one :) still great! :D

BBurns 04-16-2002 12:25 AM

I attached the screenshot. Mine keeps counting the members who were online, but it doesn't give the names.

just the same number of commas as the number who was online! ha ha

PEACE

Mystics 04-16-2002 06:30 AM

Quote:

Originally posted by BBurns
I attached the screenshot. Mine keeps counting the members who were online, but it doesn't give the names.

just the same number of commas as the number who was online! ha haPEACE

Re-Check your index.php and the Templates and compare it with the instructions. It is not built-in correct.

BBurns 04-16-2002 08:54 PM

I found it, thanks, I didn't create one of the templates.

ThePeak 04-17-2002 02:11 AM

Will this work for 2.2.5?

FWC 04-17-2002 03:45 AM

Quote:

Originally posted by ThePeak
Will this work for 2.2.5?
Yes, it works fine with 2.2.5.


All times are GMT. The time now is 11:11 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02263 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete