List of eSoft substitution parameters supported by Log Lister ------------------------------------------------------------- This file is an attempt to show (a) the substitution parameters supported by Log Lister, and (b) the substitution parameters NOT supported by Log Lister. This list is in 3 parts (a) the list of substitution parmeters used within TBBS when running (detailed in the TBBS 2.3 manual, on pages 2-15 thru 2-17 of my copy); (b) the list of substitution parmeters used by the ULEDIT printing option (detailed in the ULEDIT.DOC file on your TBBS 2.3 disks); (c) some new ones I have invented, to cover a few values not covered in (a) or (b). In several cases, more than one "name" describes the same thing, simply because the ULEDIT print option uses different names to the TBBS runtime. The criterion used to decide if a field is supported by Log Lister is very simple: if the field is actually part of the userlog, then it is available for use (eg: %TOTMSGS% is excluded because it's not part of the userlog). ALL of the SUBSTITUTION parameters listed in section (1) may be included in header lines, as these are evaluated and expanded at display-time by TBBS. Substitution parameters may be defined in the config file using upper, lower, or mixed case: %USER%, %user% and %User% are all the same. (1) from TBBS runtime: %USER% %NAME% %CFIRST% %FIRST% %CLAST% %LAST% %ULOC% %LOCATION% %NOTES% %PASSWORD% %PRIV% %A1% %A2% %A3% %A4% (%An[n]% is NOT supported) %ADDR1% %ADDR2% %CITY% %STATE% %ZIP% %COUNTRY% %PHONE% %BC0LEFT% %BC1LEFT% %BC2LEFT% %BC3LEFT% %BC4LEFT% %BC5LEFT% %BC6LEFT% %BC7LEFT% %BC8LEFT% %BC9LEFT% %DLTOT% %ULTOT% %DLDAY% %DLLIM% %DAYCALL% %DAYMIN% (%TIMELEFT% is NOT supported) %ULOGONS% %CANANSI% %CFGANSI% (%BAD7BIT% is NOT supported) %PWDEXP% %PWDCHGD% %EXPDATE% (%DATE% is NOT supported) (%TIME% is NOT supported) (%HHMM% is NOT supported) (%TIMEON% is NOT supported) (%LOGGEDON% is NOT supported) (%CALLNUM% is NOT supported) (%TOTMSGS% is NOT supported) (%LASTMSG% is NOT supported) %HIGHREAD% (%BPS% is NOT supported) (%LINE% is NOT supported) (%MORE% is NOT supported) %PAGELEN% %WIDTH% %P% (%WAITING% is NOT supported) (%CUBBY% is NOT supported) (%FDATE% is NOT supported) (%FTIME% is NOT supported) (%VER% is NOT supported) %NETCREDIT% %NETDEBIT% %NETLEFT% (%NODENUM% is NOT supported) (%RAW% is NOT supported) (%En% is NOT supported) (%Sn% is NOT supported) (%Rn% is NOT supported) (%Xnn% is NOT supported) (2) From ULEDIT printer templates: %RECNO% %NAME% %LOCATION% %PASSWORD% %PWDCHGD% %NOTES% %ADDR1% %ADDR2% %CITY% %STATE% %ZIP% %COUNTRY% %PHONE% %PRIV% %MINSPERCALL% %EXPERT% %A1% %A2% %A3% %A4% %MINS24% %BYTES24% %CALLS24% %LOGONS24% %LOGGEDHR24% %LOGGEDMIN24% %BYTESDL24% %MSGNEWPTR% %ASKPREPARE% %FSEMODE% %MSGPROMPT% %EXPIRATION% %WIDTH% %LOGONS% %MORE% %TOTHR% %TOTMIN% %NULLS% %TOTDL% %TOTUL% %CLSCODES% %LINEFEEDS% %UPPERCASE% %GRAPHICS% %ANSI% %KEEP% %REVIEWED% %NETFREE% %NETCRASH% %FULLACCESS% %INVISIBLE% %PUBLICACCT% %LASTL10% %LASTL9% %LASTL8% %LASTL7% %LASTL6% %LASTL5% %LASTL4% %LASTL3% %LASTL2% %LASTL1% %SYSFG0% %SYSFG1% %SYSFG2% %SYSFG3% %SYSFG4% %SYSFG5% %SYSFG6% %BC0TOTHR% %BC0TOTMIN% %BC0LEFTHR% %BC0LEFTMIN% %BC1TOTHR% %BC1TOTMIN% %BC1LEFTHR% %BC1LEFTMIN% %BC2TOTHR% %BC2TOTMIN% %BC2LEFTHR% %BC2LEFTMIN% %BC3TOTHR% %BC3TOTMIN% %BC3LEFTHR% %BC3LEFTMIN% %BC4TOTHR% %BC4TOTMIN% %BC4LEFTHR% %BC4LEFTMIN% %BC5TOTHR% %BC5TOTMIN% %BC5LEFTHR% %BC5LEFTMIN% %BC6TOTHR% %BC6TOTMIN% %BC6LEFTHR% %BC6LEFTMIN% %BC7TOTHR% %BC7TOTMIN% %BC7LEFTHR% %BC7LEFTMIN% %BC8TOTHR% %BC8TOTMIN% %BC8LEFTHR% %BC8LEFTMIN% %BC9TOTHR% %BC9TOTMIN% %BC9LEFTHR% %BC9LEFTMIN% %NETCREDIT% %NETDEBIT% (3) New Codes :these NEW substitution codes supported in the VISIBLE fields of Log Lister. These names are *not* supported by eSoft. Name Description Values returned --------------------------------------------------------------------------- %READNEWS% Review flag - has read "news" once Y or N %DELETED% Review flag - marked for deletion Y or N %ULPROTO% Selected upload protocol (see below) %DLPROTO% Selected download protocol (see below) %LANGUAGE% Language selected Single letter %AGEDCUBBY% # of cubby msgs "aged" by MFSQZ numerical %SFG0% as %SYSFG0% etc, except that the XXXXXXXX %SFG1% output format is "XXXXXXXX" rather flags %SFG2% than "X X X X X X X X". format %SFG3% } %SFG4% } %SFG5% } %SFG6% } The "Upload protocol" and "Download Protocol" return a textual string: Protocol Text returned ----------------------- 0 'None' 1 'Ascii' 2 'Ascii, Xon after c/r' 3 'Ascii, Xon/off' 4 'Xmodem' 5 'Xmodem-1k' 6 'Ymodem (batch)' 7 'Ymodem-g' 8 'SEALink' 9 'Kermit' 10 'SuperKermit' 11 'Zmodem-90 These relate directly to the list on page 4-13 of the TBBS 2.3 manual. Note that protocol #1, which is "Type to screen" for downloads, and "Prompted ASCII" for uploads is listed simply as "Ascii" in both cases.