home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / MODS / ALLMODS.ZIP / WAX08.ZIP / WAX08.MOD < prev   
Encoding:
Text File  |  1995-07-03  |  4.1 KB  |  87 lines

  1. ``Sex Wax`` WWIVLink #1 AT 15808
  2. Sun Jun 25 22:19:02 1995
  3.       ╔═════════════════════════════════════════════════════════════╗
  4.       ║ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ║
  5.       ║ * ╔═════════════════════════════════════════════════════╗ * ║
  6.       ║ * ║              --=={ Wax's Mods }==--                 ║ * ║
  7.       ║ * ║                                                     ║ * ║
  8.       ║ * ║ Name: WAX08.MOD  (06/08/95)                         ║ * ║
  9.       ║ * ║ Desc: Adds some User status ANSI welcome screens    ║ * ║
  10.       ║ * ║ Vers: 4.24 (Will work on prior versions)            ║ * ║
  11.       ║ * ║ Diff: ▓  <--- EASY                                  ║ * ║
  12.       ║ * ║ Orig. Auth: Sex Wax                                 ║ * ║
  13.       ║ * ║ Written by: Sex Wax       (508)764-6438 - 14.4 BAUD ║ * ║
  14.       ║ * ║ Wax's BBS: NO MAN'S LAND! (508)765-5829 - 14.4 BAUD ║ * ║
  15.       ║ * ╚═════════════════════════════════════════════════════╝ * ║
  16.       ║ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ║
  17.       ╚═════════════════════════════════════════════════════════════╝
  18.          1@15808 WWIVLink -=- 1@9207 WWIVNet -=- 51:51/20 WCSANet
  19.  
  20.     Difficulty: ( ▓ = EASY ), ( ▓▒ = SOME DIFFICULTY ), ( ▓▒░ = TOUGH )
  21.                                                          <Most likely>
  22.                                                         <not a Wax Mod>
  23.  
  24. ══════════════════════════════════════════════════════════════════════════════
  25. Legend: = = Existing Code
  26.  + = Add
  27.  * = Modify
  28.  
  29. =============================================================================
  30. Note - I would consider backing up your source before adding this. It's always
  31.        a good idea. just do pkunzip -a source *.c *.h.
  32.  
  33. Step 1. Back up your source or else!
  34.  
  35. Step 2. Load up LILO.C
  36.  
  37. Step 3. Search for the text below...
  38.  
  39. Step 4. Block read the mod right in where noted...
  40.  
  41. =       if (ltime) {
  42. =         nl();
  43. =         pl(get_string(374));
  44. =         nl();
  45. =       }
  46. =       fsenttoday=0;
  47.         /* BEGIN WAX08.MOD */
  48. +   pausescr();                                     /* ADDED WAX08.MOD */
  49. +   if (thisuser.sl==255)                           /* ADDED WAX08.MOD */
  50. +     printfile ("WAXSYS");   /* SYSOP */           /* ADDED WAX08.MOD */
  51. +   if (thisuser.sl==120)                           /* ADDED WAX08.MOD */
  52. +     printfile ("WAXCO");    /* CO-SYSOP */        /* ADDED WAX08.MOD */
  53. +   if (thisuser.sl==90)                            /* ADDED WAX08.MOD */
  54. +     printfile ("WAXWCSA");  /* WCSA-SYSOP */      /* ADDED WAX08.MOD */
  55. +   if (thisuser.sl==80)                            /* ADDED WAX08.MOD */
  56. +     printfile ("WAXLINK");  /* LINK-SYSOP */      /* ADDED WAX08.MOD */
  57. +   if (thisuser.sl==70)                            /* ADDED WAX08.MOD */
  58. +     printfile ("WAXVISIT"); /* VISITING SYSOP */  /* ADDED WAX08.MOD */
  59. +   if (thisuser.sl<70)                             /* ADDED WAX08.MOD */
  60. +     printfile ("WAXNOMAD"); /* USER */            /* ADDED WAX08.MOD */
  61. +     nl();                                         /* ADDED WAX08.MOD */
  62. +     pausescr();                                   /* ADDED WAX08.MOD */
  63.          /* END */
  64. =   if (thisuser.year) {
  65. =         s[0]=years_old(thisuser.month,thisuser.day,thisuser.year);
  66. =         if (thisuser.age!=s[0]) {
  67. =               thisuser.age=s[0];
  68. =               topscreen();
  69.  
  70. Step 5. Compile your source...
  71.  
  72. Step 6. Make ANSI & ASCII files to coincide with the PRINTFILE commands above.
  73.         (ie. WAXSYS.ANS to be shown to Sysop upon logon if ANSI detected) and
  74.         (ie. WAXSYS.MSG to be shown to Sysop if no ANSI is detected)
  75.         Be sure to put these files in your /GFILES section...
  76.         You may also change the SL's that are affected by this mod to taylor
  77.         it to your BBS, just change the setting in 'thisuser.sl==##'
  78.         The ==## and <## and >## can be changed to suit an exact SL,
  79.         any SL less than, or any SL greater than...
  80.  
  81. NOTE: One of those listed above is for WCSA Sysops.. (Our Sysop group members)
  82.       (ie. WAXWCSA). Change it to whatever you like or remove it...
  83.  
  84.  
  85.  
  86.  /c:1Φ5∞∞∞2⌡1≈≈≈≈≈» 2Sex Wax 1«≈≈≈≈≈2⌠5∞∞∞1Φ0
  87.