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
   Networked Database  Synchronet Multinode BBS Softwar...   [197 / 900] RSS
 From   To   Subject   Date/Time 
Message   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)
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to Synchronet Multinode BBS Softwar...  <--  <--- Return to Home Page

VADV-PHP
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.
v2.0.140505

Warning: Unknown: open(c:\Sessions\sess_n1n8973cqlhj18mo4p9j4go651, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0 PHP Warning: session_start(): open(c:\Sessions\sess_n1n8973cqlhj18mo4p9j4go651, O_RDWR) failed: No such file or directory (2) in D:\wc5\http\public\VADV\include\common.inc.php on line 45 PHP Warning: Unknown: open(c:\Sessions\sess_n1n8973cqlhj18mo4p9j4go651, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0