ProBoard BBS Documentation

The Choice of Professionals

User Tools

Site Tools


doorparty

Differences

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

Link to this comparison view

Next revision
Previous revision
doorparty [2023/07/22 21:06] – created massacredoorparty [2023/11/18 15:55] (current) massacre
Line 1: Line 1:
 ====== DoorParty ====== ====== DoorParty ======
  
-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.+DoorParty is an InterBBS Game Server using a modified version of Rick Parrish of R&M Software's Telnet Door which automatically logs the user into their Server and directly into DoorParty using the BBS Sysops pre-assigned credentials. You can join for free at http://wiki.throwbackbbs.com/doku.php?id=start.
  
-How to install ProBoard for ProBoard:+How to install DoorParty for ProBoard:
  
-1Extract BBSlink to a directory/folder. (In this example we will assume C:\BBSLINK) and install Microsoft DotNet (.NET)which is required by the RM Library .DLL+Before installing DoorParty, make sure you register for an account Here is the information from DoorParty on how to join from their website: 
 +  
 +  * If you're looking to sign up to DoorParty, I've moved the application process to the BBSI figured this gives it a more “authentic” feel to the spirit of DoorPartyand also simplifies the entire thing for everyone.
  
-2. Edit your BBSLINK.BAT file, and fill in the 3 codes provided by the BBSLink adminWhile you are editing this batch fileyou will need to add a "Change Directory" command to change to its directory somewhere before the bbslink.exe line: +  * You can find it here using the fTelnet app on the BBS website http://www.throwbackbbs.com/or telnet://bbs.throwbackbbs.com with your favorite installed telnet terminal.
-   CD\BBSLINK +
-If you are running your BBS from a different drive then BBSLink is on, then you may also want to add a "C:" command on the line above it.+
  
-3. In your BBS software, 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+  * Once you create an account on the BBS, the application form and info can be found on the main menu as: # % apply for DoorParty! 
 + 
 +  * Logon to Throwback and hit '#' from the main menu 
 + 
 +Once you have been accepted to DoorParty, create and download your custom install package: 
 + 
 +  *In order to get your custom package, please log onto Throwback BBS (telnet://bbs.throwbackbbs.com) where you signed up. If you've been approved, you'll have a new menu option in the DoorParty application main menu that says: 
 + 
 +  * –>.P. Custom Connect Package 
 + 
 +  * You can download your custom package there. 
 + 
 +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: 
 +  * c:\dpConnect_windows\bbs_files\*.* (All files) 
 +      * DoorParty.exe 
 +      * RMLib.dll 
 +      * <Your System Code>_DP.bat 
 +  * c:\dpConnect_windows\doorparty-connector\*.* (All files) 
 +      * doorparty-connector.exe 
 +      * doorparty-connector.ini 
 + 
 +3. You will not have to edit ANY DoorParty files if you properly configured your DoorParty customized installer files. 
 + 
 +4. 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  (main BBS directory)
    C:\PB\NODE1   (Node 1 dropfile directory)    C:\PB\NODE1   (Node 1 dropfile directory)
Line 20: Line 45:
    (*D) tells ProBoard to create a DOOR32.SYS drop file, and is filtered out.     (*D) tells ProBoard to create a DOOR32.SYS drop file, and is filtered out. 
    (*U) tells ProBoard to use the user's handle.     (*U) tells ProBoard to use the user's handle. 
 +   Replace <your system code> with the code you were assigned.  
 +   The batch file should already be named correctly in the zip file.
 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:
-So the following type-7 Command Line could be configured for this door in ProCfg: +   c:\netfoss\nfu.exe c:\pb\node*# "c:\doorparty\<your system code>_dp.bat *# *U" *D
-   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: 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"+   c:\pb\nfu.exe c:\pb\node1 "c:\doorparty\<your system code>_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. Note: the *D in this example is only used to tell ProBoard to create a DOOR32.SYS drop file.
Line 33: Line 59:
    * Do not include the name of DOOR32.SYS in parameter 1, just the path where it is located NFU will read the DOOR.SYS dropfile here, and will create the DOOR32.SYS dropfile in the same directory before executing the Command Line in parameter 2.    * Do not include the name of DOOR32.SYS in parameter 1, just the path where it is located NFU will read the DOOR.SYS dropfile here, and will create the DOOR32.SYS dropfile in the same directory before executing the Command Line in parameter 2.
    * DoorParty requires NOT ONLY the path to a DOOR32.SYS file, it also requires the DOOR32.SYS filename to be included in the node path.    * DoorParty requires NOT ONLY the path to a DOOR32.SYS file, it also requires the DOOR32.SYS filename to be included in the node path.
 +
 +----
 +Thank you to Mike Ehlert for his instructions in the NetFoss User Guide!!
 +[[https://pcmicro.com/netfoss/]]
doorparty.1690031190.txt.gz · Last modified: 2023/07/22 21:06 by massacre