corrade-http-templates – Diff between revs 24 and 79

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 24 Rev 79
1 -:[ About ]:- 1 -:[ About ]:-
2   2  
3 The mass invites template can be used to invite multiple avatars to 3 The mass invites template can be used to invite multiple avatars to
4 a group using the Wizardry and Steamworks Corrade scripted agent [1]. 4 a group using the Wizardry and Steamworks Corrade scripted agent [1].
5   5  
6 -:[ Requirements ]:- 6 -:[ Requirements ]:-
7   7  
8 * A modern browser: Chome, Opera, Firefox, Safari... 8 * A modern browser: Chome, Opera, Firefox, Safari...
9 * A webserver. 9 * A webserver.
10 * PHP version 5 and beyond. 10 * PHP version 5 and beyond.
11 * the curl extension. 11 * the PHP curl extension.
-   12 * PHP composer.
12   13  
13 -:[ Setup ]:- 14 -:[ Setup ]:-
-   15  
-   16 1.) Run the following command inside the directory:
-   17  
-   18 composer require was/utilities:dev-trunk
-   19  
14   20 in order to install all the requirements.
15 1.) Rename "config.php.dist" to "config.php" and edit "config.php" 21 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
16 to reflect your settings in Corrade.ini 22 to reflect your settings in Corrade.ini
17 2.) Enable the Corrade permissions for your configured group: 23 3.) Enable the Corrade permissions for your configured group:
18 * group 24 * group
19 3.) Place the all the files in a directory on your webserver. 25 4.) Place the all the files in a directory on your webserver.
20 4.) Navigate to massInvites.html in your browser and enjoy. 26 5.) Navigate to massInvites.html in your browser and enjoy.
21   27  
22 -:[ References ]:- 28 -:[ References ]:-
23   29  
24 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade 30 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade
25   31