1 / 69

;---------------------------------------------------------------------------

;---------------------------------------------------------------------------. ;POB SC2 PPS. ;Only for Distributors who use the PCBoard Door. ;Change the security level for use on your system!. ;POB(c)1995 *FREEWARE* change the code as you need!.

minowa
Download Presentation

;---------------------------------------------------------------------------

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ;---------------------------------------------------------------------------;---------------------------------------------------------------------------

  2. ;POB SC2 PPS

  3. ;Only for Distributors who use the PCBoard Door

  4. ;Change the security level for use on your system!

  5. ;POB(c)1995 *FREEWARE* change the code as you need!

  6. ;---------------------------------------------------------------------------;---------------------------------------------------------------------------

  7. STRING UNAME, SER, CODE, PPL, PPQ, SP, SPSL, CONT, OK

  8. BIGSTR COMMENT

  9. REAL LINE

  10. :BEGIN

  11. CLS

  12. NEWLINE

  13. NEWLINE

  14. INPUTSTR "@X0FUsername: ",UNAME,@X0E,20,MASK_ASCII(),DEFS+NEWLINE+UPCASE

  15. INPUTSTR "@X0FSerial #: ",SER,@X0E,6,MASK_ASCII(),DEFS+NEWLINE

  16. INPUTSTR "@X0FLineversion: ",LINE,@X0E,4,"1250",NEWLINE

  17. INPUTSTR "@X0FCode: ",CODE,@X0E,10,MASK_ASCII(),DEFS+NEWLINE+UPCASE

  18. INPUTYN "@X0Fregistered for PPL: ",PPQ,@X0E

  19. LET PPL = ""

  20. IF (PPQ = YESCHAR()) LET PPL = "PPL"

  21. LET COMMENT = STRING(SER) + " " + "/" + STRING(LINE) + " " + STRING(CODE) + " " + STRING(PPL)

  22. GETALTUSER U_RECNUM(UNAME)

  23. CLS

  24. PRINTLN ""

  25. PRINTLN ""

  26. PRINTLN ""

  27. PRINTLN "@X0FUSERNAME: " + UNAME

  28. PRINT "@X0FUSER RECORD #: "

  29. PRINTLN U_RECNUM(UNAME)

  30. PRINTLN "@X0FCODE FOR PCBOARD DOOR:@X0E " + COMMENT

  31. PRINTLN ""

  32. PRINTLN ""

  33. INPUTYN "@X0CIs the Information OK to store in USER-RECORD ",OK,@X0F

  34. PRINTLN ""

  35. IF (OK = YESCHAR()) THEN

  36. ;PRINTLN "@X0FCOMMENTLINE ",U_CMNT2

  37. LET U_CMNT2 = COMMENT

  38. PRINTLN ""

  39. PRINTLN ""

  40. PRINTLN "@X0FCOMMENT-LINE #2 changed to:@X0A ",U_CMNT2

  41. PRINTLN ""

  42. PRINTLN ""

  43. PRINTLN " @X08POB(@X0Ac@X08)1995"

  44. PRINTLN ""

  45. LET U_SEC = 20 ; <----- Change here the security level for your system!!!!!

More Related