[GridInfoService] ; helper uri: optional: if it exists if will be used to tell the client to use ; this for all economy related things ; currently unused economy = http://www.nsl.tuis.ac.jp/xoops/modules/xoopensim/helper/
[GridInfoService] ; login page: optional: if it exists it will be used to tell the client to use ; this as splash page ; currently unused welcome = http://el.nsl.tuis.ac.jp/moodle/blocks/modlos/helper/loginpage.php
WorldMapModule = "WorldMap" MapImageModule = "MapImageModule"
[WebStats] enabled=true
[Groups] Enabled = true Module = GroupsModule NoticesEnabled = true MessagingModule = GroupsMessagingModule MessagingEnabled = true ServicesConnectorModule = XmlRpcGroupsServicesConnector GroupsServerURI = XOOPS_URL/modules/xoopensim/helper/xmlgroups.php XmlRpcServiceReadKey = "Read Key" XmlRpcServiceWriteKey = "Write Key"
[Groups] Enabled = true Module = GroupsModule DebugEnabled = false ServicesConnectorModule = XmlRpcGroupsServicesConnector XmlRpcServiceURL = XOOPS_URL/modules/xoopensim/helper/xmlgroups.php XmlRpcServiceReadKey = "Read Key" XmlRpcServiceWriteKey = "Write Key"
[Messaging] InstantMessageModule = InstantMessageModule MessageTransferModule = MessageTransferModule OfflineMessageModule = OfflineMessageModule OfflineMessageURL = XOOPS_URL/modules/xoopensim/helper/offline.php MuteListModule = NSLMuteListModule MuteListURL = XOOPS_URL/modules/xoopensim/helper/mute.php
# cp -Rpd nsl.modules OPENSIM_INSTALL_DIR # cd OPENSIM_INSTALL_DIR/nsl.modules # ./build.sh
[Profile] ; Change it to your own HTTP server to have the Profile server work ProfileURL = http://el.nsl.tuis.ac.jp/moodle/blocks/modlos/helper/profile.php ;ProfileURL = http://www.nsl.tuis.ac.jp/xoops/modules/xoopensim/helper/profile.php
[Profile] Module = "OpenProfileModule"
# cp -Rpd osprofile OPENSIM_INSTALL_DIR # cd OPENSIM_INSTALL_DIR/osprofile # ./build.sh
[DataSnapshot] index_sims = true gridname = "Your Grid Name" data_services = "XOOPS_URL/modules/xoopensim/helper/register.php" [Modules] LandServices = "RemoteLandServicesConnector" [Search] SearchURL = "XOOPS_URL/modules/xoopensim/helper/query.php"
# crontab -u apache -e
*/30 * * * * /usr/local/bin/php /usr/local/apache/htdocs/xoops/modules/xoopensim/include/cron.php 1> /dev/null 2>&1
wget XOOPS_URL/modules/xoopensim/include/cron.php -O /dev/null 1> /dev/null 2>&1
09:26:23 - [REGIONMODULE]: Adding scene TEST to shared module RemoteLandServicesConnector 09:26:23 - [APPLICATION]: APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs Exception: System.Exception: No IGridService available. This could happen if the config_include folder doesn't exist or if the OpenSim.ini [Architecture] section isn't set. Please also check that you have the correct version of your inventory service dll. Sometimes old versions of this dll will still exist. Do a clean checkout and re-create the opensim.ini from the opensim.ini.example. at OpenSim.Region.Framework.Scenes.Scene.get_GridService () [0x00000] in <filename unknown>:0 at OpenSim.Region.CoreModules.ServiceConnectorsOut.Land.RemoteLandServicesConnector.AddRegion (OpenSim.Region.Framework.Scenes.Scene scene) [0x00000] in <filename unknown>:0 at OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.AddRegionToModules (OpenSim.Region.Framework.Scenes.Scene scene) [0x00000] in <filename unknown>:0 at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, Boolean do_post_init, IScene& mscene) [0x00000] in <filename unknown>:0 at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, IScene& scene) [0x00000] in <filename unknown>:0 at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin.PostInitialise () [0x00000] in <filename unknown>:0 at OpenSim.OpenSimBase.StartupSpecific () [0x00000] in <filename unknown>:0 at OpenSim.OpenSim.StartupSpecific () [0x00000] in <filename unknown>:0 at OpenSim.Framework.Servers.BaseOpenSimServer.Startup () [0x00000] in <filename unknown>:0 at OpenSim.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0
# cp -Rpd ossearch OPENSIM_INSTALL_DIR # cd OPENSIM_INSTALL_DIR/ossearch # ./build.sh
&ref(): File not found: "XoopenSim_RegionInfo_e.jpg" at page "XoopenSim (E)";
[DatabaseService] ; ; ### Choose the DB ; ; SQLite ;Include-Storage = "config-include/storage/SQLiteStandalone.ini"; ; MySql ; Uncomment these lines if you want to use mysql storage ; Change the connection string to your db details StorageProvider = "OpenSim.Data.MySQL.dll" ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" ; Uncomment this line if you are using MySQL and want to use a different database for estates ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
[GridService] ;; For in-memory region storage (default) ;StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" ;;--- For MySql region storage (alternative) StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
[PresenceService] LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" ;;StorageProvider = "OpenSim.Data.Null.dll" StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
[GridInfoService] login = http://......:8002/ gridname = "Your Grid Name" economy = MODLOS_URL/blocks/modlos/helper/ welcome = MODLOS_URL/blocks/modlos/helper/loginpage.php
[Startup] WorldMapModule = "WorldMap" MapImageModule = "MapImageModule" [Groups] Enabled = true Module = GroupsModule NoticesEnabled = true MessagingModule = GroupsMessagingModule MessagingEnabled = true ServicesConnectorModule = XmlRpcGroupsServicesConnector GroupsServerURI = MODLOS_URL/blocks/modlos/helper/xmlgroups.php XmlRpcServiceReadKey = "Read Key" XmlRpcServiceWriteKey = "Write Key" [Messaging] InstantMessageModule = InstantMessageModule MessageTransferModule = MessageTransferModule OfflineMessageModule = OfflineMessageModule OfflineMessageURL = MODLOS_URL/blocks/modlos/helper/offline.php 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/register.php" [Modules] LandServices = "RemoteLandServicesConnector" [Profile] ProfileURL = "MODLOS_URL/blocks/modlos/helper/profile.php" [Search] SearchURL = "MODLOS_URL/blocks/modlos/helper/query.php"