WhosOnCFC Updates
I uploaded WhosOnCFC 2.1.2 to RIAForge this evening since a couple of folks requested it. All the updates add some functionality to the timeline viewer bubble.
Each session on the timeline now shows the page history for a given client. The bubble will tell you how many pages are stored for that session, what pages they visited and how many seconds they were on that page. Newer pages are on the bottom of the list and the page time on the newest page will always be 0 since it was just opened.
The EntryPage, CurrentPage, and Referer URLs displayed in the bubble are now shown a links that will open in a new window.
I also added in the ability to view the WhoIs results for a given IP address through http://www.who.is. Just click on the IP address in the bubble and it will open the results in a new window.
If you need to change the information displayed or just want to fool around with it, all the timeline information is provided by data.cfm located in the /timeline directory. You pretty much have free reign with the cfsavecontent areas, but the code that actually outputs the XML document is pretty finicky. Change that at your own risk.
As far as features go, I am working on adding in some search capabilities so you can sort, search, and display the data. I was also thinking of adding some security features in such as being able to redirect a specific client or IP address if they are going somewhere they shouldn't.
If you are interested in checking it out you can download it here: http://whosoncfc.riaforge.org.


I plan on doing a full review at some point soon via my own blog post.