Hi -
I'd like to pay people from a website "outside" of second life, but still have the money in Linden dollars go into their SL account. Is this possible or do I need to be in world in order to give peole money?
Tks, TB
These forums are CLOSED. Please visit the new forums HERE
Payment Outside Of Second Life ( In L$ ) |
|
|
Ipsos Bracken
Registered User
Join date: 24 May 2007
Posts: 4
|
06-06-2007 11:56
Hi -
I'd like to pay people from a website "outside" of second life, but still have the money in Linden dollars go into their SL account. Is this possible or do I need to be in world in order to give peole money? Tks, TB |
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
06-06-2007 14:05
Hi - I'd like to pay people from a website "outside" of second life, but still have the money in Linden dollars go into their SL account. Is this possible or do I need to be in world in order to give peole money? Tks, TB Very possible and quite often done. Your website would contact an inworld server object that you own that has debit permissions. The website would need to send the recipients key and the amount then the server would pay them using llGiveMoney. _____________________
I'm back......
|
|
poopmaster Oh
The Best Person On Earth
Join date: 9 Mar 2007
Posts: 917
|
06-07-2007 09:14
how do you contact a inword item from out of world?
the only way i can think to do it you just have the inworld item llHttpRequest every 30 seconds or so and get the data from in from a page request? or can you really send data from out, in? _____________________
InSL u find every kind of no-life retard you could possibly imagine as well as a few even Tim Burton couldnt imagine u find 12yr-olds claiming to be 40 men claiming 2 be women, women claiming 2 make sense and every1 claiming 2 have ideas that are actually worth a damn if only someone would just listen to their unique innovative and exceptionally important idea
|
|
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
|
06-07-2007 09:30
Use XML-RPC or object-targetted emails.
|
|
Milambus Oh
Registered User
Join date: 6 Apr 2007
Posts: 224
|
06-07-2007 09:34
You can send it email, which your object has to poll for using a timer event. Every object in SL has an email adress <object_key>@lsl.secondlife.com
http://lslwiki.net/lslwiki/wakka.php?wakka=Email Or you can use XMLPRC: http://lslwiki.net/lslwiki/wakka.php?wakka=XMLRPC |
|
Toneless Tomba
(Insert Witty Title Here)
Join date: 13 Oct 2004
Posts: 241
|
06-07-2007 22:58
You can send it email, which your object has to poll for using a timer event. Every object in SL has an email adress <object_key>@lsl.secondlife.com http://lslwiki.net/lslwiki/wakka.php?wakka=Email Or you can use XMLPRC: http://lslwiki.net/lslwiki/wakka.php?wakka=XMLRPC Just to let you know non SL emails have been very slow, like hours delay, in the past couple months. They are working ok now but I have some SL items that depend on outside emails which hasn't been fun. |
|
Ipsos Bracken
Registered User
Join date: 24 May 2007
Posts: 4
|
06-08-2007 09:58
Hi All - just wanted to say thank you for the replies - TB
|
|
Ipsos Bracken
Registered User
Join date: 24 May 2007
Posts: 4
|
06-08-2007 10:01
One more quesetion ....
sorry - if I can connect to an object in Second Life and send money what type of security would be in place that would stop "anyone" from contacting that object ( using XML RPC ) and then using it also to send out money as well? That is to say - using the XML RPC I'm not saying "who I am" - I just have the ID of the object - doesn't that mean that anyone would be able to do the same? Tks, TB |