Linux 软件免费装

Visits counter

开发者 slawek1082
更新时间 2013年8月25日 06:09
PHP版本: 3.0 及以上
WordPress版本: 3.6

标签

counter users online users count users simple counter

下载

1.2 1.5.2 1.0 1.1 1.2.1 1.2.2 1.2.3 1.3 1.3.1 1.4 1.4.1 1.4.2 1.5 1.5.1 1.5.3 1.5.4

详情介绍:

This is simple counter of users which are on Your page at this time (within time which You specify). It also counts overall how many users was on Your page all time. You can display those values anywhere You want on Your page. Now there is also simple sidebar widget which You can add to Your page's sidebar and it displays those counters. If You have any problem with plugin after upgrade to newer version, please first turn plugin off and than turn it on again in wp-admin panel if you upgrade from version earlier than 1.5.3 to this one or newer than Your widget will probably dissapear from sidebar and You need to add it to sidebar again in same place

安装:

  1. Install plugin by simple copy it to /wp-content/plugins folder
  2. 通过WordPress的“插件”菜单激活插件
  3. Customize it on "General" setting tab in wp-admin panel
  4. Place <?php $counter = new visits_counter(); $count_values = $counter->vc_count_users(); echo "Online users: ".$count_values['online_users']; echo "Overall users visited on page since ".$count_values['counterStartTime'].": ".$count_values['overall_counter']; ?> in your template

更新日志:

1.5.4 1.5.3 1.5.2 1.5.1 1.5 1.4.2 1.4.1 1.4 1.3.1 1.3 1.2.3 1.2.2 1.2.1 1.2 1.1 1.0