[futurebasic] Re: [FB] Timed demo

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2000 : Group Archive : Group : All Groups

From: Brian Stevens<brilor@...>
Date: Tue, 31 Oct 2000 18:20:40 -0700
At 2:38 PM -0600 10/31/00, Pierre Zippi wrote:
>K, I know we've been here before - many times - but...
>
>Can someone recommend a method for restricting the time or number of
>launches for a demo version of an application. This does not have to be
>bullet-proof or unassailable by a real hacker.

Pierre - I used the FB Powerpak from Ross Lambert as a start and put 
together a simple method that gives the user xxx number of uses (or 
launches). It stores the info in an invisible locked file and it is 
written using the binary stream (i.e. not using PRINT) which makes it 
difficult to read if the file is found. The only real downside is the 
user finds the file, deletes it and gets another xxx uses. I've also 
incorporated a registration scheme that forces them to register when 
the uses are exhausted. If you are interested, I could copy the 
appropriate sections of code and send them to you off-list. Let me 
know.

Best Regards,

Brian