On 18 Sep 2021, Lupine Furmen said the following...
Has anyone made a web interface for mystic yet? Something along the
It has been made long ago and is used by many via 'proxy-us-nj.ftelnet.ca'.
An example is the one I use for my AlphaTest BBS (port 2323):
<HTML>
<title>AlphaTest BBS from Web</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 = 2323;
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:2380/>Back to BBS's Web page</A>
</HTML>
In the calling HTML I use:
<A HREF=bbs.html>Telnet to AlphaTest BBS</A> |
So as you see the HTML bbs.html is called by the index.html run on Mystic.
... Top secret! Burn before reading!
--- Mystic BBS v1.12 A47 2021/09/07 (Raspberry Pi/32)
* Origin: Mystic Pi BBS bcw142.zapto.org:23 (21:1/145)