Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

http_response and php

Meran Shinn
Registered User
Join date: 8 Oct 2008
Posts: 8
08-28-2009 12:36
How would initiate communications starting in an external server with an object in secondlife?

What I want to do is have an inworld server contact an external server (easy enough) the external server to check a database then the external server to contact multiple other objects in world.

Ive not done much work with html headders unfortunately but everything else I want to do I know I can do.

Thanks
EF Klaar
Registered User
Join date: 11 Jun 2007
Posts: 330
08-28-2009 14:27
Would llEmail and the email event be any use?
Day Oh
Registered User
Join date: 3 Feb 2007
Posts: 1,257
08-28-2009 14:42
curl http://blog.unitedheroes.net/curl/
_____________________
Meran Shinn
Registered User
Join date: 8 Oct 2008
Posts: 8
08-28-2009 18:21
Email is out of the question but thanks for the suggestion any way =3 I need things to work as often as 10 seconds in some cases.

And thank you Day.

I already knew how to do that but I didnt assosiate it with this :D I feel like such an idiot. That will deffinately work.
Jesse Barnett
500,000 scoville units
Join date: 21 May 2006
Posts: 4,160
08-28-2009 20:16

Nice link Day! That one should be required reading for everyone.
_____________________
I (who is a she not a he) reserve the right to exercise selective comprehension of the OP's question at anytime.
From: someone
I am still around, just no longer here. See you across the aisle. Hope LL burns in hell for archiving this forum
ElQ Homewood
Sleeps Professionally
Join date: 25 Apr 2007
Posts: 280
08-29-2009 01:22
Why would you not use HTTP-in? http://wiki.secondlife.com/wiki/LSL_http_server
Meran Shinn
Registered User
Join date: 8 Oct 2008
Posts: 8
08-29-2009 07:41
That would also work Elq. Thanks =3 It may not be as simple as Day's link but the last example woud be really easy to adapt to what I want and need.

Thanks a bunch =3