diff --git a/html/manual.css b/html/manual.css index 61d0fbbf..fce7ccdd 100644 --- a/html/manual.css +++ b/html/manual.css @@ -10,21 +10,21 @@ BODY { background-color: white; font: 12pt sans-serif,helvetica,arial; } /* * H1 is the page header, H3 the paragraph header, H5 is topright update date. */ -H1 { color: red; align: center; font: 16pt sans-serif,helvetica,arial; font-weight: bold } -H2 { color: orange; align: center; font: 14pt sans-serif,helvetica,arial; font-weight: bold } +H1 { color: red; font: 16pt sans-serif,helvetica,arial; font-weight: bold } +H2 { color: red; font: 14pt sans-serif,helvetica,arial; font-weight: bold } H3 { position: relative; left: 60px; color: black; font: 14pt sans-serif,helvetica,arial; font-weight: bold } -H5 { color: black; align: right; font: 10pt sans-serif,helvetica,arial; } +H5 { color: black; font: 10pt sans-serif,helvetica,arial; } A:link { color: blue } -A:visited { color: darkblue } +A:visited { color: blue } A:active { color: red } TABLE { color: black; } TH { font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold; } TD { font-family: Arial, Helvetica; font-size: 12pt; } -PRE { color: brown; font-family: fixed; } -CODE { color: brown; font-family: fixed; } +PRE { color: green; font-family: fixed; } +CODE { color: green; font-family: fixed; } HR { border-top: solid medium navy } diff --git a/html/programs/index.htm b/html/programs/index.htm index d69c4d98..48c07bbf 100644 --- a/html/programs/index.htm +++ b/html/programs/index.htm @@ -1,7 +1,9 @@ +
+ diff --git a/html/programs/mbaff.html b/html/programs/mbaff.html index 5a11e64a..dd5a6c43 100644 --- a/html/programs/mbaff.html +++ b/html/programs/mbaff.html @@ -1,7 +1,9 @@ + + @@ -12,11 +14,8 @@-Last update 30-Jan-2001
-
- -
mbaff - Announce new files and FileFind processor.
-+
+Last update 30-Jan-2001
mbaff - Announce new files and FileFind processor.
Synopsis.
mbaff [command] <options>
diff --git a/html/programs/mball.html b/html/programs/mball.html index 0bdafa71..96b18e88 100644 --- a/html/programs/mball.html +++ b/html/programs/mball.html @@ -1,8 +1,10 @@ + + @@ -12,11 +14,8 @@-Last update 25-Nov-2001
-
- -
mball - Allfiles listing generator
-+
+Last update 08-Nov-2003
mball - Allfiles listing generator
Synopsis.
@@ -56,8 +55,7 @@ must be present in the ~/etc directory.
Setup.
-In mbsetup menu 1.16 you need to set the public FTP base, -the days to include in newfiles listings and the maximum security level. +In mbsetup menu 1.13 you need to set the days to include in newfiles listings and the maximum security level.
Back to index diff --git a/html/programs/mbcico.html b/html/programs/mbcico.html index 694e2215..f16dbdec 100644 --- a/html/programs/mbcico.html +++ b/html/programs/mbcico.html @@ -1,8 +1,10 @@ +
+ @@ -12,12 +14,9 @@-Last update 03-Mar-2002
-
+
+Last update 08-Nov-2003
-mbcico - The Fidonet mailer.
mbcico - The Fidonet mailer.
- -This is work in progress....
@@ -44,23 +43,21 @@ between ifcico and mbcico. Nowadays it is quite different then ifcico.
Currently it supports FTS-0001, YooHoo/2U2 and EMSI handshake protocols, -Xmodem, Telink, Modem7, Hydra, SEAlink with and without overdrive and -crash recovery, Bark file and update requests, WaZoo protocols: DietIFNA, +Xmodem, Telink, Modem7, Hydra with zlib compression extension (FSP-xxxx), +SEAlink with and without overdrive and crash recovery, +Bark file and update requests, WaZoo protocols: DietIFNA, plain Zmodem (aka ZedZip, EMSI flag "ZMO") and ZedZap, WaZoo file and update requests (nodelist flag should be XA). WaZoo file and update requests do also work with FTS-0001 sessions, this is supported by several well known DOS mailers also. -Password protected requests and update requests are implemented (but not -yet full tested). +Password protected requests and update requests are implemented.
There is also a special protocol optimized to use over TCP/IP connections, contributed by Stanislav Voronyi <stas@uanet.kharkov.ua>, it is -identiefied by EMSI proto code TCP (not registered) and nodelist flag IFC. -The default port is 60179. There is a telnet variant on this, the default -port is 23, and nodelist flag is ITN. The telnet variant is written by -T. Tanaka. +identified by EMSI proto code TCP (not registered) and nodelist flag IFC. +The default port is 60179.
-There is also a Binkp implementation, this is a +There is also a Binkp/1.0 implementation, this is a bi-directional TCP/IP protocol. This protocol is prefferred over the IFC protocol because it is more efficient. Nodelist flag is IBN, the default port is 24554, and the @@ -79,7 +76,48 @@ stored in the "protected" inbound. directory. If a request is made for a file with matching name, the executable from the "magic" directory is run, and its stdout output is mailed to the requestor. Full requestor's address, in the form of "John Smith of -1:234/56/7" is passed to the executable in the command line. Non-executable +1:234/56/7" is passed to the executable in the command line. An example of +such file is on my system, the filename in the magic directory is STATUS. +
+echo " Hello $1 $2," +echo "" +echo " Status report for MBSE BBS Development" +echo " --------------------------------------" +echo "" +echo "Date : `date`" +echo "System: `uname -mrs`" +echo "Uptime: `uptime`" +echo "" +echo "`df -T`" +echo "" +echo "`free`" +echo "" +echo "Gtx, Michiel Broek" ++If you file request STATUS from my system you will get something like: ++ Hello John Doe, + + Status report for MBSE BBS Development + -------------------------------------- + +Date : Sat Nov 8 17:29:07 CET 2003 +System: Linux 2.4.20 i586 +Uptime: 17:29:07 up 88 days, 20:02, 1 user, load average: 0.00, 0.00, 0.00 + +Filesystem Type 1k-blocks Used Available Use% Mounted on +/dev/hda2 ext3 5921096 3405184 2210276 61% / +/dev/hdb1 ext3 6198404 5133056 750476 88% /opt + + total used free shared buffers cached +Mem: 94280 91360 2920 0 13152 46276 +-/+ buffers/cache: 31932 62348 +Swap: 136512 32380 104132 + +Gtx, Michiel Broek ++ +Non-executable files in the magic directory contain the full names to magic filenames. The magic NODELIST can thus point to the full path and filename of your latest nodelist. These magic names are automatic maintained by the mbfido @@ -107,7 +145,6 @@ CR). To make this work mgetty must be compiled with the To answer TCP/IP calls the following lines should be added to /etc/inetd.conf:binkd stream tcp nowait mbse /opt/mbse/bin/mbcico mbcico -t ibn -tfido stream tcp nowait mbse /opt/mbse/bin/mbcico mbcico -t itn fido stream tcp nowait mbse /opt/mbse/bin/mbcico mbcico -t ifcIf your system uses xinetd the file /etc/xinetd.d/mbsebbs could be: @@ -150,12 +187,9 @@ service fido In the file /etc/services the following lines must be present:
binkd 24554/tcp # mbcico IBN mode -tfido 60177/tcp # mbcico ITN mode fido 60179/tcp # mbcico IFC mode mbse 60180/tcp # MBSE BBS deamon --In this case I installed the ITN mode at port 60177 instead of 23 like most -sysops do. +
@@ -220,7 +254,7 @@ of ".sts". These are small datafiles containing three decimal numbers.
Configuration.
The behaviour of mbcico can be configured with mbsetup, -section 1.17 If something doesn't do what you want, set the debug on for +section 1.14 If something doesn't do what you want, set the debug on for that problem. This will produce huge logfiles, but also a lot of information. Important flags are Device IO, EMSI debug, File forward, Locking, Outboundscan and Session. @@ -240,7 +274,6 @@ later versions are ok.
Eugene G. Crosser <crosser@average.org> Orginal ifcico. Stanislav Voronyi <stas@uanet.kharkov.ua> TCP/IP code. -T. Tanaka Telnet mode. Martin Junius Rewrite of opentcp(). Omen Technology Inc Zmodem protocol. Arjen G. Lentz, Joaquim H. Homrighausen Hydra transfer protocol. diff --git a/html/programs/mbdiff.html b/html/programs/mbdiff.html index 96ae7b9d..274addee 100644 --- a/html/programs/mbdiff.html +++ b/html/programs/mbdiff.html @@ -1,8 +1,10 @@ + + @@ -12,11 +14,8 @@-Last update 30-Jan-2001
-
- -
mbdiff - Nodelist difference file processor.
-+
+Last update 30-Jan-2001
mbdiff - Nodelist difference file processor.
Synopsis.
diff --git a/html/programs/mbfido.html b/html/programs/mbfido.html index 1f032ebc..8b874540 100644 --- a/html/programs/mbfido.html +++ b/html/programs/mbfido.html @@ -1,8 +1,10 @@ +
+ @@ -13,10 +15,7 @@-Last update 07-Aug-2002
-
-mbfido, the fidonet mail and files processor.
Synopsis.
diff --git a/html/programs/mbindex.html b/html/programs/mbindex.html index 79d6354e..f5362d00 100644 --- a/html/programs/mbindex.html +++ b/html/programs/mbindex.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 30-Jan-2001
-
- -
mbindex - Nodelist Index Compiler.
-+
+Last update 30-Jan-2001
mbindex - Nodelist Index Compiler.
Synopsis.
diff --git a/html/programs/mblang.html b/html/programs/mblang.html index 04645c6d..9f70d413 100644 --- a/html/programs/mblang.html +++ b/html/programs/mblang.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 30-Jan-2001
-
- -
mblang - Language Data Compiler
-+
+Last update 30-Jan-2001
mblang - Language Data Compiler
Synopsis.
diff --git a/html/programs/mblogin.html b/html/programs/mblogin.html index 50cd5ba7..4aaa1023 100644 --- a/html/programs/mblogin.html +++ b/html/programs/mblogin.html @@ -1,8 +1,10 @@ +
+ @@ -12,13 +14,8 @@---Last update 22-Jan-2003
---mblogin - Unix login replacement for MBSE BBS.
-+
+Last update 22-Jan-2003
mblogin - Unix login replacement for MBSE BBS.
Synopsis.
diff --git a/html/programs/mbmon.html b/html/programs/mbmon.html index b66840ba..883745ac 100644 --- a/html/programs/mbmon.html +++ b/html/programs/mbmon.html @@ -1,9 +1,10 @@ - +
+ @@ -13,9 +14,8 @@-Last update 28-Aug-2003
-mbmon - MBSE BBS Monitor
-+
+Last update 28-Aug-2003
mbmon - MBSE BBS Monitor
Sysnopsis.
diff --git a/html/programs/mbmsg.html b/html/programs/mbmsg.html index 2096ceab..54020e62 100644 --- a/html/programs/mbmsg.html +++ b/html/programs/mbmsg.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 30-Jan-2001
-
- -
mbmsg - Message Base Utility
-+
+Last update 30-Jan-2001
mbmsg - Message Base Utility
Sysnopsis.
diff --git a/html/programs/mbout.html b/html/programs/mbout.html index f5d1e683..85c319cd 100644 --- a/html/programs/mbout.html +++ b/html/programs/mbout.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 17-Mar-2001
-
- -
mbout - The Outbound Manager
-+
+Last update 17-Mar-2001
mbout - The Outbound Manager
Synopsis.
diff --git a/html/programs/mbpasswd.html b/html/programs/mbpasswd.html index 23c15c23..47d3de48 100644 --- a/html/programs/mbpasswd.html +++ b/html/programs/mbpasswd.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 21-Jan-2002
-
- -
mbpasswd - The password wrapper.
-+
+Last update 21-Jan-2002
mbpasswd - The password wrapper.
Synopsis.
diff --git a/html/programs/mbsebbs.html b/html/programs/mbsebbs.html index dc508b9e..7e1f8d56 100644 --- a/html/programs/mbsebbs.html +++ b/html/programs/mbsebbs.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 21-Jan-2002
-
- -
mbsebbs - The main BBS program
-+
+Last update 21-Jan-2002
mbsebbs - The main BBS program
Synopsis.
diff --git a/html/programs/mbseq.html b/html/programs/mbseq.html index fedc6679..a7c4403a 100644 --- a/html/programs/mbseq.html +++ b/html/programs/mbseq.html @@ -1,8 +1,10 @@ +
+ @@ -12,16 +14,13 @@-Last update 31-Jan-2001
-
- -
mbseq - Sequence number creator
-+
+Last update 31-Jan-2001
mbseq - Sequence number creator
Synopsis.
mbseq
- 
+
Description.
diff --git a/html/programs/mbsetup.html b/html/programs/mbsetup.html index 013f63b3..276aa219 100644 --- a/html/programs/mbsetup.html +++ b/html/programs/mbsetup.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-diff --git a/html/programs/mbstat.html b/html/programs/mbstat.html index e9ee3016..ce841706 100644 --- a/html/programs/mbstat.html +++ b/html/programs/mbstat.html @@ -1,8 +1,10 @@ + + @@ -12,11 +14,8 @@Last update 05-May-2002
-
- -
mbsetup - The Setup Program
-+
+Last update 05-May-2002
mbsetup - The Setup Program
Synopsis.
@@ -55,8 +54,8 @@ must be present in the ~/etc directory. If it is not present, ie you run several other databases.
- Back to index - Back to Main index +Back to index +Back to Main index
-Last update 07-Jul-2001
-
- -
mbstat - MBSE BBS Status Changer
-+
+Last update 07-Jul-2001
mbstat - MBSE BBS Status Changer
Synopsis.
diff --git a/html/programs/mbtask.html b/html/programs/mbtask.html index 06906351..91cae3ab 100644 --- a/html/programs/mbtask.html +++ b/html/programs/mbtask.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 23-Mar-2002
-
- -
mbtask - MBSE BBS Taskmanager
-+
+Last update 23-Mar-2002
mbtask - MBSE BBS Taskmanager
Sysopsis.
diff --git a/html/programs/mbtoberep.html b/html/programs/mbtoberep.html index 46b61c95..538fa343 100644 --- a/html/programs/mbtoberep.html +++ b/html/programs/mbtoberep.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 31-Jan-2001
-
- -
mbtoberep - List newfiles to report
-+
+Last update 31-Jan-2001
mbtoberep - List newfiles to report
Synopsis.
diff --git a/html/programs/mbuser.html b/html/programs/mbuser.html index 8b02e15f..70dd0e12 100644 --- a/html/programs/mbuser.html +++ b/html/programs/mbuser.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 02-Feb-2001
-
- -
mbuser - User Database Maintenance
-+
+Last update 02-Feb-2001
mbuser - User Database Maintenance
Sysnopsis.
diff --git a/html/programs/mbuseradd.html b/html/programs/mbuseradd.html index d6c86080..96237fa0 100644 --- a/html/programs/mbuseradd.html +++ b/html/programs/mbuseradd.html @@ -1,8 +1,10 @@ +
+ @@ -12,11 +14,8 @@-Last update 02-Feb-2001
-
- -
mbuseradd - The useradd wrapper.
-+
+Last update 02-Feb-2001
mbuseradd - The useradd wrapper.
Sysnopsis.