| | |||||
| ||||||||
| Website Development Development concepts, scripts, sponsors and affiliate programs. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Sep 2003 Location: Lost World
Posts: 72
![]() | Are you a Programmer? Hi Guys! I need a solution... Lets say I sell software. I want to be able to provide a free trial and this trial will automatically expires say after 14 days. Can it be done? How to do it? Maybe a solution would be to send an instalation kit who will copy the file and install a small program that delete the file after the trial version? Is there a script for it already? Any input would be appreciated. Anyone who can do this would be better! |
| |
| | #2 (permalink) |
| Senior Member Join Date: Oct 2003 Location: Hawaii
Posts: 3,529
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Sure it can be done. You have to add licenses and stuff. Beware that you better do it good or you will have it shared all over the Kazaa network or other sharing systems and you wont get nothing.
__________________ Standards Voice - Coming soon... |
| |
| | #4 (permalink) |
| Senior Member Join Date: Jun 2003 Location: Markham, Ontario, Canada
Posts: 3,370
![]() ![]() ![]() ![]() | I personally embed programming code into the software to set expiration date and to check for it.
__________________ www.canonlens.ws Updated daily - Get Canon lens reviews and good deals on new/used Canon lens from CanonLens.ws![/SIZE] |
| |
| | #5 (permalink) | ||||
| NamePros Member Join Date: Oct 2003 Location: Minnesota
Posts: 51
![]() |
The problem is that the system can easily be tricked. For example, when you install the program make it January 1, 2045, then change the clock to today and you now have a license that will not expire for another 42 years. If they haven't bought it by then they're not going to! Let's say you want a 14 day license - I recommend taking the date they installed it add 7 days and mark it as the midinstall date. The expiration will be 7 days from the midinstall date. To program it take the date difference between today and the midinstall date. If it is greater than 7, then it has expired. ????: NamePros.com http://www.namepros.com/website-development/10822-are-you-a-programmer.html Then there is only a 14 day window (unless they play with the date every day - then they are just pathetic.) You might want to consider having it run a certain number of times before expiring - so the end-user can take there time deciding. | ||||
| |
| | THREAD STARTER #7 (permalink) | ||||
| NamePros Member Join Date: Sep 2003 Location: Lost World
Posts: 72
![]() | Does this "solution" come with a ready script ro must it be fully customized? How much would one have to pay? Nobody familiar with .exp files? jj2ii3344,
????: NamePros.com http://www.namepros.com/showthread.php?t=10822 Thanks in advance... | ||||
| |
| | #8 (permalink) |
| NamePros Regular Join Date: Nov 2003
Posts: 327
![]() ![]() ![]() | I'm a windows programmer. I know this thread is a week old, but... I do several things with my software. Time trial is one (though I don't do this) and nagware is another. Since I market "plugins" I know that my audience will have to buy a license to use commercially to remove the nagware. ????: NamePros.com http://www.namepros.com/showthread.php?t=10822 You can surely do a date/time trialware, however, you'll find a crack for your software (if it's any good at all) in no time at all. To protect it, you need to implement anti-debugging/tracing code that will thwart crackers using debuggers to find your trialware check and NOOP it, which means they null the line in your code out that displays the form for registration or trialware. If you are doing windows programming and by chance, happen to be using Delphi (doesn't sound like it, but I'll offer anyway), I have a plugin source unit you can use that will send a hex editor on a wild goose chase trying to hex your program. It's not fail safe, but one would have to be out of their mind to spend the days/weeks it would take to get past it. Any Delphi coders here? I also do multimedia development with Macromedia Authorware. Always interested in meeting fellow coders. |
| |