Webinterface
From OpenSimulator
(Difference between revisions)
CodyCooper (Talk | contribs) (→PHP) |
CodyCooper (Talk | contribs) (→PHP) |
||
Line 24: | Line 24: | ||
| A scalable, extensible, light-weight, open source persistence layer for MMOs and virtual worlds, written in PHP. | | A scalable, extensible, light-weight, open source persistence layer for MMOs and virtual worlds, written in PHP. | ||
| [http://code.google.com/p/openmetaverse/wiki/SimianGrid Source Code] | | [http://code.google.com/p/openmetaverse/wiki/SimianGrid Source Code] | ||
+ | |- | ||
+ | | unga | ||
+ | | ? | ||
+ | | Both an UGAIM (User, Grid, Assets, Inventory, Messaging) server system and a backend for configuring that servers. Also, its modular architecture allows to create (or plug) specialized modules created in standard PHP. | ||
+ | | [http://sourceforge.net/apps/trac/unga/wiki/WikiStart Source Code] | ||
+ | |- | ||
+ | | jOpenSim | ||
+ | | ? | ||
+ | | Joomla! component for interacting with an OpenSimulator server and 2 modules (grid status and friends online) and a plugin (jOpenSimRegister). The component is developed and designed with opensimulator starting from V 0.7.3.1 running in grid or standalone mode with MySQL as storage engine. | ||
+ | | [https://www.jopensim.com Website] | ||
+ | |- | ||
+ | | OSMW | ||
+ | | '''''No License( Be wary of Using)''''' | ||
+ | | A OpenSim Web Manager in PHP | ||
+ | | [https://github.com/Nino85Whitman/ Source Code] | ||
|- | |- | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
=== Optional modules === | === Optional modules === | ||
Revision as of 10:08, 12 March 2019
Languages: |
English Français |
*** THIS ARTICLE IS ABOUT THIRD PARTY SOFTWARE *** Although OpenSimulator encourages the development of third party software for OpenSimulator, no support can be provided on this. For help with this software, contact the developer of this software directly.Please do not contact the OpenSimulator team with questions about this software. |
MySQL This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used. See also MySQL: choosing an API guide and related FAQ for more information. Alternatives to this function include: mysqli_connect(), PDO::__construct() |
Addon Modules
- Wifi - A Simple Account Management Front-end
PHP
Name | License | Description | Link |
---|---|---|---|
Modlos | GPLv3 | Web Interface for Moodle. This software is sister application of XoopenSim. Modlos has same functions with XoopenSim and supports cooperation with Sloodle | Website |
SimianGrid | ? | A scalable, extensible, light-weight, open source persistence layer for MMOs and virtual worlds, written in PHP. | Source Code |
unga | ? | Both an UGAIM (User, Grid, Assets, Inventory, Messaging) server system and a backend for configuring that servers. Also, its modular architecture allows to create (or plug) specialized modules created in standard PHP. | Source Code |
jOpenSim | ? | Joomla! component for interacting with an OpenSimulator server and 2 modules (grid status and friends online) and a plugin (jOpenSimRegister). The component is developed and designed with opensimulator starting from V 0.7.3.1 running in grid or standalone mode with MySQL as storage engine. | Website |
OSMW | No License( Be wary of Using) | A OpenSim Web Manager in PHP | Source Code |
Optional modules
- XmlRpcGroups - A set of xmlrpc methods to manage groups in opensim. See this page for how to configure it.
Python
- HWIOS - Websocket CMS with experimental OpenSimulator support. HWIOS includes OpenSimulator user management, region management with interactive scalable maps, distributed service management(start/stop/kill service + remote websocket consoles), IAR/OAR sharing through teknon webdav shares, websocket chat, a realtime distributed wiki(hyki) and a simple collaborative drawing application. HWIOS is currently compatible with OpenSimulator 0.7.1 and webkit browsers(Chrome/Chromium 8+, Safari and FF4 to some degree). For more information, check out the HWIOS Blog
- Teknon - A Twisted TCP daemon, capable of communicating over a persistent connection between local services and HWIOS websockets through subprocess pipes. HWIOS uses teknon for distributed service management and remote consoles.
Name | License | Description | Link |
---|---|---|---|
Example Software | MIT | It does some supposedly useful shit | Source Code |