vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Who Was Online Today on forums (https://vborg.vbsupport.ru/showthread.php?t=59579)

Gryphon 04-15-2004 02:58 PM

Quote:

Originally Posted by jancarlo
@ Gary W

if the tables of the db have it begins them "vb3_==>" what I must
modify?

Quote:

Originally Posted by Gary W
Nothing :)

Not quite, you need to replace in the instructions.
Code:

INSERT INTO datastore (title, data)...
with
Code:

INSERT INTO vb3_datastore (title, data)...

Virtex-II 04-16-2004 05:26 AM

Quote:

Originally Posted by Blackjack
Not quite, you need to replace in the instructions.
Code:

INSERT INTO datastore (title, data)...
with
Code:

INSERT INTO vb3_datastore (title, data)...

So Blackjack we have to correct the query in the attached txt file???

Gryphon 04-16-2004 03:44 PM

Correct, nothing else needs to be changed.

Virtex-II 04-16-2004 05:42 PM

Quote:

Originally Posted by Blackjack
Correct, nothing else needs to be changed.


Thanks a lot for the tip :) :banana:

Wifey 04-19-2004 08:01 PM

Thank you SO much Zero Tolerance - that fixed my problem.

Onkel_Tom 04-21-2004 10:26 AM

Hi,
I got the same problem showing different maxusers of today in Forumhome and the "newpage" for who was online. I use vB3.0.1

I fixed it with following change in onlinetoday.php

find:
PHP Code:

WHERE lastactivity " . (mktime(0,0,0,date("m"),date("d"),date("Y")) + (($bbuserinfo['timezoneoffset']-$timeoffset)*3600)) . " 

replace it with:
PHP Code:

WHERE lastactivity " . (mktime(0,0,0,date("m"),date("d"),date("Y")) + (($bbuserinfo['timezoneoffset']-$vboptions[timeoffset])*3600)) . " 

but the most users online still resets every day....

FleaBag 04-22-2004 02:23 AM

Just switched to the seperate page version of this, it's excellent, thanks! :)

good2laugh 04-23-2004 08:08 AM

Hi guys - bit of newbie here.. following the instructions for normal text - but am a bit lost on the creating phase part - it says
NOW CREATE THE FOLLOWING PHRASES:
******************************
last_online_at_x / Last online at {1}
******************************
active_users_today / Number of Active Users Today
******************************
most_users_ever / Most users ever online on a day was {1} on {2}.
******************************
already_visited_today / The following members have already visited the forums today

I'm sure that is straightforward to you guys, but not to me -can someone help me


in the cp it says VAR NAME and text - and I'm NOT clear what I do

text is the part above? ie last_online_at_x / Last online at {1} ?? but what is VARNAME


PLEASE help a newbie :)

Barto 04-23-2004 09:40 PM

have some problems with vB3.0.1 this hack?

Onkel_Tom 04-24-2004 01:16 AM

No, works fine for me on vB3.0.1 ;)


All times are GMT. The time now is 10:00 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.02789 seconds
  • Memory Usage 1,744KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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