corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 71  →  ?path2? @ 72
File deleted

Property changes:

Deleted: svn:executable
-*
\ No newline at end of property

/inventoryBrowser/functions.php
/inventoryBrowser/README.txt
@@ -11,16 +11,24 @@
* A modern browser: Chome, Opera, Firefox, Safari...
* A webserver.
* PHP version 5 and beyond.
* the curl extension.
* the PHP curl extension.
* PHP composer.
 
-:[ 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:
1.) Run the following command inside the directory:
 
composer require was/utilities:dev-trunk
 
in order to install all the requirements.
2.) Rename "config.php.dist" to "config.php" and edit "config.php"
to reflect your Corrade settings.
3.) Enable the Corrade permissions for your configured group:
 
* inventory
3.) Place the all the files in a directory on your webserver.
4.) Navigate to inventoryBrowser.html in your browser and enjoy.
4.) Place the all the files in a directory on your webserver.
5.) Navigate to inventoryBrowser.html in your browser and enjoy.
 
-:[ References ]:-
 
/inventoryBrowser/composer.json
@@ -0,0 +1,9 @@
{
"repositories": [{
"type": "composer",
"url": "https://satis.grimore.org"
}],
"require": {
"was/utilities": "dev-trunk"
}
}
/inventoryBrowser/composer.lock
@@ -0,0 +1,42 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "88cc596af12877df24911e220bc2ae74",
"packages": [
{
"name": "was/utilities",
"version": "dev-trunk",
"source": {
"type": "svn",
"url": "https://svn.grimore.org/was.php",
"reference": "/trunk/@11"
},
"type": "library",
"license": [
"GNU GPLv3"
],
"authors": [
{
"name": "Wizardry and Steamworks",
"email": "office@grimore.org"
}
],
"description": "Wizardry and Steamworks Utilities and Tools",
"time": "2022-03-11T21:35:58+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"was/utilities": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}
/inventoryBrowser/downloadNotecard.php
@@ -16,7 +16,7 @@
###########################################################################
 
require_once('config.php');
require_once('functions.php');
require_once('vendor/was/utilities/src/formats/kvp/kvp.php');
 
###########################################################################
## INTERNALS ##
/inventoryBrowser/downloadSound.php
@@ -16,7 +16,8 @@
###########################################################################
 
require_once('config.php');
require_once('functions.php');
require_once('vendor/was/utilities/src/formats/kvp/kvp.php');
require_once('vendor/was/utilities/src/collections/arrays/arrays.php');
 
###########################################################################
## INTERNALS ##
/inventoryBrowser/downloadTexture.php
@@ -16,7 +16,8 @@
###########################################################################
 
require_once('config.php');
require_once('functions.php');
require_once('vendor/was/utilities/src/formats/kvp/kvp.php');
require_once('vendor/was/utilities/src/collections/arrays/arrays.php');
 
###########################################################################
## INTERNALS ##
/inventoryBrowser/getInventoryData.php
@@ -17,7 +17,9 @@
###########################################################################
 
require_once('config.php');
require_once('functions.php');
require_once('vendor/was/utilities/src/formats/kvp/kvp.php');
require_once('vendor/was/utilities/src/collections/arrays/arrays.php');
require_once('vendor/was/utilities/src/formats/csv/csv.php');
 
###########################################################################
## INTERNALS ##
/inventoryBrowser/getInventoryNode.php
@@ -16,7 +16,8 @@
###########################################################################
 
require_once('config.php');
require_once('functions.php');
require_once('vendor/was/utilities/src/formats/kvp/kvp.php');
require_once('vendor/was/utilities/src/collections/arrays/arrays.php');
 
###########################################################################
## INTERNALS ##
/inventoryBrowser/giveInventoryItem.php
@@ -20,7 +20,7 @@
###########################################################################
 
require_once('config.php');
require_once('functions.php');
require_once('vendor/was/utilities/src/formats/kvp/kvp.php');
 
###########################################################################
## INTERNALS ##
/inventoryBrowser/moveInventoryItem.php
@@ -12,7 +12,9 @@
###########################################################################
 
require_once('config.php');
require_once('functions.php');
require_once('vendor/was/utilities/src/formats/kvp/kvp.php');
require_once('vendor/was/utilities/src/collections/arrays/arrays.php');
require_once('vendor/was/utilities/src/formats/csv/csv.php');
 
###########################################################################
## INTERNALS ##