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)
-   -   vbStats (https://vborg.vbsupport.ru/showthread.php?t=30751)

cnczone 05-13-2003 03:07 PM

Quote:

Today at 08:15 AM Weasel said this in Post #1130
I went through the code and found that he is trying to do math operations on variables that have been number_formatted, so this error occurs when the number of registered users goes above 1000 and a comma is put into the number to represent the thousands place.

To fix find this:

PHP Code:

    // How Many?
    
$numbersmembers=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user');
    
$numbermembers=number_format($numbersmembers['users']);

    
// Active/Non?
    
$snonposters=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user WHERE posts=0');
    
$nonposters=number_format($snonposters['users']);
    
$activemembers=number_format($numbermembers-$nonposters);
 
$activityrate=sprintf("%.2f",(100*$activemembers/$numbermembers));

    
// Newest Member 

and REPLACE with this:

PHP Code:

    // How Many?
    
$numbersmembers=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user');
    
$numbermembers=$numbersmembers['users'];

    
// Active/Non?
    
$snonposters=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user WHERE posts=0');
   
$nonposters $snonposters['users'];
    
$activemembers=$numbermembers-$nonposters;
    
$activityrate=sprintf("%.2f",(100*$activemembers/$numbermembers));
    
$numbermembers number_format($numbermembers);
   
$nonposters number_format($nonposters);
   
$activemembers number_format($activemembers);

    
// Newest Member 



What php file is this in?

Larry Sanders 05-14-2003 06:53 PM

The above code is in vbstats.php.

~~~~~~~~~~~~~~

On another note, I have had v2.0.3 installed for a long time on my site. I just upgraded to v2.3. All seems well but I keep getting:

Parse error: parse error in /usr/local/etc/httpd/htdocs/Forums/global.php(313) : eval()'d code on line 6

at the top of each page. FreeBSD server - pretty standard setup without many 'hacks'.

The error disappears when I take --> include("./vbs_counter.php); <-- out of my phpinclude template.

I looked at line 6 of global.php and it reads --< $explain = 1; <---

Anyone know what the 1 is or what's happening?

http://Elsmar.com/Forums/

Any thoughts appreciated.

zajako 05-17-2003 05:06 PM

id like to get my hands on the server stats and all the other ones on talk aloud that do not come normaly.

Floris 05-18-2003 02:29 AM

When can we expect a new version for vbulletin 2.3.0 ?

NinjaBelly 05-25-2003 12:30 AM

When I add this hack it works fine in my forums but then on my vbHome lite it generates these code errors on the top of the page:

Warning: Unknown(./vbs_counter.php): failed to create stream: No such file or directory in /home/hilaryfn/public_html/global.php(929) : eval()'d code on line 6

Warning: Unknown(): Failed opening './vbs_counter.php' for inclusion (include_path='') in /home/hilaryfn/public_html/global.php(929) : eval()'d code on line 6

Any ideas? Thanks.

ogden2k 05-26-2003 12:52 PM

Quote:

05-24-03 at 09:30 PM NinjaBelly said this in Post #1135
When I add this hack it works fine in my forums but then on my vbHome lite it generates these code errors on the top of the page:

Warning: Unknown(./vbs_counter.php): failed to create stream: No such file or directory in /home/hilaryfn/public_html/global.php(929) : eval()'d code on line 6

Warning: Unknown(): Failed opening './vbs_counter.php' for inclusion (include_path='') in /home/hilaryfn/public_html/global.php(929) : eval()'d code on line 6

Any ideas? Thanks.

Same here...

Also, I don't like when you load a new page, it adds another count to the user's browser / OS in the stats... Shouldnt it count this per IP session?

Bane 05-26-2003 01:10 PM

for the problem with vbhome you may have to take the counter out of the phpinclude template and put it in your global.php.

ogden2k 05-26-2003 01:21 PM

Ok, can you be more specific?

Mrpolish 05-27-2003 03:04 PM

Can you include top 5 posters on you forumhome template ?

hashesh 05-29-2003 11:28 PM

I cant get the exculde userid to actually exclude.. any thoughts?


All times are GMT. The time now is 08:39 PM.

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.02197 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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