This module is a simple Second Life framework, allowing objects inside Second Life, written in LSL script, to interact with applications on your Drupal web site, and do neat things.
To discuss this module, and other aspects of Drupal and Second Life integration, you can subscribe to this group.
Requirements
This module requires Drupal 5.x, and PHP 5.1.x.
Installation
To install this module, Upload or copy the the entire secondlife directory and all its contents to your modules directory.
Configuration
To enable this module go to Administer -> Site Building -> Modules, and enable second life.
Developing for Second Life
Second Life objects are written in a language called Linden Scripting Language (LSL). For more on how to use this language, refer to this wiki http://wiki.secondlife.com/wiki/LSL_Portal.
A good tutorial on LSL can be found in this Dr Dobbs Journal article using the Linden Scripting Language.
The Second Life framework Drupal module interfaces with Second Life using the llHTTPRequest() function.