Attention BlogCFC users: I have created a simple stats page. You can see it here. This stats page was created mainly for my own curiosity, but can be downloaded here if you want to install it on your blog. To add security, you add this code block to only allow logged in folks to run the file:

<cfif not isUserInRole("admin")>
   <cfabort>
</cfif>

I've left my stats open since, well, I just don't care. Let me stress that this file is NOT a part of the "real" BlogCFC. The SQL statements in there will only work for SQL Server, and the code was written very quickly, but I wanted to share it with other BlogCFC users.