A
download Internet.pm
Language: Perl
Copyright: (c) 2000 Dirk Koopman G1TLH
LOC: 15
Project Info
DXSpider DX Cluster System(dxspider)
Server: SourceForge
Type: cvs
...pider\dxspider\spider\perl\
   AGWConnect.pm
   AGWMsg.pm
   AnnTalk.pm
   BadWords.pm
   Bands.pm
   BBS.pm
   Buck.pm
   call.pl
   callbot.pl
   Chain.pm
   cluster.pl
   CmdAlias.pm
   connect.pl
   console.pl
   Console.pm
   convert_users.pl
   convkeps.pl
   create_prefix.pl
   create_qsl.pl
   create_sysop.pl
   create_usdb.pl
   DB0SDX.pm
   DXBearing.pm
   dxcc.pl
   DXChannel.pm
   DXCommandmode.pm
   DXConnect.pm
   DXCron.pm
   DXDb.pm
   DXDebug.pm
   DXDupe.pm
   DXHash.pm
   DXLog.pm
   DXLogPrint.pm
   DXM.pm
   DXMsg.pm
   dxoldtonew.pl
   DXProt.pm
   DXProtout.pm
   DXProtVars.pm
   DXSql.pm
   DXUser.pm
   DXUtil.pm
   DXVars.pm.issue
   DXXml.pm
   Editable.pm
   export_opernam.pl
   ExtMsg.pm
   Filter.pm
   ForkingServer.pm
   gen_usdb_data.pl
   Geomag.pm
   hlptohtml.pl
   importkeps.pl
   importwwv.pl
   Internet.pm
   IntMsg.pm
   Investigate.pm
   IsoTime.pm
   Julian.pm
   K4UTE.pm
   Keps.pm
   Listeners.pm
   Local.pm
   lock_nodes.pl
   log2csv.pl
   LRU.pm
   Minimuf.pm
   MiscLog.pm
   Mrtg.pm
   Msg.pm
   PC.pm
   Prefix.pm
   process_ursa.pl
   Prot.pm
   proto.html
   QRZ.pm
   QSL.pm
   RingBuf.pm
   Route.pm
   RouteDB.pm
   Script.pm
   Spot.pm
   spot2csv.pl
   Sun.pm
   talias.pl
   Thingy.pm
   Timer.pm
   UDPMsg.pm
   update_sysop.pl
   USDB.pm
   VE7CC.pm
   Verify.pm
   WCY.pm
   winclient.pl
   y2k.sh

# 
# in order for you to use the internet accessing routines you
# need to set various flags and things in this file
#
# BUT DO NOT ALTER THIS FILE! It will be overwritten on every update
#
# COPY this file to ../local, alter it there and restart the software
#
# Copyright (c) 2000 Dirk Koopman G1TLH
#
# $Id: Internet.pm,v 1.7 2004/12/10 13:18:54 minima Exp $
#

package Internet;

#
# set this flag to 1 if you want to allow internet commands
#

$allow = 0;

#
# QRZ.com user id 
#
# set this to your QRZ user name (you need this for the sh/qrz 
# command)
#
# eg 
# $qrz_uid = 'gb7xxx';
#


$qrz_uid = undef;

#
# QRZ.com password - this goes with your user id above
#
# eg 
# $qrz_pw = 'fishhooks';
#

$qrz_pw = undef;

#
# the address of any HTTP proxy you might be using
#
# leave as is unless you need one
#
# eg:  $http_proxy = 'wwwcache.demon.co.uk';
#

$http_proxy = undef;

#
# HTTP proxy port - again leave alone unless you need this
#
# eg: $http_proxy_port = 8080;
#

$http_proxy_port = undef;

#
# list of urls and other things that are used in commands, here so that they
# can be changed if necessary.
#

$qrz_url = 'www.qrz.com';     # used by show/qrz
$wm7d_url = 'www.wm7d.net';   # used by show/wm7d
$db0sdx_url = 'www.qslinfo.de'; # used by show/db0sdx
$db0sdx_path = '/qslinfo';
$db0sdx_suffix = '.asmx';
$dx425_url = 'www.ariscandicci.it';		# used by show/425
$contest_host = 'www.sk3bg.se';         # used by show/contest
$contest_url = "http://$contest_host/contest/text";         # used by show/contest

#
# end
#

1;

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us