home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / IPADMGR.ZIP / SOURCE.ZIP / FEEEDIT.PRG < prev    next >
Text File  |  1995-12-17  |  6KB  |  211 lines

  1. *:*****************************************************************************
  2. *:
  3. *:        Program: D:\IPADMGR\SOURCE\FEEEDIT.PRG
  4. *:
  5. *:         System: IPADEDIT
  6. *:         Author: Jeff Johnson
  7. *:      Copyright (c) 1996, BBS Consultants, Inc.
  8. *:  Last modified: 12/17/95     22:45
  9. *:
  10. *:      Called by: IPADEDIT.PRG                      
  11. *:
  12. *:      Documented 10/01/96 at 13:17                SNAP!  version 5.02
  13. *:*****************************************************************************
  14. SELECT 3
  15. GOTO TOP
  16. SET COLOR TO W+/N
  17. CLEAR
  18. SET COLOR TO N/BG
  19. @ 0,0 SAY "                                                                                "
  20. STORE Len(serv_name) /2 TO m
  21. @ 0,39-m SAY serv_name
  22. SET COLOR TO W+/R
  23. @ 0,0 SAY " IpadMgr " + Version + " "
  24. @ 0,78-Len(domain) SAY " " + domain + " "
  25. SET COLOR TO N/W
  26. @ 1,0 SAY " ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ "
  27. @ 2,0 SAY " "
  28. @ 2,79 SAY " "
  29. @ 3,0 SAY " "
  30. @ 3,79 SAY " "
  31. @ 4,0 SAY " "
  32. @ 4,79 SAY " "
  33. @ 5,0 SAY " "
  34. @ 5,79 SAY " "
  35. @ 6,0 SAY " "
  36. @ 6,79 SAY " "
  37. @ 7,0 SAY " ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ SLIP/PPP Default Settings ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ "
  38. @ 8,0 SAY " "
  39. @ 8,79 SAY " "
  40. @ 9,0 SAY " "
  41. @ 9,79 SAY " "
  42. @ 10,0 SAY " "
  43. @ 10,79 SAY " "
  44. @ 11,0 SAY " "
  45. @ 11,79 SAY " "
  46. @ 12,0 SAY " ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ FTP Default Settings ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ "
  47. @ 12,0 SAY " "
  48. *@ 12,0 Say " "
  49. *@ 12,79 Say " "
  50. @ 13,0 SAY " "
  51. @ 13,79 SAY " "
  52. @ 14,0 SAY " "
  53. @ 14,79 SAY " "
  54. @ 15,0 SAY " "
  55. @ 15,79 SAY " "
  56. @ 16,0 SAY " "
  57. @ 16,79 SAY " "
  58. @ 17,0 SAY " "
  59. @ 17,79 SAY " "
  60. @ 18,0 SAY " "
  61. @ 18,79 SAY " "
  62. @ 19,0 SAY "▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄"
  63. @ 18,0 SAY " ESC - Quit "
  64. SET COLOR TO N/W
  65. @ 22,0 SAY "<ESC> Exit               BROWSE MODE      <E>-Edit      <Page Up/Down>-Browse   "
  66. SET COLOR TO W+/N
  67. @ 2,11 SAY "Description"
  68. @ 3,2 SAY "Days for Level  "
  69. @ 4,2 SAY "Price for Level "
  70. @ 5,2 SAY "Route for Level "
  71. @ 6,2 SAY "Minutes in base rate "
  72. *@ 3,54 Say "Enable Pop-Mail  "
  73. *@ 4,54 Say "Free PPP/Slip  "
  74. *@ 5,54 Say "Free Ftp       "
  75. @ 5,44 SAY "Bill at Hourly Rate (Daily)"
  76. @ 6,44 SAY "Bill at Hourly Rate (Monthly)"
  77. @ 8,2 SAY "Slip Max Idle Time                Seconds"
  78. @ 8,54 SAY "Enable Slip/PPP Access"
  79. @ 9,2 SAY "Slip Max Connect Time             Seconds"
  80. @ 9,54 SAY "Enable POP Mail Access"
  81. @ 10,2 SAY "Slip Max Simultaneous Logins"
  82. @ 10,54 SAY "Slip rate/hour"
  83. @ 13,2 SAY "Ftp Directory   "
  84. @ 13,54 SAY "Enable FTP Access"
  85. @ 14,2 SAY "FTP Max Idle Time               Seconds"
  86. @ 14,54 SAY "FTP rate/hour"
  87. @ 15,2 SAY "FTP Max Connect Time            Seconds"
  88. @ 17,2 SAY "Flags :"
  89. @ 17,9 SAY "RD-"
  90. @ 17,15 SAY "WR-"
  91. @ 17,21 SAY "CF-"
  92. @ 17,27 SAY "DF-"
  93. @ 17,33 SAY "MD-"
  94. @ 17,39 SAY "RM-"
  95. @ 17,45 SAY "NR-"
  96. @ 17,51 SAY "AN-"
  97. @ 17,57 SAY "AD-"
  98. @ 17,63 SAY "ND-"
  99. @ 17,69 SAY "PA-"
  100. @ 17,74 SAY "SU-"
  101. DO WHILE .T.
  102.    SET COLOR TO W+/N
  103.    @ 2,2 SAY "Level " + Str(Recno(),2)
  104.    SET COLOR TO W+/RB, W+/RB
  105.    @ 2,23 SAY Desc
  106.    @ 3,23 SAY days
  107.    @ 4,23 SAY amount
  108.    @ 5,23 SAY route
  109.    @ 6,23 SAY minutes
  110.    *   @ 3,77 Say Free_pop Picture "Y"
  111.    *   @ 4,77 Say Free_Slip Picture "Y"
  112.    *   @ 5,77 Say Free_Ftp Picture "Y"
  113.    @ 5,77 SAY daily PICTURE "Y"
  114.    @ 6,77 SAY hourly PICTURE "Y"
  115.    @ 8,25 SAY s_max_idle
  116.    @ 8,77 SAY ppp_slip PICTURE "Y"
  117.    @ 9,77 SAY popmail PICTURE "Y"
  118.    @ 9,25 SAY s_max_conn
  119.    @ 10,31 SAY max_logins
  120.    @ 10,72 SAY s_rate
  121.    @ 13,23 SAY ftp_dir
  122.    @ 13,77 SAY ftp PICTURE "Y"
  123.    @ 14,23 SAY f_max_idle
  124.    @ 14,72 SAY f_rate
  125.    @ 15,23 SAY f_max_conn
  126.    @ 17,12 SAY READ PICTURE "Y"
  127.    @ 17,18 SAY write PICTURE "Y"
  128.    @ 17,24 SAY CREATE PICTURE "Y"
  129.    @ 17,30 SAY DELETE PICTURE "Y"
  130.    @ 17,36 SAY mkdir PICTURE "Y"
  131.    @ 17,42 SAY rmdir PICTURE "Y"
  132.    @ 17,48 SAY noredir PICTURE "Y"
  133.    @ 17,54 SAY anydir PICTURE "Y"
  134.    @ 17,60 SAY anydrive PICTURE "Y"
  135.    @ 17,66 SAY nodrive PICTURE "Y"
  136.    @ 17,72 SAY putany PICTURE "Y"
  137.    @ 17,77 SAY super PICTURE "Y"
  138.    SET COLOR TO N/W
  139.    @ 22,0 SAY "<ESC> Exit               BROWSE MODE      <E>-Edit      <Page Up/Down>-Browse   "
  140.    SET COLOR TO N/N
  141.    SET CONFIRM OFF
  142.    STORE " " TO mvar
  143.    @ 22,79 GET mvar
  144.    READ
  145.    SET CONFIRM ON
  146.    SET COLOR TO W+/N
  147.    DO CASE
  148.    CASE Readkey() = 12
  149.       SET COLOR TO W+/N, N/W
  150.       EXIT
  151.    CASE Readkey() = 6
  152.       IF .NOT. Bof()
  153.          SKIP -1
  154.       ENDIF
  155.       IF Bof()
  156.          GOTO TOP
  157.       ENDIF
  158.       LOOP
  159.    CASE Readkey() = 7
  160.       IF .NOT. Eof()
  161.          SKIP 1
  162.       ENDIF
  163.       IF Eof()
  164.          GOTO BOTTOM
  165.       ENDIF
  166.       LOOP
  167.    CASE Upper(mvar) = "E"
  168.       SET COLOR TO N/W
  169.       @ 22,0 SAY "<ESC> Exit                 EDIT MODE                                            "
  170.       SET COLOR TO W+/N
  171.       @ 2,2 SAY "Level " + Str(Recno(),2)
  172.       SET COLOR TO N/W
  173.       @ 2,23 GET Desc
  174.       @ 3,23 GET days
  175.       @ 4,23 GET amount
  176.       @ 5,23 GET route
  177.       @ 6,23 GET minutes
  178.       *        @ 3,77 Get Free_pop Picture "Y"
  179.       *        @ 4,77 Get Free_Slip Picture "Y"
  180.       *        @ 5,77 Get Free_Ftp Picture "Y"
  181.       @ 5,77 GET daily PICTURE "Y"
  182.       @ 6,77 GET hourly PICTURE "Y"
  183.       @ 8,25 GET s_max_idle
  184.       @ 8,77 GET ppp_slip PICTURE "Y"
  185.       @ 9,77 GET popmail PICTURE "Y"
  186.       @ 9,25 GET s_max_conn
  187.       @ 10,31 GET max_logins
  188.       @ 10,72 GET s_rate
  189.       @ 13,23 GET ftp_dir
  190.       @ 13,77 GET ftp PICTURE "Y"
  191.       @ 14,23 GET f_max_idle
  192.       @ 14,72 GET f_rate
  193.       @ 15,23 GET f_max_conn
  194.       @ 17,12 GET READ PICTURE "Y"
  195.       @ 17,18 GET write PICTURE "Y"
  196.       @ 17,24 GET CREATE PICTURE "Y"
  197.       @ 17,30 GET DELETE PICTURE "Y"
  198.       @ 17,36 GET mkdir PICTURE "Y"
  199.       @ 17,42 GET rmdir PICTURE "Y"
  200.       @ 17,48 GET noredir PICTURE "Y"
  201.       @ 17,54 GET anydir PICTURE "Y"
  202.       @ 17,60 GET anydrive PICTURE "Y"
  203.       @ 17,66 GET nodrive PICTURE "Y"
  204.       @ 17,72 GET putany PICTURE "Y"
  205.       @ 17,77 GET super PICTURE "Y"
  206.       READ
  207.    ENDCASE
  208. ENDDO
  209.  
  210. *: EOF: FEEEDIT.PRG
  211.