fsxNet Wiki

BBS Development & Resources

User Tools

Site Tools


doors:dropfiles:tribbssys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
doors:dropfiles:tribbssys [2022/11/11 03:32]
avon removed
— (current)
Line 1: Line 1:
-====== TRIBBS.SYS ====== 
  
-<​code>​ 
-     Is TriBBS'​s proprietary door data file. It is an ASCII text file and uses the following format: ​ 
- 
-     ​1 ​                            <- The user's record number 
-     Mark Goodwin ​                 <- The user's name 
-     ​Something ​                    <- The user's password 
-     ​200 ​                          <- The user's security level 
-     ​Y ​                            <- Y for Expert, N for Novice 
-     ​Y ​                            <- Y for ANSI, N for monochrome 
-     ​60 ​                           <- Minutes left for this call 
-     ​207-941-0805 ​                 <- The user's phone number 
-     ​Bangor,​ Me                    <- The user's city and state 
-     ​10/​19/​56 ​                     <- The user's birth date 
-     ​1 ​                            <- The node number 
-     ​1 ​                            <- The serial port 
-     ​2400 ​                         <- Baud rate or 0 for local 
-     ​38400 ​                        <- Locked rate or 0 for not locked 
-     ​Y ​                            <- Y for RTS/CTS, N for no RTS/CTS 
-     ​N ​                            <- Y for error correcting or N 
-     ​Unnamed BBS                   <- The board'​s name 
-     Joe Sysop                     <- The sysop'​s name 
-     ​Programmer ​                   <- The user's alias. 
-     ​Y ​                            <- Y for RIPScrip, N for no RIPScrip 
-</​code>​ 
- 
-==== Sources ==== 
- 
-  * http://​web.archive.org/​web/​20160325154049/​http://​goldfndr.home.mindspring.com/​dropfile/​tribbs.htm