Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Woopra for vBulletin Details »»
Woopra for vBulletin
Version: 1.0.4, by Shane Shane is offline
Developer Last Online: Jan 2011 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 3.7.x Rating:
Released: 04-01-2008 Last Update: 06-03-2008 Installs: 260
Uses Plugins Auto-Templates
Is in Beta Stage  
No support by the author.

Woopra (http://www.woopra.com/) is a hosted live tracking site that allows you to examine the live stats of your website. This plugin will allow your site to be tracked by Woopra. You still need an account on Woopra and your site to be approved for this to work!

Install & Config
Install the product_woopra_stats.xml in your product page. Upload the bitfield XML to your XML directory under includes. Enter your Woopra Site ID number under your forum settings options. This is needed for the template to process. There are other options there also!

Please click install if you install this! Support faster to those with "Install" clicked, but not needed. Thanks!

Please Note!
Woopra does not support this plugin. I do. So if you have any problems with the plugin, please contact me. If it has to deal with the software that they provide, I can not deal with it. Registration problems on Woopra I can not deal with either.

Woopra Official Plugin Directory URL
Woopra on their site has an official plugin directory on their website, however it links back to this post.

Screenshots
They are limited, but you can get an idea by visiting their website to see how it works and the type of data that you get. I updated this post too include screens from my view. This is view the Java APP that you can connect with. It's very fun! (Note: I run 1900x1200 so they got automatically re-sized here... so.... http://www.frakmedia.net/shane/woopra/ is where I placed some images)

Known Problems
  • User Title/User Group - This should be showing the "group name", not the title. I will have this fixed in 1.0.5.
Version History
  • 1.0.0 - Initial Release
  • 1.0.1 - Talking with the Woopra dev team, non-logged in users will show up as "Visitor X" and so on.
  • 1.0.2 - New data can be passed: "Post Count", "User Title", "Join Date" Also the fields that are passed names are based off your default forum language. This means "Email" will still be "Email" (inside the Woopra Java App) if you have the forum default to Enligsh, no matter if your user has set theirs to another language. Moved Javascript code to load after forum display/thread listing instead of on top. Can be used as far back as 3.6.8 but designed on 3.7.x.
  • 1.0.3 - $spacer_open is in more places than I thought making it count to many times. I moved it back to the header of "$_phpinclude_output".
  • 1.0.4 - Avatar will not show up as a black box if the user in question does not have one in set. (A fix to deal with new app version.) Email will be standard clickable link in the application soon. Changed array name from woopra_array to woopra_visitor. Phrases for the items instead of using others.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #232  
Old 10-13-2009, 12:02 AM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What has been added to woopra since this plugin was made?
Reply With Quote
  #233  
Old 10-30-2009, 09:43 PM
Neo_obs Neo_obs is offline
 
Join Date: Mar 2006
Location: Disneyland, CA
Posts: 363
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jaxel View Post
Okay... I use file structure avatars (not database), so I've diagnosed two problems with this mod... The following code is broken in TWO places:

PHP Code:
if (has_avatar($vbulletin->userinfo['userid'])) 
{
    
$woopra_avatar_url $woopra_homeurl "/image.php?u=" $vbulletin->userinfo['userid'];

Firstly, the has_avatar function doesn't work. The if statement ALWAYS fails 100%. If you get rid of the if statement, then image.php fails because the images are not being read from the database, they should be read from the file structure. So I replaced the above lines with the following, and it worked great:

PHP Code:
require_once(DIR '/includes/functions_user.php');
$woopra_avatar_url fetch_avatar_url($vbulletin->userinfo['userid']);
$woopra_avatar_url $woopra_homeurl '/' $woopra_avatar_url[0]; 
Thank you, but I had to make a couple changes to this aswell. I replaced

PHP Code:
$woopra_homeurl $vbulletin->options['homeurl']
if (
has_avatar($vbulletin->userinfo['userid'])) 
{
    
$woopra_avatar_url $woopra_homeurl "/image.php?u=" $vbulletin->userinfo['userid'];

with
PHP Code:
$woopra_homeurl $vbulletin->options['bburl'];
require_once(
DIR '/includes/functions_user.php');
$avatar_url fetch_avatar_url($vbulletin->userinfo['userid']);
$woopra_avatar_url str_replace('./'""$avatar_url);
$woopra_avatar_url $woopra_homeurl "/" $woopra_avatar_url[0]; 
I am still working on an if statement for those without avatars
Reply With Quote
  #234  
Old 12-28-2009, 07:42 PM
Magz's Avatar
Magz Magz is offline
 
Join Date: Nov 2006
Location: UK
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know if the woopra plugin is available for vb4 yet, cant seem to find any info.

thanks
Reply With Quote
  #235  
Old 01-17-2010, 07:19 PM
Matt.AU Matt.AU is offline
 
Join Date: Aug 2009
Location: MelBURN, Ausland
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So has this mod been updated at all as of late? I have had Woopra now for some time but ust leave it in the footer.
Reply With Quote
  #236  
Old 01-23-2010, 09:21 PM
kpmedia's Avatar
kpmedia kpmedia is offline
 
Join Date: Jan 2008
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been getting a lot of poor loading times lately.
The browser just hangs and says "waiting for mysite.com.woopra-ns.com..."

Because of this it caused other footer mods/plugins to not load.

I've had to remove it.
Reply With Quote
  #237  
Old 03-22-2010, 08:31 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Removed now :

1. Woopra is to expensive since going commercial.

2. This Mod has never been really updated and still uses the old Javascript.
Reply With Quote
  #238  
Old 09-07-2010, 04:03 PM
Ocean-Wonders Ocean-Wonders is offline
 
Join Date: Jan 2009
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work with 4.0 ?
Reply With Quote
  #239  
Old 04-23-2012, 12:07 AM
lycheepassion lycheepassion is offline
 
Join Date: Aug 2009
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any updates?
Reply With Quote
  #240  
Old 02-19-2016, 06:17 AM
Farsh Farsh is offline
 
Join Date: Feb 2016
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello. Tell me please, is it plug-in only for HTML sites?
I use vbulletin 5.2.0. It is online constructor.
I don't know what is means:
Install the product_woopra_stats.xml in your product page. Upload the bitfield XML to your XML directory under includes.
How can i use woopra plug-in for vbulletin 5.2.0? Is it real?
Reply With Quote
  #241  
Old 02-19-2016, 06:59 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have to use the mod for your version of Vbulletin.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05057 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete