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)

OpalCat 02-14-2003 02:33 PM

Is the file in the original post the current version?

Bane 02-15-2003 04:25 AM

I am upgrading the file for the 2.3.0 release now. Expect it to be done tonight/this morning.

Bane 02-15-2003 04:27 AM

Quote:

Originally posted by Hwulex
Bane: Quick note mate. If you look at the countries on your own vbStats, you've got United Kingdom twice! :s


Not my fault :) Thats because UK has 2 seperate lang encoding types:

GB and UK

I didnt pick either :p

Floris 02-15-2003 11:32 AM

Installed on 2.2.9 again
and works great.

limey 02-15-2003 03:45 PM

PHP Code:

// BEGIN vbStats Hack [230.01]
// 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));

// Staff
$anum mysql_num_rows(mysql_query("select * from user WHERE usergroupid=5 or usergroupid=6 or usergroupid=7"));

// Total
$countposts=$DB_site->query_first('SELECT COUNT(*) AS posts FROM post');
$totalposts=$countposts['posts'];
if (
$totalposts=='') { $totalposts=0; }
$countthreads=$DB_site->query_first('SELECT COUNT(*) AS threads FROM thread');
$totalthreads=$countthreads['threads'];
if (
$totalthreads=='') { $totalthreads=0; }

// Today [FireFly]
$tltoday=time()-(86400);
$getpoststoday=$DB_site->query_first("SELECT count(*) AS count FROM post WHERE dateline>='$tltoday'");
$poststoday=$getpoststoday[count];
$getthreadstoday=$DB_site->query_first("SELECT count(*) AS count FROM thread WHERE dateline>='$tltoday'");
$threadstoday=$getthreadstoday[count];

// Views
$boardviews $DB_site->query_first("SELECT SUM(views) AS threadviews FROM thread");
$totalviews number_format($boardviews[threadviews]);

eval(
"$vbstats = "".gettemplate('vbstats_forumhome')."";");
// END vbStats Hack [230.01] 

I get parse errors with this code bit.

Bane 02-15-2003 03:48 PM

I would have to see the parse errors :( I didnt mean to keep this in the install actually, it was something for someone else. But we might as well fix it.

Bane 02-15-2003 03:53 PM

Quote:

Originally posted by limey
PHP Code:

eval("$vbstats = "".gettemplate('vbstats_forumhome')."";"); 



should be:

PHP Code:

eval("\$vbstats = \"".gettemplate('vbstats_forumhome')."\";"); 


limey 02-15-2003 04:45 PM

ooo that code adss 7 queries..no thnx :)

that fixed the parse errors though and it works...i took it out tho.

Bane 02-17-2003 07:51 PM

Guess we will see after 2.3.0 if this release is as painless as it seems :p

smestas 02-19-2003 08:28 AM

I have the stats running fine but I am having problems blocking the following refer address from "stats_set.php" this is the error?

Any help will be appreciated!

-----------------------------------------------
Database error in vBulletin Control Panel 2.2.8:

Invalid SQL: UPDATE vbstats_options SET startdate='952001',exforum='0',statloc='images/stats',flagloc='images/flags',useflags=1,useonnow=1,usequeue=1,usevbp=0,u sevbpl=0,refermax=30,queuemax=10,toppostmax=10,top threadmax=10,recruitmax=20,incbar1=10,incbar2=20,i ncbar3=50,incbar4=100,incbar5=200,incbar6=500,nore fer1=alfabb.com,norefer2=alfabb.com,color1='black' ,color2='red',color3='blue',color4='blue',acolor=' Red',scolor='Teal',mocolor='Green',mecolor='Blue', ucolor='Grey'
mysql error: Unknown table 'alfabb' in field list

mysql error number: 1109

Date: Wednesday 19th of February 2003 02:26:07 AM
Script: http://www.alfabb.com/bb/forums/bb/f...bstats_set.php
Referer: http://www.alfabb.com/bb/forums/admin/vbstats_set.php
-------------------------------------------------


All times are GMT. The time now is 05: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.02421 seconds
  • Memory Usage 1,754KB
  • 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_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