HealthLinks is your destination for reliable, understandable, and credible health information and expert advice that always keeps why you came to us in mind.

How to Install Currency Into OpenSim

104 39
    • 1). Navigate to “wamp\bin\apache\apache2.2.8\bin\” in the WAMP server installation. Locate and open “php.ini” in a text editor. Make sure the “short_open_tag” and “asp_tags” attributes are set to “On.” Remove the comment tags from the “extension=php_curl.dll” and “extension=php_xmlrpc.dll” attributes. Save the file when finished.

    • 2). Open your Web browser and log into the OpenSimulator Web interface. Select "Create Account" and create a new user named “Banker Avatar." Click “Manage Users” on the main menu and select “Edit” beside the new avatar. Copy the unique user identifier (UUID) displayed on screen.

    • 3). Return to the WAMP server directory on your server and navigate to “wamp\www\settings\.” Open “config.php” in a text editor. Navigate to the “Money Settings” section within the file and enter “$economy_sink_account="[UUID]";” and “$economy_source_account="[UUID]";” into the file. Save the file when finished.

    • 4). Open the “opensim.ini” file located in the same directory as “config.php.” Navigate to the “Economy” section within the file. Set the hostname and path of the “currency.php” file to “http://server.example.org/currency.php.” Set the hostname and path of the “landtool.php” file to “http://server.example.org/landtool.php.”

    • 5). Enter the UUID next to the “EconomyBaseAccount” attribute. Navigate to the “GridInfo” section and set the helper URI setting to “economy = http://server.example.org/.” Save the file when finished.

    • 6). Open the “wi_economy_money” table in the MySQL console within WAMP and change the “CentsPerMoneyUnit” value to the desired value. The default value of this attribute is set to “1.”

    • 7). Right-click the “SL Viewer” icon on your desktop, and then select “Properties.” Select the “Shortcut” tab and add the following information at the end of “C:\Program Files\SecondLife\SecondLife.exe” as one single line:

      -set SystemLanguage en-us -multiple -loginuri http://server.example.org:8002 -loginpage http://server.example.org /loginscreen.php -helperuri http://server.example.org/”

    • 8). Set the following parameters for your grid in “Hippo Viewer”:

      Login URI: http://server.example.org:8002
      Platform: Opensim
      Grid Nickname: [nickname]
      Grid Name: [name]
      Login Page: http://server.example.org/loginscreen.php
      Helper URI: http://server.example.org/
      Web Site: http://server.example.org/about

    • 9). Shut down and restart OpenSim, the WAMP server and all WAMP services to enable the currency module.

Source...

Leave A Reply

Your email address will not be published.