Online Visitors Counter

Downloads: 4798
Category: Plugin
Compatible with: GetSimple 3.0 - 3.1

Last Updated: July 13, 2012
Tags: visitors online users counter
Author: yojoe
Author Website: http://www.wujitsu.pl

(4) 16 Votes

Plugin Description:

Simple plugin that counts, and displays amount of users currently visiting your website. Search bots, and users browsing the website with more than one browser are also counted.

Changelog:

1.1 - nailed couple bugs, and php errors, more css styling possibilities

1.0 - initial release

Install Instructions:

  1. Unzip and upload plugin's files into /plugins directory
  2. configure the plugin in plugins -> online visitors tab
  3. call the function responsible for showing the counter inside your template's file, by pasting below code :

<?php visitors_online(); ?>

You can also stylize the look of counter's label, and digits in the way you want. Just add your own styles to below elements, otherwise the counter will inherit default css styles for h6 element.

h6#usersonline { }

h6#usersonline span { }

Archived Versions:

These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide