corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 24
File deleted
/topScripts/config.php
/topScripts/README.txt
@@ -0,0 +1,29 @@
-:[ About ]:-
 
The scripts provide and overview table of a simulator's top
scripts for a simulator on a Linden Lab grid (such as Second
Life) with the help of the Wizardry and Steamworks Corrade
scripted agent [1].
 
-:[ Requirements ]:-
 
* A modern browser: Chome, Opera, Firefox, Safari...
* Corrade has to be an estate manager.
* A webserver.
* PHP version 5 and beyond.
* the curl extension.
 
-:[ Setup ]:-
 
1.) Rename "config.php.dist" to "config.php" and edit "config.php"
to reflect your settings in Corrade.ini
2.) Enable the Corrade permissions for your configured group:
* land
3.) Make sure that Corrade is an estate manager for the
simulator that you use this template with.
4.) Place the all the files in a directory on your webserver.
5.) Navigate to topScripts.html in your browser and enjoy.
 
-:[ References ]:-
 
[1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade
/topScripts/config.php.dist
@@ -0,0 +1,9 @@
<?php
 
# Set this to the name of the group.
$GROUP = 'My Group';
# Set this to the group password.
$PASSWORD = 'mypassword';
# Set this to Corrade's HTTP Server URL.
$URL = 'http://corrade.internal.site:8080';