|
-
Feb 14th, 2000, 12:01 PM
#1
Thread Starter
Addicted Member
Need help to make my program a 30 day trial program
-
Feb 14th, 2000, 05:54 PM
#2
Hyperactive Member
Search this forum for "active lock".
Its an activeX that let you make your program into a trialprogram or password protected.
activelock.com
------------------
On Error Goto Bed =:0)
[email protected]
-
Feb 14th, 2000, 09:48 PM
#3
Addicted Member
Don't Go for ACTIVE LOCK! I have used it for one of my app. The app was cracked the very next day i posted it - full with key generator.
The worst part of it is, the crackers Keygenerator built for one program can be reused for other programs simply by changing
1.Password
2.Vibration Length
3.Software Code Length
-----------
My suggestion is use all that u could harness and protect your program using a unique protection scheme.
Here are a few tips.
1.Dont't use Ini files to check for Registration.
2.Don't use the system date or local time
to check for Registration
3.Use the last access file time of several Important system files,like System.dat,User.dat to check for time elapse
4.Don't store your date counter in the registry as a number like:
mycount key having a value 30 and decrementing for every day. This can be easily patched.
5.Choose a Location in the registry safe enough to Hide your representation of date
like in the subkeys of CLSID values etc..
6.Never show registration box or give a clue of how to enter the registration key unless they contact you with payment.
Regards
G.Kumaraguru
-
Feb 14th, 2000, 11:05 PM
#4
Junior Member
I would forget about time limiting. Can't see how it is possible to get round resetting system clock so the programme always runs on the same day.
(Unless anyone knows different)
Peter Brown
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|