The title is a bit strange but i'm hopped up on coffee again. Anyhow I've got a mountain of private messages i need to go through to determine who needs to pay me again etc. so i've created a program to export the data from my exported csv to a mysql database. Now i've only got the data there, but it should be easy to cross reference users and messages etc. What i would really like is a parser to display the messages better.. like font colors, quotes, urls etc. Anybody know where one of those is, or where i can find the info for it? In case anybody is confused i want to be able to parse the forum message code from DP like [quote ] or into a correct display. yeah i guess i could program that myself.. but that might take longer then the 20 minutes i want to invest in this project.
Ok i finished the code for sorting through the boxes pretty easy and now i'm down to reading the messages. Its pretty bad to read through a normally echo'd message from the forum, so a parser would be much appreciated..