OpenSim.VisitorBoard/README.md

26 lines
1.3 KiB
Markdown
Raw Normal View History

2020-11-28 08:23:25 +00:00
This is the source code for the Kubwa visitor board from OpenSim.
I had to turn the service offline due to some... reasons.
2020-11-28 08:43:01 +00:00
**Please note that this version is the newer one**
2020-11-28 08:43:19 +00:00
2020-11-28 08:43:01 +00:00
This version is creating a complete and nice looking image which will be shown on the Boards. It does not offer any metadata to the LSL script. If you want metadata to process it in any other way, you might want to use some parts and classes out of this project for your own projects.
2020-11-28 08:43:52 +00:00
2020-11-28 08:43:19 +00:00
-----
2020-11-28 08:28:04 +00:00
**Requirements:**
2020-11-28 08:23:25 +00:00
* PHP 5.6 (i have not tested it under PHP 7.0 or PHP 8.0
* MySql
* Windows (prefered, i haven't tested it under Linux because i'am Windows user)
2020-11-28 08:29:54 +00:00
-----
2020-11-28 08:30:18 +00:00
* The required MySql database structure can be found in the file **Database.sql**. It also includes some basic datasets that might be required for language detection.
2020-11-28 08:28:04 +00:00
2020-11-28 08:30:18 +00:00
* The file **Boards.iar** includes the visitorboards and their scripts. You can load that iar-file to your inworld inventory trought the region console.
2020-11-28 08:40:09 +00:00
For example: `load iar Firstname Lastname / YourPassword Boards.iar`
2020-11-28 08:28:41 +00:00
2020-11-28 08:30:18 +00:00
* To start, you have to edit the file **Config.php** and insert the MySql user and password.
2020-11-28 08:28:04 +00:00
2020-11-28 08:30:18 +00:00
-----
2020-11-28 08:28:04 +00:00
Thats all i think.
*The entire project is release under the BSD license. Even if not all files including a reference to that license, they are still BSD licensed.*