try again
[spider.git] / cmd / show / qrz.pl
index 7665f08c9c67a646235b475f9097a5747d27f4c3..ad4fb7278382de2a93c841df0b50c2fbc8d4b329 100644 (file)
@@ -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) = @_;
@@ -13,10 +15,10 @@ my @out;
 
 return (1, $self->msg('e24')) unless $Internet::allow;
 return (1, "SHOW/QRZ <callsign>, e.g. SH/QRZ g1tlh") unless @list;
-my $target = $Internet::http_proxy || 'qrz.com';
+my $target = $Internet::http_proxy || 'u2.qrz.com';
 my $port = $Internet::http_proxy_port || 80;
 my $url = '';
-$url = 'http://qrz.com' if $Internet::http_proxy; 
+$url = 'http://u2.qrz.com' if $Internet::http_proxy; 
 
 use Net::Telnet;
 
@@ -33,7 +35,7 @@ foreach $l (@list) {
                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";
-#              print $s;
+               dbg($s) if isdbg('qrz');
                $t->print($s);
                Log('call', "$call: show/qrz \U$l");
                my $state = "blank";