X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fqrz.pl;h=a3965c833386c6a18465977021d7c39a14fa5372;hb=0a9f4ecdeafc3212539009b96c64baa977555454;hp=558525c085e07fb06f06bc1318906bedf930605b;hpb=05e7fa367c898dc3d1a168d6606c56b8050569ca;p=spider.git diff --git a/cmd/show/qrz.pl b/cmd/show/qrz.pl index 558525c0..a3965c83 100644 --- a/cmd/show/qrz.pl +++ b/cmd/show/qrz.pl @@ -3,6 +3,8 @@ # # from an idea by Steve Franke K9AN and information from Angel EA7WA # +# Copyright (c) 2001 Dirk Koopman G1TLH +# # $Id$ # my ($self, $line) = @_; @@ -32,7 +34,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");