[Dxspider-support] sh/qrz

Rainer Ribacka oh6hj at sral.fi
Wed Sep 18 07:01:04 BST 2002


Hello!

I had the same problem times ago.

By changing e-mail with qrz.com, the following changes was made to 
spider/cmd/show/qrz.pl:



my $target = $Internet::http_proxy || 'u2.qrz.com';
my $port = $Internet::http_proxy_port || 80;
my $url = '';
$url = 'http://u2.qrz.com' if $Internet::http_proxy;     :this line

use Net::Telnet;

my $t = new Net::Telnet;

foreach $l (@list) {
        eval {
                $t->open(Host     =>  $target,
                                 Port     =>  $port,
                                 Timeout  =>  15);
        };

        if (!$t || $@) {
                push @out, $self->msg('e18', 'QRZ.com');
        } else {
                my $s = "GET 
$url/p/dxcluster.pl?callsign=$l\&username=$Internet
::qrz_uid\&password=$Internet::qrz_pw HTTP/1.0\n\n";       this line
:

After that, no problem!

73 de Rainer, oh6hj

On Monday 09 September 2002 01:39, Bob wrote:
> Well it looks like the sever is down . The web page is down to 73 Bob
> kc2cwt
>
>
> ----- Original Message -----
> From: "charlie carroll" <k1xx at ptcnh.net>
> To: <dxspider-support at dxcluster.org>
> Sent: Sunday, September 08, 2002 6:12 PM
> Subject: Re: [Dxspider-support] sh/qrz
>
> > Bob:
> > Probably because the qrz site is down.  I can't get an answer either.
> >
> > 73 charlie, k1xx
> >
> > _______________________________________________
> > Dxspider-support mailing list
> > Dxspider-support at dxcluster.org
> > http://www.tobit.co.uk/mailman/listinfo/dxspider-support
>
> _______________________________________________
> Dxspider-support mailing list
> Dxspider-support at dxcluster.org
> http://www.tobit.co.uk/mailman/listinfo/dxspider-support





More information about the Dxspider-support mailing list