home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TAP YIPL
/
TAP_and_YIPL_Collection_CD.iso
/
PHREAK
/
BOXES
/
TONELOC.ZIP
/
TONES.CFG
< prev
next >
Wrap
Text File
|
1992-02-27
|
6KB
|
218 lines
;
; Toneloc (c) 1992 by Minor Threat & Mucho Maas
;
; *** SUGGESTED configuration for TONE SCANNING ***
;
; ToneLoc config file. You may create multiple config files if you
; wish. To use different config files with ToneLoc, run:
;
; TONELOC [Mask] /C:[ConfigFilename]
;
; Otherwise the default config filename is TONELOC.CFG.
;
; This is the COM port to use. '1' = COM1, '2' = COM2, etc.
;
Port 2
;
; This is the baud rate to send the modem commands at.
;
Baud 38400
;
; This indicates whether the speaker should start ON or OFF.
; 0 = off, 1 = on.
;
Speaker 1
;
; This sets whether ToneLoc should use a stupid sound effect
; when a tone is found. 0 = off, 1 = on.
;
FoundSound 1
;
; This can be used to disable all sounds. 0 = no sound, 1 = only
; enabled sounds.
;
Sound 1
;
; These set the color attributes of the windows and text.
;
ScreenBack 3 ; Color of screen background (not a window)
StatusWindow 3 ; Color of status window border
StatusText 5 ; Color of text in status window
ModemWindow 15 ; Color of modem window border
ModemText 2 ; Color of text in modem window
FoundTText 10 ; Color of text for a found tone
FoundCText 12 ; Color of text for a found carrier
ActivityWindow 11 ; Color of the activity window border
ActivityItems 3 ; Color of the activity window items
ActivityText 15 ; Color of the activity window text (numbers)
MeterBackground 1 ; Color of the meter background
MeterForeground 14 ; Color of the meter foreground
;
; This is the modem init string. '|' means send [Enter], and '~'
; means wait for 1/2 of a second.
InitString ATZ|~~~ATX7|~
; This is what your modem should send back after sending the init string
; As long as this string is found anywhere in the return string,
; things will be Ok.
InitResponse OK
; This is the dial string. Usually "ATDT". You should put any "*70"
; type things here, or if you have to dial 9 to get out, put "ATDT9",
; "ATDT9W", or "ATDT9," to wait 2 seconds after 9 (slow).
DialString ATDT
;
; These are the strings to turn the speaker on and off.
;
SpeakOn ATM1
SpeakOff ATM0
;
; Strings that adjust the volume to various levels. Could also be used
; for macros or adjustments during dials.
;
Volume0 ATL0
Volume1 ATL1
Volume2 ATL2
Volume3 ATM3
Volume4 ATL4
Volume5 ATL5
Volume6 ATL6
Volume7 ATL7
Volume8 ATS11=60
Volume9 ATS11=40
;
; This is the string to hang up the modem.
;
Hangup ATH0
;
; This is the log file to use. Everything that ToneLoc does is logged
; here.
LogFile TONE.LOG
;
; This is the amount of time (in milliseconds) to wait between commands.
; Shouldn't need adjusting, but it's here just in case.
;
CommandDelay 125
;
; This is the amount of time (in milliseconds) to wait between calls.
; If you have 3-way calling, you should set this higher.
; (1000 = 1 second)
;
BetweenDelay 150
;
; This sets whether ToneLoc should do a fancy wipe of the meter between calls
; during the BetweenDelay time. 1 = wipe edges to middle, 2 = middle to edges,
; 3 = wipe backwards, 4 = no wipe
;
BetweenWipe 1
;
; This is the amount of time (in milliseconds) to wait for a dial tone
; for each call. Usually about 15000. (1000 = 1 second)
;
WaitDelay 15000
;
; This specifies whether or not ToneLoc should keep a .DAT file to
; prevent dialing the same number twice between runs. Comment this
; out if you don't want the .DAT files saved.
;
NoDupes
;
; Number of rings to allow before aborting current dial attempt.
; 0 = do not abort.
;
MaxRing 2
;
; Sets the response ToneLoc will scan for. 0 = tone, 1 = carrier
;
ScanType 0
;
; Sets whether ToneLoc should ignore or use the Carrier Detect line of
; the RS-232 port to detect a carrier. Useful if you have your modem set
; to always detect a carrier.
;
IgnoreCD 1
;
; Sets the interval in minutes for an automatic save of the .dat file.
; Useful if your machine or power source is undependable. If set to
; 0 ToneLoc will only save the .dat file on exiting.
AutoSave 20
;
; Sets the name of the found file. All numbers that respond with a tone
; or carrier are recorded here so you don't have to search through the
; log file.
FoundFile FOUND.LOG
;
; This is a list of numbers ToneLoc will not dial - a personal
; blacklist. Good numbers would be your own number(s), your
; friend's numbers, the police station and fire department,
; etc.
Blacklist BLACK.LST
;
; ToneLoc can dial 3 ways: Random, Forward sequential, or Backward
; sequential. Keywords are: Random, Forward, & Backward. (Default = Random)
;
Random
;
; Use this to enable or disable the log file ToneLoc keeps of scans.
; 0 = off, 1 = on.
;
Logging 1
;
; Use this to tell ToneLoc to exit to DOS if it gets a "NO DIALTONE"
; message from the modem too many times IN A ROW (if your line dies)
NoToneAbort 50
;
; GetDelay - if you are having problems with ToneLoc recognizing
; repsonses from your modem, try increasing this value by 50 until
; it works. If you get up to 400 or so, then look elsewhere for the
; problem. Once you get it working, you should "tweak" it; get it
; as low as you can, and still have it work.
GetDelay 50
;
; AltScreen - This is in case your parents or someone other danger
; comes in to see your computer. This is the filename of the screen
; to display as your "parent screen". Press "B" to toggle between it
; and the normal ToneLoc screen. If the file is not found, the screen
; is simply blanked. Create with TheDraw, and save in <B>inary Mode.
AltScreen TONELOC.BIN
;
; SoundBlaster
; if you want SoundBlaster support, remove the semicolon (;) from
; the line below. You must have SPUT.COM in your path.
;
;SoundBlaster