• MPL Menu Commands..

    From Ktulu@21:2/122 to g00r00 on Tuesday, March 12, 2019 21:43:07
    g00r00,

    When using the menu commands FA what are the necessary parameters?

    I'm currently doing MenuCmd('FA', '211') And that's not working as expected. I'm trying to change to a specific File Area. In this case, ID #211.

    Which I'm pretty sure is incorrect, cause I don't think I 'd be sending a string of the ID of the base, when it's clearly an integer.

    I'm basically trying to change to a specific File Area and then
    do a MenuCmd ('FU', Filename)

    Any help on this, would be appreciated! Thanks!

    |08---
    |08-|04K|12tulu |08<|12P|04henom|08>
    |12"Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn."

    --- Mystic BBS v1.12 A42 2019/02/01 (Windows/64)
    * Origin: Insane Asylum (21:2/122)
  • From Gryphon@21:1/120 to Ktulu on Friday, March 15, 2019 14:50:00
    On 12 Mar 2019 &4, Ktulu said the following...

    g00r00,

    When using the menu commands FA what are the necessary parameters?

    I'm currently doing MenuCmd('FA', '211') And that's not working as expected. I'm trying to change to a specific File Area. In this case, ID #211.

    Which I'm pretty sure is incorrect, cause I don't think I 'd be sending a string of the ID of the base, when it's clearly an integer.

    I'm basically trying to change to a specific File Area and then
    do a MenuCmd ('FU', Filename)

    Any help on this, would be appreciated! Thanks!

    If you're using groups, then you'll want to switch to the proper group first with MenuCmd('FG','123') before you call your 'FA' command.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Cyberia BBS | cyberiabbs.zapto.org | San Jose, CA (21:1/120)
  • From Ktulu@21:2/122 to Gryphon on Friday, March 15, 2019 17:22:07
    If you're using groups, then you'll want to switch to the proper group first with MenuCmd('FG','123') before you call your 'FA' command.

    I'll give that a try. Thank you!

    |08---
    |08-|12Ktulu |08<|07Phenom|08>
    |12SysOp |07@ |12I|04nsane |12A|04sylum |12BBS

    --- Mystic BBS v1.12 A42 2019/02/01 (Windows/64)
    * Origin: Insane Asylum (21:2/122)
  • From g00r00@21:1/108 to Ktulu on Sunday, March 17, 2019 20:28:15
    I'm currently doing MenuCmd('FA', '211') And that's not working as expected. I'm trying to change to a specific File Area. In this case, ID #211.

    That looks right to me. Are you sure the user running the script has List
    ACS access to that area? Of course something could be broken too, I just
    don't have time to test it at the moment.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From Ktulu@21:2/122 to g00r00 on Monday, March 18, 2019 19:24:37
    That looks right to me. Are you sure the user running the script has
    List ACS access to that area? Of course something could be broken too,
    I just don't have time to test it at the moment.

    Hey it's alright. I understand. Maybe as time allows I could suggest a
    feature to Mystic? Such as being able to attach a file to a message. I know there are other packages that do it, but someone has asked me to write a File Mail type thing. I would basically work the same way as Email, however it'd
    be for files. Basically all it'd do is look at a data file and see if the username in the data file matches the current online user. If it does, the
    user would be told him/her have a File waiting. It's nothing real important, but just thought I'd mention it.

    After thinking it thru, I ran into another problem anyways. As i stated in another message I was creating an invisible File Area and the user would be able to download from it. However then I realized in order for that to happen the file would have to have been uploaded to the BBS already. Just a thought, Let me know what you think.

    Thanks!

    |08-|12Ktulu |08<|07Phenom|08>
    |12SysOp |07@ |12I|04nsane |12A|04sylum |12BBS
    |08"|15W|07ho do you trust when everyone's a crook?|08"

    --- Mystic BBS v1.12 A42 2019/02/01 (Windows/64)
    * Origin: Insane Asylum (21:2/122)
  • From g00r00@21:1/108 to Ktulu on Saturday, March 23, 2019 22:54:00
    After thinking it thru, I ran into another problem anyways. As i stated
    in another message I was creating an invisible File Area and the user would be able to download from it. However then I realized in order for that to happen the file would have to have been uploaded to the BBS already. Just a thought, Let me know what you think.

    What is the reason for the invisible file area? It sounds like you don't want to have to upload a file to a file base and you just want to send a file to the user. There is a "send file" menu command for sending a specific file to a user, would that work for what you want?

    Sorry I am just trying to understand exactly what the goal is so I can sort
    out if I need to add something to Mystic or not.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From Ktulu@21:2/122 to g00r00 on Sunday, March 24, 2019 01:54:03
    g00r00,

    Thanks for the reply. i know you're swamped with messages, as well as IRL
    work stuff.

    That's correct. I just don't want to use a file area for files. And just have the file attached to either an email or it would alert the user that they
    have a file waiting, in the same fashion that Email would.

    If there's a menu command for it, I'll use that.

    Thanks!



    What is the reason for the invisible file area? It sounds like you
    don't want to have to upload a file to a file base and you just want to send a file to the user. There is a "send file" menu command for
    sending a specific file to a user, would that work for what you want?

    Sorry I am just trying to understand exactly what the goal is so I can sort out if I need to add something to Mystic or not.


    |08-|12Ktulu |08<|07Phenom|08>
    |12SysOp |07@ |12I|04nsane |12A|04sylum |12BBS
    |08"|15W|07ho do you trust when everyone's a crook?|08"

    --- Mystic BBS v1.12 A42 2019/02/01 (Windows/64)
    * Origin: Insane Asylum (21:2/122)
  • From dream master@21:1/163 to Ktulu on Sunday, March 24, 2019 03:45:01
    On 24 Mar 2019, Ktulu said the following...
    That's correct. I just don't want to use a file area for files. And just have the file attached to either an email or it would alert the user
    that they have a file waiting, in the same fashion that Email would.
    If there's a menu command for it, I'll use that.

    are you talking how renegade does it?

    |08 .|05ú|13ù|15Dr|07e|08am Ma|07st|15er|13ù|05ú|08.
    |08 øù|05ú|13ùø |13øù|05ú|08ùø
    |11 DoRE|03!|11ACiDiC|03!|11Demonic
    |08[|15bbs|09.|15dreamlandbbs|09.|15org|08]

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: |08--[|15!|07dreamland BBS bbs.dreamlandbbs.org (21:1/163)
  • From Ktulu@21:2/122 to dream master on Sunday, March 24, 2019 12:37:01
    are you talking how renegade does it?

    Yes!

    -------------
    Message Here

    You have file waiting here

    [N]ext Message [*] Download file...
    -----

    |08-|12Ktulu |08<|07Phenom|08>
    |12SysOp |07@ |12I|04nsane |12A|04sylum |12BBS
    |08"|15W|07ho do you trust when everyone's a crook?|08"

    --- Mystic BBS v1.12 A42 2019/02/01 (Windows/64)
    * Origin: Insane Asylum (21:2/122)
  • From g00r00@21:1/108 to Ktulu on Sunday, March 24, 2019 15:28:12
    are you talking how renegade does it?

    Yes!

    -------------
    Message Here

    You have file waiting here

    [N]ext Message [*] Download file...

    The problem is almost no one uses local message bases anymore, and there isn't a standard way to attach files to echomail messages. Something could be done locally but it'd require that both users are on the same BBS.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Sector 7 (21:1/108)
  • From Ktulu@21:2/122 to g00r00 on Sunday, March 24, 2019 17:48:50
    The problem is almost no one uses local message bases anymore, and there isn't a standard way to attach files to echomail messages. Something could be done locally but it'd require that both users are on the same BBS.

    Alright. No problem. It was just an idea.

    Thanks for the explanation.

    |08-|12Ktulu |08<|07Phenom|08>
    |12SysOp |07@ |12I|04nsane |12A|04sylum |12BBS
    |08"|15W|07ho do you trust when everyone's a crook?|08"

    --- Mystic BBS v1.12 A42 2019/02/01 (Windows/64)
    * Origin: Insane Asylum (21:2/122)
  • From dream master@21:1/163 to Ktulu on Sunday, March 24, 2019 15:49:19
    On 24 Mar 2019, Ktulu said the following...
    are you talking how renegade does it?
    Yes!

    g00r00 and i talked about this a couple years ago when i came back in 2015.

    |08 .|05ú|13ù|15Dr|07e|08am Ma|07st|15er|13ù|05ú|08.
    |08 øù|05ú|13ùø |13øù|05ú|08ùø
    |11 DoRE|03!|11ACiDiC|03!|11Demonic
    |08[|15bbs|09.|15dreamlandbbs|09.|15org|08]

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: |08--[|15!|07dreamland BBS bbs.dreamlandbbs.org (21:1/163)
  • From dream master@21:1/163 to g00r00 on Sunday, March 24, 2019 15:54:58
    On 24 Mar 2019, g00r00 said the following...
    are you talking how renegade does it?
    Yes!
    The problem is almost no one uses local message bases anymore, and there isn't a standard way to attach files to echomail messages. Something could be done locally but it'd require that both users are on the same BBS.

    it can also be used in local emails as well. i think renegade supported it in echobases .msg but you had to be on a renegade system for it to work as other ones did not offer this if i remember. RGSN was one echonet i think was the one. its been a while running rg ;) ... i'm know you would come up with a better method of code.

    |08 .|05ú|13ù|15Dr|07e|08am Ma|07st|15er|13ù|05ú|08.
    |08 øù|05ú|13ùø |13øù|05ú|08ùø
    |11 DoRE|03!|11ACiDiC|03!|11Demonic
    |08[|15bbs|09.|15dreamlandbbs|09.|15org|08]

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: |08--[|15!|07dreamland BBS bbs.dreamlandbbs.org (21:1/163)