Just a sample of the Echomail archive
Cooperative anarchy at its finest, still active today. Darkrealms is the Zone 1 Hub.
|    BBBS.ENGLISH    |    The International BBBS Support Echo    |    2,762 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 115 of 2,762    |
|    Janis Kracht to Robert Wolfe    |
|    door32.sys    |
|    22 Mar 12 20:10:24    |
   
   Ok, this works well:   
      
   int make_door32sys(char fn) {   
   int f, foo;   
   char name;   
   char emul;   
   int security;   
   int type;   
   if (!bv_com) type=0;   
   if (bv_nodenumber==1) type=1;   
   if (bv_nodenumber>2) type=2;   
   // 0=local, 1=serial, 2=telnet   
   name="Mystic 1.07";   
   if (bv_unum==0) security=255;   
    else security=1;   
   if (!bv_com) foo=0;   
    else foo=bv_baud;   
   int termtype=bu_termcap & 0x0f;   
   if (termtype==0) emul = "ascii";   
   if (termtype==1) emul = "ansi";   
   if (termtype==2) emul = "avatar";   
   if (termtype==3) emul = "rip";   
   if (termtype==4) emul = "max graphics";   
      
      
   if ((f=fopen(fn,"wt"))!=-1) {   
   fprintf(f,"%s\n%u\n%u\n%s\n%u\n%s\n%s\n%u\n%u\n%u\n%u\n",type,bv_com,bv_baud,na   
   me   
   ,bv_unum,bn_realname,bn_nick,security,bf_timleft,termtype,bv_nodenumber);   
    fclose(f);   
    }   
   }   
      
      
   Take care,   
   Janis   
      
   --- BBBS/Li6 v4.10 Dada-1   
    * Origin: Prism bbs (1:261/38)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca