<?php include("counter.php"); ?> at top of file.
188309
Total VISITORS
<?php echo stat_("total"); ?>
279068
Total VISITS
<?php echo stat_("total_hits"); ?>
7
Current VISITORS Online
<?php echo $activenum; ?>
Most VISITORS Online at Once
116 on May-01-2009, 2:11 PM
<?php echo stat_("activecount"); ?> on <?php echo stat_("activetime"); ?>
Last Record of Most VISITORS Online
47 on Oct-24-2006, 6:55 AM
<?php echo stat_("old_activecount"); ?> on <?php echo stat_("old_activetime"); ?>
370
VISITS Today
<?php echo stat_("todaycount"); ?>
326
VISITS Yesterday
<?php echo stat_("ydaycount"); ?>
Most VISITS in One Day
987 on Nov-26-2006
<?php echo stat_("maxdayct"); ?> on <?php echo stat_("maxday"); ?>
326
VISITS Yesterday
<?php echo stat_("ydaycount"); ?>
3649
VISITS This Month
<?php echo stat_("monthcount"); ?>
10829
VISITS Last Month
<?php echo stat_("ymonthcount"); ?>
Most VISITS in One Month
10925 on January 2010
<?php echo stat_("maxmonthct"); ?> on <?php echo stat_("maxmonth"); ?>
Your IP is <?php echo $varip; ?>
38.107.191.104
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 } ?>