Derek Jones
SL's Second Oldest Monkey
Join date: 18 Mar 2003
Posts: 668
|
01-13-2005 13:56
Hi. I've been trying to send data out of Second Life and to a webpage for the last few days. I've encountered problems with sending it out of world trying to use email and XML-RPC doesn't work sending outside the world and was wondering if anyone has had any success sending data out. Thanks!
_____________________
The fact that a believer is happier than a skeptic is no more to the point than the fact than a drunken man is happier than a sober one
|
Torley Linden
Enlightenment!
Join date: 15 Sep 2004
Posts: 16,530
|
01-13-2005 14:07
From: Derek Jones Hi. I've been trying to send data out of Second Life and to a webpage for the last few days. I've encountered problems with sending it out of world trying to use email and XML-RPC and was wondering if anyone has had any success sending data out. Thanks! Derek, respectable simian that you are, I don't know the technical workings... but does this have anything to do with an incomplete implementation of bidirectional XML-RPC?
|
Derek Jones
SL's Second Oldest Monkey
Join date: 18 Mar 2003
Posts: 668
|
01-13-2005 14:12
True, XML-RPC doesn't fully work quite yet so I've been focusing on different ways to do it by email, but either a page won't receive it correctly or won't gather information correctly from the email.
_____________________
The fact that a believer is happier than a skeptic is no more to the point than the fact than a drunken man is happier than a sober one
|
Kurt Zidane
Just Human
Join date: 1 Apr 2004
Posts: 636
|
01-13-2005 14:18
Well what areyou sending, and how are your reading it in as e-mail?
|
Derek Jones
SL's Second Oldest Monkey
Join date: 18 Mar 2003
Posts: 668
|
01-13-2005 14:26
From: Kurt Zidane Well what areyou sending, and how are your reading it in as e-mail? Basically, I'm sending out of the world via email FPS data collected from a sim on my land. I've tried sending it to my web page's email client which then forwards it to a specific PHP page, but then I run into problems. It recieves the email fine, but it isn't extracting any information from the email.
_____________________
The fact that a believer is happier than a skeptic is no more to the point than the fact than a drunken man is happier than a sober one
|
Rickard Roentgen
Renaissance Punk
Join date: 4 Apr 2004
Posts: 1,869
|
01-13-2005 14:34
My email program sends the path of the email file to the php page, rather than the message text directly. have to open the passed file inside the php code. Could this be the problem?
|