home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / PRE412.ZIP / FILEDATE.MOD < prev    next >
Text File  |  1990-08-31  |  2KB  |  54 lines

  1. Yellow Man #7 @2376
  2. Wed Aug 22 08:59:08 1990
  3. Sysop #1 @4700
  4. Tue Dec 19 02:24:23 1989
  5. Ok, here's a VERY short mod that I've been looking for since
  6. I opened my board.... What it does is list the date of the files
  7. between the name and size like this:
  8.  
  9. WWIV410.ZIP: 350k: 10-19-88 The best bbs software in the world!!!
  10.  
  11. But before I start, lemme warn you that you'll have to change the
  12. input for u.description to 9 less so you don't get descriptions
  13. like this:
  14.  
  15. WWIV410.ZIP: 350k: 10-19-88 The best bbs software in the world!!! So
  16. urce code only $60!
  17.  
  18. If you want to know what to change, tell me, I'll do it... you also
  19. will have to do a //REN to all the existing files with 'long' descriptions..
  20.  
  21. oh well, here we go...........
  22.  
  23. ======= STEP 1 =============== Load up XFER.C ==========================
  24.  
  25. search for:
  26.  
  27. void printinfo(uploadsrec *u, int *abort)
  28.  
  29. 2 lines down from it, add char s3[85]; so your chars look like this:
  30.  
  31.   char s[85],s1[40],s2[81],s3[85];
  32.  
  33. then search down for:
  34.  
  35.   ltoa((((u->numbytes)+1023)/1024),s1,10);
  36.   strcat(s1,"k");
  37.  
  38. and add:
  39.  
  40.   strncpy(s3,u->date,8);
  41.   s3[8]=0;
  42.   osan(s3,abort,&next);
  43.  
  44. And that's it! And remember, email me if you wanna know the EXACT
  45. things to change in descriptions.... oh well, if you like and use
  46. this, email anyway and say, I use it... you know, I like mail...
  47. Have Fun!
  48.  
  49.                             1-=> 2Adam 315@34700
  50.  
  51. 1The Twilight Zone - 2Boca Raton, FL (85 degrees!) - 3407-483-1097 5HST 14.4k
  52.  
  53. 
  54. 12Origin: 1░▒▓ 3The Twilight Zone 1-5 Boca Raton, FL 1- 67HST 14.4k 1- 2(407) 483-1097 1░▒▓