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)
-   -   vB Statistic version 3.0.0 (directors Cut *g*) (https://vborg.vbsupport.ru/showthread.php?t=74603)

sv1cec 01-29-2005 01:00 PM

Could you please explain to me what's the meaning of the last two lines shown below:

Total threads: 2,353
Total posts: 15,636
Hits: 518,888
Ø: 221 times <<<<<<<<
Thread replies: Ø 5.65 times <<<<<<<<

It's taken from the right column of the first page which appears when you run the statistics.

I assume the second is averate replies per thread, but I am not sure and I do not understand the first one.

Rgds

Lizard King 01-29-2005 04:48 PM

Awesome statistics. Easy to install and very detailed statistics. Well Done.

yoyoyoyo 01-29-2005 09:09 PM

Here is a quick & dirty way to integrate the stats page in to your ACP:

In your admincp/index.php file find
PHP Code:

//##### Statistic 3 by PcFreak START #####
        
$printhr true

add below:
PHP Code:

        construct_nav_option('STATISTICS''../statistic.php?''<br />'); 

nothing too fancy, but it works. You can obviously put it wherever you want in your statistics ACP menu, and you can call it whatever you want. Again- I realize this isn't groundbreaking, but I thought one or two newbies like myself might find it useful.

MissKalunji 01-30-2005 04:17 AM

when i got to my statistic it says...
Forums online since: 12-31-1969 at 19:00 (12813 days)
This forum was installed by:

???????? how i can fix it?

Lizard King 01-31-2005 01:25 AM

Is there a way for me to see the second domain statistics in a different part like
xxxxxx.com page hits : 150.000
yyyyy.com page hits : 25.000
Is this possible ?

jeepinator 01-31-2005 02:10 AM

This is the best hack I've ever seen!
It's working great. Thank you very much.


Quote:

Originally Posted by TheVirus
Hey dude, I'm working on a new image pack for you...will send it to you when it's done.

Waiting anxiously :lick:

hXc Radio 01-31-2005 06:52 AM

A lot of things are not working for me. I have no refer sites and no hits since installed, but 42 of my members have been online today.

I thought of trying the cron script manually and received this error...

Fatal error: Call to a member function on a non-object in /home/hxcradio/public_html/forum/includes/cron/statisticupdate.php on line 20

hXc Radio 01-31-2005 07:05 AM

I also ran $DB_site->query("
OPTIMIZE TABLE " . TABLE_PREFIX . "statistic_log , " . TABLE_PREFIX . "statistic_log_java , " . TABLE_PREFIX . "statistic_status"); in phpmyadmin just now... but still no updating

kall 01-31-2005 09:18 AM

I have further cleaned up the English translation, especially in the AdminCP, to make things a bit more understandable now that I understand what it all does. :)

To "upgrade", just backup your database/download your current language file, unzip the .xml in this zip and go to your AdminCP - Languages and Phrases - Download / Upload Languages and browse to it and upload it into your existing English language.

To see the 'new translation' in action: http://forums.nzboards.com/statistic.php (I have edited the STATISTIC template slightly to change the names of the 'Type' column on the right..if anyone wants the changes, I will post them here)

If you don't like it, just upload the language .xml you backed up prior. :)

Harley77 01-31-2005 11:10 AM

Any idea as to why all I get now when trying to open the Stats page is this:

Database error in vBulletin 3.0.3:

Quote:

Invalid SQL:
SELECT COUNT(*) AS forums
FROM forum
WHERE forumid IN(1, 4, 3, 19, 26, 38, 10, 6, 33, 35, 7, 18, 9, 8, 32, 11, 12, 13, 22, 36, 20, 21, 37, 0)

mysql error: The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok

mysql error number: 1104

I've completely uninstalled and reinstalled with no change. The only hacks I've installed recently since this started was the gift and ribbon hack for the store.

Freezerator 01-31-2005 01:16 PM

Quote:

Registered users: 16,890
User with an avatar: 11
User with a profile picture: 342
I don't think this number 11 is right... What can be wrong? I have installed de new languae.

kall 01-31-2005 04:20 PM

Quote:

Originally Posted by Freezerator
I don't think this number 11 is right... What can be wrong? I have installed de new languae.

Have you applied the fix found here (and mentioned in the first post of this thread)?

Freezerator 01-31-2005 04:39 PM

Quote:

Originally Posted by kall
Have you applied the fix found here (and mentioned in the first post of this thread)?

Yes, it's already coded in the new files.

sv1cec 01-31-2005 04:41 PM

This is the second time I am asking:

Could you please explain to me what's the meaning of the last two lines shown below:

Total threads: 2,353
Total posts: 15,636
Hits: 518,888
Ø: 221 times <<<<<<<<
Thread replies: Ø 5.65 times <<<<<<<<

It's taken from the right column of the first page which appears when you run the statistics.

I assume the second is averate replies per thread, but I am not sure and I do not understand the first one.

Rgds

yoyoyoyo 01-31-2005 04:41 PM

Quote:

Originally Posted by kall
I have further cleaned up the English translation, especially in the AdminCP, to make things a bit more understandable now that I understand what it all does. :)

Thanks much!

kall 01-31-2005 05:18 PM

Quote:

Originally Posted by Freezerator
Yes, it's already coded in the new files.

Well you have no avatars then.
PHP Code:

SELECT COUNT(*) as avatar  
            FROM 
" . TABLE_PREFIX . "user where avatarid!='0'
            "); 

That returns a value equal to the number of users with an avatar from your database. The previous call returns the number with custom avatars.

@sv1cec: I believe it is 'Average Views per thread', which is what I called it in the latest language file. :)

oldfan 01-31-2005 05:35 PM

bug free yet?

sv1cec 01-31-2005 05:41 PM

Quote:

Originally Posted by kall
@sv1cec: I believe it is 'Average Views per thread', which is what I called it in the latest language file. :)

Thanks for that, is is too difficult for the author to answer this simple question with certainty please?

Tnx

kall 01-31-2005 05:56 PM

Quote:

Originally Posted by sv1cec
Thanks for that, is is too difficult for the author to answer this simple question with certainty please?

Tnx

Given the language barrier...it probably *is* difficult for him to answer with certainty.

I looked at the template and the phrase name and what was being called in the php file and made an educated guess.

sv1cec 01-31-2005 08:20 PM

Quote:

Originally Posted by kall
Given the language barrier...it probably *is* difficult for him to answer with certainty.

I looked at the template and the phrase name and what was being called in the php file and made an educated guess.

OK Kal, thanks for your help anyway, I'll spend some time looking in the code to see what is going on there.

Rgds

gigaenvy 01-31-2005 10:42 PM

How do you add another spider or bot? I want to see BecomeBot in the stats but still nothing after editing statistic_spider.php.

oldfan 01-31-2005 11:36 PM

workin good, on 3.06 :)
Got any gifs for dark/black backgrounds ?

[high]* oldfan clicks install[/high]

hXc Radio 01-31-2005 11:57 PM

Quote:

Originally Posted by hXc Radio
A lot of things are not working for me. I have no refer sites and no hits since installed, but 42 of my members have been online today.

I thought of trying the cron script manually and received this error...

Fatal error: Call to a member function on a non-object in /home/hxcradio/public_html/forum/includes/cron/statisticupdate.php on line 20

any help on this please? I even reinstalled and still same problems...

Freezerator 02-01-2005 05:34 AM

Quote:

Originally Posted by kall
Well you have no avatars then.
PHP Code:

SELECT COUNT(*) as avatar  
            FROM 
" . TABLE_PREFIX . "user where avatarid!='0'
            "); 

That returns a value equal to the number of users with an avatar from your database. The previous call returns the number with custom avatars.

Very strange then, because i have got topics where i can count on page 1 alreay more avatars then showed.

Freezerator 02-01-2005 05:35 AM

Quote:

Originally Posted by hXc Radio
any help on this please? I even reinstalled and still same problems...

Have you editted the head_include and php_includestart template?

shin asura 02-01-2005 07:23 AM

The directions aren't easy to follow

kall 02-01-2005 07:41 AM

Quote:

Originally Posted by shin asura
The directions aren't easy to follow

I disagree.

What exactly are you finding hard to follow?

PcFreak 02-01-2005 09:48 AM

Quote:

Originally Posted by oldfan
workin good, on 3.06 :)
Got any gifs for dark/black backgrounds ?

[high]* oldfan clicks install[/high]

Sorry. At the moment there are not an other image pack.
I hope that the member "TheVirus" will release his pack soon. :smoke:
Quote:

Originally Posted by gigaenvy
How do you add another spider or bot? I want to see BecomeBot in the stats but still nothing after editing statistic_spider.php.

You must make a new entry in the statistic_spider table, too if you want add a new spider.
Quote:

Originally Posted by sv1cec
Total threads: 2,353
Total posts: 15,636
Hits: 518,888
?: 221 times <<<<<<<<mean: Average visitors per day:
Thread replies: ? 5.65 times <<<<<<<< mean: Answers to a topic: on the average

PS:
Many thanks to kall for the support in the last days.
Thanks for the new phrases, too.

PcFreak

oldfan 02-01-2005 10:15 AM

Quote:

Sorry. At the moment there are not an other image pack.
I hope that the member "TheVirus" will release his pack soon.
thanks, I'll keep a lookout for them :)

Quote:

PS:
Many thanks to kall for the support in the last days.
Thanks for the new phrases, too.

PcFreak
yes, thank you :)

hXc Radio 02-01-2005 11:20 AM

Quote:

Originally Posted by Freezerator
Have you editted the head_include and php_includestart template?

i did.. but thank you for suggesting because checking to make sure i did.. i found a */ in the php start temp. It is now showing all results. great hack!

*clicks install*

kall 02-01-2005 05:52 PM

Quote:

Originally Posted by PcFreak
PS:
Many thanks to kall for the support in the last days.
Thanks for the new phrases, too.

*bows and swirls big puffy hat around, musketeer-style*

You are most welcome sir. :)

*edit* Oooh! You added me to the supporters field! *squeals excitedly* :D

sv1cec 02-01-2005 06:05 PM

Quote:

Originally Posted by PcFreak
?: 221 times <<<<<<<<mean: Average visitors per day:
Thread replies: ? 5.65 times <<<<<<<< mean: Answers to a topic: on the average

Now I am really puzzled. Average visitors per day?

Please look at the picture here.

https://vborg.vbsupport.ru/external/2005/02/4.jpg

Maybe you mean "Average Visitors per day per thread" or "Average Visitors per Thread" ?

Also, can you please explain to me the difference between the two different "Hits" numbers, one in the first column, one in the second (blue arrows)?

Thanks

kall 02-01-2005 06:26 PM

Well...I did fix that in the latest language release, making it a lot clearer...

The right-hand column now reads:
Total threads:
Total posts:
Thread views:
Avg thread views:

Carl Anderson 02-01-2005 08:27 PM

Quote:

Originally Posted by kall
Well...I did fix that in the latest language release, making it a lot clearer...

The right-hand column now reads:
Total threads:
Total posts:
Thread views:
Avg thread views:

Is there an easy way to fix this by just editing something?

kall 02-01-2005 09:18 PM

Quote:

Originally Posted by Carl Anderson
Is there an easy way to fix this by just editing something?

Try looking at the STATISTIC template...it's all phrased, so you could go about it thusly:

Find in Phrases - *the phrase you are wanting to change*
Make note of its name
Search in template STATISTIC for that phrase.
Change it to a hardcoded entry...like 'My new title for this stat' :)

kall 02-01-2005 09:19 PM

Quote:

Originally Posted by kall
Try looking at the STATISTIC template...it's all phrased, so you could go about it thusly:

Find in Phrases - *the phrase you are wanting to change*
Make note of its name
Search in template STATISTIC for that phrase.
Change it to a hardcoded entry...like 'My new title for this stat' :)

Of course, why you would want to do that rather than just importing the latest English translation .xml ... I wouldn't know.

|Jordan| 02-04-2005 03:59 AM

Where's the link in AdminCP?

Is there even a link? I can't find it.

Can you provide some instructions to enable the link.

kall 02-04-2005 04:09 AM

Quote:

Originally Posted by MyIS_Jordan
Where's the link in AdminCP?

Is there even a link? I can't find it.

Can you provide some instructions to enable the link.

AAAAAAAAARGH!
Quote:

Originally Posted by The Install txt file

==============================
== step 1 ==
==============================
-----------------------
open file:
-----------------------
admincp/index.php

Now, I could just be making an assumption here, but would that not be the obvious place to look?

Did you read the installer?

Everyone: Please, before asking questions, on this or any other hack, read the frikken install file. It saves a lot of hassle.

|Jordan| 02-04-2005 05:13 AM

Oops

I didn't see that.

Sorry :o :surprised:

kall 02-04-2005 05:35 AM

Quote:

Originally Posted by MyIS_Jordan
Oops

I didn't see that.

Sorry :o :surprised:

*pats you on head*

That's okay. Everyone has to start somewhere. :)

*continues packing entire life into boxes*


All times are GMT. The time now is 11:23 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.02033 seconds
  • Memory Usage 1,848KB
  • 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
  • (28)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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