View Single Post
Author Message
seoulxkorean
Member
Join Date: Apr 2006
Old 07-10-2008 , 15:56   Free Tool: AMX Log Viewer
Reply With Quote #1

I didn't know where to post this so I had originally posted this in the Support/Help forum. Though now I think this forum may be better suited for this post. Since I haven't gotten any replies in the other thread I'll post it here (if any mods/admins would like, delete the other one):

Background Information
I decided to create a program that would make it easy to sort through admin logs generated by AMX. This project only took me a couple hours and there may be bugs but I decided to release it for anyone that needs it. I don't know if one already exists but I didn't find one with a quick search and thought it'd be easy to write. It is written in C# if anyone is wondering. The .NET framework (version 3.5) is required to run the application which I provided the link to further down this post.

Supported Features of AMX Log Viewer
+ Load all log files into a list for easy selection.
+ Option to hide admin login information so it only displays commands
+ Filter individual log files by admin
+ Filter individual log files by keyword searches
+ No installation required, just run AMXLogViewer.exe
+ Small application, around 18kb
+ More features planned (sorting, advanced filtering, etc)

A good use for this application would be to load a log file, filter it by admin, then search "kick/bury/slap/whatever" to see how often that admin used those commands on that day.

Download it now
AMX Log Viewer v1.01: http://www.highclansite.com/misc/AMXLogViewer-v101.zip
Sample AMX Logs: http://www.highclansite.com/misc/SampleLogs.zip
.NET Framework: http://www.microsoft.com/downloads/d...displaylang=en

Source Code
AMX Log Viewer v1.01 (src): http://www.highclansite.com/misc/AMX...er-v101src.zip

Previous Versions
AMX Log Viewer v1.00: http://www.highclansite.com/misc/AMXLogViewer.zip

Screenshots




Other information
Basic documentation is provided in README.txt file found in the zip. Changes in the new versions can be found in the zip -- see CHANGELOG.txt for the list of changes. If you have any questions/feedback just reply back to this thread or go to the official support forum via http://forums.highclansite.com/index...pic,468.0.html

Feedback is greatly appreciated and will be used for any further versions of this application.

Enjoy =)

Last edited by seoulxkorean; 07-19-2008 at 19:34.
seoulxkorean is offline