"I can rest easy, knowing that the highly skilled team at SunStar Media is there to manage our web server. They're responsive, informative and offer a comprehensive suite of services that make our website a highly effective tool for our ministry."
n=# of days before resetting daily rotation counter. Default is 1 day.
x=whether to bypass updating counter for site admins. (New in v1.1)
Updated credits in comments (I was receiving spam as a results). (New in v1.2)
Scoped all variables. (1.3) "File" was causing problems with CFMX.
This tag saves a unique data file with a ".qct" extension containing tag-based counter information for each webpage. The .qct file is automatically named with the same prefix name as the Cold Fusion template that initially calls it.
Once the tag is executed, you can get the counter variables through:
GRAND TOTAL = QCTTotal
STARTING DATE = QCTStart
TODAY'S TOTAL = QCTTodayTotal
ROTATION DATE = QCTToday
The Counter variables do not have to be displayed on the webpage in order for QuickCounter to update the data file. You can keep page stats private until they are required or requested to posted on a page.