/** Simple Demo Style Example mod_vvisit_counter by Michael Majunke
* @copyright Copyright (C) 2011 Majunke Michael http://www.mmajunke.de/
**/
/** Main Div */
/** border: 1px solid #000000; */
div.mvc_main_demo {
border: 1px solid #D4D5AA;
width: 60%;
text-align: center;
margin-left:auto;
margin-right:auto;
}
/** PRE */
div.mvc_pre_demo {
clear: both;
text-align: center;
background: #ffc;
font-size: 100%;
font-weight: bold;
margin: 2px;
padding: 2px;
}
/** POST */
div.mvc_post_demo {
clear: both;
text-align: center;
background: #ffc;
font-size: 100%;
font-weight: bold;
margin: 2px;
padding: 2px;
}
/** IP */
div.mvc_ip_demo {
clear: both;
text-align: center;
font-size: 100%;
}
span.vcounter_TypeTextIP_demo {
clear: both;
text-align: center;
}
img.mvc_digitIPImg_demo {
clear: both;
}
/** IP Country Code */
div.mvc_ipcountrycode_demo {
clear: both;
text-align: center;
}
/** IP Country */
div.mvc_ipcountry_demo {
clear: both;
text-align: center;
}
/** IP Flag */
div.mvc_ipflag_demo {
clear: both;
text-align: center;
}
img.mvc_ipflagimg_demo {
clear: both;
}
/** Counter */
div.mvc_digitCounter_demo {
clear: both;
margin: 2px;
padding: 2px;
text-align: center;
}
img.mvc_digitCounterImg_demo {
clear: both;
}
span.vcounter_TypeText_demo {
clear: both;
text-align: center;
}
/** 'People' Table */
div.mvc_people_demo {
clear: both;
text-align: center;
font-size: 100%;
margin: 2px;
padding: 2px;
}
table.mvc_peopleTable_demo {
clear: both;
text-align: center;
margin-left:auto;
margin-right:auto;
border: none;
}
table.mvc_peopleTable_demo tr {
text-align: center;
border: none;
}
table.mvc_peopleTable_demo td {
text-align: left;
border: none;
border-bottom: 1px rgb(215,215,215) dashed;
}
table.mvc_peopleTable_demo td + td {
text-align: left;
border: none;
border-bottom: 1px rgb(215,215,215) dashed;
}
table.mvc_peopleTable_demo td + td + td {
text-align: right;
border: none;
border-bottom: 1px rgb(215,215,215) dashed;
}
img.mvc_peopleImg_demo {
clear: both;
}
/** Statistik Image */
div.mvc_stat_demo {
clear: both;
text-align: center;
font-size: 100%;
margin: 2px;
padding: 2px;
}
img.mvc_statImg_demo {
clear: both;
}
/** a 'Spacer', the '-' in the order Param */
div.mvc_spacer_demo {
clear: both;
text-align: center;
margin-left: 5%;
margin-right: 5%;
}
/** Guests */
div.mvc_guests_demo {
clear: both;
text-align: center;
font-size: 100%;
margin: 2px;
padding: 2px;
white-space:nowrap;
width: 50%;
margin-left:auto;
margin-right:auto;
}
div.mvc_guests_demo span.title {
width: 35%;
text-align: left;
float: left;
margin-left: 5%;
white-space:nowrap;
}
div.mvc_guests_demo span.trenner {
width: 5%;
text-align: left;
float: left;
margin-left: 5px;
}
div.mvc_guests_demo span.value {
text-align: left;
margin-right: 5%;
white-space:nowrap;
float: right;
}
/** Logged In */
div.mvc_loggedInUsers_demo {
clear: both;
text-align: center;
font-size: 100%;
margin: 2px;
padding: 2px;
white-space:nowrap;
width: 50%;
margin-left:auto;
margin-right:auto;
}
div.mvc_loggedInUsers_demo span.title {
width: 35%;
text-align: left;
float: left;
margin-left: 5%;
white-space:nowrap;
}
div.mvc_loggedInUsers_demo span.trenner {
width: 5%;
text-align: left;
float: left;
margin-left: 5px;
}
div.mvc_loggedInUsers_demo span.value {
text-align: left;
margin-right: 5%;
white-space:nowrap;
float: right;
}
/** Reg Today */
div.mvc_reg_users_today_demo {
clear: both;
text-align: center;
font-size: 100%;
margin: 2px;
padding: 2px;
white-space:nowrap;
width: 50%;
margin-left:auto;
margin-right:auto;
}
div.mvc_reg_users_today_demo span.title {
width: 35%;
text-align: left;
float: left;
margin-left: 5%;
white-space:nowrap;
}
div.mvc_reg_users_today_demo span.trenner {
width: 5%;
text-align: left;
float: left;
margin-left: 5px;
}
div.mvc_reg_users_today_demo span.value {
text-align: left;
margin-right: 5%;
white-space:nowrap;
float: right;
}
/** Reg All */
div.mvc_reg_users_all_demo {
clear: both;
text-align: center;
font-size: 100%;
margin: 2px;
padding: 2px;
white-space:nowrap;
width: 50%;
margin-left:auto;
margin-right:auto;
}
div.mvc_reg_users_all_demo span.title {
width: 35%;
text-align: left;
float: left;
margin-left: 5%;
white-space:nowrap;
}
div.mvc_reg_users_all_demo span.trenner {
width: 5%;
text-align: left;
float: left;
margin-left: 5px;
}
div.mvc_reg_users_all_demo span.value {
text-align: left;
margin-right: 5%;
white-space:nowrap;
float: right;
}
/** Logged In */
div.mvc_loggedInUserNamens_demo {
clear: both;
text-align: center;
font-size: 100%;
margin: 2px;
padding: 2px;
white-space:nowrap;
width: 50%;
margin-left:auto;
margin-right:auto;
}
div.mvc_loggedInUserNamens_demo div.title {
margin-left: 5%;
text-align:left;
white-space:nowrap;
}
div.mvc_loggedInUserNamens_demo div.user {
margin-left: 25%;
text-align:left;
white-space:nowrap;
}
div.mvc_loggedInUserNamens_demo a.userlink {
}
/** Registered Today */
div.mvc_regTodayUserNamens_demo {
clear: both;
text-align: center;
font-size: 100%;
margin: 2px;
padding: 2px;
white-space:nowrap;
width: 50%;
margin-left:auto;
margin-right:auto;
}
div.mvc_regTodayUserNamens_demo div.title {
margin-left: 5%;
text-align:left;
white-space:nowrap;
}
div.mvc_regTodayUserNamens_demo div.user {
margin-left: 25%;
text-align:left;
white-space:nowrap;
}
div.mvc_regTodayUserNamens_demo a.userlink {
}
/** highest user */
div.mvc_max_user_day_demo {
clear: both;
text-align: center;
font-size: 100%;
margin: 2px;
padding: 2px;
white-space:nowrap;
width: 50%;
margin-left:auto;
margin-right:auto;
}
div.mvc_max_user_day_demo span.title {
width: 35%;
text-align: left;
float: left;
margin-left: 5%;
white-space:nowrap;
}
div.mvc_max_user_day_demo span.trenner {
width: 5%;
text-align: left;
float: left;
margin-left: 5px;
}
/** float: right; */
div.mvc_max_user_day_demo span.value {
text-align: left;
margin-right: 5%;
white-space:nowrap;
float: right;
}
Ein Test -PRE- Text
Version 2.0.2
 | Today | 1 |
 | Yesterday | 8 |
 | This Week | 29 |
 | This Month | 171 |
 | All Days | 221154 |
Highest 17 : 12-17-2020
US
UNITED STATES
LoggedIn 0
Guests 6
Registered 2
Registered Today 0
Ein Test -POST- Text
Expressions
Datum | 01-21-2021 | \$today\$ |
Gesamt | 221154 | \$countAll\$ |
Heute | 1 | \$countToday\$ |
Gestern | 8 | \$countYesterday\$ |
Woche | 29 | \$countWeek\$ |
Monat | 171 | \$countMonth\$ |
kleinstes Datum in DB | 11-22-2020 | \$minDate\$ |
IP | 3.232.133.141 | \$callerIP\$ |
Country | US | \$callerCountryCode\$ |
ISO2 Country | UNITED STATES | \$callerCountry\$ |
Country Flag |  | \$callerCountryFlag\$ |
Browser (Joomla) | | \$browser\$ |
Browser Version (Joomla) | 0.0 | \$versionBrowser\$ |
Browser Platform (Joomla) | unix | \$platformBrowser\$ |
Browser (PHP) | Disabled here | \$phpbrowser\$ |
Browser Version (PHP) | Disabled here | \$phpversionBrowser\$ |
Browser Platform (PHP) | Disabled here | \$phpplatformBrowser\$ |
UserAgent | Disabled here | \$userAgent\$ |
Angemeldete User (Joomla) | 0 | \$loggedIn\$ |
Gäste (Joomla) | 6 | \$guests\$ |
Online-Gesamt | 6 | \$visitors\$ |
Registrierte User (Joomla) | 2 | \$regUsers\$ |
Registrierte User Heute(Joomla) | 0 | \$regUsersToday\$ |
This page uses the IP-to-Country Database provided by WebHosting.Info (http://www.webhosting.info), available from http://ip-to-country.webhosting.info