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)
-   -   vB3 Forumhome Stats Cache Serialize hack v2.2 (https://vborg.vbsupport.ru/showthread.php?t=61420)

Mijae 03-27-2004 01:43 PM

It still says 155 threads is 15500% :P

Boofo 03-27-2004 01:49 PM

Ok, try taking this completely out and let me know what it does.

PHP Code:

$statscache['topthreadspercent'] = vb_number_format($statscache['topthreadspercent'], 2) . '%'


Mijae 03-27-2004 02:36 PM

Did nothing...

What I noticed tho is that the part that says "There has been X posts since your last visit" part dissapeared.

Edit: I edited index.php again, and readded the template, but the above part still won't show up. I dont know whats wrong.

Owen 03-27-2004 02:46 PM

the percentages in your forumdisplay hack seem to be fine, whats different about these?

Boofo 03-27-2004 02:50 PM

Quote:

Originally Posted by Mijae
Did nothing...

What I noticed tho is that the part that says "There has been X posts since your last visit" part dissapeared.

Edit: I edited index.php again, and readded the template, but the above part still won't show up. I dont know whats wrong.

This code for the percentages has nothing to do with that. That will only show up if there have been new posts since your last visit to the board. Check the code in the index.php file to make sure you didn't do anything there when testing the percentage code.

Boofo 03-27-2004 02:54 PM

Quote:

Originally Posted by Owen
the percentages in your forumdisplay hack seem to be fine, whats different about these?

Believe it or not, they are the same code. ;)

Ok, if you want to try something, i "may" have stumbled on to a fix. let's cross our fingers and try this again. ;)

Replace:

PHP Code:

    $statscache['topthreadspercent'] = round(100 * ($topstarter[count] / $totalthreads), 2); 

with:

PHP Code:

$statscache['topthreadspercent'] = vb_number_format(($topstarter[count] / $totalthreads) * 1002) . '%'

and take out:

PHP Code:

    if (($statscache['topthreadspercent'] % 10) == 0)
        
$statscache['topthreadspercent'] = vb_number_format($statscache['topthreadspercent']) . '%';
    else
        
$statscache['topthreadspercent'] = vb_number_format($statscache['topthreadspercent'], 2) . '%'

You will have to set the update time to 0 and refresh the stats. Do it once or twice and see if that fixes our problem. Let me know as soon as possible so i can either bang my head against the wall or post the rest of the fixes. ;)

Mijae 03-27-2004 03:04 PM

Nope, it refuses to change :-\ Still says 15500% :(

Mijae 03-27-2004 03:06 PM

Also, the stuff that dissapeared wont come back, I've rehacked several times now and it still wont show up!

Boofo 03-27-2004 03:13 PM

Did you write this before or after the pm you just sent me?

Mijae 03-27-2004 03:20 PM

Quote:

Originally Posted by Boofo
Did you write this before or after the pm you just sent me?

Before.


All times are GMT. The time now is 02:31 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.01524 seconds
  • Memory Usage 1,748KB
  • 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
  • (3)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