這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

OpenSimulator Bridge

描述

This plugin is in early days, so you may experience bugs. Please bear with us and report any bugs you come across

Manage an individual OpenSimulator grid through your WordPress system by making use of the xmlrpc Remote Admin interface. Once hooked up, this plugin will link up your WordPress users with their OpenSimulator counterparts, providing a simple user management interface.

This has been tested with OpenSimulator configured to Standalone mode. This uses and requires the following admin commands:

  • admin_create_user
  • admin_update_user

A new user will only be created when the password is regenerated, to allow for the API to set the user password.

常見問題

What OpenSimulator configuration is needed for this plugin?

The Remote Administration interface needs to be enabled, which is an XMLRPC feature that permits commands to be sent to the OpenSimulator grid. This is how we make changes to the grid.

RemoteAdmin – OpenSimulator Wiki

We strongly recommend setting a secret key, to avoid unwanted administration commands being sent to the grid. If you wish to restrict the enabled methods, the plugin description lists the required admin commands to be permitted.

How do I manually hook an account to a user? (advanced)

You can add the following to wp_usermeta table (or more preferably, via wp-cli’s wp user meta control).

  • ‘opensim_avatar_uuid’ (PrincipalID in UserAccounts table).
  • ‘opensim_firstname’ (FirstName in UserAccounts table).
  • ‘opensim_lastname’ (LastName in UserAccounts table).

The OpenSimulator xmlrpc operates predominantly on first and last name, so it’s important that this matches exactly what the configuration is in OpenSimulator.

Source code

The project is currently developed on GitHub. Head on over to our repo to report faults, contribute code or even fork your own version of the plugin.

github.com/soup-bowl/wordpress-opensim-bridge

評價

There are no reviews for this plugin.

貢獻者及開發者

“OpenSimulator Bridge” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 OpenSimulator Bridge 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1.4

  • Updated XMLRPC library due to a security issue.

0.1.3.1

(Re-released as the developer stupidly didn’t actually change the support field, just tested it).

  • Updated dependencies, tested with WordPress 5.9.

0.1.2

  • Updated dependencies, tested with WordPress 5.8.

0.1.1

  • Plugin name change to adhere with WordPress directory guidelines.

0.1

  • Create new OpenSimulator accounts via WordPress admin.
  • Update password of OpenSimulator account with the generated password.
  • Set a restricted last name selection.