Thanks for your interest in WP OnlineCounter, a plugin for WordPress which counts the number of currently online visitors, the highest number of visitors online at the same time, and the total count of visitors. You can configure what should be displayed and how it should look like through its own options page in your WordPress dashboard. It also offers some very basic statistics regarding the most recent visitors to your site (only available if you are running on a server with at least MySQL 4.1).
Installation
Download the plugin and drop it into your WordPress’ plugins directory, usually “wp-content/plugins” (DON’T put it into a subdirectory). Enable it on the Plugins page in your WordPress dashboard. Paste the following code in your template where you want the counter to show up, or use either the Widget for WordPress Widgets or the Sidebar Module for the K2 theme.
<?php if(function_exists('wp_onlinecounter')) wp_onlinecounter(); ?>
Upgrade
If you are already using an older version of this plugin, please disable it on the Plugins page, overwrite the old file in your plugins directory with the new one you downloaded, and re-enable it again. This is necessary to perform an upgrade to the table structure in your database.
Download
- WP Onlinecounter v0.14
- Sidebar Module (for K2 theme, not tested anymore)
Notes
The Statistics page under Manage in your WordPress dashboard only works if your are using at least MySQL 4.1, this is because older versions of MySQL are missing some features used in the database queries to get the results. This is not my fault, and there is NO way around it. Stop complainig about it to me and contact your hosting company to upgrade their outdated software.
Pingback: Wordpress插件整理 | Rock
#1 by lordimac on 2. März 2010 - 14:07
Zitieren
Does not work with this Entry. Sorry. :(
#2 by Jan on 2. März 2010 - 11:12
Zitieren
that may be a reason, the migration from external widget-plugin to internal code…
here’s the contents of the field with the option_name ‘widget_wpoc’:
a:1:{s:5:”title”;s:7:”Counter”;}
#3 by lordimac on 2. März 2010 - 3:56
Zitieren
Could you please post your Entry of the Cell “widget_wpoc”? I think this one is for the Widget Options and it’s empty in my Database.
#4 by lordimac on 1. März 2010 - 12:58
Zitieren
Yes, I’m using 0.14 and the Wordpress Widget Engine (Not K2), so the Widget is included in wp-onlinecounter.php.
Trackback: Mustafa YAVAŞ
Trackback: Prof. Dr. Metin HÜSEM Kişisel Web Sayfasına Hoşgeldiniz
Trackback: FiyatRehberi.Org - En Ucuz Fiyata Alışveriş
#5 by Jan on 24. Februar 2010 - 11:46
Zitieren
Are you using the most recent version of the plugin and the widget? I updated it a couple of weeks ago, specifically because of the title issue – but maybe 2.9.2 broke it again.
#6 by lordimac on 24. Februar 2010 - 5:49
Zitieren
The Widget doesn’t display the Title and I can’t figure out why. I’ve tryed to change the Title with the Widget Options, but nothing happens. Still no Title.
Using Wordpress 2.9.2
Trackback: Cemil ÖZGÜR .NeT
Pingback: Wordpress功能插件集锦-4 « theU0net.Blog
Pingback: TOP 10 Wordpress plugins
Pingback: WP插件汇总:30多个Wordpress统计插件 | 菩提樹下的單純 | 客家春春的一花一世界
#7 by Jan on 21. Februar 2010 - 14:32
Zitieren
If anyone’s having the problem that the database is not created in recent versions or Wordpress, here’s the code to create it manually – i’ll update the plugin when i have the time:
CREATE TABLE wp_onlinecounter (
timestamp int(15) NOT NULL default ‘0′,
ip varchar(15) NOT NULL default ”,
count int(15) NOT NULL default ‘0′,
maxon int(6) NOT NULL default ‘0′,
maxontime int(15) NOT NULL default ‘0′,
uri text NOT NULL default ”,
PRIMARY KEY (timestamp, ip)
);
#8 by Antonio on 21. Februar 2010 - 10:32
Zitieren
Hi, I have installed onlineuser pluging on WordpPress 2.86 but is NOT creating the Table, I also installed the plugin on WordPress 2.92 (latest version) same problem is not creating the table. Would be possible to include the table that you have in your database?
PS. my phpadmin is the latest version and my server is supporting both php4 and 5.
Many thanks in advance
Antonio
Pingback: WordPress 的插件看看有没有适合你的 - 领悟要领,Easy to do anything
Trackback: Onur Almışlar
#9 by Lestatt on 16. Februar 2010 - 0:33
Zitieren
My comment didn’t showed up… anyway it doesn’t created table itself and I don’t know where I have syntax errors, could you correct that?
CREATE TABLE wp_onlinecounter;
timestamp int(15) NOT NULL default ‘0′,
ip varchar(15) NOT NULL default ”,
count int(15) NOT NULL default ‘0′,
maxon int(6) NOT NULL default ‘0′,
maxontime int(15) NOT NULL default ‘0′,
uri text NOT NULL default ”,
PRIMARY KEY (timestamp, ip)
#10 by Lestatt on 16. Februar 2010 - 0:18
Zitieren
#11 by Jan on 15. Februar 2010 - 23:57
Zitieren
Type your comment hereHi, do you have BOTH, the plugin and the widget? The plugin contains all the code for creating the tables itself, i should do so on activation. If not, the SQL code is nearly at the end of the code.
#12 by Lestatt on 15. Februar 2010 - 23:54
Zitieren
Hi there.
I’ve installed your plugin, but it don’t seem to work. I’m using it with widget, but it doesn’t count any visitors. I’ve read in plugin *.php file that I should make a table in database, is that necessary? If it is can you write my CREATE TABLE code for phpmyadmin?
Trackback: onlinekeyfi.com
Trackback: Türkiyenin En Geniş Kapsamlı Sinema Sitesi
#13 by Jan on 4. Februar 2010 - 11:24
Zitieren
That’s strange, because i’m running 2.9.1, and it’s working here, as you can see?
by the way, “not working” isn’t a good problem description…
Pingback: 上海易爱网络技术有限公司 | e-agency-china
#14 by it is not working on 4. Februar 2010 - 0:55
Zitieren
dude, thats cool plugin but it is not working with last version 2.9.1 :(
Trackback: Kara Üzüm
Trackback: CeTCaL
Trackback: Masalsohbet.Com
Trackback: Online Film izle | Sinema izle | online sinema | internetten film izle | +18 film izle
Pingback: wordpress功能插件集锦 | 真夏の星夜
#15 by kaan yılmaz on 25. Januar 2010 - 5:09
Zitieren
tnks you bro
#16 by Jan on 22. Januar 2010 - 1:25
Zitieren
You can see it in the right column, “Counter”.
#17 by geri on 22. Januar 2010 - 0:27
Zitieren
Where can i see the results of the plugin counter?
Geri
Trackback: Türk Lezzeti
Pingback: WORDPRESS GOD: 300+ Tools for Running Your WordPress Blog | The Twitter Blogger
Trackback: Favori Escort l Bayan Escort İlan Sistemi
Trackback: M.Ufuk TATLIDİL
Trackback: SBot Technology | Koruma, Security, abot, a-bot, zbot, z-bot, s-bot,s bot, technology, teknoloji, mirc, script, nomercy, nofear, scanx, v2.3, cause, check, guvenlik, sunucu, bot, no mercy
Trackback: уσυ-ѕυƒє ~ gяαρнι¢ ∂єѕιgη ιѕ му ℓιƒє..
#18 by Ludwig on 6. Januar 2010 - 15:50
Zitieren
Vielen Dank!
Trackback: VidyoTube.Org
Pingback: WordPress 插件 – 八卦网-明星绯闻 网站建设 网络赚钱
Trackback: Myeymen
Pingback: 50个与管理相关的Wordpress插件 : 阿斯顿飞