To everyone who uses this hack:
This is the first time I've done anything like this, so I don't know the proper prodecure.
I have taken PPN's hack, and Axel Foley's modification, and installed them on my boards. Since I am inherently lazy, I wanted quicklinks to all the most common fields you would look at. The stock loginlog.php script only has three options, view all, view recent, and view last 24 hours.
I've modified the code to incorporate some additional features:
To be noted is that as the code stands now, all of my searches are returned by default as atime sorted descending (so that the most recent instances appear first in the list). This is something that can easily be remedied by removing the &direction=DESC modifiers on the quicklinks.
The stock loginlog.php script defines a blank sort field to default to username, I simply changed it to atime.
The search options down at the bottom have been modified from datefailed to atime (for the time sort function) since datefailed wasn't working for me.
I haven't tested the pruning functions, so if anyone would like to, please let me know if I have screwed up anything in the process of doing this.
Again, I would like to thank PPN and Axel for their hard work in getting this hack to not only function, but to be robustly featured as well. Thanks to both of you.
As a final note, Axel: I am thinking about testing inserting yet another one of your hack fields after the cookie login, to try and see if that will work for logging people returning with cookies.