home *** CD-ROM | disk | FTP | other *** search
- ;
- ; FIDO.INI: Basic Fido/FidoNet definition file
- ; For: Fido/Fidonet version 12r
- ; Copyright Tom Jennings
- ; 7 Nov 89
- ;
- ;This file defines various basic Fido/FidoNet parameters. After making
- ;any changes to this file, please be sure to run SET-FIDO to make
- ;the changes take effect.
- ;
- ;Comments begin with a semicolon. Either entire lines or after
- ;the commands.
- ;
- ;Commands keywords are those listed below. They can be in any order,
- ;and upper or lower case, though they must be SPELLED EXACTLY as you
- ;see them here.
- ;
- ;Errors found while reading a file are reported, but don't affect
- ;the reading of the rest of file. You can leave commands undefined
- ;and Fido will complain but go ahead and use the default values.
- ;
- ;Most commands want numbers following them; the recommended range is
- ;displayed in the comment for each command. Some are decision type
- ;yes/no or on/off commands; for these you get a choice. To turn
- ;something on, use YES or ON; to turn something off use NO or OFF.
- ;
- ;----------------------------------------------------------------
- ;
- ;Caller time and K byte limits. Fido adjusts these limits for each
- ;caller at the time they log in sucessfully, according to the callers
- ;privilege level:
- ;
- ; priv. level time/Kbyte factor
- ; 0 1/2 specified limits
- ; 1 as specified
- ; 2 as specified
- ; 3 2 times specified limits
- ; 4 4 times specified limits
- ; 7 no limits
- ;
- first-limit 40 ;(minutes) first time callers limit
- normal-limit 40 ;(minutes) normal caller time limit per call
- daily-limit 180 ;(minutes) total limit per 24 hrs
- k-limit 500 ;(K bytes) download limit per 24 hrs
- ;
- ;The signon-limit is applies to all callers; it is the time needed
- ;to complete the name and password entry and verification process.
- ;
- signon-limit 10 ;(minutes) time to complete signon ritual
- ;
- ;New callers who log in via the new-caller process are not normally supplied
- ;with Keys; if you wish to do so you can using the following optional
- ;statement. You can enter more than one new-caller-key statement.
- ;
- ;new-caller-key 1 ;(OPTIONAL) (1 - 32) key new callers get
- ;new-caller-key 27 ;(OPTIONAL) more keys, if needed
- ;
- ;These are the DOS ERRORLEVEL values returned by various Fido functions.
- ;Generally, if 0 is specified the matching function is disabled; for
- ;instance, if "o-errorlevel" is zero or missing, the O)utside command
- ;in the Main Section is disabled. The exception is "g-errorlevel", which
- ;is normally zero; refer to the manual for details.
- ;
- e-errorlevel 0 ;(OPTIONAL)(DOS ERRORLEVEL) E)xitDOS ERRORLEVEL
- o-errorlevel 0 ;(OPTIONAL)(DOS ERRORLEVEL) O)utside ERRORLEVEL
- g-errorlevel 0 ;(OPTIONAL)(DOS ERRORLEVEL) G)oodbye ERRORLEVEL
- mail-errorlevel 0 ;(OPTIONAL)(DOS ERRORLEVEL) Incoming Mail ERRORLEVEL
-
- ;
- ;Please refer to the manual for setting the modem type. It is important
- ;that you set the correct modem type!!!
- ;
- ; 0 no modem
- ; 1 Hayes 1200 & clones
- ; 2 Direct connection
- ; 5 US Robotics 212A (not Courier)
- ; 7 Prentice POPCOM
- ; 8 Prentice POPCOM 2400
- ; 10 General Data Mumble
- ; 11 Hayes 2400 (NOT 1200)
- ; 12 US Robotics Courier 2400
- ; 13 Multi Tech 2400
- ; 14 US Robotics Courier HST
- ; 15 Hayes Smartmodem 300
- ; 16 US Robotics Courier HST, fixed link rate 9600
- ; 17 US Robotics Courier HST, fixed link rate 19200
- ; 18 Telebit Trailblazer
- ; 19 Telebit trailblazer, fixed link rate 9600
- ; 20 Telebit trailblazer, fixed link rate 19200
- ; 21 Hayes SmartModem V-series, no ASB
- ; 22 Hayes SmartModem V-series locked at 9600
- ; 23 Hayes SmartModem V-series locked at 19200
- ; 24 US Robotics Courier HST, fixed like rate 38,400
- ; 25 US Robotics Courier 2400, hardware handshake
- ;
- modem-type 1 ;pick one from the above list
- ;modem-string ATM1 ;optional extra modem initialization
- ;maxbaud 9600 ;(use with Modem-Type 2)
- ;io-port 1 ;(OPTIONAL) 1 is COM1, 2 is COM2
- cd-bit 128 ;(1,2,4...128) Carrier Detect (CD) bit
- ;
- ;Various FidoNet parameters. Refer to the manual for details.
- ;
- zone 9999 ;our zone number
- net 9999 ;our net number
- node 9999 ;our node number
- dot 0 ;our point number
- ;alt-zone 8888 ;alternate (host) zone number, if applicable
- ;alt-net 8888 ;alternate (host) number, else ditto
- ;alt-node 8888 ;ditto
- ;alt-dot 0 ;ditto
-
- zm-tx-type 0 ;Zmodem Transmit Window size: 0 full streaming
- ;else 1 - 64 blocks, 1024 - 65536 Kbytes
- zm-tx-start 512 ;Zmodem starting block size is 256 bytes at
- ;1200 or below, 512 at 2400, or 1024 above 2400
- ;BUT NO LARGER THAN this zm-tx-start value.
- zm-rx-type 1 ;Zmodem Rec'v: 0 full streaming, 1 fully ACK'd
-
- show-seen-bys no ;Show lines starting with "SEEN-BY:" (Echo mail)
- ;dial-prefix P ;(OPTIONAL) dial string prefix
- dial-tries 10 ;(1..n) FidoNet dial attempts, per schedule
- connect-tries 1 ;(1..n) FidoNet dial tries, connect, no mail sen
- ;
- ;Miscelaneous controls for Fido.
- ;
- multi-tasker 0 ;0=MSDOS 1=DoubleDOS 2=DESQview ...
- quick-login yes ;yes = Q)uick autologs 1st caller in list
- private no ;(yes, no) private system
- msg-length 75 ;(1 - 175 lines) message length
- path-display no ;(yes, no) display path info in A)rea commands
- xfer-display yes ;(yes, no) display file transfer status
- ;
- ; Previous Fidos V12 equiv.
- ; TWIT 0
- ; DISGRACE 1
- ; NORMAL 2
- ; PRIVEL 3
- ; EXTRA 4
- ; SYSOP 7 (not allowed for default-priv)
- ;
- default-priv 2 ;(above) new callers' privilege
- ;
- ;Simple internationalization
- ;
- money $ ;(character) money character. Default is $
- thousands-separator , ;(character) 100's seperator, ie 1,000,000,000
- decimal . ;(character) decimal point, ie 1.00 0.99
-