Comments on: bstat Beta 3 Release http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/ A bunch of stuff I would have emailed you about. Thu, 20 Nov 2008 12:52:05 +0000 http://wordpress.org/?v=2.6 By: » Another Nice Touch: Right-Click For Error Code »  InsideMicrosoft - part of the Blog News Channel http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-180688 » Another Nice Touch: Right-Click For Error Code »  InsideMicrosoft - part of the Blog News Channel Thu, 16 Aug 2007 05:14:42 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-180688 [...] A line including an external stats counter, one I didn’t use, was included in some code for the bstats plugin I use to show the incoming search terms (among other things). The code was occasionally forcing [...] [...] A line including an external stats counter, one I didn’t use, was included in some code for the bstats plugin I use to show the incoming search terms (among other things). The code was occasionally forcing [...]

]]>
By: 1stPixel http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-893 1stPixel Thu, 25 Aug 2005 19:52:21 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-893 Fatal error: Cannot redeclare bstat_add_menu() (previously declared in c:\wamp\www\pixelficker\wp-content\plugins\bstat\bstat.php:40) in c:\wamp\www\pixelficker\wp-content\plugins\bstat\bstat.php on line 39 Fatal error: Cannot redeclare bstat_add_menu() (previously declared in c:\wamp\www\pixelficker\wp-content\plugins\bstat\bstat.php:40) in c:\wamp\www\pixelficker\wp-content\plugins\bstat\bstat.php on line 39

]]>
By: peter http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-790 peter Sun, 14 Aug 2005 09:05:03 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-790 that is great,thank you for you good work that is great,thank you for you good work

]]>
By: ??wordpress » ????bstat Beta 3 Release http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-773 ??wordpress » ????bstat Beta 3 Release Fri, 12 Aug 2005 04:33:02 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-773 [...] Add the bstat_hitit function to the footer.php of your theme (or in some other place where it will be called once for each page load). This starts the counting; you can see the results in the bstat submenu of the manage tab of the WordPress admin panel. In order to view the bstat results on your public pages, you’ll need to the bstat display functions to your pages. 有多种函数可提供调用 如: 1.当日最人气的文章 2.本周被搜索的关键词 等等 more detail [...] [...] Add the bstat_hitit function to the footer.php of your theme (or in some other place where it will be called once for each page load). This starts the counting; you can see the results in the bstat submenu of the manage tab of the WordPress admin panel. In order to view the bstat results on your public pages, you’ll need to the bstat display functions to your pages. 有多种函数可提供调用 如: 1.当日最人气的文章 2.本周被搜索的关键词 等等 more detail [...]

]]>
By: Oliver Marshall http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-750 Oliver Marshall Tue, 09 Aug 2005 08:25:52 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-750 Hi, Two things. I have an odd error. The bstat tab in both the Manage section and the Options seems to want/have to be the last tab. If i have another plugin that comes after it, the bstat tab just displays the content of that other plugin. In my case, i have Photopress installed. With the photopress tab present, the bstat tab displays the photopress info. If i disable the last plugin, making bstat the last tab, it works fine. Also, is there a way to just display the number of views of a page on that page? I mean, i would like to have "Viewed xxx times" at the bottom/top of each blog article, rather than the graph. Ta Olly Hi,

Two things. I have an odd error. The bstat tab in both the Manage section and the Options seems to want/have to be the last tab. If i have another plugin that comes after it, the bstat tab just displays the content of that other plugin. In my case, i have Photopress installed. With the photopress tab present, the bstat tab displays the photopress info. If i disable the last plugin, making bstat the last tab, it works fine.

Also, is there a way to just display the number of views of a page on that page? I mean, i would like to have “Viewed xxx times” at the bottom/top of each blog article, rather than the graph.

Ta

Olly

]]>
By: Casey Bisson http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-460 Casey Bisson Tue, 12 Jul 2005 11:22:58 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-460 Pete, <a href="http://www.maisonbisson.com/blog/post/10662/#comment-458" rel="nofollow">the error</a> you mention is because the plugin hasn't created its tables yet. Take a look at step 4 in the quick start directions above and be sure to follow the bit about going to the bStat submenu of the options tab. Pete,

the error you mention is because the plugin hasn’t created its tables yet. Take a look at step 4 in the quick start directions above and be sure to follow the bit about going to the bStat submenu of the options tab.

]]>
By: Pete Quily http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-458 Pete Quily Tue, 12 Jul 2005 09:57:39 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-458 Hi, got this error message when I installed your plugin in my wp 1.51 blog under top stories, top referrers and pulse any suggestions? Pete WordPress database error: [Table 'creation.wp_bstat_hits' doesn't exist] SELECT a.post_id AS post_id, LEFT(b.post_title, 60) AS title, ROUND((SUM(a.hits_reads)) / ((TO_DAYS(NOW()) - TO_DAYS(MIN(a.bstat_date))) + 1)) AS sort_order, CONCAT(' Tot: ', SUM(a.hits_reads), ', Avg: ', ROUND((SUM(a.hits_reads)) / ((TO_DAYS(NOW()) - TO_DAYS(MIN(a.bstat_date))) + 1)), ', Max: ', MAX(a.hits_reads), '') AS note FROM wp_bstat_hits a, wp_posts b WHERE a.post_id = b.ID GROUP BY a.post_id ORDER BY sort_order DESC LIMIT 50 Hi,

got this error message when I installed your plugin in my wp 1.51 blog under top stories, top referrers and pulse any suggestions?

Pete

WordPress database error: [Table 'creation.wp_bstat_hits' doesn't exist]
SELECT a.post_id AS post_id, LEFT(b.post_title, 60) AS title, ROUND((SUM(a.hits_reads)) / ((TO_DAYS(NOW()) - TO_DAYS(MIN(a.bstat_date))) + 1)) AS sort_order, CONCAT(’
Tot: ‘, SUM(a.hits_reads), ‘, Avg: ‘, ROUND((SUM(a.hits_reads)) / ((TO_DAYS(NOW()) - TO_DAYS(MIN(a.bstat_date))) + 1)), ‘, Max: ‘, MAX(a.hits_reads), ”) AS note FROM wp_bstat_hits a, wp_posts b WHERE a.post_id = b.ID GROUP BY a.post_id ORDER BY sort_order DESC LIMIT 50

]]>
By: Shelby http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-412 Shelby Sat, 09 Jul 2005 06:04:17 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-412 Is there a way you can make the bstats show up as a lonk off the main dashboard page instead of under manage? Is there a way you can make the bstats show up as a lonk off the main dashboard page instead of under manage?

]]>
By: MaisonBisson.com » Blog Archive » bStat Features http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-409 MaisonBisson.com » Blog Archive » bStat Features Sat, 09 Jul 2005 02:21:48 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-409 [...] The documentation for the current release (b3, as of July 10, 2005) explains the public functions and their use. I believe they reveal themselves in their names, so here’s a list of the most of them: [...] [...] The documentation for the current release (b3, as of July 10, 2005) explains the public functions and their use. I believe they reveal themselves in their names, so here’s a list of the most of them: [...]

]]>
By: Casey Bisson http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-407 Casey Bisson Fri, 08 Jul 2005 23:23:47 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-407 <a href="http://www.maisonbisson.com/blog/post/10662/#comment-399" rel="nofollow">Justin</a> was right. I've fixed the code in the <a href="http://homepage.mac.com/misterbisson/projects/bstat.zip" rel="nofollow">zip file</a>. Justin was right. I’ve fixed the code in the zip file.

]]>
By: Justin http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-399 Justin Thu, 07 Jul 2005 03:41:39 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-399 Is this where you want bug reports? In the bstat submenu of the manage tab, the links under "Top (Non-Search Engine) Referrers" broke when I upgraded. I *think* I fixed this without causing any new problems by changing line 566 of bstat.php to read: $url = ($baseurl . ($row->url)); Is this where you want bug reports? In the bstat submenu of the manage tab, the links under “Top (Non-Search Engine) Referrers” broke when I upgraded.

I *think* I fixed this without causing any new problems by changing line 566 of bstat.php to read:
$url = ($baseurl . ($row->url));

]]>
By: Blogging Pro China » Wordpress Plugin: bStat http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-398 Blogging Pro China » Wordpress Plugin: bStat Wed, 06 Jul 2005 23:41:12 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-398 [...]   bStat Beta 3可以记录每页的访问人数并生成一个小型图表,类似这样: [...] [...]   bStat Beta 3可以记录每页的访问人数并生成一个小型图表,类似这样: [...]

]]>
By: WordPress Italy » Blog Archive » Plugin WordPress: bStat Beta 3 http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-397 WordPress Italy » Blog Archive » Plugin WordPress: bStat Beta 3 Wed, 06 Jul 2005 20:50:41 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-397 [...] E’ stato rilasciato bStat Beta 3. Sembra che questo plugin per WordPress tenga traccia delle volte che ciascuna pagina viene visualizzata creando anche un grafico. Il plugin permette anche di escludere dalle statistiche determinati indirizzi IP. [...] [...] E’ stato rilasciato bStat Beta 3. Sembra che questo plugin per WordPress tenga traccia delle volte che ciascuna pagina viene visualizzata creando anche un grafico. Il plugin permette anche di escludere dalle statistiche determinati indirizzi IP. [...]

]]>
By:   Wordpress Plugin: bStat by Blogging Pro http://maisonbisson.com/blog/post/10662/bstat-beta-3-release/#comment-396   Wordpress Plugin: bStat by Blogging Pro Wed, 06 Jul 2005 20:10:03 +0000 http://www.maisonbisson.com/blog/post/10662/#comment-396 [...] bStat Beta 3 has been released. It looks like this Wordpress plugin keeps track of how many views each page on your blog gets and creates a graph based on the amount of views. It even has a blacklist system as well as a system to block by IP address. [...] [...] bStat Beta 3 has been released. It looks like this Wordpress plugin keeps track of how many views each page on your blog gets and creates a graph based on the amount of views. It even has a blacklist system as well as a system to block by IP address. [...]

]]>