Hi guys.
Im creating a log-reader online for my game server admins, so that I won't have to give FTP access etc.
The files are from 30-60M MB max in size and I have a working reader atm, but it's not perfect and it slows down fast.
In the middle of the file reading, Im working with lines to replace or add HTML (and some kind of filter for different in-game chat types (a lot of IF and StriStr operations etc)), so I'm wondering what's the best way to do this?
I have a mysql database available if that could be useful, storing each line in there maybe?
IDK, but I hope some of you do :)
Im creating a log-reader online for my game server admins, so that I won't have to give FTP access etc.
The files are from 30-60M MB max in size and I have a working reader atm, but it's not perfect and it slows down fast.
In the middle of the file reading, Im working with lines to replace or add HTML (and some kind of filter for different in-game chat types (a lot of IF and StriStr operations etc)), so I'm wondering what's the best way to do this?
I have a mysql database available if that could be useful, storing each line in there maybe?
IDK, but I hope some of you do :)
Comment