home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / MODS / ALLMODS.ZIP / TD424-03.ZIP / TD424-03.MOD < prev   
Encoding:
Text File  |  1995-06-13  |  7.0 KB  |  173 lines

  1. Baracuda #1 @2156
  2. Sat Jun 10 17:11:49 1995
  3. 4Msg. Status:7▄ 1Please reply!
  4.  7▀▀▀▀▀▀▀▀▀▀▀▀
  5.  
  6. ╔════════════════════════════════════───────────────────────────────────────═╗
  7. ║ Mod Name      : TD424-03.MOD      Mod Author: Baracuda    1@2156 WWIVnet   ║
  8. ║ Difficulty    : █░░░░░░░░░                                1@1 DesertNet    ║
  9. ║ WWIV Version  : 4.24                                                       ║
  10. ║ Mod Date      : 06-10-95          BBS: Tropical Desert [GSA/ASV]           ║
  11. ║ Files Affected: LILO.C                                                     ║
  12. ║                                                                            ║
  13. ║ Description   : Better Looking Laston                                      ║
  14. ║ Disclaimer    : You added it, Not Me.                                      ║
  15. ╚═───────────────────────────────────════════════════════════════════════════╝
  16. ╔════════════════════════════════════───────────────────────────────────────═╗
  17. ║   This WWIV Source Code  modification  is  copyright  1995  by  Baracuda,  ║
  18. ║   System Operator of The Tropical Desert and is distributed as freeware.   ║
  19. ║   Permission is granted to distribute and post this modified code on BBS   ║
  20. ║   systems and online services, provided no alterations are made (removal   ║
  21. ║   of  message headers/taglines allowed).  This modified code may contain   ║
  22. ║   some parts of WWIV source code,  which is copyright 1988-1995 by Wayne   ║
  23. ║   Bell  and  licensed  only  to  registered  users of WWIV.  Use of WWIV   ║
  24. ║   source without registration constitutes a license violation and  could   ║
  25. ║   lead to legal prosecution.                                               ║
  26. ║                                                                            ║
  27. ║   Shareware  distributors  and CD-ROM publishers may not distribute this   ║
  28. ║   modified code without express written permission of the Author or WWIV   ║
  29. ║   Software Services.                                                       ║
  30. ╚═───────────────────────────────────════════════════════════════════════════╝
  31. ╔════════──────────────────────═╗
  32. ║ Legend:    + Add              ║
  33. ║            - Delete           ║
  34. ║            = Already There    ║                                           
  35. ║            % Change           ║                                           
  36. ╚═──────════════════════════════╝
  37.  
  38. Step 1: PKZIP xx/xx/xx.zip *.C *.H
  39.  
  40. Step 2: OPEN "LILO.C"
  41.  
  42. Step 3: Search for "copy_line(s1,ss,&pos,len);"
  43.  
  44. =     copy_line(s1,ss,&pos,len);      // Search
  45. =      if ((s1[0]) && live_user) {
  46. =        if (i) {
  47. =          nln(2);
  48. =          pl(get_string(362));
  49. =          nl();
  50. +          ansic(7);
  51. + pl("╔─────────────────────────────────────────────────────────────────────────────╗");
  52. + pl(" Last Few User To Visit...                                                   │");
  53. + pl("╚─────────────────────────────────────────────────────────────────────────────╝");
  54. + pl("██4  BBS Name Here  █████████████████████████████████████████████████████████████");
  55. + pl("╔─────────────────────────────────────────────────────────────────────────────╗");
  56. + pl(" No.     Times    Alias/Name                From                       Baud  │");
  57. + pl("╠───────╦────────╦─────────────────────────╦──────────────────────────╦───────╣");
  58. +          
  59. +          i=0;
  60. +        }
  61. +        pl(s1);
  62. +      }
  63. +    } while (pos<len);
  64. + pl("╚───────╩────────╩─────────────────────────╩──────────────────────────╩───────╝");
  65. +  }
  66. +  if ((actsl!=255) || (incom)) {
  67. +    sl1(0,"");
  68. +    sl1(0,stripcolors(s));
  69. +    sl1(1,"");
  70. +      sprintf(s,"│7 %-6ld│7%-7s│7 %-23.23s │ 7%-24s │ 7%-6i\r\n",
  71. +          status.callernum1,
  72. +          times(),
  73. +          nam2(&thisuser),
  74. +          proper(thisuser.city),
  75. +          modem_speed);
  76. -                  if (sysinfo.flags & OP_FLAGS_SHOW_CITY_ST) {
  77. -                        if (syscfg.sysconfig & sysconfig_extended_info)
  78. -                          pl(get_string(1429));
  79. -                        else
  80. -                          pl(get_string(972));
  81. -                  } else {
  82. -                        pl(get_string(972));
  83. -                  }
  84. -                  ansic(7);
  85. -                  i=(okansi())?205:'=';
  86. -                  pl(charstr(79,i));
  87. -                  i=0;
  88. -                }
  89. -                pl(s1);
  90. -          }
  91. -        } while (pos<len);
  92. -  }
  93. -
  94. -  if ((actsl!=255) || (incom)) {
  95. -        sl1(0,"");
  96. -        sl1(0,stripcolors(s));
  97. -        sl1(1,"");
  98. -        if (cid_num[0]) {
  99. -          sprintf(s,"CID NUM : %s", cid_num);
  100. -          sysoplog(s);
  101. -        }
  102. -        if (cid_name[0]) {
  103. -          sprintf(s,"CID NAME: %s", cid_name);
  104. -          sysoplog(s);
  105. -        }
  106. -
  107. -        if (sysinfo.flags & OP_FLAGS_SHOW_CITY_ST) {
  108. -          if (syscfg.sysconfig & sysconfig_extended_info)
  109. -                sprintf(s,"1%-6ld %-25.25s %-5.5s %-5.5s %-15.15s %-2.2s %-3.3s %-8.8s %2d\r\n",
  110. -                  status.callernum1,
  111. -                  nam(&thisuser,usernum),
  112. -                  times(),
  113. -                  date(),
  114. -                  thisuser.city,
  115. -                  thisuser.state,
  116. -                  thisuser.country,
  117. -                  curspeed,
  118. -                  thisuser.ontoday);
  119. -          else
  120. -                sprintf(s,"1%-6ld %-25.25s %-10.10s %-5.5s %-5.5s %-20.20s %2d\r\n",
  121. -                  status.callernum1,
  122. -                  nam(&thisuser,usernum),
  123. -                  cur_lang_name,
  124. -                  times(),
  125. -                  date(),
  126. -                  curspeed,
  127. -                  thisuser.ontoday);
  128. -        } else {
  129. -          sprintf(s,"1%-6ld %-25.25s %-10.10s %-5.5s %-5.5s %-20.20s %2d\r\n",
  130. -                status.callernum1,
  131. -                nam(&thisuser,usernum),
  132. -                cur_lang_name,
  133. -                times(),
  134. -                date(),
  135. -                curspeed,
  136. -                thisuser.ontoday);
  137. -        }
  138. -
  139. -        if (actsl!=255) {
  140. =    sprintf(s1,"%sUSER.LOG",syscfg.gfilesdir);
  141. =    f=sh_open(s1,O_RDWR | O_BINARY | O_CREAT, S_IREAD | S_IWRITE);
  142.  
  143. Step 4: Save "LILO.C"
  144.  
  145. Step 5: Delete "GFILES\LASTON.TXT"
  146.       
  147. Ansi Colors:
  148.  
  149.  -0;01- Bright White
  150.  -0;31- Red             
  151.  -0,32- Green           
  152.  -0;33- Brown           
  153.  -0;34- Blue            
  154.  -0;35- Dark Purple     
  155.  -0;36- Teal            
  156.  -0;41- White on Red    
  157.  -0;44- White on Blue   
  158.  -0;45- White on Purple 
  159.  -1;00- Dark Grey       
  160.  -1;31- Bright Red      
  161.  -1;32- Bright Green    
  162.  -1;33- Bright Yellow   
  163.  -1;34- Bright Blue     
  164.  -1;35- Bright Purple   
  165.  -1;36- Bright Blue     
  166.  
  167. 0
  168.  
  169. If you have any problems with this, which I think you might <g>, Drop me some
  170. mail, and I will see what I can do, and email me and let me know whether you
  171. like it or not.
  172.  
  173.