|
-
Jul 9th, 2010, 03:50 PM
#1
Thread Starter
Hyperactive Member
Control date during trial applications
Most of us creates many softwares that run only for a specified period of time in the trial mode. Once the trial period is expired these softwares stop functioning and demand for a purchase for example.
Anyway many users can cheat the application changing the date in window. Is there any easy way to control that?
-
Jul 9th, 2010, 04:34 PM
#2
Re: Control date during trial applications
-
Jul 9th, 2010, 06:33 PM
#3
Re: Control date during trial applications
There's no completely fool proof system... but you can make it harder.
-tg
-
Jul 9th, 2010, 06:53 PM
#4
Re: Control date during trial applications
And however hard you make it, crackers will find a way around it. So be sure to find a balance and not spend too much time/money on it.
-
Jul 9th, 2010, 08:18 PM
#5
Re: Control date during trial applications
Here's a little something I tossed together in VB.NET...
http://www.vbforums.com/showthread.php?p=3840587
-tg
-
Jul 10th, 2010, 07:07 AM
#6
Thread Starter
Hyperactive Member
Re: Control date during trial applications
Thanks techgnome, I'll see...
 Originally Posted by baja_yu
And however hard you make it, crackers will find a way around it. So be sure to find a balance and not spend too much time/money on it.
Ok, let's assume random users do not have knowledge to crack the application in some special way instead of simple changing the date in the system. How it looks like from the "ideological point of view" to prevent that?
-
Jul 10th, 2010, 08:00 AM
#7
Re: Control date during trial applications
Keep track somewhere of the date and time when application is launched, and also do it periodically from your application. Do it every hour or so. Every time before recording current date/time check the stored values. If the stored is ahead of the current, you'll know that the user reversed the system clock.
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
|