home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / 150_tips.zip / MSGS.ZIP / PWRDWARN.MSG < prev    next >
Text File  |  1993-05-12  |  2KB  |  40 lines

  1. Date: 05-07-93 (06:09)              Number: 62245 of 63372 (Refer# NONE)
  2.   To: ALL
  3. From: DAVID TERRY
  4. Subj: PWRDWARN.ZIP
  5. Read: (N/A)                         Status: PUBLIC MESSAGE
  6. Conf: BETA (6)                   Read Type: MAIL FROM YOU (R/O) (+)
  7.  
  8. The message below was previously posted in the Developer Conference.  It is
  9. being moved out to the Beta Conference:
  10.  
  11. I have posted a file, in directory #2, called PWRDWARN.ZIP which can be used by
  12. anyone (with or without the PPL Compiler, however, source code *is* included).
  13.  
  14. It is a rather simple program with only two actual lines of source code.
  15.  
  16. This program will warn a caller if his or her password is about to expire.  It
  17. does so first by issuing the message on the screen and second by writing a
  18. message to the caller.
  19.  
  20. Since many callers dial into BBS's in an automated fashion to pick up their
  21. mail, they may never see the password warning.  The next thing they know,
  22. PCBoard is no longer allowing them onto the system because their automated
  23. scripts do not take into account the need to change the password.
  24.  
  25. To help avoid this problem, PCBoard displays PCBTEXT record #711 to the caller
  26. to notify the caller of the impending need to change the password.
  27.  
  28. By replacing record #711 with a .PPE file, we can now do the same thing (notify
  29. the caller online), plus we can write a message to the caller.  That way, if
  30. the caller is downloading new mail, it is hoped that the caller will pick up
  31. the notification message in the mail packet.
  32.  
  33. Installation of the PPE file is simple and takes advantage of a change in
  34. MKPCBTXT.  All you do is execute MKPCBTXT like this:
  35.  
  36.       MKPCBTXT C:\PCB\GEN\PCBTEXT /I:711 !C:\PPE\PWRDWARN.PPE
  37.  
  38. Then copy the PWRDWARN.MSG file into the same directory where the PWRDWARN.PPE
  39. file is stored and you're all set!
  40.