From: minima Date: Sun, 23 Feb 2003 02:41:27 +0000 (+0000) Subject: add show/db0sdx command to help X-Git-Tag: PRE-1-52~56 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=ed64ea9b9a101013cebeafaf76da0fc1a17722bf add show/db0sdx command to help --- diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index fd2a17cb..c6cac236 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -1745,6 +1745,13 @@ time and UTC as the computer has it right now. If you give some prefixes then it will show UTC and UTC + the local offset (not including DST) at the prefixes or callsigns that you specify. +=== 0^SHOW/DB0SDX ^Show QSL infomation from DB0SDX database +This command queries the DB0SDX QSL server on the internet +and returns any information available for that callsign. This service +is provided for users of this software by http://www.qslinfo.de. + +See also SHOW/QRZ, SHOW/WM7D. + === 9^SHOW/DEBUG^Show what levels of debug information you are logging === 0^SHOW/DX^Interrogate the spot database @@ -2056,6 +2063,8 @@ This command queries the QRZ callbook server on the internet and returns any information available for that callsign. This service is provided for users of this software by http://www.qrz.com +See also SHOW/WM7D for an alternative. + === 9^SHOW/REGISTERED []^Show the registered users === 0^SHOW/ROUTE ...^Show the route to the callsign @@ -2180,6 +2189,13 @@ the worldwide statistics. === 0^SHOW/WCY^Show last 10 WCY broadcasts === 0^SHOW/WCY ^Show last WCY broadcasts Display the most recent WCY information that has been received by the system + +=== 0^SHOW/WM7D ^Show callbook details on a US callsigns +This command queries the WM7D callbook server on the internet +and returns any information available for that US callsign. This service +is provided for users of this software by http://www.wm7d.net. + +See also SHOW/QRZ. === 0^SHOW/WWV^Show last 10 WWV broadcasts === 0^SHOW/WWV ^Show last WWV broadcasts diff --git a/cmd/show/db0sdx.pl b/cmd/show/db0sdx.pl index 130951e1..2c570044 100644 --- a/cmd/show/db0sdx.pl +++ b/cmd/show/db0sdx.pl @@ -43,7 +43,7 @@ if (!$info) { dbg("db0sdx out: $s") if isdbg('db0sdx'); - $t->print("POST /qslinfo/qslinfo.asmx HTTP/1.1"); + $t->print("POST /qslinfo/qslinfo.asmx HTTP/1.0"); $t->print("Host: dotnet.grossmann.com"); $t->print("Content-Type: text/xml; charset=utf-8"); $t->print("Content-Length: $lth");