vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Statistics Modifications - vBStatistic Preview Edition (https://vborg.vbsupport.ru/showthread.php?t=133015)

redlabour 12-02-2006 09:43 PM

Quote:

Originally Posted by Psionic Vision (Post 1130214)
The professional edition is not free,

Sure - but the Professional one is amazing. :)

BTW - has anyone here Problems with this Preview Edition and vBSEO ?

Quote:

Originally Posted by bang (Post 1130200)
I think I'll go for the professional edition when it has better english translation. the current one looks like it was done using one of those shitty online translators

Then help translate it and send Errors at http://www.vbstatistic.com.

akanevsky 12-02-2006 11:04 PM

Quote:

Sure - but the Professional one is amazing.
That may very well be, but it's not the point of the post.

Hellraider 12-03-2006 10:52 AM

Quote:

Originally Posted by djjeffa (Post 1130125)
dose this put a load on the server

Logging: 1 to 4 querries (after first logging only via cookie)

Display of statistic pages: 1 querry

Data is stored in datastore ([S]this datastore is updated in a period of time that can be set in ACP[/S])



EDIT: Settings in ACP are only available in Basic and Professional Edition of vBStatistic. Thanx to hIBEES for his valid objection.

Hellraider 12-03-2006 10:56 AM

Quote:

Originally Posted by bang (Post 1130200)
I think I'll go for the professional edition when it has better english translation. the current one looks like it was done using one of those shitty online translators

No online or software translator has been used. All phrases were translated manually.

You're welcome to give improvements on the english translation.


BTW: You are the first one who complains about the english translation. Can you give examples of "wrong" translated phrases?

Hellraider 12-11-2006 09:41 AM

No examples on "wrong" translated phrases after more than 1 week of complaining?

*wonderingaboutbang* :cool: :rolleyes:

Bison 12-20-2006 03:54 AM

No sense in installing a hack that guest can see. You could at least provide permissions with this version.

Bounce 12-21-2006 12:39 AM

Where do you change the start date of your forums ??

Weve been online 4 years and its showing as 07-08-06 lol

Where does it pull this info from ?

Installed with ease thou :cool:

Edit: also your read me is wrong.. link is vbstatistic_preview.php and not vbstatistic.php ;)

TeddyKGB 12-21-2006 03:53 AM

Yeah mine shows I've been up for 2 days but we are almost a year old. Odd.

I'd be interested in knowing where it pulls that info from.

Bounce 12-21-2006 06:30 PM

Quote:

Originally Posted by Hellraider (Post 1136237)
(this datastore is updated in a period of time that can be set in ACP)

where in admin cp ?

Hellraider 12-22-2006 04:35 PM

You can change the start date of forum as follows:


Go the the following URL:

http://www.unixtime.de/index.php?

Enter desired start date and time and click on button "Realzeit nach Unixzeit". Copy code after "Unix Zeitstempel in sec.:".

Open file vbstatistic_overview_preview.php in folder vbstatistic_preview. SEARCH for code:

Code:

$installdate        = strtotime($installdate_res);                                                        // Installdate convert to unixtime
REPLACE this code with the following code (UNIXTIME has to be replaced with the copied code from above):

Code:

$installdate    = 'UNIXTIME';                            // Installdate convert to unixtime

After replacing the code it has to look something like (e.g. for 01.01.2000 at 12:00:00 o'clock):

Code:

$installdate    = '946724400';                            // Installdate convert to unixtime

Save the changed file and upload the file on your webspace. After the next dataupdate of vBStatistic the new start date of the forum will be taken over.


All times are GMT. The time now is 01:31 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.01215 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (6)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
  • (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