home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / smp_beta / semper / template.txt < prev   
Text File  |  1993-07-29  |  3KB  |  65 lines

  1. ;--------------------------------------------------------------------
  2. ; sample request-template file to
  3. ; use  with  Semper 0.23beta  or
  4. ; higher.
  5. ; written by  Jan Kriesten,  1993
  6. ;
  7. ; The following keywords are recognized:
  8. ;
  9. ; %input         inserts an ASCII-Text from a file
  10. ; %time          inserts the current time (format: hh:mm)
  11. ; %date          inserts the current date (format: dd-mm-yy)
  12. ; %my_addr       inserts your address
  13. ; %my_system     inserts the text from the field in Config->System/System
  14. ; %my_name       inserts the text from the field in Config->System/SysOp
  15. ; %location      inserts the text from the field in Config->System/City
  16. ; %remote_addr   inserts the first AKA of the connected system
  17. ; %speed         connect speed
  18. ; %count         total number of files sent
  19. ; %bytes         total number of bytes sent
  20. ; %files         inserts a statistic of files processed; this appears
  21. ;                like that:
  22. ;
  23. ;     File/Magic   | Bytes      | Status
  24. ;    --------------+------------+--------------------------------
  25. ;     nodediff     |            | file not available;
  26. ;     NODELIST.CFG | 243        | ok;
  27. ;     NODELIST.197 |            | exceeded your daily byte limit;
  28. ;     ARC.TTP      | 34454      | ok;
  29. ;     LZH.TTP      | 44232      | ok;
  30. ;     UNARJ.TTP    |            | exceeded your daily file limit;
  31. ;     ZOO.TTP      |            | exceeded your daily file limit;
  32. ;     STZIP21.TOS  |            | password failure;
  33. ;     2010.LHA     |            | exceeded your daily file limit;
  34. ;
  35. ; %transfer_time calculated time to send %bytes at a speed of %speed
  36. ; %lim_time      daily request time-limit for the remote system
  37. ; %lim_bytes     daily maximum number of bytes requestable for the remote system
  38. ; %lim_files     number of files requestable per day
  39. ;
  40.  
  41.                                                    %location, %date/%time
  42.  
  43.          >>> Welcome to %my_system <<<
  44.  
  45. Your address: %remote_addr
  46. My   address: %my_addr
  47.  
  48. Your filerequest has been processed:
  49. %files
  50. You received %bytesb in %count files. The transfer time was calculated
  51. to %transfer_timemin at a speed of %speed.
  52.  
  53. Your daily timelimit is %lim_timemin; you can request a maximum of %lim_files files
  54. with up to %lim_bytesb altogether. If one of your requests was not satisfied
  55. due to exceeding one of your limits please try again tomorrow
  56. or contact the sysop.
  57.  
  58. ;Following MAGICS are available at my system:
  59. ;%input f:\magics.txt
  60.  
  61. Please call again!
  62.  
  63.                   Your SysOp %my_name.
  64.                   
  65.