vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Statistics Modifications - [DBTech] vBAnalytics v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=280052)

Pandemikk 04-01-2012 02:54 AM

Quote:

Originally Posted by Mukashi (Post 2315329)
Just had a member of staff on my forums notice that the analytics page remains visible regardless of what the settings are in the admin CP for their usergroup (including for unregistered users). Anyone else having this issue?

:o

Seems that all the permission does is hide the navbar link it doesn't actually prevent you from seeing the page. I've gone ahead and patched the download link. Just replace vbanalytics.php with this.

Quote:

Originally Posted by Andyrew (Post 2315403)
This has stopped working on my forums, seems to be around the 24th, not sure if that's when I updated vb or not but the graph has just flat lined ever since.

http://dl.dropbox.com/u/58940544/scr...2017.10.59.jpg

EDIT: Now I see why it's showing this, because it thinks I had 88811 visits on the 24th. :confused: Actual visits was 4,282

That's very odd. What version are you using?

DragonByte Tech 04-01-2012 08:14 AM

Quote:

Originally Posted by Andyrew (Post 2315403)
This has stopped working on my forums, seems to be around the 24th, not sure if that's when I updated vb or not but the graph has just flat lined ever since.

[image retracted]

EDIT: Now I see why it's showing this, because it thinks I had 88811 visits on the 24th. :confused: Actual visits was 4,282

Forgive me, it shows me you're using 1.0.4.Could you provide me with FTP access to troubleshoot this issue? This is the very first time I've come across anything like this happening (on any version).

- Jon

Andyrew 04-01-2012 01:30 PM

Quote:

Originally Posted by DragonByte Tech (Post 2315636)
Forgive me, it shows me you're using 1.0.4.Could you provide me with FTP access to troubleshoot this issue? This is the very first time I've come across anything like this happening (on any version).

- Jon

Hi Jon

I have now installed the pro version since you posted this message. I will let it run a while to gather data and see how things go.

Pandemikk 04-04-2012 03:23 AM

Any updates Andyrew?

CharlieDelta 04-06-2012 01:47 PM

Quote:

Originally Posted by Pandemikk (Post 2316596)
Any updates Andyrew?

Huh?

troyuncucom 04-06-2012 08:16 PM

works 3.8.x?

Pandemikk 04-07-2012 12:05 AM

Quote:

Originally Posted by troyuncucom (Post 2317501)
works 3.8.x?

No. A 3.8.x version may or may not be released shortly. Depends on unknown factors. However, a 3.8 version is planned.

ckelley 04-07-2012 02:37 AM

Installed and working as promised so far. No apparent errors and I like how it puts the analytics right on the forum for aadministrators so we don't have to go into the admincp to see what is going on with the site. Nice Job! thanks!

Mr_Running 04-08-2012 04:19 AM

Much need :) vBAnalytics

Altari 04-10-2012 02:24 PM

Hi,

When i'm on you live demo at : http://www.dragonbyte-tech.com/vbana...action=threads

Page start by 2 errors :
Warning: Invalid argument supplied for foreach() in [path]/dbtech/vbanalytics/includes/class_core.php on line 610

Warning: Invalid argument supplied for foreach() in [path]/dbtech/vbanalytics/includes/class_core.php on line 610

Pandemikk 04-10-2012 08:04 PM

Quote:

Originally Posted by Altari (Post 2318692)
Hi,

When i'm on you live demo at : http://www.dragonbyte-tech.com/vbana...action=threads

Page start by 2 errors :
Warning: Invalid argument supplied for foreach() in [path]/dbtech/vbanalytics/includes/class_core.php on line 610

Warning: Invalid argument supplied for foreach() in [path]/dbtech/vbanalytics/includes/class_core.php on line 610

How embarrassing. :o

We'll be sure to get that fixed before releasing it here.

DragonByte Tech 04-13-2012 11:45 PM

We are proud to announce vBAnalytic 1.1.3 [LITE] has been released! This is the first version of the 1.1.x series to be released for lite!

A full list of features can be found on the product's first page. New major features with this release include:
  • Conversions (new registrations) tracking! Find out how many new registration take place on your site, as well as in-depth information such as pageviews and time spent before and after registering!
  • Hourly tracking! Faster results and timezone support!
  • Metric chooser allows you to choose which metric to compare against over the course of a timeline!
  • Referrals, find out how many times your site has been referred to (across a timeline of course!) and from where!
  • Thread and user tracking! Perhaps you want to find out how active your moderators are? No problem! Simply input their userid into the tracking users option and find out for yourself!
To download this product, simply unzip the zip file found in the first post and upload the content of the "upload" folder to your forum root directory. Then, import the product found in the "XML" folder into your product manager. If you have a previous version of vBAnalytics installed be sure to check "allow overwrite".

egyptsons 04-14-2012 01:12 AM

Thanks
I will try it
:)

Dasia 04-14-2012 12:24 PM

Hi!

With this new release, when I try to view the members, if the User field is not filled the query to the database fails. How can I prevent the sending of data if this field is empty?
Code:

Invalid SQL:

                SELECT *
                FROM dbtech_vbanalytics_tracking_users
                WHERE
                        (dateline BETWEEN 1334354401 AND 1334440799) AND userid =
                               
                ORDER BY dateline ASC;

Thanks! :)


PS: the field "Thread" does the same...

DragonByte Tech 04-14-2012 01:12 PM

Could have sworn I updated the package with the fix for that.

Please redownload and reupload dbtech/vbanalytics/actions/main.php


Please let me know if that fixes it for you. :)

- Jon

Neal-UK 04-14-2012 07:07 PM

Parse error: syntax error, unexpected ';' in /****************/dbtech/vbanalytics/actions/main.php on line 302

DragonByte Tech 04-14-2012 09:14 PM

*kicks self*

Please redownload and reupload dbtech/vbanalytics/actions/main.php

- Jon

Alan_SP 04-14-2012 11:01 PM

Quote:

Originally Posted by DragonByte Tech (Post 2319899)
[*]Thread and user tracking! Perhaps you want to find out how active your moderators are? No problem! Simply input their userid into the tracking users option and find out for yourself!

This feature is very useful. :up:

Thanks for implementing it.

Dasia 04-20-2012 06:13 PM

Thanks!! It works fine now!

diyautoftw 04-29-2012 12:27 PM

Hey, I installed it and there seems to be a few errors. With the graphs, the lines and points don't display. If I mouse over where the point is it appears but otherwise they are blank graphs.
Also with the user tracking, if I want to track multiple users do I use a comma or semicolon between the userIDs in the adminCP settings? i set it to track myself and someone else a few days ago and it hasn't tracked any visits yet. Thanks.

DragonByte Tech 05-01-2012 03:36 AM

Quote:

Originally Posted by diyautoftw (Post 2324593)
Hey, I installed it and there seems to be a few errors. With the graphs, the lines and points don't display. If I mouse over where the point is it appears but otherwise they are blank graphs.
Also with the user tracking, if I want to track multiple users do I use a comma or semicolon between the userIDs in the adminCP settings? i set it to track myself and someone else a few days ago and it hasn't tracked any visits yet. Thanks.

Use a comma, like the setting says. I've had no other reports about missing date in whole or part.

However, a user using the [LITE] version of this mod reported that the install file did not install a necessary change in this version. This may be what's happening to you. I can either fix this for you or provide you with the query to do so yourself.

- Jon

autoescala 05-09-2012 02:04 PM

I installed on 4.1.10 and works fine, I'm not seeing any data , all values are 00000, what happens ??

Pandemikk 05-11-2012 09:42 PM

Quote:

Originally Posted by autoescala (Post 2327727)
I installed on 4.1.10 and works fine, I'm not seeing any data , all values are 00000, what happens ??

Data takes 24 hours to populate. Unfortunately, we can not retroactively fetch data. Please wait 24 hours. If you still do not have results I will need FPT and ACP login because nobody else is reporting this mistake.

Jon

autoescala 06-06-2012 01:45 PM

I upgraded to 4.20 and now I can't locate the menu in the navbar..... any idea ?

Pandemikk 06-09-2012 06:19 AM

Quote:

Originally Posted by autoescala (Post 2337128)
I upgraded to 4.20 and now I can't locate the menu in the navbar..... any idea ?

4.2.0 introduced changes to the navbar. As of now, this mod's navbar integration is incompatible with 4.2.0. We are upgrading all our products to be compatible with 4.2.0.

Jon

logismod 07-17-2012 03:37 PM

I have customized navbars, so I don't have a navbar link to vbAnalytics. What url should I use to access the analytics directly? Thanks!

Edit: found it. www.domain.com/forum/vbanalytics.php

DragonByte Tech 09-03-2012 06:06 AM

vBAnalytics v1.1.4
Feature: vBulletin 4.2.0 Navigation Manager compatibility
Fix: Potential XSS vulnerability

Fillip

DragonByte Tech 04-03-2013 12:05 AM

vBAnalytics v1.2.0 Gold
Feature: Added an option to turn off the Google Graph
Feature: The "Threads To Include" setting now supports a blank input to track all threads
Feature: The "Users To Include" setting now supports a blank input to track all users
Feature: The "Auto-Prune" setting has been updated to reflect it also prunes tracking data, to help with long-term performance
Feature: In-Depth Analysis: Forums now displays a list of all data tracked sorted by the chosen metric
Feature: In-Depth Analysis: Pages now displays a list of all data tracked sorted by the chosen metric
Feature: In-Depth Analysis: Searches now displays a list of all data tracked sorted by the chosen metric
Feature: In-Depth Analysis: Threads now displays a list of all data tracked sorted by the chosen metric
Feature: In-Depth Analysis: Members now displays a list of all data tracked sorted by the chosen metric
Feature: Improved logging details for Control Panel actions
Change: Changed the Branding display method to inject itself into the copyright footer (underneath vBulletin copyright) instead of the page footer.
Change: Changed the Branding Free Key to a more secure key.
Change: Greatly improved the performance of the
Change: The "Results Breakdown" block should now be easier to read
Change: Renamed "Referrals" on certain pages to more accurately reflect what this metric represents
Change: The "Results Breakdown" now has number formatting for the values
Change: Updated the available metrics for each type to more accurately reflect available data
Fix: Multiple issues with the "Analytics Tracker" cron job that prevented it from saving statistics have been resolved
Fix: Removed some metrics from some pages that were displayed yet did not have tracking data
Fix: The "Threads" page will now correctly display a "Total" statistic
Fix: In certain scenarios, the "Options" form would not submit via AJAX but instead reload the page
Fix: In certain scenarios, the default values would not be correctly filled out for all metrics
Fix: A fresh install would see invalid displays until the first time the cron job was ran
Fix: Removed the extraneous line break under the left side menu

Fillip

xziomx 05-27-2013 12:32 AM

Database error in vBulletin 4.2.0:

Invalid SQL:

REPLACE INTO dbtech_vbanalytics_session_visits
(sessionhash, data)
VALUES
('3bca012099ea22e52cb869ec0ae2fa36', 'a:3:{s:7:\"scripts\";a:1:{i:0;s:5:\"index\";}s:6: \"forums\";a:0:{}s:7:\"threads \";a:0:{}}');

MySQL Error : Incorrect key file for table './xxxxxxxxxx/dbtech_vbanalytics_session_visits.MYI'; try to repair it
Error Number : 126
Request Date : Monday, May 27th 2013 @ 01:25:04 AM
Error Date : Monday, May 27th 2013 @ 01:25:04 AM

Can any one help?

DragonByte Tech 05-27-2013 02:24 PM

Go into phpMyAdmin and find the table then click Repair, this is a system error on your server.

Fillip

DragonByte Tech 10-11-2013 09:45 PM

Update

Hotfix: PHP 5.4 Compatibility fixes


This does not guarantee the mod is error free on PHP 5.4, but it will take care of the reported errors. Thank you all for your reports :)



Fillip

karnevil 10-23-2013 12:21 PM

Hi, I've done something terribly wrong I think installing this - my forum has gone poof.

www.legalbeagles.info/forums

Help ! please :)


Forum is on VB 4.2

I uploaded all the upload file to the right places on the server, then imported the xml file all looked fine until it completed then just a blank white screen on every page of the site.

karnevil 10-23-2013 01:11 PM

All fixed. My fault, I'd uploaded the files manually and misspelt the hooks folder as hook :( Thank you, all looks to be working okay will test everything and then feedback.

DragonByte Tech 11-05-2013 11:32 AM

No problem, hopefully everything works for you :)


Fillip

mort2412 11-15-2013 01:12 AM

hi Im getting the following errors:

Warning: Non-static method VBANALYTICS_RESULTS::fetch_vbanalytics_array() should not be called statically in ..../dbtech/vbanalytics/actions/pages/users.php on line 48

Warning: Non-static method VBANALYTICS_RESULTS::fetch_vbanalytics_array() should not be called statically in ..../dbtech/vbanalytics/actions/pages/threads.php on line 45

Warning: Non-static method VBANALYTICS_RESULTS::fetch_vbanalytics_array() should not be called statically in ..../dbtech/vbanalytics/actions/pages/forums.php on line 74

And does this mod only calculate registration and other data from the day it was installed to the forum?

ozzy47 11-15-2013 01:21 AM

Did you just change PHP versions, or upgrade to vB4.2.2?

mort2412 11-15-2013 01:28 AM

No change to php, and installed onto vB4.2.2

ozzy47 11-15-2013 01:31 AM

Did you have this installed prior to the upgrade? If so, download the product again, and upload the files to your server, and import the XML.

mort2412 11-15-2013 01:41 AM

No this was a first time install onto 4.2.2, downloaded the mod about an hour ago

ozzy47 11-15-2013 01:47 AM

I would disable it until you hear from the developer then. :(


All times are GMT. The time now is 01:01 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.01521 seconds
  • Memory Usage 1,831KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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