Das heißt eigentlich helper,habe ich mal gefunden.
Hier mal die mit gelieferte Anleitung: Englisch/Deutsch
opensimulator-helper
====================
Very small repository for containing PHP helper code necessary for some transactions involving an economy (e.g. selling land even for $0)
Code originally comes from Melanie Theilker and Teravus Ovares with some cleanup by BlueWall. Originating version was the opensim-wi
project (
http://forge.opensimulator.org/gf/project/opensimwi/)
I will maintain this code but have no current plans to extend it (i.e. I won't develop it into a proper economy module unless someone heavily incentivises it
However, patches are welcome.
Background
==========
In the Second Life system (and hence in OpenSimulator), land sales, even for $0, require the viewer to directly interact with a set of
XMLRPC functions. The landtool.php in this repository supplies a minimum version of these functions, so that sales can be made for $0. Sales
for any other amount will probably also work but no actual money transactions will occur (i.e. the sales will still be for free).
Instructions
============
1) Configure landtool.php with a mysql user that can access your OpenSimulator ROBUST databases. This is required so that the code can
authenticate that requests are coming from valid logged in users.
2) Place landtool.php in a place where it can be accessed via a web-server.
You will also need PHP to be active with the xmlrpc extension (in Ubuntu this is the package named php5-xmlrpc).
3) Edit the economy parameter in the [GridInfo] section in your bin/Robust.ini OpenSimulator file (or Robust.HG.ini if appropriate) so that it is set
to the webfolder containing landtool.php. For instance, if landtool.php is accessible via the URL
http://example.com/landtool.php, then you will need to configure
[GridInfo]
economy =
http://example.com/
Since the viewer is contacting this URL directly, it must be accessible to anybody who logs in to your grid.
4) Restart the ROBUST instance hosting the login service. Users that have previously logged in to your grid with a viewer that records grid URLs
may need to refresh this information.
A user should now be able to buy land. Please note that on some viewers (e.g. Singularity 1.8.3) you may need to enable the admin menu
(shortcut ctrl+alt+v) before you can buy land, even though you do not need to have admin status. This may be a viewer bug or OpenSimulator is
not currently supplying the correct information to enable land sales properly.
Deutsch :
Opensimulator-helfer
======================
Sehr kleines Repository für die Verwendung von PHP-Helper-Code notwendig für einige Transaktionen mit einer Wirtschaft (z. B. Verkauf von Land sogar für $ 0)
Code kommt ursprünglich von Melanie Theilker und Teravus Ovares mit etwas Aufräumen von BlueWall. Ursprüngliche Version war die opensim-wi
Projekt (
http://forge.opensimulator.org/gf/project/opensimwi/)
Ich werde diesen Code beibehalten, aber ich habe keine aktuellen Pläne, es zu verlängern (d.h. ich werde es nicht zu einem ordnungsgemäßen Economy-Modul entwickeln, es sei denn, dass jemand es stark angreift
Allerdings sind Patches willkommen.
Hintergrund
==========
In der Second Life-System (und damit in OpenSimulator), Land Verkauf, auch für $ 0, erfordern die Zuschauer, um direkt mit einem Satz von
XMLRPC-Funktionen. Die Landtool.php in diesem Repository liefert eine minimale Version dieser Funktionen, so dass Verkäufe für $ 0 gemacht werden können. Der Umsatz
Für jede andere Menge wird wahrscheinlich auch funktionieren, aber keine tatsächlichen Geldtransaktionen auftreten (d. H. Der Verkauf wird noch kostenlos sein).
Anleitung
============
1) Konfiguriere landtool.php mit einem mysql-Benutzer, der auf deine OpenSimulator ROBUST Datenbanken zugreifen kann. Dies ist erforderlich, damit der Code kann
Authentifizieren, dass Anfragen von gültigen angemeldeten Benutzern kommen.
2) Platzieren Sie landtool.php an einem Ort, an dem es über einen Web-Server erreichbar ist.
Du brauchst auch PHP, um mit der xmlrpc-Erweiterung aktiv zu sein (in Ubuntu ist dies das Paket namens php5-xmlrpc).
3) Bearbeiten Sie den Economy-Parameter im Abschnitt [GridInfo] in Ihrer bin / Robust.ini OpenSimulator-Datei (bzw. Robust.HG.ini), so dass er gesetzt ist
Zum webfolder mit landtool.php. Zum Beispiel, wenn landtool.php über die URL
http://example.com/landtool.php zugänglich ist, dann müssen Sie konfigurieren
[GridInfo]
Economy =
http://example.com/
Da der Betrachter diese URL direkt kontaktiert, muss er für jedermann zugänglich sein, der sich in Ihrem Raster anmeldet.
4) Starten Sie die ROBUST-Instanz, die den Login-Dienst hostet, neu. Benutzer, die sich zuvor in Ihrem Raster angemeldet haben, mit einem Viewer, der Raster-URLs aufzeichnet
Muss diese Informationen aktualisieren.
Ein Benutzer sollte nun in der Lage sein, Land zu kaufen. Bitte beachten Sie, dass Sie bei einigen Zuschauern (z. B. Singularity 1.8.3) das Admin-Menü aktivieren müssen
(Shortcut ctrl + alt + v) bevor du Land kaufen kannst, auch wenn du keinen Administratorstatus hast. Dies kann ein Viewer Bug oder OpenSimulator ist
Ich verstelle derzeit nicht die korrekte Information, um den Grundstücksverkauf richtig zu ermöglichen.