Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to Synchronet Multinode BBS Softwar... <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
echicken | Mortifis | Custom fTelnet Splash |
February 22, 2019 12:42 PM * |
|||
Re: Custom fTelnet Splash By: Mortifis to All on Thu Feb 21 2019 17:12:46 Mo> I have seen some pretty cool looking ftelnet splash screens and was Mo> wondering, how does one go about doing that? I saw that Mo> /sbbs/web/root/ftelnet.inc has an script link to embed-v2.ftelnet.ca but In ftelnet.inc you'll see a bunch of properties being set on the Options object. Add an 'Options.SplashScreen' property, the value of which is a string. That string is the contents of your .ans file, base64 encoded. You can get the value for this string with a quick script, run under jsexec: var f = new File('/path/to/my.ans'); f.open('rb'); var splash = base64_encode(f.read()); f.close(); writeln(splash); (This is done on the fly in my web interface, so that the sysop only needs to set a value in modopts.ini pointing to the location of their .ans file.) --- echicken electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435 ■ Synchronet ■ electronic chicken bbs - bbs.electronicchicken.com * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) |
||||||
|
Previous Message | Next Message | Back to Synchronet Multinode BBS Softwar... <-- <--- | Return to Home Page |
Execution Time: 0.3459 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |