This is an old revision of the document!
DoorParty is an InterBBS Game Server using a modified version of Manning's Telnet Door which automatically logs the user into their Server and directly into the desired door using the BBS Sysops pre-assigned credentials. You can join for free at http://wiki.throwbackbbs.com/doku.php?id=start.
How to install DoorParty for ProBoard:
Before installing DoorPartry, make sure you register for an account. Here is the information from DoorParty on how to join:
Once you have been accepted to DoorParty, create and download your custom install package:
1. Extract the DoorParty zip file (dpConnect_windows.zip) that you downloaded from Throwback at http://www.throwbackbbs.com/ to a directory/folder. (In this example we will assume C:\dpConnect_windows).
2. Create a folder: c:\doorparty and copy the following files from c:\dpConnect_windows into it:
3. In ProCfg, configure your door to run a Command Line such as this example, which will run NFU.EXE and pass the path-only of your BBS Nodes dropfile directory, as well as the BBSLINK.BAT that NFU will execute along with its needed parameters. Say for example, that your BBS software is ProBoard and your BBS directory structure is
C:\PB (main BBS directory) C:\PB\NODE1 (Node 1 dropfile directory) C:\PB\NODE2 (Node 2 dropfile directory)
ProBoard BBS uses the following Door Command Line macros:
(*#) is replaced by the Node number (*D) tells ProBoard to create a DOOR32.SYS drop file, and is filtered out. (*U) tells ProBoard to use the user's handle.
So the following type-7 Command Line could be configured for this door in ProCfg: So the following type-7 Command Line could be configured for this door in ProCfg:
c:\netfoss\nfu.exe c:\pb\node*# "c:\doorparty\sil_dp.bat *# *U" *D
Note that for node 1, the above command line would be translated by the BBS as so:
c:\pb\nfu.exe c:\pb\node1 "c:\doorparty\sil_dp.bat 1 Massacre c:\pb\node1\DOOR32.SYS"
Note: the *D in this example is only used to tell ProBoard to create a DOOR32.SYS drop file.
Avoid these common mistakes: