2 # in order for you to use the internet accessing routines you
3 # need to set various flags and things in this file
5 # BUT DO NOT ALTER THIS FILE! It will be overwritten on every update
7 # COPY this file to ../local, alter it there and restart the software
9 # Copyright (c) 2000 Dirk Koopman G1TLH
17 # set this flag to 1 if you want to allow internet commands
25 # set this to your QRZ user name (you need this for the sh/qrz
29 # $qrz_uid = 'gb7xxx';
36 # QRZ.com password - this goes with your user id above
39 # $qrz_pw = 'fishhooks';
45 # the address of any HTTP proxy you might be using
47 # leave as is unless you need one
49 # eg: $http_proxy = 'wwwcache.demon.co.uk';
55 # HTTP proxy port - again leave alone unless you need this
57 # eg: $http_proxy_port = 8080;
60 $http_proxy_port = undef;
63 # list of urls and other things that are used in commands, here so that they
64 # can be changed if necessary.
67 $qrz_url = 'www.qrz.com'; # used by show/qrz
68 $wm7d_url = 'www.wm7d.net'; # used by show/wm7d
69 $db0sdx_url = 'www.qslinfo.de'; # used by show/db0sdx
70 $db0sdx_path = '/qslinfo';
71 $db0sdx_suffix = '.asmx';
72 $dx425_url = 'www.ariscandicci.it'; # used by show/425
73 #$contest_host = 'www.sk3bg.se'; # used by show/contest
74 #$contest_url = "/contest/text"; # used by show/contest
76 #SHOW/IK3QAR <callsign> Show the 5 most recent informations found on IK3QAR
77 ##Callsign Database about QSL Manager, Manager address and comments. This
78 ##command works for sysop subscribed for the service at:
79 ## http://www.ik3qar.it/manager/dxc.php
80 ##Write the given password below in $ik3qar_pw
82 $ik3qar_url = 'www.ik3qar.it'; # used by show/ik3qar
83 $ik3qar_pw = 'PUT-PASSWORD-HERE'; # used by show/ik3qar
85 # NOTE: you must copy $ik3qar_* lines to local/Internet.pm for them to have
86 # any effect on an already running node.