Use this to find a site database location
In order to identify the server where a site (dataset) is located and/ or display all site/ server mappings in an Opentracker.net account, use this URL to perform a GET or POST request.
The following parameters are required:
administrator
the administrator requesting the site/ server mappings
password
the password of the administrator
site
OPTIONAL. A specific site for which a server mapping is requested.
To request all site/ server mappings for an account:
HTTP GET/ POST: find_server.jsp?administrator=admin@opentracker.net&password=demo123
To request a single site/ server mapping:
HTTP GET/ POST: find_server.jsp?administrator=admin@opentracker.net&password=demo123&site=www.opentracker.net
Page returns (a single) tab delimited text formatted as: 'www.opentracker.net sXX.opentracker.net '. Where sXX.opentracker.net is the hostname of the server recording data for the site.
site is unknown in administrator's account.
administrator is not supplied.
password is not supplied.
No data profile for administrator.
Password is not correct for administrator.
Illegal role for administrator email (user not administrator).
Illegal number of administrators.
Illegal administrator for site.