<?php include("counter.php"); ?> at top of file.
972546
Total VISITORS
<?php echo stat_("total"); ?>
4999727
Total VISITS
<?php echo stat_("total_hits"); ?>
16
Current VISITORS Online
<?php echo $activenum; ?>
Most VISITORS Online at Once
344404 on Jan-14-2020, 11:48 AM
<?php echo stat_("activecount"); ?> on <?php echo stat_("activetime"); ?>
Last Record of Most VISITORS Online
337 on Aug-05-2015, 10:13 AM
<?php echo stat_("old_activecount"); ?> on <?php echo stat_("old_activetime"); ?>
319
VISITS Today
<?php echo stat_("todaycount"); ?>
361
VISITS Yesterday
<?php echo stat_("ydaycount"); ?>
Most VISITS in One Day
15110 on Nov-30-2014
<?php echo stat_("maxdayct"); ?> on <?php echo stat_("maxday"); ?>
361
VISITS Yesterday
<?php echo stat_("ydaycount"); ?>
2138
VISITS This Month
<?php echo stat_("monthcount"); ?>
12421
VISITS Last Month
<?php echo stat_("ymonthcount"); ?>
Most VISITS in One Month
180604 on March 2015
<?php echo stat_("maxmonthct"); ?> on <?php echo stat_("maxmonth"); ?>
Your IP is <?php echo $varip; ?>
44.197.101.251
Your current location is <?php echo $fileloc; ?>
/pq/creations/scripts/pqcounter/stats.php
New or Return VISITOR?
You are a return visitor!
Code for new:
<php if($newvisitor===true) {?>
You are new!
<?php } ?>
Code for return:
<php if($newvisitor===false) {?>
You are a return visitor!
<?php } ?>
New or same VISIT?
This is the same visit!
Code for new:
<php if($newvisit===true) {?>
This is a new visit!
<?php } ?>
Code for return:
<php if($newvisit===false) {?>
This is the same visit!
<?php } ?>