home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / MODSUNKN.ZIP / LSD01.MOD < prev    next >
Text File  |  1991-06-12  |  3KB  |  107 lines

  1. Spotnick #1 @5499
  2. Monday, June 10, 1991   3:58 am
  3.                                LSD01.MOD
  4.                        By Spotnick 2@5472/1@5499
  5.  
  6. Welcome To WWiV-LSD Modifications.
  7.  
  8.  
  9. ──────────────────────────────────────────────────────────────────────────────
  10. WWIV-LSD is a clone of LSD/ViSiON BBS Software, By Modification of WWIV Source
  11. Code, It's no longer WWIV but still WWIVnet Compatible and still have WWIV
  12. Internal Function. The Program is only in Beta Version, It has many future has
  13. the SPLIT CHAT of ViSiON, A Vertical 2 Way Chat. The Main Site is The Fortress
  14. Of Shadow (514)-661-1416 and Beta Site is City Limits (514)-289-9675
  15. ──────────────────────────────────────────────────────────────────────────────
  16.  
  17.  
  18. This Modification is to help WWIV SysOp to delete Tag Lines For Their System,
  19. it will automatically put a 'Tag Line' for each board. It remove the "From:"
  20. line of the message header to put it at the end of the message. It's a nice
  21. Tag Line and is friendly for SysOp like me, who HATES Tag Line.
  22.  
  23.  
  24.  
  25. Legend :
  26.  
  27. + Add Line
  28. - Delete Line
  29. * Exsisting Line
  30. ! Modify Line
  31.  
  32. ---------------------------------------------------------------------------
  33. STEP ONE
  34. File : MSGBASE.C
  35. in   : void read_message(int n, int *next, int *val)
  36. --------------------------------------------------------------------------
  37.  
  38.  
  39. *    plan("----> Not Network Validated",&abort,next);
  40. *    *val |= 2;
  41. *  }
  42. *  if (!abort) {
  43. *    ss=syscfg.sl[thisuser.sl];
  44. *    if ((lcs()) || (ss.ability & ability_read_post_anony))
  45. *      a=1;
  46. *    else
  47. *      a=0;
  48. *    setorigin(p.ownersys);
  49. *    read_message1(&(p.msg),(p.anony & 0x0f),a,next,(subboards[curlsub].filename));
  50. +         if (origin_str[0]) {
  51. +           pl("");
  52. +           sprintf(s,"3[7Net Origin:1 %s3]",origin_str);
  53. +           pl(s);
  54. +         }
  55. *    ++thisuser.msgread;
  56. *    ++msgreadlogon;
  57. *  } else
  58.  
  59. -----------------------------------------------------------------------------
  60. STEP TWO
  61. File : MSGBASE.C
  62. Function : void read_message1(messagerec...)
  63. -----------------------------------------------------------------------------
  64.  
  65. *      strcpy(s,"Date: ");
  66. *      osan(s,&abort,next);
  67. *      ansic(MSG_COLOR);
  68. *      strcpy(s,d);
  69. *      plan(s,&abort,next);
  70. -      if (origin_str[0]) {
  71. -        osan("From:",&abort,next);
  72. -        plan(origin_str,&abort,next);
  73. -      }
  74. *      break;
  75. *    case anony_sender:
  76. *      if (readit) {
  77. *        strcpy(s,"Name:");
  78.  
  79. ----------------------------------------------------------------------------
  80. STEP THREE
  81. File : MSGBASE.C
  82. Function : void setorgin(...)
  83. ----------------------------------------------------------------------------
  84.  
  85. *      describe_area_code(atoi(csne->phone),s);
  86. *      if (s[0])
  87. !        sprintf(origin_str,"%c%s [%s] (%s)",ch,csne->name,csne->phone,s);
  88. *      else
  89. *        sprintf(origin_str,"%c%s [%s]",ch,csne->name,csne->phone);
  90. *
  91. *
  92. *    } else
  93. *      strcpy(origin_str," Unknown System");
  94.  
  95.  
  96. That's it, Enjoy The Modification. If you have any trouble with this mod,please
  97. E-Mail me at 2@5472.
  98.  
  99.  
  100.                                 Spotnick
  101.                                  2@5472
  102.  
  103.        City Limits BBS -*- (514)-289-9675 -*- USR Double Standard
  104.                            WWiV-LSD Beta Site
  105.                             727 Megs On-Line
  106.                            WWiV Support Board
  107.