wp-shortstat is a litte statistics plugin for WordPress up to version 3.3.1. The plugin was written by Jeff Minard but the latest original version does not work with WordPress 2.02. I fixed this problem and developed further changes to the plugin. Some changes from other people are also included. To send Patches mail to mk(at)happyarts.de
Download the latest version as zip version.
[quads id=“1″]
Installation instructions: copy wp-shortstat.php and your language file *.mo (optional) per ftp to your „your_blog/wp-content/plugins“ directory and activate the plugin in the WordPress|Plugins|Plugins-menu. Now you can visit your statistics in WordPress|DashBoard|ShortStat.
Slovene translation from Vid Kosir, Spanish translation from Jaime Gómez Obregón
Update: If you have a large database, you may delete old statistic entries before 2007 with the SQL „SELECT FROM wp_ss_stats WHERE dt < 1167609599“. More about this topic in article „WordPress Tip: Reduce the Size of the WP-ShortStat Database Table“
Version 1.17a (5. October 2011)
- lithuanian translation from professional translator Nata Strazda, http://www.webhostinggeeks.com
- ukrainian translation from professional translator Alyona Lompar, http://webhostingrating.com
- romanian translation from Alexander Ovsov, Web Geek Science http://webhostinggeeks.com
Version 1.16 ( 25. February 2011)
- translatetion to Bulgarian language from Dimitar Atanasov
- encoding fixed (Thx to Alexey Demakov)
Version 1.14c (28. July 2009 )
- disabled more error warnings
- added new russian translation from Fat Cow
- Patch from hacker-piao: fixed possible security vulnerabilities
Version 1.14b (19. February 2009 )
- fixed php warning
- patch from Eric Caron: fixed possible security problem (prevent SQL injections)
Version 1.14a (08. January 2009)
- removed support for wordpress before version 2.3, tested up to version 2.7
- fixed creation of tables at setup
- compatibility fix for WP_MU
- removed deprecated functions
- disabled the country detection, because whois.happyarts.de is not working anymore and there where no more updates to the country panel
- little bit more space for the modules
- language template is now included in standard download file
Version 1.13c (14. April 2008)
- Small changes, maybe improving compatibility with WordPress 2.5
- Corrected handling of hits having no referrers as suggested by Stian
Version 1.13a (14. November 2007)
- fixed Bug with not working Browser and Platform Tabs (Thx to Stian for fixing the bug)
- show percent in Countries tab
- calculate percentage in Browsers and Platforms tab relative to all hits, where these information are known, not to all hits
Version 1.12b (2. October 2007)
- small compatibility fix for WordPress 2.3, tested with WordPress 2.3.1
- we had to switch off the whois.happyarts.net UDP server because of massive server stability problems. We are investigating the problem and may start the service again. Untils this, there is no country code detection possible. Another way to fix this problem would be a local database with ip-ranges and countries. If someone want to write this…
Version 1.12a (8. Januar 2007)
- new database format, about half the size of the old format
- added blogger.com to detected search engines
- fix for broken referer
- added debug version which shows all errors
- some internal fixes (uninitialized variables, …)
- disabled old country detection code
- If you wish to compress your SQL database to about half of the original size, execute these SQL statements once (replace all ‚ with the standard character before)
UPDATE ‚wp_ss_stats‘ SET ‚language‘ = “ WHERE ‚language‘ = ‚empty‘
UPDATE ‚wp_ss_stats‘ SET ‚browser‘ = “ WHERE ‚browser‘ = ‚Indeterminable‘
UPDATE ‚wp_ss_stats‘ SET ‚version‘ = “ WHERE ‚version‘ = ‚Indeterminable‘
UPDATE ‚wp_ss_stats‘ SET ‚platform‘ = “ WHERE ‚platform‘ = ‚Indeterminable‘
ALTER TABLE ‚wp_ss_stats‘ CHANGE ‚country‘ ‚country‘ CHAR( 2 ) NOT NULL
ALTER TABLE ‚wp_ss_stats‘ DROP ‚user_agent‘
Whois PHP service switched off (13. December 2006)
Now it is 6 months ago that we wrote and launched the UDP-based whois service on our server to process the whois queries in wp-shortstat. The new service replaces the old PHP based ip2country.php script which should not be used anymore. Please download the latest version of wp-shortstat to use the UDP service because the PHP based is switched off now.
Version 1.11 (27. June 2006)
- fixed lost referer for some strange php configurations
Version 1.10 (22. May 2006)
- More timeout handling for UDP connect/usage
- If UDP connect to http://whois.happyarts.net fails, use old TCP algorithm
- Show feed hits separatly
Version 1.9b (11. May 2006)
- We added a new country detection service, using our own server written only for wp-shortstat (using c# with mono) and UDP, instead of HTTP with php/apache/mysql as server. We hope, that we can rise the limit of 5 queries/second to at least 50 queries/second. This should also improve the performance of your weblog. Please donate to allow us to improve this service.
- search termes with special characters (all chars not included in US-ASCII) where not handled correctly
- more charset problems fixed, we use html entities instead of unicode for output now
- added new module: „Last Keywords“, shows the last couple of search keywords extracted from the referrers
- Improved CSS a little bit
Version 1.8 (23. April 2006)
- added PHP 5 compatibility
- added more search engine strings
Version 1.7h (06. April 2006)
- Localized date strings
- Search terms are now converted to blog charset
- Fixed more date/time offset problems. Incorrect timestamps where written to the database if server time and wordpress time are differ (thx to John Holman and James Skemp)
- Added detection to more newer browsers like Safari 2.0.2-2.0.3 and others (thx to Sean Park)
- Stripp PHP-SessionID from referrer string
- Added three russion search engines (from http://register.intruder.ru)
- Test if function mb_convert_encoding exists, because not all PHP installations have this function
- Don’t foget to adjust your daylight saving time (+1) in Admin|Options|General
Version 1.6 (27. Feb. 2006)
- Use more localized date/time format strings
- New module Last Resources and Localized version with Italian language file, done by Due Chiacchiere
- Reordered some modules
- French translation by http://www.ikiru.ch/blog/2006/wp-shortstat-traduit-en-francais
Version 1.5a (17. Feb. 2006)
- We from Happy Arts added a new server service: whois.happyarts.net. This service determinates the country from an IP address, using a 300 MB MySQL database from http://www.hostip.info. We could not use hostip, it is to slow and whois.wordpress.de doesn’t work anymore. This fixes the problem that the languages are „Indeterminable“.
- Fixed some quote marks in incorrect charsets (thx to David), fixed title for links in the two referrers boxes
Version 1.4a
- for performance reasons show only the last 7 days of hits statistics
- speedup for weekly statistic (nearly doubled the performance)
- fixed time difference in weekly statistics
older changes:
- new host for detecting country code (thx to wordpress.de)
- fixed time offset calculation in wp_shortstat_display_stats, TodayHits and UniqueHits, now uses time zone configured in WordPress
- search terms are now saved case insensitive
- do not check for „is_admin_page“ function anymore, because some plugins like Google Sitemap Plugin from Arne Brachhold include this function an wp-shortstat thinks that we are admin, even on standard pages
- fixes from http://www.4null4.de/63/wp-shortstat-korrekturen included
- do not check for „is_admin_page“ function anymore, because some plugins like Google Sitemap Plugin from Arne Brachhold include this function an wp-shortstat thinks that we are admin, even on standard pages
- multiple fixes for detecting pages that should not been counted
- page calls from users that are logged in and are admins don’t counted anymore
- changes from WebKeyDesign included: changed CSS to match WP2 theme (http://www.webkeydesign.com/107/wordpress-20-shortstat-plugin/)
- naver.com search term recognition added
- fixed all reported warnings from Zend Code Analyzer
Uploaded version 1.4a, this version should now show the date correct. BTW: We are working on the country detection code.
Pingback: thevoidnotes.org » My first ever Wordpress plugin mod
Markus,
The plugin is still having problems with „Hits in the last week“ being off a day. Just today shows my correc time and day (5:30am on Feb. 13th). „Hits in the last week“ shows today being Feb 14th with the previous day Monday, Feb. 13th.
I like the fixes and enhancements you have made to this plugin. I especially like that I’m capturing stats after having upgraded WordPress to 2.0.1 yesterday.
I had previously experienced the bug relating to hits last week being off by one day and made a fix to it myself. While I was in that code I also added the day of the week to the line that gives Todays hits so that it says, for example, „Today, Tuesday, 14 Feb 2006“ instead of „Today, 14 Feb 2006“. I just like having the day mentioned there. This feature can be added by changing line 686 in your code from:
$day = ($i > 0) ? date(„l, j M Y“,$dt_start) : „Today, „.date(„j M Y“,$dt_start);
to:
$day = ($i > 0) ? date(„l, j M Y“,$dt_start) : „Today, „.date(„l, j M Y“,$dt_start);
Please consider adding this to your version.
– Dave
Thanks for incorporating my CSS colors. I tried out the latest 1.4.a and line 83 causes a problem on WordPress 1.52. Removing line 83:
|| is_preview()
Seems to fix it.
Guess I was wrong. It looks like I can’t get 1.4.a to work on WordPress 1.52. It will not count any hits.
If you’re on 1.5.2 you can revert to Jeff’s original version at least.
One weird thing in 1.5 (which didn’t affect me, I just noticed it looking at the code copied from the .txt file on theis page and pasted into my text editor)… On this line (229 I think):
else if (preg_match(„/search.naver./i“, $url[‚host‘])) {
parse_str($url[‚query‘],$q);
// Naver search terms are in ‚query‘
$searchterms = $q[‚query‘]
all the single quote marks (around ‚query‘ for example) were replaced by the „unrecognized symbol“ mark in my utf-8 text editor. But all the others were fine. I scanned through the whole document and found no other occurrences of this.
Maybe a „smart quote“ snuck into the code while you weren’t looking.
Thanks again for all your work on this plug-in!
Opening that .txt file now (Firefox, Mac) I get the single quotes as question marks.
($url[?query�],$q);
// Naver search terms are in �query�
$searchterms = $q[�query�]
crazy character encoding issues… I had a bear of a time figuring out why Notepad on Windows kept breaking my TiddlyWiki…
And just out of curiosity, in the modules where you have stuff like:
php echo $wpss->getResources();
if I put a number between the parentheses would it vary the number of results returned?
Pingback: WordPress WP-ShortStat Plugin Fix - Retro-PC
David, you are correct. The quote marks where in incorrect charsets, I fixed this now. Putting the number in the parantheses would not help, but I added this feature to my todo-list.
Can you possibly move the languages box? It looks out of place in the corner.
Thanks a bundle for making WP-ShortStat WP 2.0.1 compatible! I dearly missed BAStats from the WP 1.5 days, but now there’s a fine working stat-plugin for WP 2.x again.
Best regards…
MacSlow
Thanks for the much needed update. It seems that this version works better than the original.
Damn, its not working for me at the moment. Getting the same error that I did when I had the 1.5 version installed on my WordPress 2.0
Fatal error: Non-static method wp_shortstat::maybe_create_table() cannot be called statically in /home/.quiterie/timc3musictech/musictech.timc3.com/wp-content/plugins/wp-shortstat.1.php on line 72
Thanks for fixing this up after it busted in v2.01, cheers mate :)…..and all the other fixes, much better! Great work
Hello there! I localized ( .po / .mo ) your plugin, version 1.5a! Moreover I added a new „module“ to see last resources, and made a more clean css for it. Please download it at
http://www.duechiacchiere.it/uploads/2006/02/wp-shortstat.zip
The zip file contains both the .php and .po/.mo files for localization. I didn’t localize country names. Just let me know if you find it useful!
Hallo, das Script funktioniert wunderbar bei mir. Jedoch ist er bei den Hits immer einen Tag voraus. Allerdings stimmen die Zeit einstellungen von WordPress selber.
Gibt es hier einen Tipp.
@Allen: The placement of the language box depends on your screen resolution and your browser. Try to use the newest version of wp-shortstat, becuase I improved the CSS a little bit. In later versions, I’ll change more in this area.
@Tim Child: I can not reproduce your error and can’t say, whats wrong here. Do you have the latest version 2.01 of wordpress and what php do you use?
@coolman: Many thanks for your updated version, I used most of your changes in version 1.6 and added the german translation. I didn’t like the new layout that much (to small), so I used the old one and improved it a little bit.
@Stefan: Einen weiteren Bug bei dem Datum der Hits habe ich soeben korrigiert. Probiere mal die aktuellste Version.
Pingback: Lost Highway » wp-shortstat traduit en français
Stefan: bei mir sehe ich leider keinen Schatten, deshalb ist mir das nicht aufgefallen. Ist aber geändert.
Hallo Markus,
super funktioniert einwandfrei und das Datum läuft auch.
Die einzige kleine Änderung die ich noch vorschlagen würde ist wenn du:
#wp_shortstat .module h3 {
position: relative;
margin: 0 0 1px;
padding: 8px 5px 1px 4px;
text-align: left;
font-size: 10px;
font-weight: normal;
color: #FFF;
background-color: #14568A;
text-shadow: 2px 2px #DFDFDF;
border-bottom: 1px solid #0D324F;
}
die Zeile text-shadow in
text-shadow: 2px 2px #333333;
änders. Dann ist die Überschrift der Module wesentlich besser lesbar, da im Moment der Schatten fast genauso hell ist wie der Rest in Safari. So funktioniert es im Safari und Firefox ohne Probleme.
Gruss Stefan
Hallo Markus, noch ein Fix bzgl. der falschen (zumindestens bei mir) Datumsangabe im „Last Week“-Report:
-> Zeile 696 nach $day…:
for ($i=0; $i 0) ? gmstrftime(„%a, %d %b %Y“,$dt_start) : „Heute, „.gmstrftime(„%d %b %Y“,$dt_start);
$dt_start = $dt_start – 24*60*60;
[…]
Hello there, thank you for including my hacks :) Hope they will be useful!
Have a nice day.
coolmann
Sorry for the double comment, but I just found this „more complex“ version of shortstat, what do you think about porting it into wp-shortstat?
http://wettone.com/code/slimstat
It has a lot of different features, and can be used for more detailed stats!
coolmann: great plugin, I’ll see if I can get some ideas from it.
mkaemmerer: if you need help, do not hesitate to contact me via email! :) I think that wp-shortstat is a really good plugin, the only one featuring this kind of service, as far as I know. So improving it could be even more useful for everyone using wordpress.
Sorry for this double comment again. Since a friend of mine asked me to show referers on his blog, I extended wp-shortstat adding some metatags (like the „more“ to split contents) to wp-shortstat, so that he can now „export“ stats. You can see a demo here
http://www.duechiacchiere.it/visitatori/
So, extending its control panel (like slimstat) and adding this „metatag“ feature, could bring us to version 2.0 of this plugin. Or we could ship two files, one for metatags, and the other one for the control panal? Just let me know!
Pingback: BirDesign
Pingback: zungu.NET | Stats
I am receiving an enormous number of ‚blank‘ referrers with the new version. This may have nothing to do with the plugin and be some form of new „referrer spam“ but thought I’d ask. Can you think of something with the plugin that might cause this? I have upgraded to WordPress 2.0.2 recently, but this did not start happening immediately.
Love the plugin. Just hoping to find out what this new quirk is. Thanks.
I’ve WP 2.02 here, too and did not see any problems regarding the referrers. If you have more information about this please post again. You may also try an older version, to see if wp-shortstat has something to do with that.
Hi, thanks for fixing this plugin and for your continued support. It seems to work well excpet that ‚Today“ in last week dates is one day ahead of the ‚Hits“ date. The Hits date is the correct one. No other problems I can see…
Thanks again.
Current WP-ShortStat doesn’t detect Safari 2.0.2-2.0.3 correctly.
Also, it’s missing some browsers like Flock and SeaMonkey.
You might want to add this script to the plugin.
Thank you for keep updating WP-ShortStat!!
Sean, thanks for the updated list, it is in included in the comming 1.7 release.
Love this new version, much handier changes and all around more useful.
Requests: Is it possible to implement ajax so certain boxes can be shrunk or rearranged?
Is there also a way that the css can be changed so it ties in with whatever admin theme is in use (I’m using the tiger style for example). Actually while a lot of this I could do myself a small options section would be quite handy. In fact I think I might start working on that myself (with code being sent to you. No sense in forking development even more..
Keep up the excellent work!
Chris, using AJAX for this plugin is a great idea. We can do a lot of things to present more or better information on one page. But for myself I can’t do this, because lack of time for this. If you would do some work on this plugin I would be happy to include your code. You may have subversion access to it, too.
Nice plugin, thanks for developing it.
I just installed 1.6, replacing another version of shortstat (1.3.1) that I’d installed the other day on my WP 2.0.2 blog.
First thing I noticed with 1.6 and which another commenter here has mentioned – the ‚Last week‘ section under hits is definitely out by one day. For instance, it shows today as 25 March (it’s not, it’s the 24th) but also shows ‚Fri 24 March‘ which is today. I’m in the CET timezone and my blog is set for that timezone.
But if a fix is in 1.7 I’m not going to be too concerned about it for the moment. Assuming 1.7 is soon?
Neville, there are known bugs in the old wp-shortstat-version. Sometimes it uses the time, the server reports and sometimes the corrected time from wp-shortstat. If the server is not running in the same time-zone than the ‚user‘, there will be differences. I hope, this problem is fixed with the upcomming version 1.7
I’m having issues with funky additions to my urls… In IE Windows, they show up in the address bar. And when MSN indexes pages, it keeps that SESSID in the url so that subsequent unique hits through MSN don’t register in the totals for that page.
/audio-visual/robert-frost/?PHPSESSID=e607526977abd42d7656041328e8ab04
This doesn’t seem to be an issue for other search engines. And the display of the SESSID only seems to affect IE.
Great addition to the WordPress community Markus – 1.7 looks even more stylish than 1.6.
Like one of the above posters mentioned, there’s definitely some very cool functionality in SlimStat that would add significantly to ShortStat’s value.
To that end, what’s the possibility of getting selected expanded views? For example, click on ‚Browsers‘ in it’s header and get a full view of every browser detected? Click on ‚Last Week‘ and see the last two weeks (or the last month, or …).
(Along those lines, Mediapartners-Google/2.1 – IP 66.249.66.226 in my logs – is Google’s AdSense bot. It’s showing up as undeterminable now in the db.
Since I brought up the topic, getting a look at what bots are hitting the site wouldn’t be bad either …)
Great plugin – definitely a must-have.
Pingback: intruder’s register » wp-shortstat
Pingback: The LOdown » Blog Archive » Finding a ShortStat Fix For WordPress 2.02
Pingback: WP-ShortStat plugin broken after upgrading to Wordpress 2.0.2
Hey,
I updated to 1.7 today but the time difference is 9 hours behind the wordpress time. Is there anyway to fix this ?
The first time you update to 1.7 the times will be false in some cases. This should be fixed by itself in some hours. The time offset used in WordPress (Admin|General|Options) will be used only from this version.
oops you ar right it works cheers.
Pingback: Denya’s blog » SlimStat
Thanks for adding G’s MediaPartner bot. Since you’ve done that … how about the other big boys? (Not sure what your stance is on bots and versions for these.)
msnbot/0.9 (+http://search.msn.com/msnbot.htm)
&
msnbot/1.0 (+http://search.msn.com/msnbot.htm)
Yahoo-Blogs/v3.9 (compatible; Mozilla 4.0; MSIE 5 … (showing as v 5.5)
Feedfetcher-Google; (this is also a bot, but no version information)
Last, any plans to write a query to go back and fix previous records, or am I safe writing one?
James, i’ve added ‚your‘ bots, they will be included in the next version. I don’t have plans to write something to fix old records, so your are safe to do this.
Thanks Markus – looking forward to it (you’ve certainly been pumping these versions out).
I’ve still noticed a little bit of a time problem. See http://strivinglife.net/temp/30Mar_Problem.gif (~15 KB).
I’ve got the time settings set (GMT – 6), and this was displaying correctly for 1.7 (since d and e, however, it’s acted like this). The correct times are getting dumped into the database, but it just looks like a display issue for that one area, for just the last day’s stats.
If I can provide any additional data to help track this down, please let me know.
James, I know about the time shift problems and this is the reason for 1.7a-1.7e. In the latest version it works for me and some other people, who helped my tracking down this problem. But it seems, that the PHP library has bugs/different behaviors in differnt versions and I don’t get it working on all systems. The problem is, that the time the server where the script runs may not be the same as the local time of the people, wo use the weblog. So wp-shortstat tries to determinate the GMT-Time and uses the offset setting in WordPress|General|Options. What we need to finally fix this is a complete new way to determinate 00:00 of the current day, including all GMT/Servertime/Offfset etc. in this calculation. All versions I’ve tried are working for some pepole and for others not and oposite. So if anyone has some idee I would be happy for an eMail.
I’m looking for an email, but can’t find one … so I’ll post. (Mine: strivinglife [AT] gmail , com I’ll out of town for the next 36 hours, however.)
From 1.7d to 1.7e, I think you’ve fixed the time issue (at least on my end). However, from the screenshot (and I should have noted what the day was for me), you can see that the previous day is missing – March 30 – even though there’s data for that date (as the other two pulls showed).
Today, April 1st, I’ve lost March 31st from the pull (no fooling). http://strivinglife.net/temp/31Mar_Problem.gif (~15 KB) The numbers I can see, like March 26-29, match up 1:1.
According to wp-shortstat, it’s been tracking views since March 17. However, if I sufficiently increase the number of days that are displayed, I see data for March 16.
If I change my WordPress offset from -6 to -18, March 31 data shows up (and 30 data is lost). If I display the hour and minute in the last week field (line 737), it’s displaying 18:00 for each date, except today (displaying 00:00). Change tz_offset (line 27) to 0, and it shows 00:00 for every day, and yesterday shows up).
So … maybe wp-shortstat needs it’s own time offset? Have a pull at the bottom right corner that displays what date *and* time wp-shortstat thinks it is, with a text box to enter an offset (in hours). Simple, but surely not elegant …
Pingback: Ja, RAFi » Archiwum » WP-Shortstat 1.7e
Pingback: Full(o)bloG » Blog Archive » SlimStat, statistiche per Wordpress
Just wanted to say thank you for updating that plugin for us! I donated 5 euros to you for such a good job. I know its not much but just wanted to show my appreciation! Keep up the great work that you do!
Damien, thank you (and all others) for your donation. Every donation is helping us to finance the whois-server and allows us to improve wp-shortstat. Next time we will write an own webserver for the whois-service.
Pingback: Anonymous
Pingback: Ja, RAFi » WP-Shortstat 1.7
Pingback: idano.net Web Site Review » idano - Dan Masters on Web Design, Blogging, and SEO
Pingback: BirDesign
Pingback: Skyspage Blog » Blog Archiv » Counter gefunden
Is there a way to add the tracking to other pages outside of the wordpress program it self? I run a MiniBB that uses the WordPress User Database and would like ot track hits to that forum as well…. that make sense?
Pingback: “miscellaneous” a.k.a. graymer’s blog » diverse
I’m trying to download it, in my joy of getting ShortStat back (thanks!) but get „zip-file invalid or damaged“ so I can’t. Any ideas?
Anetq: Try the txt version.
Download the file to your computer and save it into your wordpress/wp-content/plugins/ folder.
For example:
http://mysite.com/wordpress/wp-content/plugins/wp-shortstat.php
Yeah! Strike! Got me stats again 8) After upgrading to WP2.0.1 my old stats ceased to work. Didnt like it. Now I’ve got my stats back :-D
thanks for the good work!
Pingback: Anonymous
Hi, I’m getting the follow error when i activate your plugin:
Fatal error: Non-static method wp_shortstat::maybe_create_table() cannot be called statically in /home/onemomsl/public_html/blog/wp-content/plugins/wp-shortstat.php on line 75
I’m using WordPress 2.02 Thanks!
Pingback: open your eyes… » 워드프레스 plugin설치 #4 - WP-ShortStat
Is there any way to reset the stats? Will the database get bigger and bigger without any way to erase old data?
There is no direct way to delete the statistic databse. You may use an MySQL tool and delete the tables. But you loose all your data.
Pingback: onemomslife.com
Been trying to install this statistic tracker, but have no clue. I added it to my wp-content/plugins/ via FTP, its activated, but yeah dont see anything else.
I am using WP 2.0.2 and shortstat 1.8 –
I am not getting any data on:
Last Resources
Referers
Keywords
Domains
I AM getting data on:
Number of Hits
Resources
Language
Countries
Browsers
Platforms
Any idea why i am getting some of the statistics but not all of them???
Pingback: Patrick Stuart Website
Pingback: Anonymous
Pingback: Toszcze.org » WP-slimstat - statystyki dla WordPress
the newest version doesnt work wotj WP 1.5.2 know why? i got a Fatal error: Call to undefined function: is_preview() in error, so i deleted that line out and still doesnt work
Lewis, the newest version works only with wordpress 2.02, not with 1.5.x. You may try to remove the line with „is_preview()“, but there may be other problems. You should upgrade wordpress.
My installation is WP2.02 and im getting PHP fatal errors:Call to undefined function: mb_strtolower() in /…/….. on line 220
with latest wp-shortstats plugin
sorry for double post. my server PHP version is 4.4.2
Ametist, this function is only available, when you have Mutibyte-Support in your PHP installation. In wp-shortstat v1.9a I test for this function, so it should work for your, too. But remember: without this function, wp-shortstat can not handle special charaters like german umlauts.
It looks like this logs Feed hits. Could those be counted separately?
Pingback: My WordPress plug-ins - RotorBlog.com
After installing the last version (1.9b) my site doesn’t validate anymore.
I got the following message when trying to validate at W3C: „500 EOF when chunk header expected“.
Also my feeds don’t work anymore.
With a previous version (1.6) the site works perfectly.
Any idea? Or where can I get a previous version?
Pingback: Shortstat on Wordpress 2.0.1 at JaypeeOnline
Don’t know if the firewall is blocking UDP connects.
But the new version works just fine.
Thank you Markus
Pingback: Hillitön Charmi » WP-ShortStat ja Blogilista
the administrator of the system hosting my blog dropped me a note today, after finding my account to be monopolizing mysql connections:
I’ve disabled the plugin for the nonce. Additionally, he asked that I „let them know that a timeout definitely needs to be added to the udp lookup (not just the open) or they’ll be annoying a lot of web hosting shops…“
So, looks like I’m going to roll back to an earlier version for a while.
Pingback: resiny.org » Blog Archive » Plugins I use
Warning: parse_url(file://c:\projects\wwwparser2\html504golb_linkoski_net.html): Unable to parse url in /home/linkoski/public_html/golb/wp-content/plugins/wp-shortstat.php on line 653
This just started showing up this morning. Any ideas?
Scott, php could not parse this file url correcltly, this is no problem at this point. You may ignore this warning.
For those like me whose the UDP doesn’t work and can’t get the country statistics, you can get a working version here.
Markus, I’ve fixed the file indentation, if you are interested you can get it and uncomment the UDP thing, hope you find it useful.
Samuel, your version disables the UDP version of the country detection and uses the old TCP/IP version. Our server can’t handle the load with TCP connections, so use this version ONLY if UDP doesn’t work. We can not guarantee that the TCP server will be online for a longer time.
I am thinking Dan might be right and the latest 1.10 version is slowing down site. My site is running slow and it appears in might be ShortStat. I just disabled it and performance seems better. I currently have it disabled. My database is show 96,578 in ss_stats and 1606 in ss_search. My host is using MySQL 4.0.16.
Mark, can the total hits be shown on the sidebar of the blog?
Ryan, there is no such feature. I could be implemented, but you would need an good cacheing, otherwise you would throw up the database server.
Just upgraded from Jeff Minard’s plugin on my blog to 1.10 of this version. Now, no new referrers are added but the script displays all my old stats just fine. I’m using WordPress 2.0.2. Any ideas?
ok, thx for replying
Hi there,
I have the same problem as Robert. I have got an enormous number of ‘blank’ referrers. Actually I haven’t got any user with a referer. It is simply impossible so many users switched off their referers. I am using WP 2.0.2 and ShortStat 1.10.
I would like to test an older version of ShortStat but I did not find any links to older versions.
But apart from that, keep up the good work!
Pingback: Anonymous
Pingback: Life in Technical Sales » Visiting my referrers
Thanks seems to works fine (at least). Except all my stats stay to ‚0‘. Even when refreshing the site. site > http://www.iletaitunefoislavie.com
I am using WordPress version 2.02 and 2.03. No displaying on both of them… :(
Pingback: Cognitive Dissonance » Blog Archive » Echodyne Harmonic
Pingback: Dr. Mike’s Blog » WP-ShortStat
Pingback: Dr. Mike’s Blog » Blog Archive » WP-ShortStat
Thezip file for new Version 1.11 is much smaller then in previous version.
I could not make it to work. It is 12k as oppose to previous 37k.
Am I doing something wrong here?
Thanks
I forgot to mention I am using 2.0.3 WP version.
George, everything is ok, the zip file is 11,2 kb and the wp-shotstat.php is 39,3 kb. Only a few bytes have been changed.
I have tried to unzip the file using the WINZIP and getting thr following message – „Cannot open file: it does not appear to be a valid archive.“
I tried it with WINZIP, RARZIP, 7-ZIP and could not do it.
Please help
George, our download file is corrupt. Try another browser, Internet Explorer has sometimes problems with zip files. The file on our server is definitly ok.
It worked via Firefox. Thanks
Pingback: Anonymous
Thanks Markus , I was having problems getting Shortstat to work after installing wordpress 2.02, but your version works just fine.
Pingback: TheFourDirections · WordPress 2.0.3 Upgrade
Pingback: |► Controlla il tuo blog wordpress in tempo reale
Pingback: More WordPress plugins at NevilleHobson.com
Pingback: Zhu8’s Weblog » Blog Archive » 我的WordPress?件列表
Conflicts with Contact Form ][ (WP-2.0.x) when WP-SlimStat 0.9.2 is activated.
My contact page renders this error:
„Fatal error: Cannot instantiate non-existent class: cachedfilereader in …/wordpress/wp-includes/wp-l10n.php on line 67“
My Shortstat works fine as it should be. No Problems. :-)
Pingback: HIT ME WITH IT !!!
Don’t work with WP 2.0.4 :(
Pingback: VlogBury Minnesota USA » Shortstats
Pingback: Disruptive Library Technology Jester :: DLTJ under a New Theme
When using your version of the plugin with WP 2.0.4 I get the error:
„Warning: mysql_affected_rows(): A link to the server could not be established in /www/htdocs/w005ebc4/wp-includes/wp-db.php on line 161“
When I deactivate your plugin, the error is gone. Any hints on this?
Pingback: Ja, RAFi - o mnie i o was » Wordpress - wtyczki, które używam
A counter widget is available here.
In the Dashboard viewing the stats page, it doesn’t look right in Firefox. Can that be fixed please?
Thanks.
If the screen (or browser) size is large enough, the statistics renders correctly, also with Firefox. Because of the HTML limits it is not easy to fix this for all browsers and resolutions.
Greetings, how can I fix the shortstat plug-in so that when I look at and select the resources visited on my page uses the correct url.
E.g.
if the /football resource is being used and I click on it it goes to http://nelhs.org/football instead of http://www.nelhs.org/football.
Thanks,
Josh
Hi Markus
After struggling to get wp-shortstat to work, I found your improved version. Thank you for all your hard work. While it is recording hits, browers, platforms, language and resources, the other tables are blank. I’m using wordpress 2.0.4. Any advice for me?
This is great. Thanks for the fix, now shortstat starts to work on my blog again! Wonderful :)
Hi I’m not getting any info in the following boxes:
Last Keywords
Last Resources
Last Referers
Any reason why? I’m getting hits to my blog from other pages but there just not showing up. I’m using WordPress 2.04
Pingback: Shortstat on Wordpress 2.0.1 » JaypeeOnline
Does anyone know whether on the Hits+RSS column, the RSS is showning Hits via RSS or Subscribtions to the RSS feed?
I think it’s the former, but I just wanted to check…
thanks,
/ Hami
Pingback: WP.ORG.CN » Blog Archive » WordPress?件列表
I cant seem to get any stats anymore. It just stopped collecting things on Oct 14th… and just showing 0+0 on the hits now.. any help? I removed it and put it back but still shows the same thing…
Pingback: Hamskifte
Because I can don’t have access to the original sites, i coudn’t solve most of the last bugs from the reports here. At the top of the page is now a debug version available, which could hep to find the remaining problems.
I installed the plugin and it doesn’t seem to have created the database table because I get the following error:
WordPress database error: [Table ‚Wordpress.wp_ss_stats‘ doesn’t exist]
The display exists in the Dashboard section – just windows with the above error beginning a list of errors.
I am using PHP 4.3.10-16, MySQL 4.0.24_Debian-10sarge2-log, WordPress 2.0.4
Any ideas?
Upekshapriya: please try to disable and reenable the plugin and check, if you have enough privileges to create new tables.
I have disabled and reenabled the plugin several times and I’ve installed other plugins recently that have created new tables – eg today I actiivated Bad Behaviour and it has created a table no problem. Co-incidentally I have found that when I activate Slimstat plugin I also get the problem of the table not being created.
As far as I know, SlimStat uses the same tables, but with different format. You should kill these tables completely and use one of these tools only.
Sorry if I didn’t make myself clear but I have been able to get neither Slimstat nor Shortstat to work. Neither of them will create tables. I would like one of them to work, but I have no tables created for them to get going. At the moment I am trying to get Shortstat going and don’t have Slimstat activated.
Any suggestions for a workaround?
Only one suggestion: use the debug version (see top of this page) and send me the message (per eMail), if one appears, if you activate the plugin.
Doing as you suggested I replaced the standard version with the debug version and looking at the site with Opera I found no extra information at the bottom of the page.
Is there any way I can create the table manually, as it were?
To create this tables manually, use a tool like phpMyAdmin and digg trough the source code to the function „setup“, here are the sql scripts to create the tables.
Pingback: La Dragonera :: » ShortStat: Estadístiques per a Wordpress
Pingback: Horti’s blog » Pimp My WordPress
Is there a way to clear the table but keep the data so that once in a while when there are a million rows – they can be cleared without losing the cumulative total to date?
Leanne, it is not possible to clear the data without clearing the summary.
Since
31 Dec 1969, 16:00
:
i just installed it
Pingback: txtblog » Blogarchiv » Ein kleines bißchen Statistik
I love shortstat but mine is screwed up and I’m not sure how to fix it:
http://www.roadlessunraveled.com/wp-content/uploads/2006/11/shortstat.jpg
Pingback: Blognitive Dissonance - » Shortstat Plugin
Kudos to Markus for fixing Shortstat but also making it faster and lighter!
mfg
John A
Pingback: KrainaMarzen.pl » SuperWordPress! - Najlepsze dodatki
firstly, let me say i LOVE this plugin!!!!!
what i was wondering was whether there is any way to display any of this info on my blog with out having to use an independant hit counter?
did i mention that i LOVE it??
I have version WP 2.0.5 and it doesnt work at all! I try to disable and activite it. but still no luck. any ideas to make it work for the new version!
thanks,
jenny
Pingback: Ituloy AngSulong SEO Plug-ins - Master’s Ituloy AngSulong Blog
Pingback: Craig’s Work Blog » Blog Archive » Geeking out over Web stats
Pingback: Vaidas Žilionis » Worpress statistika
I haven’t been able to get the plugin to work on WP 2.0.5 either but I was on an earlier version so I am not sure what the problem was but I foxed itself.
Laura
Don Lapre Lover
http://www.lauraglydaband.com
laura@lauraglydaband.com
Pingback: Google Analytics for Ituloy AngSulong - Master’s Ituloy AngSulong Blog
Hallo,
wie kann ich denn einstellen dass meine Logs nicht mitgezählt werden???
Ich hatte das schon mal mit deinem Plugin so dass es mich nicht mitgezählt hatte.
Lieben Dank
Detlef
Detlef: wenn Du eingeloggt bist und bleigst, werden deine Views des Blogs nicht mitgezählt.
Hallo Markus,
Vielen Dank für Deine Antwort.
Meine Views wurden immer mitgezählt, das lag aber wohl an einem Fehler in der Datenbank (nach Blogumzug).
Habe jetzt meine DB Sicherung neu eingespielt und jetzt geht es wieder wie gewohnt.
Vielen Dank für das klasse Plugin!!!
Detlef
Pingback: Neues Plugin: WP-ShortStat - Streetlog BETA - Kostenlose Wordpress-Blogs
also das plugin ist super! hatte zu für 1 stunde ein anderes stat-plugin probiert, dieses ist nun aber schon länger angenehmer begleiter :)
das problem bei meinem blog ist nur dass ca. 80% aller visits von bots stammen (bitte keine kommentare hierzu :) )
um einigermaßen realistische stats hinzukriegen lösche ich einfach regelmäßig die sql-zeilen die von bots handeln.
gibts da eine einfachere lösung? (zB dass definierte bots nicht mitgezählt werden … so wie es momentan bereits bei admin-hits ist)
wie auch immer, danke nochmals für all die arbeit,
Daniel
Kleiner Tip,
die deutsche Sparchendatei wurde bei mir nicht geladen, ich musste den Pfad angeben :
Zeile 956 : load_plugin_textdomain(‚wp-shortstat‘,’wp-content/plugins/wp-shortstat‘);
First of all, thanks for your mods, i can have shortstat working again on a v2 blog.
Second, i have to say i had trouble finding this updated version, can you arrange with the previous authors to have them point to your site ?
Thanks
Daniel: Im Sourcecode gibt es verschiedene Möglichkeiten, die Bots zu erkennen. Diese sollten im Bereich Browsers auch angezeigt werden. Sollten bei Dir Bots auftauchen, die nicht als solche erkannt werden, kannst du sie gern ergänzen und mir den Code schicken. Evtl. könnte man die Statistik mal teilen und die Bots markieren und herausfiltern.
danke für die antwort
diese 2 fehlten bei mir: „Crawler/Search Engine“ und „Technoratibot“
werd mich vor dem einbauen noch bischen weiter einlernen in den code
aber eigentlich ist es genau umgekehrt wie du gerade geschrieben hast?!
nur im bereich „browsers“ werden die bots ausgeschlossen. bei zB „last week“ die unique+hits zählen alle bots mit
Leanne, it is just a warning, you may ignore it.
I’m getting an error code I’ve never seen before in the keywords column after upgrading to the most recent version:
„Warning: parse_url(http://XXXX:++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++): Unable to parse url in /public_html/blog/wp-content/plugins/wp-shortstat.php on line 673″
Any fixes for this that I missed?
Thanks!
thank you – will it drop off the screen after some time then?
I try to install on my WP 2.0.5 and some code work but other code doesn’t work, this list that doesn’t work
– List Country
– List Operating System
– List Browser
On List country I got this message
please update wpshortstat
But what must update? I go to this page, and doesn’t get new version
My WP-ShortStat version 1.12, please help me how to fix it.
Thanks
Jauhari: there may be two reasons for this. Either the message is from an old wp-shortstat or the udp port of your server is not open and wp-shortstat has to use the fallback function. But because of the server load we had to switch off this fallback. In the newest wp-shortstat this fallback won’t be called anymore.
When new version was released? I was use the latest 1.12 and I was try to delete my old stats tables, and disable the plugins and enable again, after that I check and still got that problem
Please help
Jauhari: I released a new version which does not call the old country code url anymore. This should work, if you have UDP access to our server.
I was download the lates 1.12a and delete my Old table and enable my New Version WP-ShortStat, and I ask my friend to browse my blog, and I try to lookup on my WP-ShortStat Dashboard and I still have question. Like this
– WP-ShortStat doesn’t detect Browser that used by user
– WP-ShortStat doesn’t detect what Operating System that used by user
– WP-ShortStat doesn’t detect Country of user
How to make WP-ShortStat detect that?
Please help
Jauhari: the country code is only detected, when you have UDP access to our server. And it seems that your browser code is not interpreted, this may be a php/apache/etc. configuration error.
Ok I will check my UDP port later.
So how about Browser detection and Operating System detection?
Thanks
Pingback: Dr. Mikes Blog » WP-Shortstat get an upgrade
I’m also getting a udp error displayed on my site (shows up in FF and IE, but not in Safari).
Assuming my ISP won’t handle the udp connection, how can I fix this? Can I comment-out the whole function in php? This is a deal-breaker for me.
Pingback: Anonymous
BTW – I’ve noticed that this plugin needs an update for WordPress 2.1 – it hasn’t tracked any stats at all on any of the blogs I’ve updated to 2.1.
Pingback: Wordpress Statistic Plugins Comparisons » eWhisper.net
Pingback: Razz My Berries!! at Digital Masquerade
Markus:
I also am unable to get Browser, Platform, Country to work.
I am using 1&1.de hosting… how do I get them to support what is missing?
Peter
Just installed this – looks good so far, nice one thanks!
I get no stats for Browsers, Platforms or Countries either.
Additionally in the Countries box I get this message:
Countries Visits
please update wpshortstat 1
Any idea why I can’t get this information? I’m hosted with Pipex WebFusion.
Otherwise I’m really happy with it.
I meant to say that I’m running WordPress 2.0.8.
Pingback: pinkfairy.nu : i love being a girl.
Pingback: Plugins WordPress que uso atualmente | Escrita Torta em Linha Reta
Hey!
Really nice plugin, but I was wondering if I could get some kind of code to paste in the footer so people can see my stats, just the total and unique visistors for today or since is had been running for example..
Is this possible because that would be really nice!
Thanks,
Cyril.
Cryil: at the moment it is not possible to display values outside the admin interface. There are some patches, which allow this, but you have to search for them and maybe adapt it to wp-shortstat.
Pingback: Jason Bartholme’s SEO Blog » Blog Archive » WP-Slimstat, A Great Replacement To MyBlogLog’s Statistics
den norske oversettelsen kan lastes ned her:
http://www.emil.bjorgan.org/download/wp-shortstat-nb_NO.mo
Pingback: Writing for Profit » Plugins for WordPress
Pingback: TOP 30 Wordpress Plugins in Blogosphere « Staska.Net
Pingback: Meest gebruikte WordPress plugins een overzicht at Enthousiasmeren
Pingback: dobeeploop.com » Blog Archive » Wow, I feel so international
Pingback: Linux-Z :: Linux Zacatecas » Blog Archive » Los mejores 30 plugins para Wordpress
Pingback: Anonymous
Pingback: Mokoblog » Blog Archive » Топ 30 плагинов Wordpress
Pingback: 煎蛋 » ?客圈最?行的30个 wordpress ?件
Pingback: Anonymous
Pingback: Binary Dreams » Blog Archive » Statistics: What a Passion!
Interesting but need some more details reports for must have for every wordpress user.
Pingback: 30 лучших плагинов дл? Wordpress at smiled апель?ин :)
Pingback: 30款wordpress ?件 at ZhangYu’blog
Thanks for the awesome update to the plugin!
Pingback: ?客世界最?欢迎的30个?件 | ??资料库
Pingback: Wesley’s Blog » Blog Archive » ?客(Wordpress)世界最?欢迎的30个?件
Thanks for this great plugin!
Pingback: Stopping Wordpress Comment Spam-- rawiriblundell.com
Pingback: http://cibis.de » Blog Archive » WP-Shortstats
Pingback: Ant Drewery » Blog Archive » Wordpress WP-ShortStat plugin issues
You should mention that the database grows bigger than the whole rest of the installation – mine has 4MB in just a couple of weeks.
Pingback: Hana & Sarah’s blog » [WP Plugin] HANA-XML-STAT
Pingback: Hana & Sarah’s blog » [Yahoo Widget] HANA-WP-STAT
Pingback: Meine besten Plugins für Wordpress - der Wendländer
How does this compare with Google Analytics? Is it better?
Pingback: Geordnete Liste aller im Blog Karneval vorgestellten Wordpressplugins » Artikel » NSAHs Blog
Pingback: `8 Essential WordPress Plugins For SEO » Ade Martin’s Internet Marketing Tips Blog`
Pingback: Hill Valley Blog » Blog Archiv » The Jörgi Mc Fly Show - not me! ;)
Pingback: Anonymous
Pingback: Zentrale der Macht » Blog Archive » Neue PlugIns
Pingback: MacTVs Blog » Wordpress-Plugin TIP-b
Pingback: La F-WPPlugins list se complète! » Emmanuel de Taillac .fr
Pingback: WORDPRESS : PLUGING LIST « business-commando
Pingback: Favorite WordPress Plugin Of The Day #1 : Internet Marketing Web
Pingback: Night kirin » ?客文章 » ?客圈最?行的30个 wordpress ?件
Pingback: Anonymous
Hi,
I love this plugin… but it just started to show the following error :
Warning: parse_url(http://): Unable to parse url in /home/content/a/n/g/angelabliss/html/wp-content/plugins/short/wp-shortstat.php on line 675
I know you mention it is not fatal, but still, I would love to either get a patch to fix this or insight into how to remove the entry that is causing this fail message.
Thanks in advance,
Howard
Pingback: Le blog de brasseo.net » Les indispensables plugins pour Wordpress
Nice Plugin! Using it on my site now. Thanks!
Pingback: Anonymous
is there any difference between shortstat and slimstats ?
Pingback: Alleba Blog » Wordpress Spring Cleaning and Movable Type
Pingback: Anonymous
Pingback: » Installing and customizing Wordpress on your own domain -- Coevolving Innovations -- Blog Archive -- … in Business Organizations and Information Technologies
Pingback: » Installing and customizing Wordpress on your own domain -- Coevolving Innovations -- Blog Archive -- … in Business Organizations and Information Technologies
This Plugin is really great. For me it belongs long to the standard with each WordPress project. Thanks!
Pingback: PHPWorld » ?客圈最?行的30个 wordpress ?件
Pingback: Anonymous
Pingback: Los mejores plug-ins de Wordpress para tu blog | hombrelobo, una mente dispersa
Pingback: 7 must have wordpress plugins by Kristof Sals’ (wie?) blog
@Budi: There’s a list of differences between SlimStat and ShortStat at http://wettone.com/code/slimstat#difference – basically, SlimStat has more ways to filter/slice the data.
Pingback: 最?欢迎的30个wordpress?客?件
Pingback: FatherStorm.com » wp-fatherstorm Wordpress Omni-Pack released
Pingback: Sa nagbi imuru C / TOP 30 Wordpress Plugins in Blogosphere
Pingback: Repositório » Plugins que utilizo no Repositório!
Pingback: Wp-Wordpress, ma grosse liste de 59 plugins en place ! | Le blogueur masqué
Pingback: Voltei ao trabalho. E ao site. | browserd.com
Hallo,
leider musste ich ShortStat bei einem Blog deaktiveren, da es beim IE7 für Fehler sorgte. Siehe http://forum.wordpress-deutschland.org/allgemeines/24250-aufruf-fehler-mit-internet-explorer-7-a.html
Just a small correction.
There is a test of mb_convert_encoding at line 691, if it exists it uses it. But sometimes is buggy mb_convert_encoding function unable to detect correct incoming encoding, which will result as a php warning message in your stats. Easiest way is ignore this message and let it go.
Line 692: ‚@mb_convert_encoding‘ instead of ‚mb_convert_encoding‘
Thanks for your work, it’s really nice small WP plugin.
rushid, thanks for you correction. I’ll update wp-shortstat and upload a new version with this fix.
Love the plugin. However, is there any way to eliminate other ip addresses from the stats?
Pingback: Anonymous
Big Thanks ! Good plugin.
Pingback: 30 migliori wordpress plugin. | ::PC60.COM
This code to look up the country no longer works:
No longer seems to work (returns blank) — is whois.happyarts.net down???
Thank you!
Bill Bishop
Pingback: The most used TOP 30 Wordpress Plugin - Top Web Resources
Pingback: Nibble me, please » Hahaha!
Pingback: Anonymous
Does this plugin work with WordPress 2.3.x? I installed the plugin and it doesn’t seem to work. I might not be that much of a techie, but I’m pretty sure I got everything installed correctly. I really like this plugin by the way.
Chrissy
http://www.mommadiary.com
This plugin is tested with WordPress 2.3.1, so it should work very well.
Pingback: Statistikförvirring och rejäla I-landsproblem - Supermumin
Pingback: Anonymous
Greetings, nice work with this plugin. The Browsers, Platforms and Contries columns of the databasetable aren’t filling up as they should. As I understand it you have cut access to the whois for countrycodes, but does that explain browsers and platforms?
Best regards,
Stian
Just a small update, I get the following error when using the debug version:
Notice: Undefined variable: ua in /path/to/wp-content/plugins/wp-shortstat.php on line 112
Another update :) On line 112 I changed $ua to $_SERVER[‚HTTP_USER_AGENT‘] and it seems to start filling up the tables, at least for platforms.
Stian, you are right. Thanks for the fix. I’ve updated to a new version.
Pingback: Geordnete Liste aller im Blog Karneval vorgestellten Wordpressplugins « Artikel « Nils sah's
Pingback: 简?快? » Blog Archive » ?客圈最?行的30个 wordpress ?件
Markus: I might be interested in doing some coding so that the ip2contry stuff can get working. Do you have any suggestions on where I can get info on IP ranges and their respective countries and so on?
Pingback: Top Wordpress Plugins | eric-martin.com
Pingback: WordPress Plug-ins I Use And Why | Thom Allen Weblog
Pingback: Le blog SVT » Lifting
Pingback: 吾心空(木木) » Blog Archive » 博客世界最受欢迎的30个插件
Thank you for this great plugin.
Using it on my blog from now on.
Hi,
great plugin, it’s nice and direct in giving information about statistics.
But if I access WP from an Ubuntu via Firefox it doesn’t register any other browser does on the same system. Tested from multiple systems. Firefox on Ubuntu doesn’t even make a database entry.
Greetings. For some reason a few weeks ago the stats started breaking, this turned out to be the result of some hits having no referrers were beeing treated as though they had. And they were then sent through parse_url returning an error (since there was no url, and http:/// had been sent/defaulted instead).
As a quick fix for this I added an if statement in getReferers and getLastKeywords, where if $r->referer != „http:///“ it ran parse_url, and else $url = „“.
Don’t know why this started occuring, and I would like to note that I am running a slightly adapted wp-shortstat to work with mu (se http://development.sier.no for info), but I can’t see that any of my changes should be the cause for this error.
Hello Markus,
I love this plugin, but notice that it does not display all statistics under WordPress 2.5.
Any chance that you will upgrade the plugin for 2.5?
Thank you!
I have no wordpress 2.5 installation at the moment, but I’ll test wp-shortstat with 2.5 in the next view weeks and will do any changes to get it working. If anyone know specific problems, please write an mail.
I’m running wordpress 2.5 currently, and I have installed the wp-shortstat plugin and it’s not displaying any statistics at all, even though I know the site has been hit upon.
thanks for your help.
Version 1.13c is working here with WordPress 2.5 here. If anyone finds a specific problem, please report it to me.
Hello Markus,
I didn’t see a 1.13c listed in this post. Can I use the same download link above?
GREAT plugin, by the way!
Suggestion – add a section that lists and shows when the Search Engine bots come to visit.
Thanks!
N~
I have updated wp-shortstat to the latest version, but I am still not getting any data on the Countries tab (it simply states ‚please update wp-shortstat‘). This has been the case since October 2007 and I’ve not been able to fix this. Is there a known solution to this problem?
Damanique, the Countries tab is not working, because we have to shut down because of stability problems and heavy traffic (see version 1.12b above). The message „please update wp-shortstat“ will not disapear again, until you truncate the database.
Ich habe seit heute unter „last keywords“ die Meldung:
Warning: parse_url(http:///) [function.parse-url]: Unable to parse url in /www/htdocs/…/wp-content/plugins/wp-shortstat/wp-shortstat.php on line 688
Habe unter phpMyAdmin die Datenbank optimiert und repariert, aber der Fehler bleibt. Dito von 1.13a auf 1.13c aktualisiert. Ebenfalls ohne Änderung. Wie könnte ich es lösen?
Okay, wie ich oben dann doch gefunden habe, handelt es sich nur um eine Warnung, die man ignorieren kann. Hmm, aber es sind fünf Fehler direkt hintereinander und meine letzten Testaufrufe via Google werden bislang nicht unter den Keywords angezeigt. Okay, mal abwarten.
hi. Thanks for plugin
perfect.
best regards
baron
Pingback: 博客圈最流行的30个 wordpress 插件 | 网赚杂志
Hello,
I have one small issue with wpmu. Once I’ve activated it, the link to my dashboard is :
wp-admin/index.php?page=index.php
Which leads me to a blank page … Any idea how to fix this ?
Pingback: Plugging Away at Plugins | Solipsistic Meanderings
I recently added Shortstat and love the simplicity and elegance. Thanks!
Pingback: While I was gone… — Jim Gibbon.com
Pingback: christianbrenner.de » Blog Archive » verwendete Plugins
I’ve really enjoyed your plugin and thought I would return the favor some by offering the new aesthetic touches I put on the plugin. I’ve tried to incorporate quite a bit of what Shaun Inman has done in Mint so the overall look is effectively Minty. I’ve tested it in IE7 and Firefox 2/3 let me know if you’re interested.
Thanks
wp-shortstat work with WordPress 2.5.1?
Pingback: 谷歌客 » wordpress 最多人用的30个插件
Das ist ein ganz fantastisches Plug-in, welches ich seit einiger Zeit in Benutzung haben.
Pingback: 博客圈最流行的30个wordpress 插件 | 睡到自然醒blog
Pingback: Nerding og oppdateringer - junkfoodjunkie.no
problem with wordpress 2.6 and wp-shortstat 1.13c
the page is blank, no results published.
any idea? thanks.
Pingback: Speed up Wordpress by Trimming Your Bloated Database | bg Theory, LLC
This site rocks :-) Very nice! Greetings from Spain.
Nice site. I enjoyed it very much! :-)
This is my first time visiting this site and I found it very informational as a whole. I am so delighted in finding your website!
Great site, keep up the good work
many thanks for your dedications to this world
hi markus,
super plugin, zig-fach erfolgreich installiert – und jetzt taucht doch ein problem auf: installation funktioniert ohne fehlermeldung, die tabbelen auf der plugin-seite sind leer! habe in php-my-admin nachgesehen: die tabellen ss_stats wurden nicht angelegt. habs jetzt ein paar mal wiederholt, nix tut sich. eine idee???
DANKE!!!
Pingback: Wordpress Plugins « A Young Entrepreneur’s Success
Pingback: 关于.com » wordpress插件集锦
Its is not working with wordpres 2.6.2?
@Mani: It works. I’ve tested it with WP 2.6.3
This is one of the best stats plugin so far i have found for wpmu
it works like a charm and less resource consuming
I’ve been in search of something like this ever since my statpress plugin self-distructed. I’ll give it a go and see if it works. Thanks.
I am needing it for my wpmu as well. Activated but the grid on dashboard is not showing up neatly.. counter shows nil for now… wondering if there need/is any setting.
allQoo.com, you may want to search the wpmu forums as wp-shortstat has been discussed many times previously along with fixes.
Pingback: 30款WordPress 插件 - 与你同行,发菜?发财in ...
Herzliche Grüße aus Hannover.
Gibt es schon Erfahrungen zusammen mit WP 2.7 ?
Dankeschön.
Gute Wege durch das neue Jahr.
Pingback: En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors
I see everything from „Last Week“ to „Platforms“ . After „Platforms“, there is only the „Countries“ title bar with no window or data, and then the „Languages“ widnow with data . So some windows/data are not here. Also, how can I make the windows larger?
Upgrade Plugin
Downloading update from http://downloads.wordpress.org/plugin/wp-shortstat2.zip
Unpacking the update
Deactivating the plugin
Removing the old version of the plugin
Installing the latest version
Plugin upgraded successfully
Attempting reactivation of the plugin
Plugin failed to reactivate due to a fatal error.
Fatal error: Cannot redeclare wp_shortstat_display_stats() (previously declared in /var/www/vhosts/mysite.com/httpdocs/wp-content/plugins/wp-shortstat2/wp-shortstat.php:954) in /var/www/vhosts/mysite.com/httpdocs/wp-content/plugins/wp-shortstat2/wp-shortstat.php on line 1009
I get a fatal error when I activate the latest version:
Fatal error: Cannot redeclare wp_shortstat_display_stats() (previously declared in /home/golddave/public_html/nothing/wp-content/plugins/wp-shortstat.php:954) in /home/golddave/public_html/nothing/wp-content/plugins/wp-shortstat.php on line 1009
Please help.
Version 1.14a fixes the Fatal Error on some sites. Thanks to Dave and Thomas.
Pingback: » WP-ShortStat - WordPress Plugins Catalog
I would like to know if there is a sidebar widget for Shortstat? I like the way the plugin works, but I would like to be able to see the days stats from the sidebar, without having to go to the admin screen.
Thanks for this plugin – I run WordPress.com Stats for stats generally but running this on the side enabled me to get browser & OS stats of visitors, which I just yesterday decided to want too :) I googled for WP plugin to get browser stats and found your plugin mentioned on another blog listing several WP stats plugins at http://www.raven.za.net/blogging/wordpress-stats-plugins/
Pingback: Firefox dpasse 20% des navigateurs en France. | hilpers
Pingback: | Expert List-building Blog
I get this error under last keywords: Warning: parse_url(http://) [function.parse-url]: Unable to parse URL in /home/ofnature/public_html/wp-content/plugins/wp-shortstat2/wp-shortstat.php on line 671
However even with this error it still continues to track my visitors. I had the same error under laster referers, but it went away.
The program is still working GREAT!, I just wanted to let you know about those two little bugs.
Thanks for the awesome plug-in!!
Alex, you can ignore the parse_url warning or disable E_WARNING in php. Markus
Can you instruct how to correctly disable the e_warning, I’m getting the same error as Alex. thanks!
Use error_reporting(E_ERROR); and ini_set(‚display_errors‘, ‚off‘); inside the script (from line 75) or disable error reporting in the php.ini file. In the next version of wp-shortstat this will be the standard setting.
Pingback: 博客圈最流行的30个 wordpress 插件 | Cary’s blog
Pingback: 8 Wordpress Plugins για όλα τα γούστα | akouseto.gr - το καλύτερο ελληνικό blog, όπως όλα τ'άλλα...
Pingback: wordpress功能插件集锦四 | 小人物大坏蛋
Pingback: Horti’s Blog » Pimp My WordPress
Great plugin, works perfect, thanks.
Is there a way to make the Shortstat in another language? I want to put the whole stats in the local language. My PHP skills are minimal and i create translations with the CodeStyling Localization plugin for WordPress. I already made a translation but Shortstat doesn’t use it.
@Sypie: You need the *.po files, translate them to *.mo-files. The *.mo file (e.g. wp-shortstat-de_DE.mo ) must be located in the plugin directory. If you have a new translation, you can send it to me per eMail an I’ll include it in the next release.
Great plugin, but I am now getting errors which did not happen before. In ‚Last Keywords‘ this appears: Warning: parse_url(http://lenuw.comConnection: close): Unable to parse url in /home/MyDomainPath/wp-content/plugins/wp-shortstat2/wp-shortstat.php on line 675
And in ‚Last Referers‘ this appears: Warning: parse_url(http://lenuw.comConnection: close): Unable to parse url in /homeMyDomainPath/wp-content/plugins/wp-shortstat2/wp-shortstat.php on line 648
I also note that the panel shows me ten boxes not eleven (countries is missing). Otherwise this has been a great plugin.
@Markus: this way to put the language file you make a little mess on the server.
Now it is: /wp-content/plugins/ *.mo file
it would be better to make it: /wp-content/plugins/wp-shortstat/languages/*.mo file with a selection for the right language in the Plugins section of WordPress.
Every plugin stays in it’s own folder except ShortStat.
Send me an e-mail with your address and i can give you the Dutch translation.
Pingback: 简单易用的访问统计插件WP-ShortStat » 博客之路
Pingback: » Statistiche per Wordpress: come usare ShortStats
Nice plugin, very helpful and easy to use, thanks.
Pingback: How to launch your own TinyURL service using Wordpress. Yes I have one too: s1w.com | Social Wayne - Conversations from Wayne Sutton on social media, blogging, wordpress, iPhone, media, technology, diversity and life.
Can you show me how to enable ShortStat to send me a list of the search terms people perform on my blog with the data from the „Last Keywords“ column?
I’m sure some PHP guru could whip up some array, echo, list scenario, but it’s over my head.
Much thanks for anybody that passes that on!
With regards to reducing the size of database:
Can you introduce an option in admin to delete old data?
Delete Old data [YES/NO], Delete how many entries = [n], Clear entries every [x] days/seconds.
Then an automatic scheduled action runs every ‚x‘ days/seconds, to delete the oldest ’n‘ number of records from the WP-ShortStat table, wp_ss_stats.
Any ideas?
George
gnetwork.com.au
Pingback: 匿藏的数据库杀手:wp_ss_stas | 逆时
I love your program, it helps me to gauge reaction to my entries. However, I have two questions:
1) Do you have documentation that explains each of the pieces of data? E.g., the Hits+RSS.
2) Assuming the data is still in my database, how do i run a report similar to ‚Last Week‘ but for a longer period of time?
Thanks again,
Mike
Thanks for the great Plugin shortstat
Pingback: Beginners Guide to WordPress Plugins | Swank Web Style Blog
Pingback: popular plug-ins for wordpress
Pingback: WP-ShortStat – Happy Arts Blog
Pingback: Los mejores Plugins de WordPress « Tip`s de diseño
Pingback: WordPress插件集锦 | IT人,IT事
Pingback: Top 1000 WordPress Plugin Authors « Metode de promovare
Pingback: 丰富wordpress功能插件集锦1 | 方块加'blog——方圈儿
@kohjingyu I have ShortStat installed. It’s basic info, but it works :) => https://www.happyarts.de/wp-shortstat
Pingback: Yunshan-视角|关注互联网
Pingback: 子猴个人博客 » 据传最流行的30个wordpress插件
Pingback: detlog.org » DreamHost の WordPress「イージー・モード」インストール
I installed Wp-SS on a blog that I had built, and it was on there for about six months. I then, recently changed the domain name, but kept the same host.
Now, the hit counter still works, but I am unable to get the RSS Feed counter to show any activity. This is after re-registering the RSS feed with about five feed sites.
Can you please help.
still got this error :Warning: parse_url(http://) [function.parse-url]: Unable to parse URL in …………./wp-content/plugins/wp-shortstat/wp-shortstat.php on line 675
Please help
Pingback: 博客圈最流行的30个wordpress插件 | 图腾
Pingback: 最全经典wordpress功能插件 丰富你的wordpress - 苦风岁月情 苦中作乐 一路有你
Pingback: wordpress 精品插件锦集 | 评茗窟|舍得,因为值得!
Pingback: 博客圈最流行的30个 wordpress 插件 | 唯美语录
Pingback: wordpress 精品插件锦集
Pingback: wordpress流行的插件收集 | 建军●刘"梦溪笔谈"
Pingback: WordPress Plugins | WORLD-TODAY
Pingback: Algunos Hábitos Adictivos de los Bloggers
Pingback: 博客圈最流行的30个 wordpress 插件 | 贝尔博客
Pingback: wordpress 插件集锦 |
Pingback: 博客圈最流行的30个 wordpress 插件 « 趣博网
Pingback: All-time Favourite WordPress Plug-ins to Boost Your Blogsite — SuperWAHM, Expert Business Planning for work at home moms
Thank you very much for sharing this wordpress plugin. It pretty much helped me exactely with the site I needed it for.
Pingback: 最流行的Wordpress插件 - 广州网络营销SEO推广博客
Pingback: 34 WordPress Plugins To Monitor Your Sites Traffic. | Wrhel Consulting and Design
I really appreciate sharing this great post. Keep up your excellent work.
Hi Marcus – quick question…
I’ve just installed WP Shortstats on a brand new blog – as in an hour or so new – and almost immediately saw 11 uniques in the Last Week Panel.
Are the uniques a mix of bots and real visitors? I’ve always perhaps mistakenly thought that uniques here meant people?
:-)
Thanks
Alex
I have been using ShortStat for over two years and like it very much.
But 4 days ago it stopped working. It simply shows 0 visitors. I have not changed anything on our site. Our hosting service (Bluehost) has looked at our logs but saw no errors.
I would like to know how to get it working again.
Thank you.
Bob Gall
Pingback: 博客圈最流行的30个 wordpress 插件 | alasnow's Blog
Fantastic plugin! I’ve just uploaded it to my blog and it works great and the interface is soooo easy to use!
thank dude ilike that plugin
Pingback: WordPress Tip: How to reduce the size of your wp-shortstat database | Gerard McGarry
Pingback: 博客圈最流行的30个wordpress插件 – 潘金友博客
Thank you very much for sharing this wordpress plugin. It pretty much helped me exactely with the site I needed it for.
Pingback: WordPress Plug-ins I Use And Why
Thanks for the great Plugin shortstat
Hi alex, Thank you very much for this article
I like your site and content. thanks for sharing the information keep updating, looking forward for more posts. Thanks
it really helpfull for me, thank you very much