| General SL Discussion Discuss topics related to Second Life |
| |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Senior Member ![]() ![]() ![]() ![]() ![]() ![]() SLU Supporter ![]() ![]() ![]() ![]() ![]()
Running 'round in Circle's
Join Date: Sep 2007 Location: Australia
Posts: 6,912
My Mood: SLShopper Ads: 1 SL Join Date: 12-Oct-2003
Business: Psyke's Defence Systems Blog Entries: 3 | 6/13 July = 1.27 Server = HTTP Server in a prim!
__________________ Χάος | HomeSecurity Orb - the original security orb | Psyke's AjaxLife - Free web SL access. 50% off sale, November 5 & 6 ![]() Last edited by Psyke Phaeton; 07-04-2009 at 06:16 PM. |
| | |
| 5 Users Said Yay!: |
| 1 User Agreed: |
| | #3 (permalink) | |
| posts... sometimes. ![]() ![]() Join Date: Nov 2007
Posts: 249
My Mood: SL Join Date: 06/15/05 | Quote:
Can we launch the in-world browser through LSL now, LL? Please?
__________________ | |
| | |
| | #4 (permalink) |
| Senior Member ![]() ![]() ![]() ![]() ![]() ![]() SLU Supporter ![]() ![]() ![]() ![]()
Better than Joshua at worms
armageddon.
Join Date: Sep 2007 Location: Perth, Orstraya.
Posts: 3,209
My Mood: SL Join Date: 9-Jan-04
Business: Azure Islands | Man, SL scripters are so easily amused. ;P |
| | |
| 6 Users Laughed: |
| | #7 (permalink) |
| Senior Member ![]() ![]() ![]() ![]() ![]() ![]() SLU Supporter ![]() ![]() ![]() ![]() ![]()
Running 'round in Circle's
Join Date: Sep 2007 Location: Australia
Posts: 6,912
My Mood: SLShopper Ads: 1 SL Join Date: 12-Oct-2003
Business: Psyke's Defence Systems Blog Entries: 3 | So I have been playing around with this in Aditi. The response the prim server sends back is content-type "text/plain" ![]() No HTML, no way to make web based menus ![]() |
| | |
| 1 User Said Yay!: |
| | #8 (permalink) | |
| The Purple ![]() ![]() ![]() ![]()
Kinda at work. Somewhat.
Join Date: Dec 2007 Location: Somewhere purple, Germany
Posts: 3,038
My Mood: | yuh. Quote:
HTTP replies from prims are, however, utter seks when it comes to prim-to-prim communication grid-wide :3 Screw llEmail(). llHTTPRequest() -> llHTTPResponse().
__________________ "Have you ever noticed that anybody driving slower than you is an idiot, and anyone going faster than you is a maniac?" - George Carlin | |
| | |
| 1 User Agreed: |
| | #9 (permalink) |
| Tired ![]() ![]() ![]() ![]()
Hokey religions and ancient
weapons are no match for a
good blaster at your side
Join Date: Sep 2007 Location: Portland
Posts: 3,829
My Mood: SL Join Date: 4/28/2005 Blog Entries: 4 | Hot dayummn! I have fired off an email about this to my php inclined dear friend, who has a little project going this could be useful to |
| | |
| | #10 (permalink) |
| The Purple ![]() ![]() ![]() ![]()
Kinda at work. Somewhat.
Join Date: Dec 2007 Location: Somewhere purple, Germany
Posts: 3,038
My Mood: | Code: key kUrlRequest;
key kDynDnsRequest;
default
{
on_rez(integer foo)
{
kUrlRequest=llRequestSecureURL();
}
state_entry()
{
kUrlRequest=llRequestSecureURL();
}
changed(integer change)
{
if((change & CHANGED_REGION) ||(change & CHANGED_REGION_START))
kUrlRequest=llRequestSecureURL();
}
http_request(key id, string method, string body)
{
if(id==kUrlRequest)
{
if(method == URL_REQUEST_GRANTED)
{
//kDynDnsRequest = llHTTPRequest(...);
//Do your DynDns Request here! >:3
}
}
else if(id!=kDynDnsRequest)
{
llHTTPResponse(NULL_KEY, 200, "Your sub is at "+llGetRegionName());
}
}
}
Last edited by Chalice Yao; 07-08-2009 at 04:27 AM. |
| | |
| 1 User Laughed: |
| 1 User Agreed: |
| | #11 (permalink) |
| Senior Member ![]() ![]() ![]() ![]() ![]() ![]() SLU Supporter ![]() ![]() ![]() ![]() ![]()
Running 'round in Circle's
Join Date: Sep 2007 Location: Australia
Posts: 6,912
My Mood: SLShopper Ads: 1 SL Join Date: 12-Oct-2003
Business: Psyke's Defence Systems Blog Entries: 3 | I am now thinking Java app or flash. ![]() So whats the simplest way to turn this text/plain into a useful web based menu? |
| | |
| | #12 (permalink) |
| Eclectic Randomness ![]() ![]() ![]()
Predictable Experience
Join Date: Sep 2007 Location: Pod Six
Posts: 1,156
My Mood: SLShopper Ads: 5 SL Join Date: 7/13/2006
Business: Eclectic Randomness | While yes, this will be cool, I'm mostly just looking forward to the HippoVEND system that will be possible once this is released.
__________________ ![]() Inworld Store: http://slurl.eclectic-randomness.com Website: http://www.eclectic-randomness.com Twitter: WinterVentura |
| | |
| | #13 (permalink) |
| Now with 40% more Awesome ![]() ![]() ![]()
Racin' the griefers
| Does make me wonder about the timing of this - after buying xstreet/onrez they have to work with the tools they've stuck us with for the longest time... now .. voila... magic... some functionality (that by wondrous coincidence could also make their xstreet->sl interfaces work better). I'm not complaining at all - just sayin.
__________________ And as it was in the beginning, so too shall it be in the end. That bullshit is bullshit, it just goes by different names. |
| | |
| 4 Users Agreed: |
| | #14 (permalink) |
| CS Violator ![]() ![]() ![]()
I play Mabinogi, do you?
| Did LL really drop this out of the blue? If so, and with the simple text only output then Siggy's post feels correct. Now why won't LL do direct prim/object to prim/object communication so we can not clutter the channels and risk people peeking into object comms?
__________________ I don't use IE |
| | |
| | #15 (permalink) | |
| Now with 40% more Awesome ![]() ![]() ![]()
Racin' the griefers
| Quote:
'Not Shiney' At least one benefit with this is that we can move past the god awful system of email for inter sim object comms... even if its a sort of gimpy half step. | |
| | |
| | #16 (permalink) | |
| Doing stuff ![]() ![]() ![]() ![]()
Happles!
Join Date: Sep 2007 Location: Glasgow, Scotland
Posts: 2,761
My Mood: SLShopper Ads: 1 SL Join Date: 14/10/2006
Business: MagoTek Industries | communications... meh. It's nice, but I want mesh import.
__________________ Wounds, both physical and mental, heal in time. bones reknit, therapy and drugs make you forget. Life goes on. But nothing cures death. Please remember this. Quote:
| |
| | |
| | #17 (permalink) | |
| important cog ![]() ![]() Join Date: Feb 2008
Posts: 182
My Mood: | It's been in the works since 2007, the real motivation is that they weren't finding ways to make xmlrpc scale better. Quote:
| |
| | |
| 1 User Agreed: |
| | #18 (permalink) |
| Senior Member ![]() ![]() ![]() ![]() ![]() ![]() SLU Supporter ![]() ![]() ![]() ![]() ![]()
Running 'round in Circle's
Join Date: Sep 2007 Location: Australia
Posts: 6,912
My Mood: SLShopper Ads: 1 SL Join Date: 12-Oct-2003
Business: Psyke's Defence Systems Blog Entries: 3 | I agree, the http server stuff has been in the works for a long time to solve many scaling problems. The outcome of this is things like Snowglobe and this. I am glad they have shared it with us and made a fast object-to-object communications method. I am disappointed though that they included things like: LlGetHTTPHeader "x-path-info": Any trailing path information from the requested url "x-query-string": Any query arguments, the text past a ? in the url and not give us text/html so we can make links to use those. |
| | |
| | #19 (permalink) |
| Senior Member ![]() ![]() ![]() ![]() ![]() ![]() SLU Supporter ![]() ![]() ![]() ![]() ![]()
Running 'round in Circle's
Join Date: Sep 2007 Location: Australia
Posts: 6,912
My Mood: SLShopper Ads: 1 SL Join Date: 12-Oct-2003
Business: Psyke's Defence Systems Blog Entries: 3 | Well according to this [#SVC-4582] IE does not render linefeeds sent with llHTTPResponse - Second Life Issues IE will show the text/plain as text/html. Thereby making web based menus possible but only on IE! |
| | |
| 2 Users Laughed: |
| | #20 (permalink) |
| Senior Member ![]() ![]() ![]() ![]() ![]() ![]() SLU Supporter ![]() ![]() ![]() ![]() ![]()
Running 'round in Circle's
Join Date: Sep 2007 Location: Australia
Posts: 6,912
My Mood: SLShopper Ads: 1 SL Join Date: 12-Oct-2003
Business: Psyke's Defence Systems Blog Entries: 3 | Want better looking menus for your scripted items? [#SVC-3427] Permit HTTP-in to serve text/html to inworld user agents - Second Life Issues |
| | |
![]() |
| Tags |
| http in a prim |
| Thread Tools | |
| Display Modes | |
| |