04.09.2010, 07:06
Quote:
Using MySQL to log that kind of information would be much slower than using files, since you would be writing information quite often. It would be much more effecient to log certain information to individual files in a nice format for easy reading later.
|
Ex: Chat.txt, when you open it up, it would log the chat, and then ban.txt would log the bans, and so on.