X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fqrz.pl;h=ca1935a4c53dbe131e5bb5e4aade2a80d7b234cb;hb=65a4b5776154155cb012fe7968558d0449d74ef3;hp=ad4fb7278382de2a93c841df0b50c2fbc8d4b329;hpb=c33499b933e4a9e7f594ce656e3f5260946deace;p=spider.git diff --git a/cmd/show/qrz.pl b/cmd/show/qrz.pl index ad4fb727..ca1935a4 100644 --- a/cmd/show/qrz.pl +++ b/cmd/show/qrz.pl @@ -15,10 +15,15 @@ my @out; return (1, $self->msg('e24')) unless $Internet::allow; return (1, "SHOW/QRZ , e.g. SH/QRZ g1tlh") unless @list; -my $target = $Internet::http_proxy || 'u2.qrz.com'; +#my $target = $Internet::http_proxy || 'www.qrz.com'; +#my $port = $Internet::http_proxy_port || 80; +#my $url = ''; +#$url = 'http://www.qrz.com' if $Internet::http_proxy; +my $target = $Internet::http_proxy || $Internet::qrz_url || 'www.qrz.com'; my $port = $Internet::http_proxy_port || 80; my $url = ''; -$url = 'http://u2.qrz.com' if $Internet::http_proxy; +$url = 'http://' . ($Internet::qrz_url || '$www.qrz.com') if $Internet::http_proxy; + use Net::Telnet; @@ -34,7 +39,7 @@ foreach $l (@list) { if (!$t || $@) { push @out, $self->msg('e18', 'QRZ.com'); } else { - my $s = "GET $url/dxcluster.cgi?callsign=$l\&uid=$Internet::qrz_uid\&pw=$Internet::qrz_pw HTTP/1.0\n\n"; + my $s = "GET $url/p/dxcluster.pl?callsign=$l\&username=$Internet::qrz_uid\&password=$Internet::qrz_pw HTTP/1.0\n\n"; dbg($s) if isdbg('qrz'); $t->print($s); Log('call', "$call: show/qrz \U$l");