Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Protection Plus for Clipper - <u>pp_unlock()</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PP_UNLOCK()
Unlock the program (from date/exe expiration)
------------------------------------------------------------------------------

Syntax
  PP_UNLOCK()  .  lResult

Returns
  .T. if successful, else .F.

Description
  Updates the control file to make the expiration type "N" for
  none and empties the expiration date field.  This is most
  commonly found as one of the hidden user-codes.  Upon the
  completion of payment from your client, you may unlock him
  from any type of expiration type (either date or exe counts).
  This leaves all copy protection intact.  Refer to "Commonly
  Asked Questions" on page  for more information about
  application limiting and unlocking versus copy protection.
  Refer to PP_UCODE() to see how to integrate this function as
  a user-code.

Example

if pp_unlock()
    @ 2,0 say "Application unlocked..."
endif

See Also: PP_UCODE() PP_NEXPTYPE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson