Don't click here unless you want to be banned.

LSL Wiki : LSLdotPHP

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
CyberLeo.Net's LSL.php, LSL emulation library script for PHP.

Current emulated functions:
llSendRemoteData
array llSendRemoteData(key $channel, string $dest, integer $idata, string $sdata)
only varience is the return is a PHP array, structured as follows:

return Array( 
    "Channel"=>$channel, 
    "StringValue"=>$string, 
    "IntValue"=>$integer 
);
or
return Array(
    "error"=>"Query error", 
    "code"=>$response->faultCode(), 
    "message"=>$response->faultString() 
);

it otherwise behaves identical.
Default server is SecondLife's own XML-RPC server.

To use:
include("LSL.php");
on CDN servers.
There are 3 comments on this page. [Display comments/form]