This website is a publicly available, cross-grid, hypergrid search engine for OpenSimulator.
It provides places, land for sale and events search in-world from the viewer search feature. Places and land for sale are parsed regularly from your simulator(s). Events are fetched from 2do HYPEvents.
Currently, this website only provides in-world search, hence the sober presentation.
To enable in-world search in your region without installing the web application:
Download OpenSimSearch.Module.dll and put it inside your OpenSim bin/ folder.
Add the following settings to each simulator OpenSim.ini file.
Even for grids, this config goes in regions OpenSim.ini, not in Robust.ini.
(replace "Your Grid" and "yourgrid.org:8002" with your own values).
OpenSim.ini:
[Search] SearchURL = "http://2do.directory/helpers/query.php?gk=http://yourgrid.org:8002" [DataSnapshot] index_sims = true gridname = "Your Grid" snapshot_cache_directory = "./DataSnapshot" DATA_SRV_2do = http://2do.directory/helpers/register.php ;; You can add multiple search engines ;DATA_SRV_OtherEngine = http://example.org/helpers/register.py
Restart the simulators.