|
Shaden Sura
Registered User
Join date: 10 Oct 2006
Posts: 68
|
07-22-2008 22:51
I was wondring if possible in any way to record what is say in the local chat whilr you are offline, example 2 person chating in pace and a Item w/ a scrypt same what is saying in the chat, any1 know where I can get something like that or script that do that.
|
|
Squirrel Wood
Nuteater. Beware!
Join date: 14 Jun 2006
Posts: 471
|
07-22-2008 23:32
Possible: yes.
ToS violation: yes, if you do not inform them about it.
|
|
Pedro McMillan
SLOODLE Developer
Join date: 28 Jul 2007
Posts: 231
|
07-23-2008 04:38
You'll find that you can't really record a whole lot of chat without encountering memory errors at the moment (the limit will obviously increase substantially though with Mono). One way to record a much greater amount is to effectively 'transmit' the chat out to a remote server (via llHTTPRequest or email) for it to be stored in e.g. a database or something.
If you want an example, checkout the Sloodle WebIntercom. It connects SL chat to a Moodle chatroom (real-time, two ways) and stores the chatlog in the database... although it *does* respect the SL Terms of Service by requiring people to deliberately ask for their chat to be recorded. It's a GPL project, so you can download all the source code (including LSL scripts) here:
http://slisweb.sjsu.edu/sl/index.php/Download_Sloodle
You'll find the chat stuff in the "sloodle/mod/chat-1.0" folder.
|