Home
News
Forum
Wiki
Blog
Contents
Gallery
Movies
Downloads
About NSL
If you want to see English page, please click "English" Button at Left.
[
タイトル一覧
|
ページ一覧
|
新規
|
単語検索
|
最終更新
|
ヘルプ
]
OpenSim/WEB Interface (E)/Common Simple Settings
をテンプレートにして作成
[
トップ
]
[ ]
開始行:
** Common Simple Initial Settings of [[XoopenSim>XoopenSi...
- [[日本語 はここ>http://www.nsl.tuis.ac.jp/xoops/modules...
- Explanatory notes
-- ''XOOPS_URL'' is top site URL of Xoops Cube, and ''MOO...
-- ''CMS_MODULE_PATH'' is directory path that [[XoopenSim...
#br
*** Program for image processing
- It is necessary to specify either of the following prog...
- Perhaps, this function doesn't operate in MS Windows. P...
**** [[Imagick>imagick]] of PHP
- [[Imagick>imagick]] is PHP module for ImageMagick
- When imagick module is not in the package of the distri...
- If you are lucky, it might work at MS Windows.
**** ImageMagick
- It seems that package of ImageMagick exists in most Lin...
- At CentOS, ImageMagick has not the processing function ...
**** JasPer
- JasPer is tool and library for JPEG2000
- The processing function for JPEG2000 of ImageMagick use...
- If ImageMagick has not the processing function for JPEG...
- But, current JasPer has bug about alpha channel of JPEG...
- If you want to process image with alpha channel, you s...
#br
*** Helper URI
- When SL Viwer is used, following URI is specified for '...
-- ex.) for XoopenSim: ''-helperuri XOOPS_URL/modules/xo...
-- ex.) for Modlos: ''-helperuri MOODLE_URL/blocks/modlos...
-- However, if the guest user doesn't have the access per...
- When Hippo Viewer or other 3rd party viewer is used, fo...
-- ex.) for XoopenSim: ''XOOPS_URL/modules/xoopensim/hel...
-- ex.) for Modlos: ''MOODLE_URL/blocks/modlos/helper/''
- In the viewer with the ''Get Grid Info'' function like ...
-- ex.) Robust.ini for XoopenSim
[GridInfoService]
; helper uri: optional: if it exists if will be used ...
; this for all economy related ...
; currently unused
economy = http://www.nsl.tuis.ac.jp/xoops/modules/xoo...
**** added functions by "Helper URL"
- Helper Function of currency:
-- Sales of the object and land with L$0 become possible.
-- ''Banker Avatar is available'' with DTL/NSL Currency S...
- Helper Function of landtool:
-- The land subdividing and integration become possible.
-- The sales setting of land becomes possible.
#br
*** Login Screen
- The ''Login Screen'' function is supported since v1.5.0...
- When SL Viwer is used, following URI is specified for '...
-- ex.) for XoopenSim: ''-helperuri XOOPS_URL/modules/xo...
-- ex.) for Modlos: ''-helperuri MOODLE_URL/blocks/modlos...
-- However, if the guest user doesn't have the access per...
- When Hippo Viewer or other 3rd party viewer is used, fo...
-- ex.) for XoopenSim: ''XOOPS_URL/modules/xoopensim/hel...
-- ex.) for Modlos: ''MOODLE_URL/blocks/modlos/helper/log...
- In the viewer with the ''Get Grid Info'' function like ...
-- ex.) Robust.ini for Modlos
[GridInfoService]
; login page: optional: if it exists it will be used ...
; this as splash page
; currently unused
welcome = http://el.nsl.tuis.ac.jp/moodle/blocks/modl...
- You can edit ''[[Alert Infomation Box>#sfc1c498]]'' at ...
- Login Screen image files are ''login1.jpg - login4.jpg'...
- Logo image file is ''CMS_MODULE_PATH/opensimwiredux/ima...
#br
*** World Map
- Enable Map modules in OpenSim.ini
WorldMapModule = "WorldMap"
MapImageModule = "MapImageModule"
- OpenSim 0.7.x has bug of World Map function. Therefore,...
- If you apply this "OpenSim Patches for 0.7" to 0.7.0.2,...
#br
*** Region Statistics
- When the following settings are specified in OpenSim.in...
- However, if URL is manual input, even the guest user ca...
[WebStats]
enabled=true
#br
*** Flotsam Group Function
- It is possible to use Group Function at OpenSim
- When XoopenSim or Modlos is installed, needed DB is ins...
- You should set OpenSim.ini with same read/write key tha...
- For XoopenSim, if the guest user doesn't have the acces...
#br
**** Settings (0.7)
- ex.) for XoopenSim
[Groups]
Enabled = true
Module = GroupsModule
NoticesEnabled = true
MessagingModule = GroupsMessagingModule
MessagingEnabled = true
ServicesConnectorModule = XmlRpcGroupsServicesConnector
GroupsServerURI = XOOPS_URL/modules/xoopensim/h...
XmlRpcServiceReadKey = "Read Key"
XmlRpcServiceWriteKey = "Write Key"
**** Settings (0.6.x)
- ex.) for XoopenSim
[Groups]
Enabled = true
Module = GroupsModule
DebugEnabled = false
ServicesConnectorModule = XmlRpcGroupsServicesConnector
XmlRpcServiceURL = XOOPS_URL/modules/xoopensim...
XmlRpcServiceReadKey = "Read Key"
XmlRpcServiceWriteKey = "Write Key"
- The Group function of this version is a unverification ...
#br
*** Offline Message and Mute List
- The Offline message and the Mute list function are set ...
- When XoopenSim or Modlos is installed, needed DB is ins...
- When the Mute list function is used, ''NSLModules.Messa...
#br
**** Setting of OpenSim.ini
- When you use NSL Mute list moudle, value of ''MuteListM...
-- for XoopenSim
[Messaging]
InstantMessageModule = InstantMessageModule
MessageTransferModule = MessageTransferModule
OfflineMessageModule = OfflineMessageModule
OfflineMessageURL = XOOPS_URL/modules/xoopensim/helpe...
MuteListModule = NSLMuteListModule
MuteListURL = XOOPS_URL/modules/xoopensim/helper/mute...
**** Recompile of module
- When ''NSLModules.Messaging.MuteListEdit.dll'' is compi...
# cp -Rpd nsl.modules OPENSIM_INSTALL_DIR
# cd OPENSIM_INSTALL_DIR/nsl.modules
# ./build.sh
*** Osprofile Function
- It is necessary to add the module to the region server ...
- Binary of ''OpenSimProfile.Modules.dll'' module exists ...
- When XoopenSim or Modlos is installed, needed DB is ins...
#br
**** Setting of OpenSim.ini
- ''[Profile] section'' is added to OpenSim.ini, and ''Pr...
- Example
[Profile]
; Change it to your own HTTP server to have the Profi...
ProfileURL = http://el.nsl.tuis.ac.jp/moodle/blocks/m...
;ProfileURL = http://www.nsl.tuis.ac.jp/xoops/modules...
**** config-include/Grid.ini
- Change ''[Profile] section'' from BasicProfileModule to...
[Profile]
Module = "OpenProfileModule"
**** Recompile of module
- When ''OpenSimProfile.Modules.dll'' is compiled again, ...
# cp -Rpd osprofile OPENSIM_INSTALL_DIR
# cd OPENSIM_INSTALL_DIR/osprofile
# ./build.sh
**** Attention
- All the profile functions are not able to be used.
#br
*** Ossearch Function
- It is necessary to add the module to the region server ...
- Binary of ''OpenSimSearch.Modules.dll'' module exists i...
- When XoopenSim or Modlos is installed, needed DB is ins...
#br
**** Setting of OpenSim.ini
- [DataSnapshot],[Modules] and [Search] section in OpenSi...
-- ex.) for XoopenSim
[DataSnapshot]
index_sims = true
gridname = "Your Grid Name"
data_services = "XOOPS_URL/modules/xoopensim/helper/r...
[Modules]
LandServices = "RemoteLandServicesConnector"
[Search]
SearchURL = "XOOPS_URL/modules/xoopensim/helper/query...
- After 0.7.1, ''LoandService'' of the [Modules] section...
#br
**** Setting of cron
- It is necessary to execute ''CMS_MODULE_PATH/include/cr...
-- crontab command at Linux/Unix
# crontab -u apache -e
-- Example of setting
*/30 * * * * /usr/local/bin/php /usr/local/apache/htdocs...
- You may call cron.php from an outside machine with ''wg...
-- ex.) for XoopenSim
wget XOOPS_URL/modules/xoopensim/include/cron.php -O /de...
- In the case to use ''Modlos'', when you have regularly ...
#br
**** RemoteLandServicesConnector
- At 0.7, 0.7.0.x, execution of OpenSim.exe will be error...
09:26:23 - [REGIONMODULE]: Adding scene TEST to shared m...
09:26:23 - [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptio...
Exception: System.Exception: No IGridService available. ...
at OpenSim.Region.Framework.Scenes.Scene.get_GridServic...
at OpenSim.Region.CoreModules.ServiceConnectorsOut.Land...
at OpenSim.ApplicationPlugins.RegionModulesController.R...
at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework....
at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework....
at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPl...
at OpenSim.OpenSimBase.StartupSpecific () [0x00000] in ...
at OpenSim.OpenSim.StartupSpecific () [0x00000] in <fil...
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup ...
at OpenSim.Application.Main (System.String[] args) [0x0...
- In this case, please patch to the source code with [[pa...
- If you apply this patch to 0.7.0.2, rej file is created...
- At 0.7.1Dev, becase ''RemoteLandServicesConnector'' is ...
#br
**** Recompile of module
- When ''OpenSimSearch.Modules.dll'' is compiled again, c...
# cp -Rpd ossearch OPENSIM_INSTALL_DIR
# cd OPENSIM_INSTALL_DIR/ossearch
# ./build.sh
**** Attention
- All the search functions are not able to be used.
#br
*** Auto DB Synchronization with OpenSim DB
- It automatically synchronizes with DB of XoopenSim/Modl...
- Synchronization of Avatar
-- If there is data of avatar on the OpenSim side, the da...
-- If there is no data of avatar that corresponds to avat...
#br
*** Chage of Estate (Region) Owner
- When the region name is clicked on the region list scre...
- In the operation of DB, both the region and the estate ...
- It is necessary to reboot the Region server to change e...
#br
*** Change of Voice Chat Mode
- When the region name is clicked on the region list scre...
- Two or more Percel exists in one region, and the voice ...
- The mode displayed on the region information screen is ...
- When the mode of the voice chat is set on the region in...
- It is necessary to reboot the Region server to change e...
- ''[[FreeSwitch>OpenSim/FreeSwitch (E)]]'' is necessary ...
#br
&ref(/XoopenSim (E)/XoopenSim_RegionInfo_e.jpg);
#br
*** Support of StandAlone mode
- You can not use [[XoopenSim>XoopenSim (E)]]/[[Modlos>Mo...
- If you want to execute [[XoopenSim>XoopenSim (E)]]/[[Mo...
- In addition, you must setup ''[GridService] section'' i...
#br
**** [[for 0.7>./StandAlone for 0.7]]
#br
**** for 0.7.1.x and 0.7.2 Dev
- StandaloneCommon.ini
[DatabaseService]
;
; ### Choose the DB
; ; SQLite
;Include-Storage = "config-include/storage/SQLiteStan...
; Uncomment these lines if you want to use mysql stor...
; Change the connection string to your db details
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=op...
; Uncomment this line if you are using MySQL and want...
;EstateConnectionString = "Data Source=localhost;Data...
- And you should change ''[GridService]'' section at ''bi...
- Please enable ''StorageProvider = "OpenSim.Data.MySQL.d...
[GridService]
;; For in-memory region storage (default)
;StorageProvider = "OpenSim.Data.Null.dll:NullRegionD...
;;--- For MySql region storage (alternative)
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegion...
- In addition, please chage [PresenceService]section at '...
- Please add ''StorageProvider = "OpenSim.Data.MySQL.dll:...
[PresenceService]
LocalServiceModule = "OpenSim.Services.PresenceServic...
;;StorageProvider = "OpenSim.Data.Null.dll"
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegion...
*** Money Server
- Money Server and [[XoopenSim>XoopenSim (E)]]/[[Modlos>M...
#br
** Menu for Management
*** Convert DB from 0.6.x to 0.7
**** Convert Sequence from 0.6.x to 0.7
+ Information in the DB of 0.6.7/0.6.8/0.6.9 as much as p...
+ It doesn't copy it when there is already corresponding ...
**** Procedure of Convert
- DB update must be executed after ROBUST server executio...
+ start Robust Server (0.7)
+ stop Robust Server (For safety)
+ execute DB conversion by XoopenSim/Modlos
+ start Robust Server (0.7)
+ start Region Server (0.7)
#br
*** Clear Texture Cache
- The cash of the texture loaded from OpenSim with Xoopen...
#br
*** Clear Login Table
- When the region server or the viewer terminate abnormal...
- The table of the DB that stores log in information on a...
#br
*** Login Screen Management
- You can edit ''Alert Information Box'' in Login Screen.
#br
*** Lastnames Management
- If ''Last Name Activation'' at setting page is checked ...
#br
** Summary of setting files for XoopenSim/Modlos
*** Robust.ini
- for Modlos
[GridInfoService]
login = http://......:8002/
gridname = "Your Grid Name"
economy = MODLOS_URL/blocks/modlos/helper/
welcome = MODLOS_URL/blocks/modlos/helper/loginpage....
*** OpenSim.ini
- for Modlos
[Startup]
WorldMapModule = "WorldMap"
MapImageModule = "MapImageModule"
[Groups]
Enabled = true
Module = GroupsModule
NoticesEnabled = true
MessagingModule = GroupsMessagingModule
MessagingEnabled = true
ServicesConnectorModule = XmlRpcGroupsServicesConnector
GroupsServerURI = MODLOS_URL/blocks/modlos/help...
XmlRpcServiceReadKey = "Read Key"
XmlRpcServiceWriteKey = "Write Key"
[Messaging]
InstantMessageModule = InstantMessageModule
MessageTransferModule = MessageTransferModule
OfflineMessageModule = OfflineMessageModule
OfflineMessageURL = MODLOS_URL/blocks/modlos/helper/o...
MuteListModule = NSLMuteListModule
MuteListURL = MODLOS_URL/blocks/modlos/helper/mute.php
[WebStats]
enabled=true
[DataSnapshot]
index_sims = true
gridname = "Your Grid Name"
data_services = "MODLOS_URL/blocks/modlos/helper/regi...
[Modules]
LandServices = "RemoteLandServicesConnector"
[Profile]
ProfileURL = "MODLOS_URL/blocks/modlos/helper/profile...
[Search]
SearchURL = "MODLOS_URL/blocks/modlos/helper/query.p...
終了行:
** Common Simple Initial Settings of [[XoopenSim>XoopenSi...
- [[日本語 はここ>http://www.nsl.tuis.ac.jp/xoops/modules...
- Explanatory notes
-- ''XOOPS_URL'' is top site URL of Xoops Cube, and ''MOO...
-- ''CMS_MODULE_PATH'' is directory path that [[XoopenSim...
#br
*** Program for image processing
- It is necessary to specify either of the following prog...
- Perhaps, this function doesn't operate in MS Windows. P...
**** [[Imagick>imagick]] of PHP
- [[Imagick>imagick]] is PHP module for ImageMagick
- When imagick module is not in the package of the distri...
- If you are lucky, it might work at MS Windows.
**** ImageMagick
- It seems that package of ImageMagick exists in most Lin...
- At CentOS, ImageMagick has not the processing function ...
**** JasPer
- JasPer is tool and library for JPEG2000
- The processing function for JPEG2000 of ImageMagick use...
- If ImageMagick has not the processing function for JPEG...
- But, current JasPer has bug about alpha channel of JPEG...
- If you want to process image with alpha channel, you s...
#br
*** Helper URI
- When SL Viwer is used, following URI is specified for '...
-- ex.) for XoopenSim: ''-helperuri XOOPS_URL/modules/xo...
-- ex.) for Modlos: ''-helperuri MOODLE_URL/blocks/modlos...
-- However, if the guest user doesn't have the access per...
- When Hippo Viewer or other 3rd party viewer is used, fo...
-- ex.) for XoopenSim: ''XOOPS_URL/modules/xoopensim/hel...
-- ex.) for Modlos: ''MOODLE_URL/blocks/modlos/helper/''
- In the viewer with the ''Get Grid Info'' function like ...
-- ex.) Robust.ini for XoopenSim
[GridInfoService]
; helper uri: optional: if it exists if will be used ...
; this for all economy related ...
; currently unused
economy = http://www.nsl.tuis.ac.jp/xoops/modules/xoo...
**** added functions by "Helper URL"
- Helper Function of currency:
-- Sales of the object and land with L$0 become possible.
-- ''Banker Avatar is available'' with DTL/NSL Currency S...
- Helper Function of landtool:
-- The land subdividing and integration become possible.
-- The sales setting of land becomes possible.
#br
*** Login Screen
- The ''Login Screen'' function is supported since v1.5.0...
- When SL Viwer is used, following URI is specified for '...
-- ex.) for XoopenSim: ''-helperuri XOOPS_URL/modules/xo...
-- ex.) for Modlos: ''-helperuri MOODLE_URL/blocks/modlos...
-- However, if the guest user doesn't have the access per...
- When Hippo Viewer or other 3rd party viewer is used, fo...
-- ex.) for XoopenSim: ''XOOPS_URL/modules/xoopensim/hel...
-- ex.) for Modlos: ''MOODLE_URL/blocks/modlos/helper/log...
- In the viewer with the ''Get Grid Info'' function like ...
-- ex.) Robust.ini for Modlos
[GridInfoService]
; login page: optional: if it exists it will be used ...
; this as splash page
; currently unused
welcome = http://el.nsl.tuis.ac.jp/moodle/blocks/modl...
- You can edit ''[[Alert Infomation Box>#sfc1c498]]'' at ...
- Login Screen image files are ''login1.jpg - login4.jpg'...
- Logo image file is ''CMS_MODULE_PATH/opensimwiredux/ima...
#br
*** World Map
- Enable Map modules in OpenSim.ini
WorldMapModule = "WorldMap"
MapImageModule = "MapImageModule"
- OpenSim 0.7.x has bug of World Map function. Therefore,...
- If you apply this "OpenSim Patches for 0.7" to 0.7.0.2,...
#br
*** Region Statistics
- When the following settings are specified in OpenSim.in...
- However, if URL is manual input, even the guest user ca...
[WebStats]
enabled=true
#br
*** Flotsam Group Function
- It is possible to use Group Function at OpenSim
- When XoopenSim or Modlos is installed, needed DB is ins...
- You should set OpenSim.ini with same read/write key tha...
- For XoopenSim, if the guest user doesn't have the acces...
#br
**** Settings (0.7)
- ex.) for XoopenSim
[Groups]
Enabled = true
Module = GroupsModule
NoticesEnabled = true
MessagingModule = GroupsMessagingModule
MessagingEnabled = true
ServicesConnectorModule = XmlRpcGroupsServicesConnector
GroupsServerURI = XOOPS_URL/modules/xoopensim/h...
XmlRpcServiceReadKey = "Read Key"
XmlRpcServiceWriteKey = "Write Key"
**** Settings (0.6.x)
- ex.) for XoopenSim
[Groups]
Enabled = true
Module = GroupsModule
DebugEnabled = false
ServicesConnectorModule = XmlRpcGroupsServicesConnector
XmlRpcServiceURL = XOOPS_URL/modules/xoopensim...
XmlRpcServiceReadKey = "Read Key"
XmlRpcServiceWriteKey = "Write Key"
- The Group function of this version is a unverification ...
#br
*** Offline Message and Mute List
- The Offline message and the Mute list function are set ...
- When XoopenSim or Modlos is installed, needed DB is ins...
- When the Mute list function is used, ''NSLModules.Messa...
#br
**** Setting of OpenSim.ini
- When you use NSL Mute list moudle, value of ''MuteListM...
-- for XoopenSim
[Messaging]
InstantMessageModule = InstantMessageModule
MessageTransferModule = MessageTransferModule
OfflineMessageModule = OfflineMessageModule
OfflineMessageURL = XOOPS_URL/modules/xoopensim/helpe...
MuteListModule = NSLMuteListModule
MuteListURL = XOOPS_URL/modules/xoopensim/helper/mute...
**** Recompile of module
- When ''NSLModules.Messaging.MuteListEdit.dll'' is compi...
# cp -Rpd nsl.modules OPENSIM_INSTALL_DIR
# cd OPENSIM_INSTALL_DIR/nsl.modules
# ./build.sh
*** Osprofile Function
- It is necessary to add the module to the region server ...
- Binary of ''OpenSimProfile.Modules.dll'' module exists ...
- When XoopenSim or Modlos is installed, needed DB is ins...
#br
**** Setting of OpenSim.ini
- ''[Profile] section'' is added to OpenSim.ini, and ''Pr...
- Example
[Profile]
; Change it to your own HTTP server to have the Profi...
ProfileURL = http://el.nsl.tuis.ac.jp/moodle/blocks/m...
;ProfileURL = http://www.nsl.tuis.ac.jp/xoops/modules...
**** config-include/Grid.ini
- Change ''[Profile] section'' from BasicProfileModule to...
[Profile]
Module = "OpenProfileModule"
**** Recompile of module
- When ''OpenSimProfile.Modules.dll'' is compiled again, ...
# cp -Rpd osprofile OPENSIM_INSTALL_DIR
# cd OPENSIM_INSTALL_DIR/osprofile
# ./build.sh
**** Attention
- All the profile functions are not able to be used.
#br
*** Ossearch Function
- It is necessary to add the module to the region server ...
- Binary of ''OpenSimSearch.Modules.dll'' module exists i...
- When XoopenSim or Modlos is installed, needed DB is ins...
#br
**** Setting of OpenSim.ini
- [DataSnapshot],[Modules] and [Search] section in OpenSi...
-- ex.) for XoopenSim
[DataSnapshot]
index_sims = true
gridname = "Your Grid Name"
data_services = "XOOPS_URL/modules/xoopensim/helper/r...
[Modules]
LandServices = "RemoteLandServicesConnector"
[Search]
SearchURL = "XOOPS_URL/modules/xoopensim/helper/query...
- After 0.7.1, ''LoandService'' of the [Modules] section...
#br
**** Setting of cron
- It is necessary to execute ''CMS_MODULE_PATH/include/cr...
-- crontab command at Linux/Unix
# crontab -u apache -e
-- Example of setting
*/30 * * * * /usr/local/bin/php /usr/local/apache/htdocs...
- You may call cron.php from an outside machine with ''wg...
-- ex.) for XoopenSim
wget XOOPS_URL/modules/xoopensim/include/cron.php -O /de...
- In the case to use ''Modlos'', when you have regularly ...
#br
**** RemoteLandServicesConnector
- At 0.7, 0.7.0.x, execution of OpenSim.exe will be error...
09:26:23 - [REGIONMODULE]: Adding scene TEST to shared m...
09:26:23 - [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptio...
Exception: System.Exception: No IGridService available. ...
at OpenSim.Region.Framework.Scenes.Scene.get_GridServic...
at OpenSim.Region.CoreModules.ServiceConnectorsOut.Land...
at OpenSim.ApplicationPlugins.RegionModulesController.R...
at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework....
at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework....
at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPl...
at OpenSim.OpenSimBase.StartupSpecific () [0x00000] in ...
at OpenSim.OpenSim.StartupSpecific () [0x00000] in <fil...
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup ...
at OpenSim.Application.Main (System.String[] args) [0x0...
- In this case, please patch to the source code with [[pa...
- If you apply this patch to 0.7.0.2, rej file is created...
- At 0.7.1Dev, becase ''RemoteLandServicesConnector'' is ...
#br
**** Recompile of module
- When ''OpenSimSearch.Modules.dll'' is compiled again, c...
# cp -Rpd ossearch OPENSIM_INSTALL_DIR
# cd OPENSIM_INSTALL_DIR/ossearch
# ./build.sh
**** Attention
- All the search functions are not able to be used.
#br
*** Auto DB Synchronization with OpenSim DB
- It automatically synchronizes with DB of XoopenSim/Modl...
- Synchronization of Avatar
-- If there is data of avatar on the OpenSim side, the da...
-- If there is no data of avatar that corresponds to avat...
#br
*** Chage of Estate (Region) Owner
- When the region name is clicked on the region list scre...
- In the operation of DB, both the region and the estate ...
- It is necessary to reboot the Region server to change e...
#br
*** Change of Voice Chat Mode
- When the region name is clicked on the region list scre...
- Two or more Percel exists in one region, and the voice ...
- The mode displayed on the region information screen is ...
- When the mode of the voice chat is set on the region in...
- It is necessary to reboot the Region server to change e...
- ''[[FreeSwitch>OpenSim/FreeSwitch (E)]]'' is necessary ...
#br
&ref(/XoopenSim (E)/XoopenSim_RegionInfo_e.jpg);
#br
*** Support of StandAlone mode
- You can not use [[XoopenSim>XoopenSim (E)]]/[[Modlos>Mo...
- If you want to execute [[XoopenSim>XoopenSim (E)]]/[[Mo...
- In addition, you must setup ''[GridService] section'' i...
#br
**** [[for 0.7>./StandAlone for 0.7]]
#br
**** for 0.7.1.x and 0.7.2 Dev
- StandaloneCommon.ini
[DatabaseService]
;
; ### Choose the DB
; ; SQLite
;Include-Storage = "config-include/storage/SQLiteStan...
; Uncomment these lines if you want to use mysql stor...
; Change the connection string to your db details
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=op...
; Uncomment this line if you are using MySQL and want...
;EstateConnectionString = "Data Source=localhost;Data...
- And you should change ''[GridService]'' section at ''bi...
- Please enable ''StorageProvider = "OpenSim.Data.MySQL.d...
[GridService]
;; For in-memory region storage (default)
;StorageProvider = "OpenSim.Data.Null.dll:NullRegionD...
;;--- For MySql region storage (alternative)
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegion...
- In addition, please chage [PresenceService]section at '...
- Please add ''StorageProvider = "OpenSim.Data.MySQL.dll:...
[PresenceService]
LocalServiceModule = "OpenSim.Services.PresenceServic...
;;StorageProvider = "OpenSim.Data.Null.dll"
StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegion...
*** Money Server
- Money Server and [[XoopenSim>XoopenSim (E)]]/[[Modlos>M...
#br
** Menu for Management
*** Convert DB from 0.6.x to 0.7
**** Convert Sequence from 0.6.x to 0.7
+ Information in the DB of 0.6.7/0.6.8/0.6.9 as much as p...
+ It doesn't copy it when there is already corresponding ...
**** Procedure of Convert
- DB update must be executed after ROBUST server executio...
+ start Robust Server (0.7)
+ stop Robust Server (For safety)
+ execute DB conversion by XoopenSim/Modlos
+ start Robust Server (0.7)
+ start Region Server (0.7)
#br
*** Clear Texture Cache
- The cash of the texture loaded from OpenSim with Xoopen...
#br
*** Clear Login Table
- When the region server or the viewer terminate abnormal...
- The table of the DB that stores log in information on a...
#br
*** Login Screen Management
- You can edit ''Alert Information Box'' in Login Screen.
#br
*** Lastnames Management
- If ''Last Name Activation'' at setting page is checked ...
#br
** Summary of setting files for XoopenSim/Modlos
*** Robust.ini
- for Modlos
[GridInfoService]
login = http://......:8002/
gridname = "Your Grid Name"
economy = MODLOS_URL/blocks/modlos/helper/
welcome = MODLOS_URL/blocks/modlos/helper/loginpage....
*** OpenSim.ini
- for Modlos
[Startup]
WorldMapModule = "WorldMap"
MapImageModule = "MapImageModule"
[Groups]
Enabled = true
Module = GroupsModule
NoticesEnabled = true
MessagingModule = GroupsMessagingModule
MessagingEnabled = true
ServicesConnectorModule = XmlRpcGroupsServicesConnector
GroupsServerURI = MODLOS_URL/blocks/modlos/help...
XmlRpcServiceReadKey = "Read Key"
XmlRpcServiceWriteKey = "Write Key"
[Messaging]
InstantMessageModule = InstantMessageModule
MessageTransferModule = MessageTransferModule
OfflineMessageModule = OfflineMessageModule
OfflineMessageURL = MODLOS_URL/blocks/modlos/helper/o...
MuteListModule = NSLMuteListModule
MuteListURL = MODLOS_URL/blocks/modlos/helper/mute.php
[WebStats]
enabled=true
[DataSnapshot]
index_sims = true
gridname = "Your Grid Name"
data_services = "MODLOS_URL/blocks/modlos/helper/regi...
[Modules]
LandServices = "RemoteLandServicesConnector"
[Profile]
ProfileURL = "MODLOS_URL/blocks/modlos/helper/profile...
[Search]
SearchURL = "MODLOS_URL/blocks/modlos/helper/query.p...
ページ名:
サイト内 検索
高度な検索
ログイン
ユーザー名:
パスワード:
パスワード紛失
新規登録
サブ メニュー
新着情報
Books
リンク
サイトマップ
e-Learning
TUIS 認証局証明書
ミニカレンダー
2025年 3月
日
月
火
水
木
金
土
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<今日>
オンライン状況
122 人のユーザが現在オンラインです。 (7 人のユーザが xpwiki を参照しています。)
登録ユーザ: 0
ゲスト: 122
もっと...
アクセスカウンタ
今日 :
昨日 :
総計 :
Powered by XOOPS Cube 2.1© 2001-2006
XOOPS Cube Project
Design by
XoopsDesign.com