/usr/share/doc/fbb/html/fmstatis.htm is in fbb 7.07-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | <HTML>
<HEAD>
<TITLE>FORMAT of STATIS.DAT</TITLE>
</HEAD>
<BODY BACKGROUND="/back_fbb.jpg">
<P>
<IMG SRC="/fbb.gif" WIDTH="32" HEIGHT="32">
<H1 ALIGN=Center>
STATIS.DAT
</H1>
<P>
<PRE>
<BIG><B>STATIS.DAT (\FBB\SYSTEM).</B></BIG>
This binary file holds the information on all connections. This file is
very important and must not be edited or changed otherwise the list of the
connections could be lost. This file can only be opened for reading.
It is organized with records, each record containing information on a
connection. Never modify this file while the BBS is running.
Structure of one record (C language) :
typedef struct {
char indcnx[7] ; /* 7 Callsign */
char port ; /* 1 (Port x 32) + channel */
long datcnx ; /* 4 Date of the connection */
int tpscnx ; /* 2 duration of the connection */
} statis ; /* 14 bytes = length of one record */
Date is given as the number of seconds since january 1st, 1970 00:00.
In C language, all strings are ended with a NULL (00 hex) character.
<A HREF="doc.htm"><IMG SRC="/contents.gif" WIDTH="108" HEIGHT="28"></A>
<A HREF="/"><IMG SRC="../button_home.gif" WIDTH="90" HEIGHT="29"></A>
<FONT COLOR="#800000">This page was last updated <!--#config timefmt="%d-%b-%y"--><!--#echo var="LAST_MODIFIED"--></FONT>
</PRE>
</BODY></HTML>
|