home *** CD-ROM | disk | FTP | other *** search
- ``Sex Wax`` WWIVLink #1 AT 15808
- Sun Jun 25 22:19:02 1995
- ╔═════════════════════════════════════════════════════════════╗
- ║ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ║
- ║ * ╔═════════════════════════════════════════════════════╗ * ║
- ║ * ║ --=={ Wax's Mods }==-- ║ * ║
- ║ * ║ ║ * ║
- ║ * ║ Name: WAX08.MOD (06/08/95) ║ * ║
- ║ * ║ Desc: Adds some User status ANSI welcome screens ║ * ║
- ║ * ║ Vers: 4.24 (Will work on prior versions) ║ * ║
- ║ * ║ Diff: ▓ <--- EASY ║ * ║
- ║ * ║ Orig. Auth: Sex Wax ║ * ║
- ║ * ║ Written by: Sex Wax (508)764-6438 - 14.4 BAUD ║ * ║
- ║ * ║ Wax's BBS: NO MAN'S LAND! (508)765-5829 - 14.4 BAUD ║ * ║
- ║ * ╚═════════════════════════════════════════════════════╝ * ║
- ║ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ║
- ╚═════════════════════════════════════════════════════════════╝
- 1@15808 WWIVLink -=- 1@9207 WWIVNet -=- 51:51/20 WCSANet
-
- Difficulty: ( ▓ = EASY ), ( ▓▒ = SOME DIFFICULTY ), ( ▓▒░ = TOUGH )
- <Most likely>
- <not a Wax Mod>
-
- ══════════════════════════════════════════════════════════════════════════════
- Legend: = = Existing Code
- + = Add
- * = Modify
-
- =============================================================================
- Note - I would consider backing up your source before adding this. It's always
- a good idea. just do pkunzip -a source *.c *.h.
-
- Step 1. Back up your source or else!
-
- Step 2. Load up LILO.C
-
- Step 3. Search for the text below...
-
- Step 4. Block read the mod right in where noted...
-
- = if (ltime) {
- = nl();
- = pl(get_string(374));
- = nl();
- = }
- = fsenttoday=0;
- /* BEGIN WAX08.MOD */
- + pausescr(); /* ADDED WAX08.MOD */
- + if (thisuser.sl==255) /* ADDED WAX08.MOD */
- + printfile ("WAXSYS"); /* SYSOP */ /* ADDED WAX08.MOD */
- + if (thisuser.sl==120) /* ADDED WAX08.MOD */
- + printfile ("WAXCO"); /* CO-SYSOP */ /* ADDED WAX08.MOD */
- + if (thisuser.sl==90) /* ADDED WAX08.MOD */
- + printfile ("WAXWCSA"); /* WCSA-SYSOP */ /* ADDED WAX08.MOD */
- + if (thisuser.sl==80) /* ADDED WAX08.MOD */
- + printfile ("WAXLINK"); /* LINK-SYSOP */ /* ADDED WAX08.MOD */
- + if (thisuser.sl==70) /* ADDED WAX08.MOD */
- + printfile ("WAXVISIT"); /* VISITING SYSOP */ /* ADDED WAX08.MOD */
- + if (thisuser.sl<70) /* ADDED WAX08.MOD */
- + printfile ("WAXNOMAD"); /* USER */ /* ADDED WAX08.MOD */
- + nl(); /* ADDED WAX08.MOD */
- + pausescr(); /* ADDED WAX08.MOD */
- /* END */
- = if (thisuser.year) {
- = s[0]=years_old(thisuser.month,thisuser.day,thisuser.year);
- = if (thisuser.age!=s[0]) {
- = thisuser.age=s[0];
- = topscreen();
-
- Step 5. Compile your source...
-
- Step 6. Make ANSI & ASCII files to coincide with the PRINTFILE commands above.
- (ie. WAXSYS.ANS to be shown to Sysop upon logon if ANSI detected) and
- (ie. WAXSYS.MSG to be shown to Sysop if no ANSI is detected)
- Be sure to put these files in your /GFILES section...
- You may also change the SL's that are affected by this mod to taylor
- it to your BBS, just change the setting in 'thisuser.sl==##'
- The ==## and <## and >## can be changed to suit an exact SL,
- any SL less than, or any SL greater than...
-
- NOTE: One of those listed above is for WCSA Sysops.. (Our Sysop group members)
- (ie. WAXWCSA). Change it to whatever you like or remove it...
-
-
-
- /c:1Φ5∞∞∞2⌡1≈≈≈≈≈» 2Sex Wax 1«≈≈≈≈≈2⌠5∞∞∞1Φ0
-