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 - Gravity Insights: advanced forum statistics & analytics (https://vborg.vbsupport.ru/showthread.php?t=236275)

Skyrider 05-23-2010 08:33 PM

Just installed, getting the error:

Quote:

require_once(DIR . '/insights/insights.php'); set_error_handler('insights_errhandle'); $obj = new InsightsVbulletin($vbulletin); $gravity_output = $obj->getFooterCode($GLOBALS['foruminfo'], $GLOBALS['threadinfo']); $GRV_find = ''; $GRV_add_before = "$gravity_output". PHP_EOL; $output = str_replace($GRV_find,$GRV_add_before.$GRV_find, $output); restore_error_handler();
at the top of the forums.

Quote:

Originally Posted by puertoblack2003 (Post 2030605)
I like this concept but i noticed that it pulls info from sections that is private and not viewable to the public...

Check insightsconfig.php:

Quote:

<?php
/** array of forum id's that you do not wish to transmit to insights
; they could be your private forums or your admin only forums that you don't wish to track
place one id for each element in the array
EXAMPLE:
$hidden_forums = array(23, 45, 498);
would not send data for categories 23, 45 and 498
*/
$insights_config['hidden_forums'] = array();

gravityinsights 05-25-2010 11:23 PM

Quote:

Originally Posted by TeknoSounds (Post 2029133)
Oh hey, just for sh*ts and giggles, should like compile everyone who's hooked up to you stats as like a global stats from Gravity. Ya know how like gmail lists how much space they're providing everyone?
So not like detailed stats as far as usernames and threadnames n such, but like total pageviews, users online, etc.

Anyway, just a thought for fun :) I think it'd be interesting to see

Great idea! We've thought about this in the past, but haven't gotten around to it quite yet. Maybe we'll do it next time we rev the site design.

Haifaa 05-31-2010 12:47 PM

1 Attachment(s)
Hi gravityinsights

thank you for providing such services but when I tried to install it the forum page come with the attached warning page.

what is the problem?

(I'm new to manage forums :) ) (the var is 4.0.2) (Arabic forum)

your replay is highly appreciated.

thank you

MRGTB 06-05-2010 09:13 PM

I've just visited a forum were this hack is really slowing things down. I can see in my browser at the bottom stuff loading last and slow from: input.insights.gravity.com

I think others should know this service can slow your whole loading times down.

TeknoSounds 06-06-2010 08:05 AM

Right...there was a time when the gravity website was down and it was taking forever for my site to load on a refresh.

gravityinsights 06-15-2010 08:03 PM

Hey all - Please PM me if you are experiencing any latency with your site. This is very important to us and I want to get to the bottom of any issues.

Thanks!

Trek 06-30-2010 05:54 PM

Apparently the site is down as when anyone was making a reply to any thread, it would time out and throw DB errors as well as a script error in insite.php (if I remember the file correctly off the top of my head).

Disabling this mod, solved the problem. So basically it appears that when the logging server can't be contacted, it takes down you website... not good. Anyway, as I said, disabled it, all is working fine now.

x626xblack 06-30-2010 06:09 PM

Quote:

Originally Posted by TeknoSounds (Post 2032437)
Today I noticed there was a user on the Recent Users that is not in my member list.

Why would it be picking that up?

user is lhx123456

That happens when a user registers and is in between registering and and activating with the activation email. Go to user ACP> User groups and you should see him /her listed as users awaiting email confirmation.

gravityinsights 06-30-2010 08:50 PM

Quote:

Originally Posted by Trek (Post 2062334)
Apparently the site is down as when anyone was making a reply to any thread, it would time out and throw DB errors as well as a script error in insite.php (if I remember the file correctly off the top of my head).

Disabling this mod, solved the problem. So basically it appears that when the logging server can't be contacted, it takes down you website... not good. Anyway, as I said, disabled it, all is working fine now.

thanks for the report Trek, we have been moving data centers to upgrade our potential capacity, and we experienced a network routing issue with several of our web boxes. This issue should be resolved on the gravity side and we're going to be rolling out a new plugin with better timeout support to detect and disable itself if this were to happen again.

I apologize for the inconvenience.

thanks,
Jim

cfish 07-19-2010 05:36 PM

This mod invalidates the XHTML doctype when checked at W3C. It's a shame because vB4 actually validates without this mod. The opening <script> tag does not contain the mandatory "type" attribute. It should be written as:

Code:

<script type="text/javascript">
Please action this because it's an easy thing to do and it will endear you to the Standardistas out there. ;)

Those of you who would like to correct this problem now, do the following:

1. Open insights.php in a text editor
2. On line 119, find: $output="<script>
3. Replace with: $output="<script type=\"text/javascript\">
4. Save the file and upload to /forum/insights/, overwriting the previous version.


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