diva / diva-distribution

OpenSim + addons. This is the content that gets distributed in the d2 project.
52 stars 36 forks source link

Wifi for opensim 0.7.1.1 standalone #20

Closed johnfelipe closed 11 years ago

johnfelipe commented 13 years ago

Hi all,

I have Diva.Modules.dll, and all .dll, and:

[opensim@cc bin]$ cat OpenSim.ini [Startup] [SMTP] [Network] shard = "OpenSim" [ClientStack.LindenUDP] [Chat] [Messaging] [ODEPhysicsSettings] [RemoteAdmin] [Wind] [LightShare] [DataSnapshot] [Economy] [XEngine] OSFunctionThreatLevel = VeryLow [MRM] [FreeSwitchVoice] [FreeswitchService] [Groups] [InterestManagement] [MediaOnAPrim] [Architecture] Include-Architecture = "config-include/Standalone.ini"

[opensim@cc config-include]$ cat StandaloneCommon.ini [DatabaseService] StorageProvider = "Diva.Data.MySQL.dll" ConnectionString = "Data Source=localhost;Database=opensim;User ID=xxxx;Password=yyyy;" [AssetService] DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" AssetLoaderArgs = "assets/AssetSets.xml" [HGInventoryService] ProfileServerURI = "http://195.194.82.13:9000/profiles" [HGAssetService] ProfileServerURI = "http://195.194.82.13:9000/profiles" [HGInventoryAccessModule] ProfileServerURI = "http://195.194.82.13:9000/profiles" [Modules] AssetCaching = "CenomeMemoryAssetCache" Include-CenomeCache = "config-include/CenomeCache.ini" WifiModule = true [GridService] StorageProvider = "Diva.Data.MySQL.dll" ConnectionString = "Data Source=localhost;Database=opensim;User ID=xxxx;Password=yyyy;" Region_Welcome_Area = "DefaultRegion, FallbackRegion" [LibraryModule] [LoginService] WelcomeMessage = "Welcome to Bromley College OpenSim Project" GatekeeperURI = "http://195.194.82.13:9000" SRV_HomeURI = "http://195.194.82.13:9000" SRV_InventoryServerURI = "http://195.194.82.13:9000" SRV_AssetServerURI = "http://195.194.82.13:9000" SRV_ProfileServerURI = "http://195.194.82.13:9000" [GatekeeperService] ExternalName = "http://195.194.82.13:9000" AllowTeleportsToAnyRegion = true [GridInfoService] login = "http://195.194.82.13:9000/" gridname = "Bromley College Project Sim" gridnick = "bromproj" [WifiService] GridName = "bromproj" LoginURL = "http://cc.bromley.ac.uk:9000" WebAddress = "http://cc.bromley.ac.uk:9000"

;; The Wifi Administrator account AdminFirst = "Estate" AdminLast = "Manager" AdminEmail = "zzzz@bromley.ac.uk"

;; Do you want to be able to control grid registrations? AccountConfirmationRequired = false

;; Default avatars for new account registration ;; Syntax: AvatarAccount_ = " " ;; Appearance and attachments are copied from avatar . AvatarAccount_Female = "Female Avatar" AvatarAccount_Male = "Male Avatar" AvatarAccount_Neutral = "Neutral Avatar"

;; Preselection for default avatar in new account registration AvatarPreselection = "Neutral"

;; Variables for your mail server ;; Users will get email notifications from this account. SmtpHost = "localhost" SmtpPort = "25" ;; SmtpUsername = "noreply@cc.bromley.ac.uk" ;; SmtpPassword = "password"

;; SmtpHost = "smtp.gmail.com" ;; SmtpPort = "587" ;; SmtpUsername = "zzzz@gmail.com" ;; SmtpPassword = ""

serves fo 0.7.1 but not serves fo 0.7.1.1

Please help

Tnks