corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 24  →  ?path2? @ 23
File deleted
/renderAvatarsMap/config.php.dist
/renderAvatarsMap/README.txt
@@ -7,20 +7,15 @@
-:[ Requirements ]:-
 
* A WebGL enabled 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
1.) 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 to renderMapAvatars.html and enjoy.
4.) Naviage to the renderMapAvatars.html and enjoy.
 
-:[ References ]:-
 
/renderAvatarsMap/config.php
@@ -0,0 +1,10 @@
<?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.server:8080';
 
?>