• Outbound RLogin and MCI Codes

    From Fat Rastus@46:1/107 to All on Sat Jul 9 00:01:44 2016
    Hello,

    I am still experimenting with the (IR) Outbound RLOGIN command. If I use a Data line like this:

    /addr=twgs.mybbs.com:513 /user=TEXT%U /pass=mypassword

    I was expecting the User's Handle to be inserted at the MCI code but it is not. it's sending TEST%U. Placeing a space between TEXT %U won't work either.

    Is this something that can be changed?

    Thanks,

    Nick
    --- SBBSecho 3.00-Linux
    * Origin: Electronic Warfare BBS | telnet:\\bbs.ewbbs.net (46:1/107)
  • From Gryphon@46:1/116 to Fat Rastus on Sat Jul 9 00:43:22 2016
    On 07/09/16, Fat Rastus said the following...

    Hello,

    I am still experimenting with the (IR) Outbound RLOGIN command. If I use
    a Data line like this:

    /addr=twgs.mybbs.com:513 /user=TEXT%U /pass=mypassword

    I was expecting the User's Handle to be inserted at the MCI code but it
    is not. it's sending TEST%U. Placeing a space between TEXT %U won't
    work either.
    Is this something that can be changed?

    You could write an MPL to do it.

    Uses User
    GetThisUser
    Var logname: String = 'TEXT'+Replace(UserAlias,' ','_')
    Begin
    MenuCmd('IR','/addr=twgs.mybbs.com:513 /user='+logname+' /pass=passwd')
    End

    "No matter where you go, there you are!" - Buckaroo Bonzai

    --- Mystic BBS v1.12 A26 (Raspberry Pi)
    * Origin: Cyberia BBS | Cyberia.Darktech.Org | Kingwood, TX (46:1/116)
  • From maskreet@46:1/148 to Fat Rastus on Sat Jul 9 01:50:33 2016
    On 07/09/16, Fat Rastus said the following...

    Hello,

    I am still experimenting with the (IR) Outbound RLOGIN command. If I use
    a Data line like this:

    /addr=twgs.mybbs.com:513 /user=TEXT%U /pass=mypassword

    I was expecting the User's Handle to be inserted at the MCI code but it
    is not. it's sending TEST%U. Placeing a space between TEXT %U won't
    work either.

    Is this something that can be changed?

    It's already a thing. Use %USER% instead of %U in the IR command line.

    Also, since rlogin's default port is 513, you can omit the :513 from your
    /addr

    --- Mystic BBS v1.12 A24 (Windows)
    * Origin: http://www.throwbackbbs.com -\- meriden, ct -\- (46:1/148)
  • From Fat Rastus@46:1/107 to Gryphon on Sat Jul 9 02:05:38 2016
    Re: Outbound RLogin and MCI Codes
    By: Gryphon to Fat Rastus on Sat Jul 09 2016 12:43 am

    On 07/09/16, Fat Rastus said the following...
    You could write an MPL to do it.

    Uses User
    GetThisUser
    Var logname: String = 'TEXT'+Replace(UserAlias,' ','_')
    Begin
    MenuCmd('IR','/addr=twgs.mybbs.com:513 /user='+logname+' /pass=passwd') End

    Thanks for the info, it's sure to come in handy. But the reason I mentioned this is that I assumed the non-functioning MCI code was an oversight.. just trying to help debug.

    Thanks,

    Nick
    --- SBBSecho 3.00-Linux
    * Origin: Electronic Warfare BBS | telnet:\\bbs.ewbbs.net (46:1/107)
  • From g00r00@46:1/127 to Fat Rastus on Sat Jul 9 08:17:30 2016
    I was expecting the User's Handle to be inserted at the MCI code but it
    is not. it's sending TEST%U. Placeing a space between TEXT %U won't
    work either.

    From the whatsnew docs:

    + The RLOGIN menu action will translate @USER@ to the user's handle when
    used in the "/user=" or "/pass=" part of the command data.

    --- Mystic BBS v1.12 A27 (Windows)
    * Origin: Sector 7 [Mystic BBS WHQ] (46:1/127)