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:
<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.
Archived Comments
The tables overlay the calendar and right-column on IE6!
Don't use IE. :) If you want to use it on your blog, you can simply remove the layout tags for now.
The blog.ini file is not always protected on shared hosting... could you chance the code to put the ini file in a .cfm file for protection?
I could, but I don't tend to make changes unless it is a problem for -most- folks. You could use your web server to change the security on the file. You could also simply move blog.ini, and modify blog.cfc's init method to find the file in the right location. Or just rename blog.ini to youcantguessthis.ini.
I have just converted stats.cfm as MySQL compatible version and send it to Raymond. If you need you can ask to him.
Any Chnce that the stats package will be available again?
Many thanks.
/s
Ah, I didn't copy it over. (Both the zip and the CFM.) Both are uploaded now. They will also be in the next release.