X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fqrz.pl;h=558525c085e07fb06f06bc1318906bedf930605b;hb=05e7fa367c898dc3d1a168d6606c56b8050569ca;hp=7665f08c9c67a646235b475f9097a5747d27f4c3;hpb=9bafb5297d126d00203d67addaa918c0f056d9a8;p=spider.git diff --git a/cmd/show/qrz.pl b/cmd/show/qrz.pl index 7665f08c..558525c0 100644 --- a/cmd/show/qrz.pl +++ b/cmd/show/qrz.pl @@ -13,10 +13,10 @@ 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 || '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 +33,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";