Early this morning I was bugged enough to finally write a script to cull and reverse chronologically list referers, and well, like many things, I have no idea why I put it off so long. It took about 15 minutes to write. (open the file, move the pointer to near the end, parse into an associative array keyed to url, reverse, and display). I suppose I could turn into some functions / a class for future use. Includes, XML feeds, and the like.