vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   VBA problem? Need a bit of coding help please. (https://vborg.vbsupport.ru/showthread.php?t=130907)

jailer 11-06-2006 11:46 AM

VBA problem? Need a bit of coding help please.
 
Not posting on the VBA forum yet, chances of a reply there are slim to none.


The Most Ever Users Online was 1 on 01 01 1970


I've got that showing on my forum home page after the forum hit over 100 members online and 'broke'.
As per: http://www.vbulletin.com/forum/showthread.php?t=203222
(pages 4 & 5)
I've tried loads to fix it to no avail.
I'm told now I have to remove VBAdvanced for the problem to go away..
I'm not prepared to do this, so I'm looking for help in manually editing a template or PHP file that shows this info in the What's Going On box.

Any pointers would be very much appreciated.
It looks terrible.

Thanks in advance.

Paul M 11-06-2006 02:24 PM

To fix the VBA usersonline module (for vb 3.6) either use the copy in CMPS 2.2.1 or read this post, which is where I asked them to fix the incorrect code they use.

jailer 11-06-2006 05:43 PM

Thanks Paul and much as appreciate 100% your coding skills and opinions, altering that code still doesn't work for me.
I re ran the query:

Code:

UPDATE datastore
SET data = ''
WHERE title = 'maxloggedin'

afterwards too, but after a refresh, the forum still shows 01-01-1970

:confused:

:edit:
Just uploaded the copy from 2.2.1 also - still no difference.
Sorry to be a pain.
:(

As you suggested in the other thread, I've downloaded all my non-standard files and scanned them for maxloggedin

The only two files I find it in are:

vba_cmps_include_template.php
forum.php (which is VB's index.php renamed)

________


:edit 2:

OK, think I've fixed it.

Following your code with the serializing, I have altered the code in the VB forum.php (originally index.php) as so:

Code:

        // ### MAX LOGGEDIN USERS ################################
        if (intval($vbulletin->maxloggedin['maxonline']) <= $totalonline)
        {
                $vbulletin->maxloggedin['maxonline'] = $totalonline;
                $vbulletin->maxloggedin['maxonlinedate'] = TIMENOW;
                build_datastore('maxloggedin', serialize($vbulletin->maxloggedin));
        }

Is now:

Code:

        // ### MAX LOGGEDIN USERS ################################
        if (intval($vbulletin->maxloggedin['maxonline']) <= $totalonline)
        {
                $vbulletin->maxloggedin['maxonline'] = $totalonline;
                $vbulletin->maxloggedin['maxonlinedate'] = TIMENOW;
                build_datastore('maxloggedin', serialize($vbulletin->maxloggedin), 1);
        }

Added the , 1

Seems to have done the trick.
Does this sound abnormal to you Paul?


Hopefully those with a similar problem might search and find a solution.

Paul M 11-07-2006 09:42 AM

That looks exactly correct, if the ',1' is missing from the build_datastore() call then it will almost certainly break the 'maxloggedin' values on a vbulletin 3.6 installation.

jailer 11-07-2006 09:44 AM

Wow. A VB bug then perhaps?

Kidswap 11-07-2006 06:34 PM

I did a check and all of my maxloggedin already have the '1'. I deleted everything that had to do with vbcmps and still no luck fixing this.

newbe_haselina 11-08-2006 03:56 AM

Hi Jailor,

that's terriffic !!! :laugh: It works! I can't tell you how happy I am!

Thank you very much, and thanks to all the others trying to give me a little help.

But I'm wondering, if it's a bug?! I mentioned, that I set for security reasons some files to CHMOD 644, also the index.php ... is it possible that the index.php was not updated? Just a guess why this happened.

But anyway, works fine now and I am really thankfull.

jailer 11-10-2006 11:38 AM

Yep, I think it's a bug - glad you got it sorted. Must say, I was thrilled myself.
:)
Kidswap, have you tried adding the , 1 to your VB index.php ..?


All times are GMT. The time now is 09:41 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.01166 seconds
  • Memory Usage 1,730KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete