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
  #72  
Old 04-29-2008, 10:37 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by asj View Post
Please upload the XML file that came with the Woopra Stats before installing or upgrading! ?
it's in the first post
Reply With Quote
  #73  
Old 04-29-2008, 10:44 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

However i respect your work but the script is terribly coded. The script currently adds 4 queries on each page. It definately needs to be improved
Reply With Quote
  #74  
Old 04-29-2008, 10:46 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice, guys. "Beautiful way" to let woopra and other similar companies know everything about your site, so they can make tons of money of your back because you tell them step by step how and where people go and come to your sites.

I don’t like the idea of a certain company like Google Analytics having its fingers in my pocket at all time by not only providing traffic, PPC income, but also having stats as well. You really think they will give some beautiful stats for free? They will use your info and sell it to big companies like Microsoft etc. What I do with my site is my business, not their. If you like that, go ahead and use those services.
Reply With Quote
  #75  
Old 04-29-2008, 10:54 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If anyone wants to remove 4 queries you need to do the following : Disable usertitle and other 2 enchanments , edit the plugin and remove the following
Code:
			$woopra_email_phrase = fetch_phrase('email', 'global', '', '', '', $vbulletin->options['languageid']);
			$woopra_usertitle_phrase = fetch_phrase('user_title', 'user', '', '', '', $vbulletin->options['languageid']);
			$woopra_totalposts_phrase = fetch_phrase('total_posts', 'user', '', '', '', $vbulletin->options['languageid']);
			$woopra_joindate_phrase = fetch_phrase('join_date', 'global', '', '', '', $vbulletin->options['languageid']);
Reply With Quote
  #76  
Old 04-29-2008, 11:19 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just create your own phrases in the product, to make sure there are no future conflicts.
Reply With Quote
  #77  
Old 04-29-2008, 11:38 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I already did Floren
Reply With Quote
  #78  
Old 04-30-2008, 07:04 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please discuss the modification in this thread. Please don't turn it into a thread discussing registration etc at woopra.
Reply With Quote
  #79  
Old 04-30-2008, 11:04 AM
Darth Gill Darth Gill is offline
 
Join Date: Jul 2005
Location: St. Louis, MO
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack is really great - I tried it out last night after my registration was approved. I'll gladlly pay for woopra if they ever charge! Thanks so much for this awesome hack!
Reply With Quote
  #80  
Old 04-30-2008, 02:01 PM
powerful_rogue powerful_rogue is offline
 
Join Date: Jan 2007
Location: Kent
Posts: 603
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow!

This really is superb! Was worth the wait!
Reply With Quote
  #81  
Old 04-30-2008, 02:47 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marco van Herwaarden View Post
Please discuss the modification in this thread. Please don't turn it into a thread discussing registration etc at woopra.
We are discussing about a modification that allows users to expose their private forum information to outsiders, without realizing the danger of their actions.
Could you relax a little?
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 11:05 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.13129 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
  • (1)bbcode_code
  • (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
  • (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