Menu

Home

weigo

Installation

Requirements

The web server must have PHP version >= 5.3. (not 100% sure). The server should be able to send mails as the scripts use PHP's "mail" function.

Download

Download and extract the web site package. Copy the PHP scripts to the corresponding location at your web server. Navigate to that web site, you should be able to see the home page.
Get the latest package from here: http://sourceforge.net/projects/tripleagamesite/files/TripleAGameSite_v0_2.zip/download

NOTE: The latest version does not work with the TripleA client yet.

NOTE: The previous version (v0_1) can be used to play around a bit with the current TripleA client integration.

Configuration

As long as you did not initialize your web site, a small link ('initialize') will appear in the top left corner. Click it to set the basic settings for your web site.
You can later adjust most of the settings in the 'settings.php' in the root directory. The settings should be well commented in that file.
If you forgot the passcode/ID of the 'Administrator' account, you can have a look at the 'users.json' file in the 'protected' directory.

Web Site Usage

TODO

User IDs

A User ID is the login name and password rolled into one. The user data is therefore limited to the ID, the display name and the email address. The ID is generated once for the user and sent to his email address during registration. It is then used to identify and authorize the user. The user should therefore never share his ID to untrusted people.
Currently, functionality for regenerating IDs is not implemented.

Developer API

The page [Developer API] describes what HTTP methods are available for integrating the web site into the TripleA client or other software/services.

Project Members:


Related

Wiki: Developer API