Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Sending a message from out of world into world

Siilkia Sillanpaa
Registered User
Join date: 2 Oct 2005
Posts: 4
11-08-2005 04:39
Is it possible to send a message out of SL to one of your friends in SL??

Please let me know

Sil
Max Case
Registered User
Join date: 23 Dec 2004
Posts: 353
11-08-2005 05:15
yes.
There are some devices that let you.

One is my email to im cube. Drop me a note in world if you want one, oryou can go to the location in my sig and buy one (23$)

*max case
Green(150,86)
http://www.maxcase.info
Keiji Talamasca
Registered abUser
Join date: 7 Oct 2005
Posts: 54
11-08-2005 06:24
If you have that thing turned on that emails you every time someone sends you a messege ingame...you can just reply to the email and it goes back to them.
_____________________
Keiji Talamasca / Takashi Resistance
Entrepreneur
Travis Lambert
White dog, red collar
Join date: 3 Jun 2004
Posts: 2,819
11-08-2005 07:35
If you want to send an email *from* SL to the outside world, I believe you can take snapshot, and select the "Send Postcard" option.

Edit: nm - this isn't what you're asking for. Just re-read the OP. :D
_____________________
------------------
The Shelter

The Shelter is a non-profit recreation center for new residents, and supporters of new residents. Our goal is to provide a positive & supportive social environment for those looking for one in our overwhelming world.
Logan Bauer
Inept Adept
Join date: 13 Jun 2004
Posts: 2,237
11-08-2005 07:47
From: Travis Lambert
If you want to send an email *from* SL to the outside world, I believe you can take snapshot, and select the "Send Postcard" option.

Edit: nm - this isn't what you're asking for. Just re-read the OP. :D


Yup, Travis is right. Also if you are interested in scripting you can use llEmail and llGetNextEmail to cause objects to send and receive e-mails. If nothing posted here so far has answered your questions, Siilkia, please elaborate, because I'm a bit unclear as to what you're asking...
Marcus Moreau
frand
Join date: 25 Dec 2004
Posts: 602
11-08-2005 07:50
There are several threads in these forums (which I am not going to search for right now) that talk about actual development of an application that would allow XMLRPC communications with in-world people. Not sure how far this is along, but several attempts have been made.

Another solution, which I have pitched to the Lindens, is for them to implement a Jabber server that would tie into their user database. It would probably be fairly simple to implement and not very resource intensive. It would just take them time to develop/plan it.

Just my 2cents...

MarcusM
FlipperPA Peregrine
Magically Delicious!
Join date: 14 Nov 2003
Posts: 3,703
11-08-2005 08:44
If you have an object in world, a name/key database out of world, and a basic knowledge of XML-RPC you can send an IM from out of world to in world. I use this functionality often for SLBoutique.com (gift giving) and I know Rathe at MetaAdverse uses it as well... its quite handy. Of course, if you're caught using it to spam, you'll be immediately banned, and hopefully hung for crimes against humanity! :-)

I've also programmed a somewhat klunky interface which sets up a web-based chat system that allows people to choose a name through the web chat and chat with people in-world who are within 20 meters (chat/listen distance) of an in-world prim. It is fairly klunky, however, due to the limits in the XML-RPC implementation and takes up a fair amount of bandwidth when its turned on (it polls the prim every 3 seconds via XML-RPC to see if there's any new chat from in-world to relay to the web, and sends chat from the web to the prim in world any time someone on the web chat talks).

Regards,

-Flip
_____________________
Peregrine Salon: www.PeregrineSalon.com - my consulting company
Second Blogger: www.SecondBlogger.com - free, fully integrated Second Life blogging for all avatars!
Sensual Casanova
Spoiled Brat
Join date: 28 Feb 2004
Posts: 4,807
11-08-2005 09:23
From: Max Case
yes.
There are some devices that let you.

One is my email to im cube. Drop me a note in world if you want one, oryou can go to the location in my sig and buy one (23$)

*max case
Green(150,86)
http://www.maxcase.info


Neat! Can you be more specific on how this works and what it does? :)