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