Quote:
Originally Posted by Andrew Green
Right now they are storred in the chat logs, as userID '-1', which is what is used to filter them out when they are turned off. Match chatid and pull all entries by userid -1 and you should have what you are looking for. Right now it automatically pulls all messages from the last 2 minutes when you enter a room, if you modify that to also pull any that have a userid of -1 you should get what you want.
As for the notation, it is expanded to make sense to people that don't know chess notation. You get the letters / numbers on the screen and messages like "Rook a4-b4"
|
Whoo.... perfect. Thanks!
Great, that means I can purchase your commercial version (demand more support,

LOL) and rebuild my mods in class_boardgame.php that displays the inactive games (finished games) in the boardroom view, and with a little more work, a user could easily pull up an old game and review the moves, if they wanted too... Great!
Also, since you log the board positions as well, it is not much work to add a REPLAY command and a STEP or NEXT command via a chat-interpreter :-)
I think a simple chat-interpreter can add a lot of value :-)
Cheers and thanks again for the last update. I will try it soon, when I am "in the mood" to recode the necessary mods into the new version. I am a very bad PHP programmer, so I don't know how to make vB hooks....