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)

Hellraider 01-11-2007 04:00 PM

I'm glad that you like the Professional Edition :)

Bounce 01-11-2007 08:59 PM

Thanks for providing it :)

It only cost me ?27.95 GPD,for that it is amazing, more than a webalizer can do IMHO :D

pkallberg21 01-20-2007 08:25 PM

Hello!

I have just tried to install this several times, and I cannot get it to work :S I install everything correctly, but when I go to http://www.mydomain.com/forum/vbstatistic_preview.php I only get a white page. What am I doing wrong?

Thx.

Hellraider 01-24-2007 06:33 PM

vBSEO installed?

pkallberg21 01-24-2007 06:40 PM

No, does it have to be for the mod to work?

Thanks.

Hellraider 01-24-2007 07:12 PM

No, but vBSEO is known to cause conflicts whilst using vBStatistic.

Do you use a CMS? If yes, check the path where you have uploaded the vBStatistic files.

Also check the following:

ACP --> Plugin Manager --> Manage Plugins -->

vBStatistic can (dependent on the version of vBStatistic; Preview, Basic and Professional version) use up to five plugins in different hooks:

* vBStatistic - Forumhome Start forumhome_start
* vBStatistic - Global Complete (Start JS Logging)
* vBStatistic - Global Start (Start Logging)
* vBStatistic - WOL Location Process
* vBStatistic - WOL Location Unknown

Try to deactivate all of these plugins and take a look, if the white page still appears. If not, then re-activate one(!) plugin and take a look, if the white page appears. If not, re-activate the next plugin until the white page appears again. Perhaps the white page appears if one of the following plugins is re-activated:

* vBStatistic - Forumhome Start forumhome_start
* vBStatistic - Global Complete (Start JS Logging)
* vBStatistic - Global Start (Start Logging)

If this is the case search for another hack that uses the same hook. If you can find another hack using the same hook as vBStatistic, try to change the order of execution. Maybe a plugin has to be run before or after vBStatistic to solve the white page problem.

Invalid ID 02-11-2007 02:16 AM

Really awesome.

Once my forum lost all its data and we had to restart it, we then added the number of lost posts in the actual total, but here it's showing only the actual total, not the added ones, can I do something that it shows the total with the added ones?

Like it's showing 76000 posts, not showing 5000 more that we added.

ninjamaster 02-12-2007 06:01 PM

thanks nice work

Hellraider 02-15-2007 04:54 PM

Quote:

Originally Posted by Invalid ID (Post 1179608)
Really awesome.

Once my forum lost all its data and we had to restart it, we then added the number of lost posts in the actual total, but here it's showing only the actual total, not the added ones, can I do something that it shows the total with the added ones?

Like it's showing 76000 posts, not showing 5000 more that we added.

We'll have a look at your "problem". Stay tuned . . .

Eagle Creek 02-16-2007 04:24 AM

Looks nice!

Who is able to see this info? Everyone? All of it?
Where can I find the exact differences between preview / basic / professional?
Can I disable some information? (for example php/mysql version)
Is there a Dutch version? When I have to translate over 1000 phrases I'm dead before I'm done :o.

Hellraider 02-16-2007 04:50 PM

The vBStatistic Preview Edition is visible for all guests and members of your forum.

Within this thread you can see the list of features of vBStatistic Basic Edition.

Within this thread you can see the list of features of vBStatistic Professional Edition. Online demo of vBStatistic Professional Edition can be found at http://www.vbstatistic.com.

With vBStatistic Basic Edition and vBStatistic Professional Edition you can (amongst other information) disable your webserver information.

There is no dutch version available at the moment, sorry. All versions of vBStatistic are available in English and German at the moment.

blind-eddie 02-17-2007 08:54 PM

Very Nice...Installed....Also Nominated as MOTM

Hellraider 02-18-2007 11:18 AM

Thanks for nominating vBStatistic Preview Edition for MOTM :)

kollam003 06-28-2007 04:43 PM

very good hack thanks but i had to uninstall it coz guest and all memebrs can see it there is no option only for admins .....

anyway good work

z0diac 10-01-2007 12:10 AM

OK, I just installed this, but for some reason I keep getting a Cannot Display Page error when it tries to go to the vbstatistic_preview.php file. Yes it's in my forum root directory.

[root@area53 htdocs2]# ll vbstatistic_preview.php
-rwxrwxrwx 1 root root 4179 Nov 26 2006 vbstatistic_preview.php

Does it need any special permissions? I copied it over using WinSCP which uses root to xfer files. What would the chmod be to make it readable?

Delphiprogrammi 10-01-2007 04:54 AM

Quote:

Originally Posted by z0diac (Post 1350518)
OK, I just installed this, but for some reason I keep getting a Cannot Display Page error when it tries to go to the vbstatistic_preview.php file. Yes it's in my forum root directory.

[root@area53 htdocs2]# ll vbstatistic_preview.php
-rwxrwxrwx 1 root root 4179 Nov 26 2006 vbstatistic_preview.php

Does it need any special permissions? I copied it over using WinSCP which uses root to xfer files. What would the chmod be to make it readable?

that file should not be owned by root but your webuser ....

Code:

chown webuser:webgroup *.php

z0diac 10-02-2007 01:35 AM

??? All my vB php files are root and work fine - even all my other add-ons/hacks:

eg. of my forum root:

-rw-r--r-- 1 root root 10190 Aug 1 02:08 showgroups.php
-rw-r--r-- 1 root root 10688 Aug 1 02:08 showpost.php
-rw-r--r-- 1 root root 65317 Aug 1 02:08 showthread.php
drwxr-xr-x 2 root root 4096 Aug 1 12:06 signaturepics
-rw-r--r-- 1 root root 128025 Aug 17 04:58 sitemap.xml
-rw-r--r-- 1 root root 30704 Aug 1 02:08 subscription.php
-rw-r--r-- 1 root root 8609 Aug 1 02:08 threadrate.php
-rw-r--r-- 1 root root 2761262 Aug 1 02:16 upload.zip
-rw-r--r-- 1 root root 22153 Aug 1 02:08 usercp.php
-rw-r--r-- 1 root root 18793 Aug 1 02:08 usernote.php
drwxr-xr-x 4 root root 4096 Sep 11 09:00 vbseo_sitemap
drwxrwxrwx 5 root root 4096 Sep 30 20:50 vbstatistic_preview
-rw-r--r-- 1 root root 4315 Oct 1 22:32 vbstatistic_preview.php
[root@area53 htdocs2]#

z0diac 10-02-2007 01:53 AM

Ok, I uninstalled vbstatistic preview, and deleted the files, then re-uploaded them through the site's own FTP account instead of by root.

Now I have:
drwxr-xr-x 5 icedogfans psacln 4096 Oct 1 22:48 vbstatistic_preview
-rw-r--r-- 1 icedogfans psacln 4315 Oct 1 22:47 vbstatistic_preview.php
[root@area53 htdocs2]#

I imported the xml file, went fine.

Still can't load up this file: http://forum.icedogfans.com/vbstatistic_preview.php

It IS sitting right there in the root directory.

Ideas?

pjan 10-06-2007 07:51 PM

nice hack.I will put in my site.thanks

edgemedia 12-03-2011 06:28 PM

Will this ever be Released for VB 4.1 ?


All times are GMT. The time now is 12:28 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.01060 seconds
  • Memory Usage 1,762KB
  • 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_code_printable
  • (2)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
  • (20)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