Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

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
  #122  
Old 06-05-2008, 12:38 PM
Slacker Slacker is offline
 
Join Date: Apr 2002
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Took me a few weeks to get approved too. Then I realized you have to specify if you're using a subdomain, so I had to delete it and submit mine again. And now we wait.
Reply With Quote
  #123  
Old 06-05-2008, 01:20 PM
acegames acegames is offline
 
Join Date: Jan 2006
Location: UK
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Signed up yesterday got my code today and its great
Reply With Quote
  #124  
Old 06-05-2008, 02:37 PM
macc's Avatar
macc macc is offline
 
Join Date: Feb 2008
Posts: 647
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello!

get code today and install product file and upload bitfield xml file! can some explain what to do now for get that to works?

put in woopra options in my admincp - code from my website and nothing hepend

maybe i need add some code to template and which template?
what to do with java option ? vbulletin_woopra.js? should be there marked or no?
regards

macc
Reply With Quote
  #125  
Old 06-05-2008, 05:06 PM
FlyBoy73 FlyBoy73 is offline
 
Join Date: Jan 2002
Location: Texas, USA
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It will be interesting what their price model will be... I'd be surprised if it were not related to usage or page views. They better keep it cheap or no matter how cool it is, it doesn't do a whole more (IMO) than Google Analytics, and analytics is free. They would be in trouble if Google created a real time interface.
Reply With Quote
  #126  
Old 06-06-2008, 08:14 AM
CThiessen CThiessen is offline
 
Join Date: May 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
I get my detail now after a couple of weeks.
Now I wait for the first stats.

I took a look in Source of my Forum:
Quote:
<script type="text/javascript">
woopra_id = 'xxx';
var woopra_visitor = new Array();
woopra_visitor['name'] = 'xxx';
woopra_visitor['avatar'] = '';
woopra_visitor['email'] = 'xxx';


</script>
<script src="http://static.woopra.com/js/woopra.js" type="text/javascript"></script>
Ar that the Information that the plug in collect an hand over to woopra?
Name - Ok
avatar - not necessary
email - ??? I don't link to share that information, this should be stay secret in my Database.

Is there a Way to disable that?

Thanks
Christian
Reply With Quote
  #127  
Old 06-06-2008, 11:30 AM
acegames acegames is offline
 
Join Date: Jan 2006
Location: UK
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by macc View Post
hello!

get code today and install product file and upload bitfield xml file! can some explain what to do now for get that to works?

put in woopra options in my admincp - code from my website and nothing hepend

maybe i need add some code to template and which template?
what to do with java option ? vbulletin_woopra.js? should be there marked or no?
regards

macc
Did you download the exe from woopra to view all stats on your pc ?
Reply With Quote
  #128  
Old 06-06-2008, 01:46 PM
macc's Avatar
macc macc is offline
 
Join Date: Feb 2008
Posts: 647
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no i did not download anything ...

will use my member account to see statistics ... but can not see anything ...maybe must wait ...


regards

macc
Reply With Quote
  #129  
Old 06-06-2008, 02:08 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone please provide the download for the clientscript file that the mod asks for in order to use the local script...
Reply With Quote
  #130  
Old 06-06-2008, 04:22 PM
slmoney slmoney is offline
 
Join Date: Jul 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WOW! This is amazing! I followed the directions on the website..and downloaded the desktop software to view the stats... oh my god that is awesome! IMO - blows google away!
Reply With Quote
  #131  
Old 06-07-2008, 11:08 AM
woostar's Avatar
woostar woostar is offline
 
Join Date: Aug 2006
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great job Shane

Only problem (and is not one of the product) is you only get 10,000 page views a day while in beta. I was sitting feeling like I was in a Nasa control room and then after an hour it died

Can't wait for it to come out of beta as it's not as fun for big boards at the mo.
Reply With Quote
Reply


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 01:29 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.04838 seconds
  • Memory Usage 2,313KB
  • 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
  • (2)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
  • (4)pagenav_pagelink
  • (2)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