corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 24
File deleted
/plotMapAvatars/config.php
/plotMapAvatars/README.txt
@@ -0,0 +1,26 @@
-:[ About ]:-
 
This is an example map-overview of the region that Corrade [1]
is currently on.
 
-:[ Requirements ]:-
 
* A modern browser: Chome, Opera, Firefox, Safari...
* A webserver.
* PHP version 5 and beyond.
* the gd extension (libgd).
* 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
* interact
3.) Place the all the files in a directory on your webserver.
4.) Navigate using a browser to plotMapAvatars.html and enjoy.
 
-:[ References ]:-
 
[1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade
/plotMapAvatars/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';