• Net2BBS

    From Marceline Jones to ALL on Sun Mar 7 18:10:00 2021
    I heard D'Bridge can be used with Net2BBS. Is this true ? can Net2BBS pass a connection to D'Bridge, and then D'Bridge passes a caller to the BBS ?

    I am not sure how Net2BBS works. I tend to think of it as something that allows programs to piggyback off a live connection (ie. Data Carrier Detect has to be high) (which is why it will not work with a program in Wait For Caller mode).

    ___ Blue Wave/386 v2.30
  • From Nick Andre@1:229/426 to Marceline Jones on Sun Mar 7 00:31:14 2021
    On 07 Mar 21 18:10:00, Marceline Jones said the following to All:

    I heard D'Bridge can be used with Net2BBS. Is this true ? can Net2BBS pass connection to D'Bridge, and then D'Bridge passes a caller to the BBS ?

    Yes it can. It can accept mail packet transfers, file requests, EMSI sessions over Telnet just as if it was using a modem.

    I am not sure how Net2BBS works. I tend to think of it as something that allows programs to piggyback off a live connection (ie. Data Carrier Detect has to be high) (which is why it will not work with a program in Wait For Caller mode).

    Correct, it won't work in WFC mode because the BBS or mailer is not telnet-aware, only serial-aware.

    The logic is Net2BBS accepts an incoming telnet connection and spawns a new CMD process. That usually consists of a batch file that should first load the included Fossil driver NetFOSS. Then the NetCOM program is called with the telnet socket handle passed to it along with whatever command or batch file to start the mailer or BBS. After the connection has ended, the Fossil driver
    is uninstalled and the batch file exists.

    For example, a batch file called DBRUN.CMD. Parameter %1 is the telnet handle from Net2BBS (*H I think)

    cd \DB
    echo > LINE1.OTL
    netfoss /n1 /x
    netcom /n1 /h%1 db.exe
    netfoss /u
    del LINE1.OTL
    exit

    D'Bridge must first be told that when it runs to assume that a caller is "on the line" and to exit when the call completes. So you create a dummy
    semaphore file called LINE1.OTL in the DB directory.

    In D'Bridge Setup, Config-Advanced, BBS Configuration you specify the
    commands to run your DOS-based BBS. Then in Config-Comm/Modem you would specify COM1 along with the OTHERMDM (Generic modem) template. Exit and save.

    Start Net2BBS, test by telnetting locally. Net2BBS should spawn DBRUN.CMD which loads D'Bridge. In your telnet session you see the D'Bridge logo
    followed by "Press ESC twice to access the BBS". Doing so will swap the mailer out to execute whatever commands you specified. When the BBS terminates, the session returns to the mailer which at this point has sensed "dropped carrier" and thus terminates back to DBRUN... which exits.

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From Marceline Jones to NICK ANDRE on Sun Mar 14 17:09:00 2021
    D'Bridge must first be told that when it runs to assume that a caller
    is "on the line" and to exit when the call completes. So you create a dummy semaphore file called LINE1.OTL in the DB directory.

    Ah ok.

    You are running D'Bridge like a door.

    That is cheating :)

    Start Net2BBS, test by telnetting locally. Net2BBS should spawn
    DBRUN.CMD which loads D'Bridge. In your telnet session you see the D'Bridge logo followed by "Press ESC twice to access the BBS". Doing so will swap the mailer out to execute whatever commands you specified.
    When the BBS terminates, the session returns to the mailer which at
    this point has sensed "dropped carrier" and thus terminates back to DBRUN... which exits.

    Why cannot Net2BBS just pass the raw connection to D'Bridge WFC mode ? is it because the author wants to sell NetSerial instead ?

    ___ Blue Wave/386 v2.30
  • From Ward Dossche@2:292/854 to Marceline Jones on Sun Mar 14 08:31:19 2021
    Why cannot Net2BBS just pass the raw connection to D'Bridge WFC mode ? is it because the author wants to sell NetSerial instead ?

    Hmmmmmm ... you do know who D'Bridge's maintainer/author is and how much he charges for that ... right ?

    Besides, I think there's something wrong with your clock setting ...

    \%/@rd

    --- DB4 - Mar.08 2021
    * Origin: Hou het veilig, hou vol. Het komt allemaal weer goed (2:292/854)
  • From Nick Andre@1:229/426 to Marceline Jones on Sun Mar 14 08:38:34 2021
    On 14 Mar 21 17:09:00, Marceline Jones said the following to Nick Andre:

    You are running D'Bridge like a door.

    That is cheating :)

    "I'm allowed to look at the menu... but I cannot order anything".

    Why cannot Net2BBS just pass the raw connection to D'Bridge WFC mode ? is i because the author wants to sell NetSerial instead ?

    Possibly. No matter how much messing around I just could never get it working in the WFC method.

    The author of Net2BBS/Net2Serial is actually a pretty cool guy.

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From Ruben Figueroa@1:124/5014 to Nick Andre on Sun Mar 14 12:27:11 2021
    The author of Net2BBS/Net2Serial is actually a pretty cool guy.

    Nick

    I second that!

    Ruben Figueroa aka Zazz
    Mystic Prison Board Sysop
    telnet://pbmystic.rdfig.net:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A47 2020/11/17 (Windows/32)
    * Origin: Mystic Prison*Mesquite Tx*pbmystic.rdfig.net:24 (1:124/5014)
  • From Marceline Jones to WARD DOSSCHE on Sun Mar 21 10:14:00 2021
    Why cannot Net2BBS just pass the raw connection to D'Bridge WFC mode ? is it because the author wants to sell NetSerial instead ?

    Hmmmmmm ... you do know who D'Bridge's maintainer/author is and how
    much he charges for that ... right ?

    I know he charged an arm and a leg:

    ==================================================
    D'Bridge EMAIL System - Single-line 1.58 Ordering Information / 5 April 1994 ...
    |-----------------------------------------------------------------|
    | Item Quantity Price Extension |
    | |
    | D'Bridge/Single-line License _________ $139.00* _________ |
    | |
    | D'Bridge/Single-line SIX-PACK _________ $695.00* _________ |
    ...
    ==================================================

    Besides, I think there's something wrong with your clock setting ...

    What is wrong with my clock setting ?

    ___ Blue Wave/386 v2.30
  • From Marceline Jones to NICK ANDRE on Sun Mar 21 10:15:00 2021
    You are running D'Bridge like a door.

    That is cheating :)

    "I'm allowed to look at the menu... but I cannot order anything".

    Order whatever you want, but I know the missing menu bothers you.

    Why cannot Net2BBS just pass the raw connection to D'Bridge WFC mode ? is i
    because the author wants to sell NetSerial instead ?

    Possibly. No matter how much messing around I just could never get it working in the WFC method.

    The author of Net2BBS/Net2Serial is actually a pretty cool guy.

    Yes I know.

    ___ Blue Wave/386 v2.30
  • From Nick Andre@1:229/426 to Marceline Jones on Sun Mar 21 04:27:35 2021
    On 21 Mar 21 10:14:00, Marceline Jones said the following to Ward Dossche:

    I know he charged an arm and a leg:

    ==================================================
    D'Bridge EMAIL System - Single-line 1.58 Ordering Information / 5 April 199

    You're talking about the original author... I never took a dime.

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From C.g. Learn@1:275/95 to Marceline Jones on Sun Mar 21 13:22:49 2021
    Why cannot Net2BBS just pass the raw connection to D'Bridge WFC mode it because the author wants to sell NetSerial instead ?


    Come on, thats not fair, two different softwares for two different
    purposes. I use both. If you want to use FD or D'Bridge WFC screen, you
    will have to use NetSerial, if you want to pass telnet infor to
    something, and login, use net2bbs. A suggestion, if you want to have a 5
    node system, make nodes 1-4 net2bbs on one port, and node 5, use
    netserial on the last node to answer the mailer on a different port.
    Give both out to your users. If they want to call node 5, they just hit
    esc twice and log in as usual. Now you have a dedicated mail node, and 4
    user nodes. Process all your events on node 5. It's doable.

    --- GAPNetW - Ver 6.7
    * Origin: Valhalla II - bbs.valhallabbs.com:24, Richmond, VA (1:275/95)
  • From Ward Dossche@2:292/854 to Marceline Jones on Sun Mar 21 21:24:42 2021
    Hmmmmmm ... you do know who D'Bridge's maintainer/author is and how MJ>WD> much he charges for that ... right ?

    I know he charged an arm and a leg:

    I've used D'Bridge first as a point, later as a node, since 1988 or 1989.

    Never paid a cent for it.

    \%/@rd

    --- DB4 - Mar.13 2021
    * Origin: Hou het veilig, hou vol. Het komt allemaal weer goed (2:292/854)
  • From T.J. Mcmillen@1:124/5014.2 to Marceline Jones on Sun Mar 21 17:25:31 2021
    I know he charged an arm and a leg:

    ==================================================
    D'Bridge EMAIL System - Single-line 1.58 Ordering Information / 5 April 19

    WHERE are you getting all this OLD $H!T NEWS?!?!?!

    DB is Free and Nick is the author. Please go post in the local bases where no one can read your posts.

    ... I don't want to be literate, I just want to program.

    --- Renegade v1.22/DOS
    * Origin: PB Renegade (gapbbs.rdfig.net:2424) Mesquite, Tx (1:124/5014.2)
  • From T.J. Mcmillen@1:124/5014.2 to C.G. Learn on Sun Mar 21 17:26:49 2021
    will have to use NetSerial, if you want to pass telnet infor to
    something, and login, use net2bbs. A suggestion, if you want to have a 5 node system, make nodes 1-4 net2bbs on one port, and node 5, use

    That's how I have it on my board. But not too many mailer to mailer calls anymore, so I just load it when someone needs it.

    ... Budweiser: Breakfast of Champions

    --- Renegade v1.22/DOS
    * Origin: PB Renegade (gapbbs.rdfig.net:2424) Mesquite, Tx (1:124/5014.2)
  • From Ward Dossche@2:292/854 to T.J. Mcmillen on Mon Mar 22 11:00:18 2021
    I know he charged an arm and a leg:

    WHERE are you getting all this OLD $H!T NEWS?!?!?!

    Chris Irwin is the originator of the product, he did charge for user-keys and had a complete network with commercial representation. Several authors tried to make a buck out of Fido but I think there were no major commercial successes.

    So eventually in the 2nd part of the 90-ies Chris Irwin effectively abandoned it. He briefly showed-up at the end of 1999 to deal with some Y2K-issues but lived-up to the common perception that whenever he solved a bug in D'Bridge, he created 2 others. His Y2K-version was crap and removed here the day it was installed, went back to 1.85 and the by then known bugs with their work-arounds. I think around that time I was the only user remaining and that did't change for some years.

    The work-arounds were lovely, I even managed to get 1.85 to function in an IP-environment.

    Then came this spoiled bratt from somewhere Toronto who convinced Chris Irwin to release the code, which Chris eventually reluctantly did as if he was giving away the PIN-code of Fort Knox.

    I think one of the first things Nick did was to kick-out the key-code ... and then the picture changed. New stuff happened ...

    \%/@rd

    --- DB4 - Mar.13 2021
    * Origin: Hou het veilig, hou vol. Het komt allemaal weer goed (2:292/854)
  • From Nick Andre@1:229/426 to Ward Dossche on Mon Mar 22 12:15:47 2021
    On 22 Mar 21 11:00:18, Ward Dossche said the following to T.J. Mcmillen:

    Then came this spoiled bratt from somewhere Toronto who convinced Chris Irw to release the code, which Chris eventually reluctantly did as if he was giving away the PIN-code of Fort Knox.

    Excuse me.... I'm a charming brat....

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From Matt Munson@1:218/109 to Marceline Jones on Mon Mar 22 19:54:29 2021
    BY: Marceline Jones(1:103/705)


    I know he charged an arm and a leg:

    ==================================================
    D'Bridge EMAIL System - Single-line 1.58 Ordering Information / 5 April 1994
    He is not the original maintainer. He has offered it for free for the last decade or so. I sadly wish the wwiv maintainer had a twit filter. :(


    --- WWIV 5.7.0.3471
    * Origin: Inland Utopia BBS * iutopia.duckdns.org:2023 (1:218/109)
  • From Nick Andre@1:229/426 to Matt Munson on Tue Mar 23 00:18:33 2021
    On 22 Mar 21 19:54:29, Matt Munson said the following to Marceline Jones:

    He is not the original maintainer. He has offered it for free for the last decade or so. I sadly wish the wwiv maintainer had a twit filter. :(

    You mean in the WWIVTOSS program?

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From Ward Dossche@2:292/854 to Nick Andre on Tue Mar 23 17:00:00 2021
    Then came this spoiled bratt from somewhere Toronto who convinced
    Chris Irw
    to release the code, which Chris eventually reluctantly did as if he
    was
    giving away the PIN-code of Fort Knox.

    Excuse me.... I'm a charming brat....

    That was in 2007 ...

    --- DB4 - Mar.13 2021
    * Origin: Hou het veilig, hou vol. Het komt allemaal weer goed (2:292/854)
  • From Nick Andre@1:229/426 to Ward Dossche on Tue Mar 23 12:41:44 2021
    On 23 Mar 21 17:00:00, Ward Dossche said the following to Nick Andre:

    Excuse me.... I'm a charming brat....

    That was in 2007 ...

    No less than your charm of shitting in a cardboard box at sea...

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From C.g. Learn@1:275/95 to T.j. Mcmillen on Tue Mar 23 15:58:03 2021
    That's how I have it on my board. But not too many mailer to mailer calls anymore, so I just load it when someone needs it.

    I was thing of setting up GAP that way, and make node 10 the mailer, and
    1-9 human. I know it works, as I've helped others do it, just haven't
    kicked it into gear over here yet.

    --- GAPNetW - Ver 6.7
    * Origin: Valhalla II - bbs.valhallabbs.com:24, Richmond, VA (1:275/95)
  • From Marceline Jones to T.J. MCMILLEN on Sat Mar 27 10:14:00 2021
    I know he charged an arm and a leg:

    ==================================================
    D'Bridge EMAIL System - Single-line 1.58 Ordering Information / 5 April 19

    WHERE are you getting all this OLD $H!T NEWS?!?!?!

    The information is cited from the program documentation.

    DB is Free and Nick is the author. Please go post in the local bases where no one can read your posts.

    D'Bridge was not free and Nick Andre was not the original author.

    ___ Blue Wave/386 v2.30
  • From Marceline Jones to WARD DOSSCHE on Sat Mar 27 10:15:00 2021
    Hmmmmmm ... you do know who D'Bridge's maintainer/author is and how
    much he charges for that ... right ?

    I know he charged an arm and a leg:

    I've used D'Bridge first as a point, later as a node, since 1988 or
    1989.
    Never paid a cent for it.

    According to its terms of use, should you have paid for it ?

    ___ Blue Wave/386 v2.30
  • From Marceline Jones to NICK ANDRE on Sat Mar 27 10:16:00 2021
    I know he charged an arm and a leg:

    ==================================================
    D'Bridge EMAIL System - Single-line 1.58 Ordering Information / 5 April 199

    You're talking about the original author... I never took a dime.

    Yes well, first impressions last.

    ___ Blue Wave/386 v2.30
  • From Marceline Jones to MATT MUNSON on Sat Mar 27 10:17:00 2021
    last decade or so. I sadly wish the wwiv maintainer had a twit
    filter. :(

    You mean like Blue Wave ? :

    ╔══ March 26, 2021 ═════════════════════════════════════════════ 06:30:56 ══╗
    ║ Preferences Global Archivers External Directories Registration Quit ║ ╠═╒══════════════════════════════╕══════════════════════════════════════════╣ ║▒│ Default Preferences │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ ║▒┌─ Edit Filters for VERT ───────────────────────────────────────────────┐▒║ ║▒│ Message Filter Text Msg Fields Search Flags │▒║ ║▒├───────────────────────────────────────────────────────────────────────┤▒║ ║▒│ Dan Clough From IgnoreCase ▲▒║ ║▒│ T.j. Mcmillen From IgnoreCase │▒║ ║▒│ │▒║ ║▒│ │▒║ ║▒│ │▒║ ║▒│ │▒║ ║▒│ │▒║ ║▒│ │▒║ ║▒│ │▒║ ║▒│ │▒║ ║▒│ ▼▒║ ║▒├───────────────────────────────────────────────────────────────────────┤▒║ ║▒│ <Ins> Add Filter <Del> Delete Filter <Enter> Edit Filter <Alt-S> Sort │▒║ ║▒└───────────────────────────────────────────────────────────────────────┘▒║ ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ ╠═══════════════════════════════════════════════════════════════════════════╣
    ║ Press F1 for help on each menu item. ║ ╚══════════════ Copyright (C) 1992-1996 by Cutting Edge Computing ══════════╝

    ___ Blue Wave/386 v2.30
  • From Marceline Jones to C.G. LEARN on Sat Mar 27 10:18:00 2021
    Why cannot Net2BBS just pass the raw connection to D'Bridge WFC mode it because the author wants to sell NetSerial instead ?


    Come on, thats not fair, two different softwares for two different purposes. I use both. If you want to use FD or D'Bridge WFC screen,
    you will have to use NetSerial, if you want to pass telnet infor to something, and login, use net2bbs. A suggestion, if you want to have a

    I tend to think of Net2BBS as NetSerial Lite.

    Does NetSerial have anti-portscanning features ?

    5 node system, make nodes 1-4 net2bbs on one port, and node 5, use netserial on the last node to answer the mailer on a different port.
    Give both out to your users. If they want to call node 5, they just
    hit esc twice and log in as usual. Now you have a dedicated mail node, and 4 user nodes. Process all your events on node 5. It's doable.

    If Net2BBS only spawns BBS processes on demand, then the "Who's Online" menu will not show all the nodes. I want people to see that I have 256 nodes waiting for a connection.

    ___ Blue Wave/386 v2.30
  • From Nick Andre@1:229/426 to Marceline Jones on Fri Mar 26 20:23:16 2021
    On 27 Mar 21 10:16:00, Marceline Jones said the following to Nick Andre:

    You're talking about the original author... I never took a dime.

    Yes well, first impressions last.

    I'm not quite sure I understand what that means?

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From Nick Andre@1:229/426 to Marceline Jones on Fri Mar 26 20:57:51 2021
    On 27 Mar 21 10:14:00, Marceline Jones said the following to T.J. Mcmillen:

    The information is cited from the program documentation.

    Can I politely ask what version documentation you are citing this from?

    When I obtained the code in 2005-ish, the first thing I did was make it freeware. Word of mouth quickly spread and this echo exploded in
    traffic, everyone being excited to see it being worked on again. There have been many releases since then. The most recent was... yesterday.

    www.dbridgemailer.com

    I've had Sysops offer to pay me for adding BinkD and TIC processing, offers
    to pay me for support which I've very politely declined. I've answered international phone calls for troubleshooting, replied to countless emails
    and Netmails... and never took a dime.

    Ward will tell you enthusiastically... "Best pizza I ever bought".

    D'Bridge was not free and Nick Andre was not the original author.

    Everyone knows this... I'm sensing some hostility or a need to split hairs.

    A famous Canuck band sang We're here for a good time, not a long time.

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From Nick Andre@1:229/426 to C.G. Learn on Fri Mar 26 21:28:44 2021
    On 23 Mar 21 15:58:03, C.G. Learn said the following to T.J. Mcmillen:

    That's how I have it on my board. But not too many mailer to mailer calls anymore, so I just load it when someone needs it.

    I was thing of setting up GAP that way, and make node 10 the mailer, and 1-9 human. I know it works, as I've helped others do it, just haven't kicked it into gear over here yet.

    I have Renegade set up this way. Nodes 1 to 8 are telnet, 9 is the dialup modem line and my own local-logins.

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From T.J. Mcmillen@1:124/5014.2 to Nick Andre on Fri Mar 26 20:39:30 2021
    Yes well, first impressions last.

    I'm not quite sure I understand what that means?

    I wouldn't even reply to her .. she's just looking to start crap.

    ... Anyone who says he can see through women is missing a lot

    --- Renegade v1.22/DOS
    * Origin: PB Renegade (gapbbs.rdfig.net:2424) Mesquite, Tx (1:124/5014.2)
  • From Ward Dossche@2:292/854 to Marceline Jones on Sat Mar 27 12:24:00 2021
    I know he charged an arm and a leg:

    I've used D'Bridge first as a point, later as a node, since 1988 or MJ>WD> 1989.
    Never paid a cent for it.

    According to its terms of use, should you have paid for it ?

    Well, I never did even though D'Bridge in those days could not function without one.

    \%/@rd

    --- DB4 - Mar.13 2021
    * Origin: Hou het veilig, hou vol. Het komt allemaal weer goed (2:292/854)
  • From mark lewis@1:3634/12 to Marceline Jones on Sat Mar 27 08:27:35 2021
    Re: Re: Net2BBS
    By: Marceline Jones to C.G. LEARN on Sat Mar 27 2021 10:18:00


    If Net2BBS only spawns BBS processes on demand, then the "Who's Online" menu will not show all the nodes. I want people to see that I have 256 nodes waiting for a connection.

    generally speaking, easily handled by creating the proper disk-base semaphore files in the proper directory monitored by the BBS's "Who's Online" tool... but it depends on the system... some might use a binary data file which
    would need to be modified with status updates for the nodes' statuses...

    both options are relatively easily handled from the command line and thus from within script files as long as appropraite, possibly custom written, tools are available...


    )\/(ark
    --- SBBSecho 3.11-Linux
    * Origin: SouthEast Star Mail HUB - SESTAR (1:3634/12)
  • From C.g. Learn@1:275/95 to Marceline Jones on Sat Mar 27 16:09:27 2021
    I tend to think of Net2BBS as NetSerial Lite.

    It's not, they are two compleatly different programs.

    Does NetSerial have anti-portscanning features ?

    I don't think so

    If Net2BBS only spawns BBS processes on demand, then the "Who's Online" me will not show all the nodes. I want people to see that I have 256 nodes wa for a connection.

    If you have 256 nodes set up in your BBS config, they should show up as
    just "offline" or "Waiting For Call". Honestly in todays bbs world, why
    would you want 256 nodes. If a caller hit "Whos Online", and has to
    scroll through 12 pages of "waiting for calls", he/she is lible to
    disconnect and move on. I would love to have all my nodes busy with
    callers, but the fact is, that's not gonna happen these days. I have 15
    nodes available, 5 for each one of my systems, and It's a good day if 2
    nodes are busy at the same time by legit callers. Let's face it, most of
    todays callers are other sysops in the hobby. I've been in this hobby
    since the early 90's, and I've seen the day when I had ten callers on at
    one time. I used to run a paid system, with 10 incomming phone lines,
    and if felt good making that money, but I always put it back in the
    system, and paid for dinners for my co sysops. I had a good run, about 3
    years as a paid system, but eventually, I dropped the paid, and gave
    free access to all. As a sysop, I try to be the best I can be, not the
    biggest I can be. Give the user a quality system, make it your own, and
    they will come.

    --- GAPNetW - Ver 6.7
    * Origin: Valhalla II - bbs.valhallabbs.com:24, Richmond, VA (1:275/95)
  • From C.g. Learn@1:275/95 to Nick Andre on Sat Mar 27 16:12:35 2021
    I have Renegade set up this way. Nodes 1 to 8 are telnet, 9 is the dialup modem line and my own local-logins.

    Nick

    Sometimes I think thats the best way. I try to make it as easy and fun
    for the user as I can.

    --- GAPNetW - Ver 6.7
    * Origin: Valhalla II - bbs.valhallabbs.com:24, Richmond, VA (1:275/95)
  • From Nick Andre@1:229/426 to C.G. Learn on Sun Mar 28 03:00:31 2021
    On 27 Mar 21 16:09:27, C.G. Learn said the following to Marceline Jones:

    If you have 256 nodes set up in your BBS config, they should show up as just "offline" or "Waiting For Call". Honestly in todays bbs world, why would you want 256 nodes. If a caller hit "Whos Online", and has to

    This. Showing 256 nodes all idle (well, 255 if you count one person logged in to see the list), just seems a bit strange.

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From C.g. Learn@1:275/95 to Nick Andre on Sun Mar 28 09:08:25 2021
    This. Showing 256 nodes all idle (well, 255 if you count one person logged to see the list), just seems a bit strange.

    I agree fully. I think I'm going to take the same approach as the others
    have, and just stay quiet when it comes to this person. LOL, it's the
    safest option.

    --- GAPNetW - Ver 6.7
    * Origin: Valhalla II - bbs.valhallabbs.com:24, Richmond, VA (1:275/95)
  • From Aaron Grasswell@1:229/428 to C.g. Learn on Sun Mar 28 12:33:00 2021
    This. Showing 256 nodes all idle (well, 255 if you count one person
    logged
    to see the list), just seems a bit strange.

    I agree fully. I think I'm going to take the same approach as the others have, and just stay quiet when it comes to this person. LOL, it's the
    safest option.

    --- GAPNetW - Ver 6.7
    * Origin: Valhalla II - bbs.valhallabbs.com:24, Richmond, VA (1:275/95)


    I'm running RemoteAccess (SW since it's impossible to register it seems) which is limited to 2 nodes.
    I've had both nodes active at the same time a few times, but it's rare. Even with the addition of a Tetris door... :D

    3 or 4 nodes would be plenty to avoid anyone ver seeing a 'busy' signal.

    Back in the early to mid 90s I was a single node (poor high school student paying $10/mo for a second phone line in my mom's house) and could have mde use of more nodes. But today, traffic isn't so high (yet... here's hoping!)
    :)

    Aaron/DW

    --- D'Bridge 4
    * Origin: Dark Systems BBS (1:229/428)
  • From Matt Munson@1:218/109 to Aaron Grasswell on Sun Mar 28 12:01:20 2021
    BY: Aaron Grasswell(1:229/428)


    I'm running RemoteAccess (SW since it's impossible to register it seems) which is limited to 2 nodes.
    I've had both nodes active at the same time a few times, but it's rare. Even with the addition of a Tetris door... :D
    EleBBS might be an alternative for you. You could run that instead.


    --- WWIV 5.7.0.3488
    * Origin: Inland Utopia BBS * iutopia.duckdns.org:2023 (1:218/109)
  • From C.g. Learn@1:275/95 to Aaron Grasswell on Sun Mar 28 15:11:41 2021
    I'm running RemoteAccess (SW since it's impossible to register it seems) w is limited to 2 nodes.
    I've had both nodes active at the same time a few times, but it's rare. E with the addition of a Tetris door... :D

    Honestly, Since it's abandon ware, I thought there was a code generator
    out there for it. I bought RAPro back in the late 90's, so I was lucky I
    kept the key file. I resurected RA about 6 months ago, to complement my
    SBBS and GAP systems. I've got 15 nodes total with all three systems,
    and I've yet to see more than 2 users at a time. Honestly, I don't think
    her computer would handle 256 telnet nodes active at one time, as thats
    a lot of overhead. I think max would be about 10 to still have resources available for other things

    3 or 4 nodes would be plenty to avoid anyone ver seeing a 'busy' signal.

    Agreed, very much so these days

    Back in the early to mid 90s I was a single node (poor high school student paying $10/mo for a second phone line in my mom's house) and could have md of more nodes. But today, traffic isn't so high (yet... here's hoping!)
    :)

    LOL, I hear ya. I wish I had some of the money back that I paid Ma Bell
    back in the 90's to run the bbs.

    Take care

    << C.G. >>

    --- GAPNetW - Ver 6.7
    * Origin: Valhalla II - bbs.valhallabbs.com:24, Richmond, VA (1:275/95)
  • From Marceline Jones to NICK ANDRE on Sun Apr 4 09:04:00 2021
    Andre:
    You're talking about the original author... I never took a dime.

    Yes well, first impressions last.

    I'm not quite sure I understand what that means?

    The phrase "First impressions last" means the initial idea, feeling or opinion formed by somebody is difficult to change. For example D'Bridge used to charge $139 USD for 1 node. If somebody spurns D'Bridge as a rip-off, then they will resist changing that sentiment regardless of its actual merits or change in facts.

    ___ Blue Wave/386 v2.30
  • From Marceline Jones to NICK ANDRE on Sun Apr 4 09:05:00 2021
    On 27 Mar 21 10:14:00, Marceline Jones said the following to T.J. Mcmillen:
    The information is cited from the program documentation.

    Can I politely ask what version documentation you are citing this
    from?

    D'Bridge EMAIL System Single-line v1.58 (5 April 1994).

    05/04/1994 01:00p 10,856 DB-USA.TXT

    When I obtained the code in 2005-ish, the first thing I did was make
    it freeware. Word of mouth quickly spread and this echo exploded in traffic, everyone being excited to see it being worked on again. There have been many releases since then. The most recent was... yesterday.

    By 1999 the BBS scene was dead. By 2005 we are looking at fossilised remains. By that time people already moved on to Argus. It would have been noble if open-sourced earlier, but instead it was done at a time when it was useless.

    I've had Sysops offer to pay me for adding BinkD and TIC processing, offers to pay me for support which I've very politely declined. I've answered international phone calls for troubleshooting, replied to countless emails and Netmails... and never took a dime.

    Were those offers made before or after you added those features ?

    Did you decline because you did not want the obligation and/or accountability of supporting D'Bridge ?

    Ward will tell you enthusiastically... "Best pizza I ever bought".

    That is because he is a true believer.

    I on the other hand take a dim view of crippleware.

    D'Bridge was not free and Nick Andre was not the original author.

    Everyone knows this... I'm sensing some hostility or a need to split hairs.
    A famous Canuck band sang We're here for a good time, not a long time.

    There is also the saying "Forgive but don't forget". People act as though D'Bridge is the best thing ever, and readily praise and come to its defense. But I remember a time when people were incentivised to snitch on SysOps that violated evaluation agreements. My view is snitches get stitches.

    ___ Blue Wave/386 v2.30
  • From Marceline Jones to C.G. LEARN on Sun Apr 4 09:18:00 2021
    I tend to think of Net2BBS as NetSerial Lite.

    It's not, they are two compleatly different programs.

    It would be better if the two were merged.

    If you have 256 nodes set up in your BBS config, they should show up
    as just "offline" or "Waiting For Call". Honestly in todays bbs world,
    why would you want 256 nodes. If a caller hit "Whos Online", and has

    Because it is endearing and cute.

    to scroll through 12 pages of "waiting for calls", he/she is lible to disconnect and move on. I would love to have all my nodes busy with

    People would scroll until the end out of curiosity.

    callers, but the fact is, that's not gonna happen these days. I have
    15 nodes available, 5 for each one of my systems, and It's a good day
    if 2 nodes are busy at the same time by legit callers. Let's face it, most of todays callers are other sysops in the hobby. I've been in this hobby since the early 90's, and I've seen the day when I had ten
    callers on at one time. I used to run a paid system, with 10 incomming phone lines, and if felt good making that money, but I always put it

    It sounds like you have a marketing and value proposition problem. Maybe if you held cash prize competitions you could get 100 simultaneous online callers. You could fund it with OnlyFans.

    ___ Blue Wave/386 v2.30
  • From Marceline Jones to WARD DOSSCHE on Sun Apr 4 09:19:00 2021
    According to its terms of use, should you have paid for it ?

    Well, I never did even though D'Bridge in those days could not
    function without one.

    Does that mean you got a free key or stop using the program ?

    ___ Blue Wave/386 v2.30
  • From Rob Swindell to Marceline Jones on Sat Apr 3 13:27:48 2021
    Re: Re: Net2BBS
    By: Marceline Jones to C.G. LEARN on Sun Apr 04 2021 09:18 am

    It sounds like you have a marketing and value proposition problem. Maybe if you held cash prize competitions you could get 100 simultaneous online callers. You could fund it with OnlyFans.

    Now *that* gave me a laugh. :-)
    --
    digital man

    Synchronet/BBS Terminology Definition #18:
    DCD = Data Carrier Detect
    Norco, CA WX: 76.5°F, 31.0% humidity, 7 mph ENE wind, 0.00 inches rain/24hrs
  • From Ward Dossche@2:292/854 to Marceline Jones on Sun Apr 4 00:38:33 2021
    Well, I never did even though D'Bridge in those days could not
    function without one.

    Does that mean you got a free key or stop using the program ?

    There was a possibility where you could request a temporary free key, think it was valid for a month. I may have tried it, don't remember.

    But I got free a paid-for key from the distributor.

    It was either that or use Binkley.

    \%/@rd

    --- DB4 - Mar.13 2021
    * Origin: Hou het veilig, hou vol. Het komt allemaal weer goed (2:292/854)
  • From Matt Munson@1:218/109 to Marceline Jones on Sat Apr 3 15:47:26 2021
    BY: Marceline Jones(1:103/705)


    It sounds like you have a marketing and value proposition problem. Maybe
    if you held cash prize competitions you could get 100 simultaneous
    online callers. You could fund it with OnlyFans.
    People find the interface of the bbs antiquated and a big turnoff even if you tried payola.


    --- WWIV 5.7.0.3490
    * Origin: Inland Utopia BBS * iutopia.duckdns.org:2023 (1:218/109)
  • From C.G. Learn@1:275/93 to Marceline Jones on Sat Apr 3 14:59:02 2021
    Re: Re: Net2BBS
    By: Marceline Jones to C.G. LEARN on Sun Apr 04 2021 09:18 am

    Because it is endearing and cute.
    It sounds like you have a marketing and value proposition problem. Maybe if you held cash prize competitions you could get 100 simultaneous online callers. You could fund it with OnlyFans.

    You are one sick puppy. Get a life. I will not continue to continue this thread with you.

    Appologies to the echo moderator in advance.

    SysOp: C.G. Learn, AKA: DesotoFireflite
    Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
    Valhalla II! - (GAP) - bbs.valhallabbs.com:24
    Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
    Valhalla Home Services Web! - http://bbs.valhallabbs.com
    A Gamers Paradise - Over 150 Registered Online Game Doors!

    Home Of Odin's Maze Game Server!
    Come Play Trade Wars On Valhalla's T.W.G.S!

    --- I hear what you're saying but I just don't care.
    * Origin: Telnet://valhalla.synchro.net - Richmond, Virginia (1:275/93)
  • From Nick Andre@1:229/426 to Marceline Jones on Sat Apr 3 21:28:45 2021
    On 04 Apr 21 09:05:00, Marceline Jones said the following to Nick Andre:

    Were those offers made before or after you added those features ?

    Did you decline because you did not want the obligation and/or accountabili of supporting D'Bridge ?

    I declined because:

    There is also the saying "Forgive but don't forget". People act as though D'Bridge is the best thing ever, and readily praise and come to its defense But I remember a time when people were incentivised to snitch on SysOps tha violated evaluation agreements. My view is snitches get stitches.

    The world has changed just a tad bit since 1994. Its a silly message hobby nobody in the "real world" cares about anymore. What was once commercial software has been freeware for a long time now and still supported in 2021.

    Nick

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)