home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / MODS / ALLMODS.ZIP / JIFF-06.ZIP / JIFF-06.MOD < prev   
Encoding:
Text File  |  1995-07-02  |  2.7 KB  |  74 lines

  1. ``Jiff`` IceNET #4 AT 7668
  2. Wed Jun 21 11:17:12 1995
  3. ┌───────────────────────────────────────────┬────────────Cow Header (Moo)───┐
  4. │ Mod Name: JIFF-06.MOD    The Author: Jiff │ 4@7668 IceNET  1@7604 Penguin │
  5. │ Difficulty: █▒▒▒▒▒▒▒▒▒                    │ 1@1 CowLink    1@7666 GoldNET │
  6. │ WWIV Version: v4.24      Date: 06/21/95   │ 1@7669 ZeppNET 1@7666 RoadNET │
  7. │ Files Affected: GFLEDIT.C                 │                1@52 AstralNET │
  8. │ Description: A colourful boxed Gfile Edit.│ bj887@freenet.buffalo.edu     │
  9. └───────────────────────────────────────────┴───────────────────────────────┘
  10.  
  11.     This mod doesn't do much, except make //GE look nicer...  I like it,
  12. (which is why I am releasing it) and it's easy...  =)  I was going to make
  13. the strings extrnal, but it really isn't worth the work, since this way it
  14. will be easier to upgrade to any changes in newer versions of WWIV.  It also
  15. looks good with JIFF-04.MOD...  =)
  16.  
  17. ─═[Step 1]═─
  18.   Comment/delete all this in GFLEDIT.C...
  19.  
  20.     outstr(get_string(62)); pl(r.name);
  21.     outstr(get_string(63)); pl(r.filename);
  22.     outstr(get_string(64)); pln(r.sl);
  23.     outstr(get_string(65)); pln(r.age);
  24.     outstr(get_string(66)); pln(r.maxfiles);
  25.     strcpy(s,get_string(5));
  26.     if (r.ar!=0) {
  27.       for (i=0; i<16; i++)
  28.     if ((1 << i) & r.ar)
  29.       s[0]='A'+i;
  30.       s[1]=0;
  31.     }
  32.     outstr(get_string(67)); pl(s);
  33.     nl();
  34.     prt(2,get_string(68));
  35.  
  36. End the commenting/deleting.  Then copy this big block after that block you
  37. removed.
  38.  
  39. /* Start JIFF-06.MOD */
  40.     npr("7╒═[1G-File Edit7]════╕\r\n");
  41.     npr("7│ 1A9.1 Section Name  7│1 ");    pl(r.name);
  42.     npr("7│ 1B9.1 Filename      7│1 ");    pl(r.filename);
  43.     npr("7│ 1C9.1 SL Required   7│1 ");    pln(r.sl);
  44.     npr("7│ 1D9.1 Minimum Age   7│1 ");    pln(r.age);
  45.     npr("7│ 1E9.1 Maximum Files 7│1 ");    pln(r.maxfiles);
  46.     strcpy(s,get_string(5));
  47.     if (r.ar!=0) {
  48.       for (i=0; i<16; i++)
  49.     if ((1 << i) & r.ar)
  50.       s[0]='A'+i;
  51.       s[1]=0;
  52.     }
  53.     npr("7│ 1F9.1 AR Required   7│1 ");    pl(s);
  54.     npr("7╘══════════════════╛\r\n");
  55.     nl();
  56.     prt(7,"─═[1A9-1F9, 1[9,1]9, 1Q7]═─ ");
  57. /* End JIFF-06.MOD */
  58.  
  59. ─═[Step 2]═─
  60.    Done!  Make your BBS and e-mail me saying you used it, or need help!
  61. Rememeber, I am not responsable if this screws up anything.  You should
  62. know to make backups.  =)
  63.  
  64.             ─═[Jiff]═─
  65.             ─═[Sysop ■ The Cow Pasture]═─
  66.             ─═[Co-Sysop ■ The Pinnacle]═─
  67.  
  68. JIFF-01 .MOD  ■  Boxed DirEdit
  69. JIFF-02 .MOD  ■  Boxed SubEdit
  70. JIFF-03 .MOD  ■  Better Net Call Pending List
  71. JIFF-04 .MOD  ■  New G-Files section
  72. JIFF-05 .MOD  ■  Boxed ChainEdit
  73. JIFF-06 .MOD  ■  Boxed G-Files Edit
  74.