Push All Scripts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<Project name="Make_TinyURLs_by_script" guid="D860977E-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D860986C-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Make_TinyURLs_by_script_1.lsl" guid="D860B2CA-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
@@ -0,0 +1,39 @@
|
||||
// :CATEGORY:Viewer 2
|
||||
// :NAME:Make_TinyURLs_by_script
|
||||
// :AUTHOR:Becky Pippen
|
||||
// :CREATED:2010-09-02 11:28:01.473
|
||||
// :EDITED:2013-09-18 15:38:57
|
||||
// :ID:503
|
||||
// :NUM:673
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// * Any URL or data URI can be mapped to a TinyURL. The example above reduces an assigned HTTP-in URL, which is a long one such as:
|
||||
//
|
||||
http://sim4605.agni.lindenlab.com:12046/cap/2b9f06f7-431e-5b0f-9271-2d03bd15370b
|
||||
//
|
||||
// into a TinyURL this size:
|
||||
//
|
||||
http://tinyurl.com/y9etul3
|
||||
// :CODE:
|
||||
string myTinyURL;
|
||||
|
||||
|
||||
|
||||
default
|
||||
|
||||
{
|
||||
|
||||
state_entry()
|
||||
|
||||
{
|
||||
|
||||
llRequestURL();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
http_request(key id, string method, string body)
|
||||
|
||||
{
|
||||
@@ -0,0 +1,7 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:03 -0000
|
||||
vti_extenderversion:SR|12.0.0.6211
|
||||
vti_backlinkinfo:VX|
|
||||
vti_author:SR|alien\\fred
|
||||
vti_modifiedby:SR|alien\\fred
|
||||
vti_timecreated:TR|18 Sep 2013 20:38:57 -0000
|
||||
@@ -0,0 +1,6 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|17 Aug 2013 23:32:37 -0000
|
||||
vti_extenderversion:SR|12.0.0.0
|
||||
vti_cacheddtm:TX|17 Aug 2013 23:32:37 -0000
|
||||
vti_filesize:IR|285
|
||||
vti_backlinkinfo:VX|
|
||||
Reference in New Issue
Block a user