• Web Interface

    From Mike Dippel@21:4/176 to All on Wednesday, March 02, 2022 15:32:04
    Is there any work being done on providing a web interface where users can log in via the
    web to read and write messages or upload and download messages?

    Currently, users can log into my site via: http://mystic-hobbies.us/ but only via telnet.

    It would be nice to be able to use the web have full access to the system.

    Mike Dippel

    --- Platinum Xpress/Win/WINServer v7.0
    * Origin: The Hobby Line! Internet - hobbylinebbs.com (21:4/176)
  • From Al@21:4/106 to Mike Dippel on Wednesday, March 02, 2022 13:23:02
    Is there any work being done on providing a web interface where users can log in via the web to read and write messages or upload and download messages?

    Not currently as far as I know.

    Currently, users can log into my site via: http://mystic-hobbies.us/ but only via telnet.

    Mystic will serve html files if setup to do so but there is no access to the bbs in any way. Not yet anyway.

    It would be nice to be able to use the web have full access to the system.

    It would but either g00r00 would have to implement that or perhaps it can be done by users of Mystic. I see a road to travel there but I'm not sure how to implement that.

    --- BBBS/Li6 v4.10 Toy-5
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106)
  • From Zylone@21:3/150 to Mike Dippel on Wednesday, March 02, 2022 17:35:07
    On 02 Mar 2022, Mike Dippel said the following...

    Is there any work being done on providing a web interface where users
    can log in via the
    web to read and write messages or upload and download messages?

    I know of a mod being developed to do such a thing..

    |15Z|07ylone

    --- Mystic BBS v1.12 A48 2022/01/28 (Linux/64)
    * Origin: bbs.pLANETcARAVAN.org:23 ssh:1337 (21:3/150)
  • From opicron@21:3/126 to Zylone on Friday, March 04, 2022 20:46:24
    Is there any work being done on providing a web interface where users can log in via the
    web to read and write messages or upload and download messages?

    I know of a mod being developed to do such a thing..
    Zylone

    :P

    ... Error 3032 - Recursion error. See error 3032.

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: TheForze - bbs.opicron.eu:23 (21:3/126)
  • From bcw142@21:1/145 to Mike Dippel on Saturday, March 05, 2022 11:55:18
    On 02 Mar 2022, Mike Dippel said the following...

    Is there any work being done on providing a web interface where users
    can log in via the
    web to read and write messages or upload and download messages?

    The normal setup is Ftelnet, using html:
    <HTML>
    <title>Web to Telnet</title>
    <div id="fTelnetContainer"></div>
    <!-- Looks weird, but this ensures your users always get the latest version of fTelnet and not an old version from their cache -->
    <script>document.write('<script src="//embed.ftelnet.ca/js/ftelnet-loader.js?v=' + (new Date()).getTime() + '"><\/script>');</script>
    <script>
    fTelnet.Hostname = "bcw142.zapto.org";
    fTelnet.Port = 23;
    fTelnet.ProxyHostname = "proxy-us-nj.ftelnet.ca";
    fTelnet.ProxyPort = 80;
    fTelnet.ProxyPortSecure = 443;
    fTelnet.ConnectionType = "telnet";
    fTelnet.Emulation = "ansi-bbs";
    fTelnet.Init();
    fTelnet.Connect();
    </script>
    <A HREF=http://bcw142.zapto.org:80/>Back to BBS's Web page</A>
    </HTML>

    So it's html that works via telnet from the web. You can try it to my BBS
    and see it's working. So far that is what severs to get from web to the BBS.

    ... "No comment" is a comment.

    --- Mystic BBS v1.12 A47 2021/12/24 (Raspberry Pi/32)
    * Origin: Mystic Pi BBS bcw142.zapto.org:23 (21:1/145)
  • From Mike Dippel@21:4/176 to Bcw142 on Saturday, March 05, 2022 13:48:50
    On 3/5/2022 12:00 PM, Bcw142 wrote to Mike Dippel:


    Is there any work being done on providing a web interface where users can log in via the
    web to read and write messages or upload and download messages?

    The normal setup is Ftelnet, using html:

    So it's html that works via telnet from the web. You can try it to my BBS and see it's working. So far that is what severs to get from web to the BBS.


    I am currently doing this on mine: http://mystic-hobbies.us and it works well. I would
    like to be able to copy-and-paste some things into a message, and a web interface
    would make it easier to accomplish this instead of having to use a telnet connection.

    I DO use a web interface on my main site at http://hobbylinebbs.com a Wildcat system.

    There, I am able to log in via a web interface to read and write messages and to upload
    or download files, The only thing I can't do is play Door Games. There was talk about
    creating a new wcNavigator program that would allow a quick telnet connection from the
    web to be able to play games, but I don't see that ever happening. The developer
    hasn't even given it much thought lately.

    Mike Dippel
    telnet/http hobbylinebbs.com

    --- Platinum Xpress/Win/WINServer v7.0
    * Origin: The Hobby Line! Internet - hobbylinebbs.com (21:4/176)