Roster:Requirements
From WoWRosterWiKi
(Difference between revisions)
(New page: {{RosterMenu}} ==Required== * A web server supporting [http://www.php.NET PHP] (Apache or IIS recommended) * PHP 4.3.x or higher (PHP 5.x is recommended) with "safe_mode" turned OFF if pos...) |
|||
Line 1: | Line 1: | ||
{{RosterMenu}} | {{RosterMenu}} | ||
+ | |||
==Required== | ==Required== | ||
* A web server supporting [http://www.php.NET PHP] (Apache or IIS recommended) | * A web server supporting [http://www.php.NET PHP] (Apache or IIS recommended) | ||
Line 8: | Line 9: | ||
* A MySQL username and password with permission to create, insert, and otherwise modify tables in a particular database | * A MySQL username and password with permission to create, insert, and otherwise modify tables in a particular database | ||
− | == | + | ==Optional Features Requirements== |
* GD2 (2.0.28 or higher) with PNG and FreeType support is required for image rendering components and addons (Such as realmstatus or [[Roster:Addon:SigGen|SigGen]]) | * GD2 (2.0.28 or higher) with PNG and FreeType support is required for image rendering components and addons (Such as realmstatus or [[Roster:Addon:SigGen|SigGen]]) | ||
Line 15: | Line 16: | ||
* [[UniUploader]] | * [[UniUploader]] | ||
*: Out of game tool to automate and streamline the uploading of data to the roster | *: Out of game tool to automate and streamline the uploading of data to the roster | ||
+ | * [[jUniUploader]] | ||
+ | *: Java version of UniUploader | ||
* [[UniAdmin]] | * [[UniAdmin]] | ||
*: Web-based tool to automate and manage UniUploader's settings and logos and distribute addons | *: Web-based tool to automate and manage UniUploader's settings and logos and distribute addons | ||
{{Disclaimer}} | {{Disclaimer}} |
Revision as of 06:15, 10 May 2007
Required
- A web server supporting PHP (Apache or IIS recommended)
- PHP 4.3.x or higher (PHP 5.x is recommended) with "safe_mode" turned OFF if possible
- register_globals MUST be turned off
- PHP running in CGI mode is NOT supported
- MySQL 4.1.x or higher
- A MySQL username and password with permission to create, insert, and otherwise modify tables in a particular database
Optional Features Requirements
- GD2 (2.0.28 or higher) with PNG and FreeType support is required for image rendering components and addons (Such as realmstatus or SigGen)
Recommended Optional Components
- UniUploader
- Out of game tool to automate and streamline the uploading of data to the roster
- jUniUploader
- Java version of UniUploader
- UniAdmin
- Web-based tool to automate and manage UniUploader's settings and logos and distribute addons
Important note: When you edit this page, you agree to release your contribution into the public domain. |