<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Woopra Forums: Forum: Plugins and Add-ons - Recent Topics</title>
<link>http://www.woopra.com/forums/</link>
<description>Woopra Forums: Forum: Plugins and Add-ons - Recent Topics</description>
<language>en</language>
<pubDate>Mon, 08 Sep 2008 18:35:19 +0000</pubDate>

<item>
<title>jeffr0 on "The Woopra WordPress Plugin"</title>
<link>http://www.woopra.com/forums/topic/the-woopra-wordpress-plugin#post-1144</link>
<pubDate>Fri, 02 May 2008 13:27:15 +0000</pubDate>
<dc:creator>jeffr0</dc:creator>
<guid isPermaLink="false">1144@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I noticed in the installation instructions, the WordPress Woopra plugin will only work in a theme that is standards compliant. I was wondering what you meant by this? It seems as though the plugin didn't work for me and now I have to rely on the javascript, which doesn't auto tag people :(
&#60;/p&#62;</description>
</item>
<item>
<title>phototristan on "Work with WP-Super Cache plugin?"</title>
<link>http://www.woopra.com/forums/topic/work-with-wp-super-cache-plugin#post-4921</link>
<pubDate>Mon, 08 Sep 2008 12:13:23 +0000</pubDate>
<dc:creator>phototristan</dc:creator>
<guid isPermaLink="false">4921@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Does Woopra work with the WP-SuperCache plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>curdaneta on "Wordpress plugin tracks site but doesn't show stats"</title>
<link>http://www.woopra.com/forums/topic/wordpress-plugin-tracks-site-but-doesnt-show-stats#post-4710</link>
<pubDate>Mon, 01 Sep 2008 10:09:01 +0000</pubDate>
<dc:creator>curdaneta</dc:creator>
<guid isPermaLink="false">4710@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;I'm running the plugin version 1.3.1 on WordPress 2.6.1 and when I try to check my analytics I receive this message &#34;Your query returned 0 results&#34; but when I connect from my client everything works fine and I'm able to check my live stats.&#60;/p&#62;
&#60;p&#62;Tested on Firefox 3.0.1 and Safari 3.1.2 on Mac OS 10.5.4
&#60;/p&#62;</description>
</item>
<item>
<title>richardcwgate on "Simple Woopra Module"</title>
<link>http://www.woopra.com/forums/topic/simple-woopra-module#post-4826</link>
<pubDate>Sat, 06 Sep 2008 09:30:55 +0000</pubDate>
<dc:creator>richardcwgate</dc:creator>
<guid isPermaLink="false">4826@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I know others have already contributed Joomla modules for Woopra tracking but just encase anyone is interested in another one....&#60;/p&#62;
&#60;p&#62;Please visit &#60;a href=&#34;http://www.all-our-email.com/j15/index.php/downloads&#34; rel=&#34;nofollow&#34;&#62;http://www.all-our-email.com/j15/index.php/downloads&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks, Richard
&#60;/p&#62;</description>
</item>
<item>
<title>kimpenhaus on "Woopra Wordpress Plugin 1.3 - Line 182 still buggy (woopra.php)"</title>
<link>http://www.woopra.com/forums/topic/woopra-wordpress-plugin-13-line-182-still-buggy#post-4673</link>
<pubDate>Fri, 29 Aug 2008 08:54:27 +0000</pubDate>
<dc:creator>kimpenhaus</dc:creator>
<guid isPermaLink="false">4673@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;As mentioned before (http://www.woopra.com/forums/topic/wordpress-plugin-woo_widget-bug-causes-not-collecting-any-data) line 182 (was line 181 before plugin-upgrade) is buggy:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;update_option(&#38;#39;woopra_website_id&#38;#39;, (int) $_POST[&#38;#39;websiteid&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;forces an int-cast. When you edit the options on the options-page website-id's bigger than 2147483647 are going to be stored as 2147483647 in the db. That line should read something like that:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;update_option(&#38;#39;woopra_website_id&#38;#39;, $_POST[&#38;#39;websiteid&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;regards,&#60;br /&#62;
marcus.
&#60;/p&#62;</description>
</item>
<item>
<title>BunnDev on "Woopra and Joomla!"</title>
<link>http://www.woopra.com/forums/topic/woopra-and-joomla#post-827</link>
<pubDate>Wed, 30 Apr 2008 02:19:13 +0000</pubDate>
<dc:creator>BunnDev</dc:creator>
<guid isPermaLink="false">827@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hi, anyone got Woopra working on a Joomla! based website?  Simply adding the script in the footer using the built in HTML editor just gives you the &#34;var woopra_id = XXXXXXXX&#34; text string rather than entering in the script.  Didn't think that would work ;-)&#60;/p&#62;
&#60;p&#62;I suppose (thinking as I write) that I could get the code in there by just editing the core index.php file rather than using Joomla! to add it but I was wondering if there was a more &#34;elegant&#34; solution (like a plug-in in the making)?
&#60;/p&#62;</description>
</item>
<item>
<title>razvan on "Site ID is not writable with WP plugin 1.3"</title>
<link>http://www.woopra.com/forums/topic/site-id-is-not-writable-with-wp-plugin-13#post-4646</link>
<pubDate>Thu, 28 Aug 2008 11:39:36 +0000</pubDate>
<dc:creator>razvan</dc:creator>
<guid isPermaLink="false">4646@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I have downloaded and installed the latest plugin version. Unfortunately each time I try to add the site code from the members area it cannot be saved and I get another sequence (no idea from where is that)
&#60;/p&#62;</description>
</item>
<item>
<title>ukultra on "Wordpress plugin unexpected T_STRING woopra_xml.php on line 30"</title>
<link>http://www.woopra.com/forums/topic/wordpress-plugin-unexpected-t_string-woopra_xmlphp-on-line-30#post-4337</link>
<pubDate>Sun, 17 Aug 2008 07:51:31 +0000</pubDate>
<dc:creator>ukultra</dc:creator>
<guid isPermaLink="false">4337@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hi, Fixed the initial problem when activating (line 21 problem) but now I get this when I go to the dashboard and select Woopra Analytics:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/ultrarac/public_html/justbloggin/myblogg/wp-content/plugins/woopra/woopra_xml.php on line 30&#60;/p&#62;
&#60;p&#62;Any ideas I'm stuck!&#60;br /&#62;
Using PHP version 5.2.5.&#60;/p&#62;
&#60;p&#62;Cheers Colin
&#60;/p&#62;</description>
</item>
<item>
<title>geeklan on "Your query returned 0 results.. (Woopra WP Plugin)"</title>
<link>http://www.woopra.com/forums/topic/your-query-returned-0-results-woopra-wp-plugin#post-4687</link>
<pubDate>Sat, 30 Aug 2008 06:03:03 +0000</pubDate>
<dc:creator>geeklan</dc:creator>
<guid isPermaLink="false">4687@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Title says it.&#60;/p&#62;
&#60;p&#62;I finally got it to start tracking after fixing the numerous noted bug but it will not pull data. I confirmed that it's pulled the correct site ID. Nothing in the error_log.
&#60;/p&#62;</description>
</item>
<item>
<title>temoni on "i waiting for you to add my site"</title>
<link>http://www.woopra.com/forums/topic/i-waiting-for-you-to-add-my-site#post-4686</link>
<pubDate>Sat, 30 Aug 2008 05:50:06 +0000</pubDate>
<dc:creator>temoni</dc:creator>
<guid isPermaLink="false">4686@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;i add my site in the woopra site in members panel&#60;br /&#62;
&#38;#38; install tha plugin in my wordperss system&#60;br /&#62;
what i need to for to work with the site?&#60;/p&#62;
&#60;p&#62;can you help me?
&#60;/p&#62;</description>
</item>
<item>
<title>thegirlinthecafe on "Woopra Wordpress plugin bug"</title>
<link>http://www.woopra.com/forums/topic/woopra-wordpress-plugin-bug-1#post-4598</link>
<pubDate>Tue, 26 Aug 2008 03:58:33 +0000</pubDate>
<dc:creator>thegirlinthecafe</dc:creator>
<guid isPermaLink="false">4598@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I get an error in my Wordpress plugin. This happens because the number of visits for a day is zero (which is probably because Woopra doesn't seem to be counting visits at the moment.)&#60;/p&#62;
&#60;p&#62;Warning: Division by zero in /wp-content/plugins/woopra/woopra_renderer.php on line 242&#60;/p&#62;
&#60;p&#62;It's not a big issue, but thought I would report it anyway.
&#60;/p&#62;</description>
</item>
<item>
<title>kimpenhaus on "Wordpress plugin - woo_widget bug - causes not collecting any data"</title>
<link>http://www.woopra.com/forums/topic/wordpress-plugin-woo_widget-bug-causes-not-collecting-any-data#post-4427</link>
<pubDate>Wed, 20 Aug 2008 01:59:59 +0000</pubDate>
<dc:creator>kimpenhaus</dc:creator>
<guid isPermaLink="false">4427@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;the woo_widget function contains a bug which is causing the script not collecting any analytics for specific pages (those whose website_id is bigger than php-maxint 2147483647).&#60;/p&#62;
&#60;p&#62;in line 70 on woopra.php &#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo &#34;var woopra_id = '&#34; . intval( $woopra_id ) . &#34;';\r\n&#34;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;intval is causing to &#60;em&#62;change&#60;/em&#62; the &#60;em&#62;website_id&#60;/em&#62; to MaxInt &#60;em&#62;2147483647&#60;/em&#62;. &#60;/p&#62;
&#60;p&#62;Removing php-function &#60;code&#62;intval()&#60;/code&#62; from the script starts collecting data again.&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
marcus.
&#60;/p&#62;</description>
</item>
<item>
<title>worknetwork on "WordPress Stand-Alone help"</title>
<link>http://www.woopra.com/forums/topic/wordpress-stand-alone-help#post-4311</link>
<pubDate>Sat, 16 Aug 2008 10:47:03 +0000</pubDate>
<dc:creator>worknetwork</dc:creator>
<guid isPermaLink="false">4311@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hi, I uploaded the files per the instructions, and activated the Woopra plugin in wordpress.  On my Dashboard I now see a link that says &#34;Woopra Analytics&#34;, however when I click the link, I get the following message: &#34;Please provide your API Key &#38;#38; Woopra Site ID in order to show your analytics!&#34;.  The problem I am seeing is there is no way for me to do this.  I have attempted to do this several times, from deleting the woopra files from my server, and re-uploading them.  I will go step by step to what I am doing to see if anyone can find my error and help get it working:&#60;/p&#62;
&#60;p&#62;1)  Upload woopra.php file to server at directory /public_html/wordpress/wp-content/plugins/  (where there is a folder named akismet).&#60;/p&#62;
&#60;p&#62;2)  I then go to the plugins tab to activate the woopra.php plugin, I click activate, and get the following error code: &#34;Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /public_html/wordpress/wp-content/plugins/woopra.php on line 21&#34;. &#60;/p&#62;
&#60;p&#62; Now I have been able to bypass this error code by completely deleting line 21, it then activates but never gives me the option to enter the website ID or API Key.  Then I go back to the dashboard and see the &#34;Woopra Analytics&#34; tab, I click on it, and get the message: &#34;Please provide your API Key &#38;#38; Woopra Site ID in order to show your analytics!&#34;.&#60;/p&#62;
&#60;p&#62;I have been working on trying to fix this for the last 6 hours, including trying to edit the php code to manually enter my websiteID and API Key, but have been unsuccessful in doing so.&#60;/p&#62;
&#60;p&#62;If anyone could help me with this to try to get it working, I would GREATLY appreciate it.  If you need any additional information, please let me know.  Thank you.&#60;/p&#62;
&#60;p&#62;Jake Hejny
&#60;/p&#62;</description>
</item>
<item>
<title>darkriftx on "Joomla 1.5 Woopra module"</title>
<link>http://www.woopra.com/forums/topic/joomla-15-woopra-module#post-3826</link>
<pubDate>Sat, 26 Jul 2008 18:02:20 +0000</pubDate>
<dc:creator>darkriftx</dc:creator>
<guid isPermaLink="false">3826@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I wrote a module for Joomla 1.5 today that lets you insert woopra into your joomla site. Install it, place it in a module position that works on your template (preferably footer if your template has that) and insert your site id code. I added an optional spot to put in an ip address to block (put your own IP and your visits wont be counted). Please let me know how you like it and if you have any requests.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://blueballdomains.com/domain-names-blog/34-blue-ball-domains-blog/58-woopra-analytics-joomla-15-module.html&#34; rel=&#34;nofollow&#34;&#62;http://blueballdomains.com/domain-names-blog/34-blue-ball-domains-blog/58-woopra-analytics-joomla-15-module.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Lazy on "Woopra and SMF (Simple Machines Forum)"</title>
<link>http://www.woopra.com/forums/topic/woopra-and-smf-simple-machines-forum#post-1873</link>
<pubDate>Wed, 21 May 2008 04:39:30 +0000</pubDate>
<dc:creator>Lazy</dc:creator>
<guid isPermaLink="false">1873@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I&#60;code&#62;m playing around with SMF (1.5.5) and a new Project, where SMF is the base of the community - this domain is not yet approved and i can not test this code but i think the code should do it, if not please give me/us a hint or fix the solution(s). Like the other Plugin Post of mine, the Avatar-Stuff will sure come but give me time, i allways got a lack of time.. but it will sure come and i think, soon - and.. avatars aren&#60;/code&#62;t that important.. ;) like smilies.. just web stuff.&#60;/p&#62;
&#60;p&#62;Puf this Code in your index.template.php in your (using) Theme Directory of SMF and make sure to replace the orginal (echo &#38;lt;/body&#38;gt;&#38;lt;/html&#38;gt;) code line in it.&#60;/p&#62;
&#60;p&#62;if ($context['user']['is_guest'])&#60;br /&#62;
echo '&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
var woopra_id = \'woopraidnummer\';&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;http://static.woopra.com/js/woopra.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#38;lt;/html&#38;gt;';&#60;/p&#62;
&#60;p&#62;else&#60;/p&#62;
&#60;p&#62;echo '&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
var woopra_id = \'woopraidnummer\';&#60;br /&#62;
var woopra_array = new Array();&#60;br /&#62;
woopra_array[\'name\'] = ', $user_info['username'], ';&#60;br /&#62;
woopra_array[\'Email\'] = ', $user_info['email'], ';&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;http://static.woopra.com/js/woopra.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#38;lt;/html&#38;gt;';
&#60;/p&#62;</description>
</item>
<item>
<title>Nugurt Webmaster on "Drupal module for integrating Woopra"</title>
<link>http://www.woopra.com/forums/topic/drupal-module-for-integrating-woopra#post-233</link>
<pubDate>Wed, 23 Apr 2008 17:43:11 +0000</pubDate>
<dc:creator>Nugurt Webmaster</dc:creator>
<guid isPermaLink="false">233@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;There is a &#60;a&#62;Drupal module for integrating Woopra&#60;/a&#62; into both Drupal 5 and Drupal 6 installations. The integration is deeper than what can be achieved by simply inserting the tracking code manually.&#60;/p&#62;
&#60;p&#62;As of writing this post the module includes support for:&#60;/p&#62;
&#60;blockquote&#62;
&#60;ul&#62;
&#60;li&#62;selective tracking of users based on their role&#60;/li&#62;
&#60;li&#62;local caching of the tracking code&#60;/li&#62;
&#60;li&#62;explicit tracking on their username&#60;/li&#62;
&#60;li&#62;display users' avatars and email addresses (optional) in Woopra&#60;/li&#62;
&#60;/ul&#62;
&#60;/blockquote&#62;
&#60;p&#62;If you have problems/issues with this module then please create an issue in &#60;a&#62;the projects issue que at drupal.org&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Have fun :-)&#60;/p&#62;
&#60;p&#62;edit: the href part of a elements are stripped so here are the URLs of the two links above:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://drupal.org/project/woopra&#34; rel=&#34;nofollow&#34;&#62;http://drupal.org/project/woopra&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://drupal.org/project/issues/woopra&#34; rel=&#34;nofollow&#34;&#62;http://drupal.org/project/issues/woopra&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>rainforestinn on "Typepad"</title>
<link>http://www.woopra.com/forums/topic/typepad-1#post-707</link>
<pubDate>Tue, 29 Apr 2008 14:09:04 +0000</pubDate>
<dc:creator>rainforestinn</dc:creator>
<guid isPermaLink="false">707@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Can someone please post a step by step installation for Typepad. I notice that there are typepad blogs talking about woopra&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.bookofjoe.com/2008/04/woopra-live-cha.html?cid=112699114#comment-112699114&#34; rel=&#34;nofollow&#34;&#62;http://www.bookofjoe.com/2008/04/woopra-live-cha.html?cid=112699114#comment-112699114&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My blog is &#60;a href=&#34;http://rainforestinn.typepad.com/&#34; rel=&#34;nofollow&#34;&#62;http://rainforestinn.typepad.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It is very hard to access PHP or anything in Typepad. You have to work with their terrible control panel.&#60;/p&#62;
&#60;p&#62;Please help.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>benzon on "phpbb3 &#038; phpbb2 by Benzon and pmk"</title>
<link>http://www.woopra.com/forums/topic/phpbb3-038-phpbb2-by-benzon-and-pmk#post-2732</link>
<pubDate>Thu, 05 Jun 2008 19:29:51 +0000</pubDate>
<dc:creator>benzon</dc:creator>
<guid isPermaLink="false">2732@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;phpBB3&#60;/p&#62;
&#60;p&#62;By Benzon&#60;/p&#62;
&#60;p&#62;---------------&#60;/p&#62;
&#60;p&#62;&#38;lt;-- Open includes/functions.php --&#38;gt;&#60;/p&#62;
&#60;p&#62;#Find:&#60;br /&#62;
'S_USERNAME' =&#38;gt; $user-&#38;gt;data['username'],&#60;/p&#62;
&#60;p&#62;#After add:&#60;br /&#62;
'S_USER_EMAIL' =&#38;gt; $user-&#38;gt;data['user_email'],&#60;/p&#62;
&#60;p&#62;&#38;lt;-- Save and Close --&#38;gt;&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;&#38;lt;-- Open styles/(your template)/template/functions.php --&#38;gt;&#60;/p&#62;
&#60;p&#62;#Find:&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;/p&#62;
&#60;p&#62;#Before add:&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
var woopra_id = 'Your_Woopra_ID';&#60;br /&#62;
&#38;lt;!-- IF S_USER_LOGGED_IN --&#38;gt;&#60;br /&#62;
var woopra_array = new Array();&#60;br /&#62;
woopra_array['name'] = '{S_USERNAME}';&#60;br /&#62;
woopra_array['Email'] = '{S_USER_EMAIL}';&#60;br /&#62;
&#38;lt;!-- ENDIF --&#38;gt;&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;http://static.woopra.com/js/woopra.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;-- Save and Close --&#38;gt;&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;phpBB2&#60;/p&#62;
&#60;p&#62;Thx to pmk - for transforming my phpBB3 code in to phpBB2 code :)&#60;/p&#62;
&#60;p&#62;---------------&#60;/p&#62;
&#60;p&#62;&#38;lt;-- Open includes/page_header.php --&#38;gt;&#60;/p&#62;
&#60;p&#62;#Find 'U_LOGIN_LOGOUT' =&#38;gt; append_sid($u_login_logout),&#60;/p&#62;
&#60;p&#62;#After add;&#60;br /&#62;
'U_USERNAME1' =&#38;gt; $userdata['username'],&#60;br /&#62;
'U_USERMAIL' =&#38;gt; $userdata['user_email'],&#60;/p&#62;
&#60;p&#62;&#38;lt;-- Save and Close --&#38;gt;&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;&#38;lt;-- Open Templates/(your template)/overall_footer.tpl --&#38;gt;&#60;/p&#62;
&#60;p&#62;#Find &#38;lt;/body&#38;gt;&#60;br /&#62;
#Before add;&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
var woopra_id = 'YourWoopraID';&#60;br /&#62;
&#38;lt;!-- BEGIN switch_user_logged_in --&#38;gt;&#60;br /&#62;
var woopra_array = new Array();&#60;br /&#62;
woopra_array['name'] = '{U_USERNAME1}';&#60;br /&#62;
woopra_array['Email'] = '{U_USERMAIL}';&#60;br /&#62;
&#38;lt;!-- END switch_user_logged_in --&#38;gt;&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;http://static.woopra.com/js/woopra.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;-- Save and Close --&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Cmafai on "Woopra for IPB"</title>
<link>http://www.woopra.com/forums/topic/woopra-for-ipb#post-1281</link>
<pubDate>Sun, 04 May 2008 23:20:43 +0000</pubDate>
<dc:creator>Cmafai</dc:creator>
<guid isPermaLink="false">1281@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Just a thing I made, maybe someone will find it useful. If you encounter any bugs, please tell me and I'll look into it right away :)&#60;/p&#62;
&#60;p&#62;Heres the link to the installation instructions download (You will need an invisionize account to download it...):&#60;br /&#62;
&#60;a href=&#34;http://mods.invisionize.com/db/index.php/f/8148&#34; rel=&#34;nofollow&#34;&#62;http://mods.invisionize.com/db/index.php/f/8148&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope it helps you out :)&#60;/p&#62;
&#60;p&#62;Note: This is not an &#60;em&#62;official&#60;/em&#62; addon, so use at your own risk! Backup all files edited!
&#60;/p&#62;</description>
</item>
<item>
<title>benzon on "phpBB3 solution"</title>
<link>http://www.woopra.com/forums/topic/phpbb3-solution#post-2693</link>
<pubDate>Thu, 05 Jun 2008 16:02:44 +0000</pubDate>
<dc:creator>benzon</dc:creator>
<guid isPermaLink="false">2693@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Okay a new guide makes it more secure, it requres a little bit of modification&#60;/p&#62;
&#60;p&#62;Includes &#38;gt;&#38;gt; functions.php&#60;/p&#62;
&#60;p&#62;Find:&#60;/p&#62;
&#60;p&#62;'S_USERNAME'			=&#38;gt; $user-&#38;gt;data['username'],&#60;/p&#62;
&#60;p&#62;Add After:&#60;/p&#62;
&#60;p&#62;'S_USER_EMAIL'			=&#38;gt; $user-&#38;gt;data['user_email'],&#60;/p&#62;
&#60;p&#62;Styles &#38;gt;&#38;gt; Style Name &#38;gt;&#38;gt; Template &#38;gt;&#38;gt; overall_footer.html&#60;/p&#62;
&#60;p&#62;Find&#60;/p&#62;
&#60;p&#62;&#38;lt;/body&#38;gt;&#60;/p&#62;
&#60;p&#62;Add before:&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
var woopra_id = 'Your_Woopra_ID';&#60;br /&#62;
&#38;lt;!-- IF S_USER_LOGGED_IN --&#38;gt;&#60;br /&#62;
var woopra_array = new Array();&#60;br /&#62;
woopra_array['name'] = '{S_USERNAME}';&#60;br /&#62;
woopra_array['Email'] = '{S_USER_EMAIL}';&#60;br /&#62;
&#38;lt;!-- ENDIF --&#38;gt;&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;http://static.woopra.com/js/woopra.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;-------------&#60;/p&#62;
&#60;p&#62;Remember to change your Woopra id!
&#60;/p&#62;</description>
</item>
<item>
<title>mmmmmmbeer on "Joomla and mamboo integration..."</title>
<link>http://www.woopra.com/forums/topic/joomla-and-mamboo-integration#post-3317</link>
<pubDate>Tue, 24 Jun 2008 00:32:05 +0000</pubDate>
<dc:creator>mmmmmmbeer</dc:creator>
<guid isPermaLink="false">3317@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;This would be so popular if this was implemented into these cms systems... i would even donate to make this happen... and i am sure alot of other joomla and mamboo clients would as well.&#60;/p&#62;
&#60;p&#62;think about it, it would be a hit&#60;/p&#62;
&#60;p&#62;Jay
&#60;/p&#62;</description>
</item>
<item>
<title>omfgwtfk on "Woopra for Expression Engine?"</title>
<link>http://www.woopra.com/forums/topic/woopra-for-expression-engine#post-3230</link>
<pubDate>Wed, 18 Jun 2008 13:57:54 +0000</pubDate>
<dc:creator>omfgwtfk</dc:creator>
<guid isPermaLink="false">3230@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Pretty please?
&#60;/p&#62;</description>
</item>
<item>
<title>jgeiser on "Support for WPMU"</title>
<link>http://www.woopra.com/forums/topic/support-for-wpmu#post-2919</link>
<pubDate>Mon, 09 Jun 2008 16:37:02 +0000</pubDate>
<dc:creator>jgeiser</dc:creator>
<guid isPermaLink="false">2919@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I would like to support Woopra within a Wordpress MU installation.&#60;/p&#62;
&#60;p&#62;Are there any plugins to support this?
&#60;/p&#62;</description>
</item>
<item>
<title>BatM on "MyBB?"</title>
<link>http://www.woopra.com/forums/topic/mybb#post-1575</link>
<pubDate>Mon, 12 May 2008 05:26:37 +0000</pubDate>
<dc:creator>BatM</dc:creator>
<guid isPermaLink="false">1575@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Is there any available MyBB mod for Woopra? Would love to see the same sort of things as on vB mod.... *Hint Hint*&#60;/p&#62;
&#60;p&#62;I have 5 vB's and a few MyBB's and would love to have the details that the vB mod gives me (like username posts etc)
&#60;/p&#62;</description>
</item>
<item>
<title>shocker! on "phpBB3 Plugin"</title>
<link>http://www.woopra.com/forums/topic/phpbb3-plugin#post-1078</link>
<pubDate>Thu, 01 May 2008 21:04:18 +0000</pubDate>
<dc:creator>shocker!</dc:creator>
<guid isPermaLink="false">1078@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;You have a vBulletin and a wordpress plugin, so why not make a phpbb3 forum plugin. :):) Just keep this idea in your mind.
&#60;/p&#62;</description>
</item>
<item>
<title>Lazy on "Woltlab Wbb3 &#038; Woopra"</title>
<link>http://www.woopra.com/forums/topic/woltlab-wbb3-038-woopra#post-1287</link>
<pubDate>Mon, 05 May 2008 00:37:26 +0000</pubDate>
<dc:creator>Lazy</dc:creator>
<guid isPermaLink="false">1287@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;I don&#60;code&#62;t know if it is the right category because it isn&#60;/code&#62;t a plugin but a way to use woopra with the wbb3 bulletin board software from woltlab (woltlab.com).&#60;/p&#62;
&#60;p&#62;Put this Code lines into you Footer Template (Admin Area Wbb3 - Layout) before &#38;lt;/body&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
var woopra_id = 'woopraidnummer';&#60;br /&#62;
{if $this-&#38;gt;user-&#38;gt;userID != 0}&#60;br /&#62;
var woopra_array = new Array();&#60;br /&#62;
woopra_array['name'] = '{@$this-&#38;gt;user-&#38;gt;username}';&#60;br /&#62;
woopra_array['Email'] = '{@$this-&#38;gt;user-&#38;gt;email}';&#60;br /&#62;
{/if}&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;http://static.woopra.com/js/woopra.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;How to use the avatar array correct.. will be added soon..
&#60;/p&#62;</description>
</item>
<item>
<title>shocker! on "phpbb woopra"</title>
<link>http://www.woopra.com/forums/topic/phpbb-woopra#post-1590</link>
<pubDate>Mon, 12 May 2008 16:10:15 +0000</pubDate>
<dc:creator>shocker!</dc:creator>
<guid isPermaLink="false">1590@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;well i know there isn't one for phpbb3 but try to make one **hint**
&#60;/p&#62;</description>
</item>
<item>
<title>finndo on "Joomla"</title>
<link>http://www.woopra.com/forums/topic/joomla#post-1491</link>
<pubDate>Fri, 09 May 2008 16:21:27 +0000</pubDate>
<dc:creator>finndo</dc:creator>
<guid isPermaLink="false">1491@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;Any installations help to joomla??&#60;/p&#62;
&#60;p&#62;Finndo
&#60;/p&#62;</description>
</item>
<item>
<title>jpyrat on "SPIP plugin aviable"</title>
<link>http://www.woopra.com/forums/topic/spip-plugin-aviable#post-1655</link>
<pubDate>Thu, 15 May 2008 08:46:50 +0000</pubDate>
<dc:creator>jpyrat</dc:creator>
<guid isPermaLink="false">1655@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've just coded this plugin for the CMS SPIP (www.spip.net).&#60;/p&#62;
&#60;p&#62;It's aviable via a SVN client with :&#60;br /&#62;
svn co svn://zone.spip.org/spip-zone/_plugins_/_stable_/woopra&#60;/p&#62;
&#60;p&#62;Allready in use on &#60;a href=&#34;http://www.pyrat.net&#34; rel=&#34;nofollow&#34;&#62;http://www.pyrat.net&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Documentation pending.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
</item>
<item>
<title>slingblade on "How are page views calculated?"</title>
<link>http://www.woopra.com/forums/topic/how-are-page-views-calculated#post-1330</link>
<pubDate>Mon, 05 May 2008 20:25:33 +0000</pubDate>
<dc:creator>slingblade</dc:creator>
<guid isPermaLink="false">1330@http://www.woopra.com/forums/</guid>
<description>&#60;p&#62;Ok, Woopra flat lines at the 10k limit for me in less than 4 hours.&#60;/p&#62;
&#60;p&#62;I notice that when a person is on a page, a new page view is generated up to six times a second but usually only 2 or 3 times.&#60;/p&#62;
&#60;p&#62;I get the feeling that this is messing up my accuracy big time. If a person is on a page for 30 seconds then shouldn't that only count as one page view and not 30?&#60;/p&#62;
&#60;p&#62;This screenie shows one user, 13 page views in 2 seconds......I must be interpreting this wrong?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.shottalk.com/woopra.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.shottalk.com/woopra.jpg&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
