home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / PRE412.ZIP / ELRIC12.MOD < prev    next >
Text File  |  1990-04-28  |  3KB  |  60 lines

  1. Welcome to Elric's Mods # 12.
  2.  
  3.                                User Print
  4.  
  5. As with mod #11, this is not actually a modification, but a utility program
  6. for WWIV. I wrote this program for one of my co-sysops. She wanted a way to
  7. get a copy of the user list without having to scan the thing in Uedit. So,
  8. I wrote this program for her. What it does is print out a little info on each
  9. user: name, realname, user number, age, birthday, and things like that.
  10. It can easily be modified to print just about anything you want. A sample
  11. of what it looks like follows here....
  12.  
  13.  
  14. #    1  Handle: LORD ELRIC                      Name: R. Wayne McDaniel
  15. Phone: 111-111-1111  Posts:   491  Mails:   243  FeedBacks    11
  16. Logons:  932    Uploads: 234    Downloads:   5
  17. Age: 21  Birthday   01/23/68
  18.  
  19. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  20. #    2  Handle: THE PRESIDENT                   Name: Ronald Reagan
  21. Phone: 666-666-6666  Posts:    68  Mails:    20  FeedBacks    19
  22. Logons:  118    Uploads:   0    Downloads:   0
  23. Age: 88  Birthday   12/12/01
  24.  
  25. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  26.  
  27.  
  28. And so on through the entire list.
  29.  
  30. Future versions of this program will include the ability to select what
  31. you print, such as handle and real name only, only print people with
  32. security levels less than something (should be handy at validation time),
  33. people in a certain age range, sort by name, sort by area code...
  34. The possibilities are endless. But I hope you enjoy what you have now. The
  35. actual code should be in this zipfile called UPRINT.C. Just compile it and
  36. put it in your main BBS dir. Then you are ready to start printing...
  37.  
  38.  
  39. /** hey, it's the form info file **/
  40. As usual, I take no responsibility for hard drive crashes, death in the
  41. family, or end of the world as we know it resulting from this mod.
  42. It's your fault if you didn't back up the files before you made the mod.
  43. It's your fault if you don't back up your ENTIRE hard drive AT LEAST once
  44. a month.
  45. It works on my system with Turbo C 2.0, WWIV 4.1, V20/8088, 640K/640EMS.
  46.  
  47. If you use this, the only payment I ask is that you send me a note through
  48. WWIVLink to 1@18251 saying you are using it...not too much to ask is it?
  49.  
  50. The Kingdom of Melnibone(LINK/NET)
  51. 812-877-3488  24 Hrs a day
  52. 3/12/2400/4800/9600/12,000/14,400 baud HST MNP5
  53. Auto-validation of WWIV sysops on first call
  54. Xmodem, Ymodem, DSZ Zmodem with retry, Ymodem-G
  55.  
  56. WWIV Link  1@18251
  57. WWIV Net   1@8251
  58.  
  59.  
  60.