vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   [SMALL RELEASE] Average Posts / Day (https://vborg.vbsupport.ru/showthread.php?t=7852)

02-19-2001 04:10 PM

Another thing :) I get an error at the top of a page if the person hasn't made posts, and an instance with 1 post,

Warning: Division by zero in /www/thzclan/forums/member.php3 on line 624

0 posts - http://www.thzclan.com/forums/member...info&userid=41

and heres one with 1 post - http://www.thzclan.com/forums/member...info&userid=44

Not everybody with 1 post has the error.

I can live with this, but if there is a fix I'd apprieciate it, thanks.

PHP3

02-24-2001 02:26 PM

yEAh A FIX IS NEEDed please finish your hack:)
thanks

02-25-2001 09:37 PM

Just check before if the posts are less then 2, then the values are "N/A', else the values are what they are :P

That's how i've done it

02-28-2001 12:25 PM

Ummmm
I'm not sure what you mean, please explain...:p
thanks

02-28-2001 01:26 PM

Just use something like

PHP Code:

  $userjointimestamp=date("U",$userinfo[joindate]);
  
$systemtimestamp=date("U");
  
$tsdifference=round(($systemtimestamp-$userjointimestamp)/86400);
  
$tsdifference=$tsdifference+1;
  if (
$userinfo[posts]>=2) {
    
$averageposts=round($userinfo[posts]/$tsdifference,2);
    
$averagecharsperpost=round($postinfo[totalchars]/$postinfo[totalposts]);
  } else {
    
$averageposts="NVT";
    
$averagecharsperpost="NVT";
  } 

The only way when you NOW can get an division by zero error, is when the user's posts are deleted, but his postnumber isn't, so it still reads like 22 posts even if he hasn't got any..

But otherwise, it works fine.. for me though :)

03-01-2001 11:41 PM

How would you do this for vBB2. Can somebody make it or remodel it quickly. It would be really useful.

Thx

03-02-2001 12:14 AM

Quote:

Originally posted by mrlister
How would you do this for vBB2. Can somebody make it or remodel it quickly. It would be really useful.


Thx

it is already in vb2. Click on user profile and have a look.

03-02-2001 12:30 AM

oh ok. thx it's just that in the member.php thing it said something about mail so i got confused


All times are GMT. The time now is 01:45 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.01894 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete