|
WebSite-Watcher has a special feature to automatically import pre-defined program configurations from an INI file. This gives you the possibility to initialize or change program configurations when installing and maintaining WebSite-Watcher on many PCs or workstations.
If the file "config1.ini" with pre-defined options exists in the configuration folder, then the next start of WebSite-Watcher will automatically import and delete it.
The configuration folder is:
| • | c:\Users\<user>\AppData\Roaming\aignes\WebSite-Watcher\config\settings\ |
| • | c:\Documents and Settings\<user>\Application Data\aignes\WebSite-Watcher\config\settings\ |
[General]
BookmarkFile=
|
Absolute path and filename of the bookmark file
Example:
BookmarkFile=f:\website-watcher\bookmarks.wsw
|
PromptBeforeStartingAutoWatch=
|
1 ... Prompt before starting AutoWatch
0 ... Don't ask before starting AutoWatch
|
StartAutoWatchAfterLoading=
|
1 ... Start AutoWatch after loading WebSite-Watcher
0 ... Don't start AutoWatch after loading WebSite-Watcher
|
DateFormat=
|
Date format for columns "last check", "last update", etc.
See also Appearance
|
CurrentDateFormat=
|
Date format of the current day
See also Appearance
|
[Proxy]
http_proxy_config=
|
0 ... automatic proxy configuration
1 ... don't use proxy
2 ... manual proxy configuration
|
http_addr=
|
HTTP proxy address
|
http_port=
|
HTTP proxy port
|
http_username=
|
username, if required
|
http_password=
|
password, if required (plaintext)
|
ftp_noproxy=
|
1 ... don't use FTP proxy
0 ... use FTP proxy
|
ftp_direct_type=
|
use one of the following values:
• not passive
• passive
|
ftp_type=
|
use one of the following values:
• Proxy not passive
• Proxy passive
• Socks 4
• Socks 4a
• Socks 5
|
ftp_login_type=
|
Login type that can be determined automatically in the program configuration. Valid values are 0-8.
|
ftp_addr=
|
FTP proxy address
|
ftp_port=
|
FTP proxy port
|
ftp_username=
|
username, if required
|
ftp_password=
|
password, if required (plaintext)
|
ftp_ftpoverhttp=
|
1 ... use FTP-over-HTTP
0 ... don't use FTP-over-HTTP
|
noproxy=
|
Enter the domains here which should not be checked through a proxy. Separate domains with {crlf} (see example below)
|
[Connection]
threads=
|
Number of simultaneous connections
|
timeout=
|
Timeout in seconds
|
[Dialup]
usedialup=
|
1 ... dialup connection to the internet
0 ... permanent connection to the internet
|
dial=
|
1/0 ... dial before checking
|
hangup=
|
1/0 ... hangup after checking
|
dun=
|
name of connection
|
username=
|
username of connection
|
password=
|
password of connection
|
[EMail]
smtp_server=
|
host address of the SMTP-Server
|
smtp_port=
|
port number
|
smtp_username=
|
Username for SMTP server
|
smtp_password=
|
Password for SMTP server
|
smtp_authentification=
|
1/0 ... Perform SMTP authentification
|
smtp_connection=
|
fullssl ... Full SSL
autossl ... Auto SSL
|
smtp_after_pop=
|
1/0 ... use smtp-after-pop
|
pop3_server=
|
host address of the POP3-Server (only necessary when you use smtp-after-pop)
|
pop3_port=
|
port number
|
pop3_username=
|
username for POP3-Server
|
pop3_password=
|
password for POP3-Server
|
pop3_connection=
|
fullssl ... Full SSL
autossl ... Auto SSL
|
to_email=
|
recipient e-mail addresses (separated by blank or ,)
|
to_email_bcc=
|
BCC e-mail addresses (separated by blank or ,)
|
from_email=
|
sender e-mail address
|
advanced_rules=
|
Use advanced rules for sending e-mails (instead of sending after each check run). Valid values are 1 or 0.
|
max_mails_per_session=
|
Max. e-mails per session (SMTP login).
|
sec_between_sessions=
|
Seconds between SMTP sessions.
|
blacklist=
|
Black listed phrases to suppress e-mail sending. Lines must be separated with {crlf}
|
[CheckForNewVersion]
Period=
|
0 ... Check periodically, ask the user
1 ... Check periodically in background, don't ask the user
2 ... Don't check for updates
|
Example
[Proxy]
http_noproxy=0
http_addr=localhost
http_port=8081
http_user=hercules
http_passwort=zeus
noproxy=aignes.com{crlf}192.168.
|
|