I've just pushed out a critical update for the Parser, please redownload it as soon as you read it. Here's the details:
Added new UserInThread table to my schema, and created "UserInThreadExists" and "AddUserInThread" methods, so that we can make an index table linking UserIDs to the ThreadIDs of the threads that they have posted in. This will let the magic happen that will allow you to search for all threads that a person has posted in. Later on, I'll make a mini-app that queries all of the existing data, and corrects the lack of these records for all previously parsed data.
BugFix - The parser, when coming across an error, was renaming the file to "Error + FileName" instead of moving it to the error directory... because I forgot to add a backslash into my concatenation - d'oh! If you have any files in your folder that start with the word "Error", you'll need to rename them to take the "Error" portion off, sorry!
BugFix - .WARCSKIP files should no longer be created. I thought I'd already taken that part of the code out, but it looks like I just took out the part that checks for them.