NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Website Development
Reload this Page Are you a Programmer?

Website Development Development concepts, scripts, sponsors and affiliate programs.

Advanced Search
0 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 11-14-2003, 11:29 AM THREAD STARTER               #1 (permalink)
NamePros Member
Join Date: Sep 2003
Location: Lost World
Posts: 72
ICQer is on a distinguished road
 



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!
ICQer is offline  
Old 11-14-2003, 11:36 AM   #2 (permalink)
Senior Member
 
Elefekt's Avatar
Join Date: Oct 2003
Location: Hawaii
Posts: 3,529
Elefekt is a splendid one to beholdElefekt is a splendid one to beholdElefekt is a splendid one to beholdElefekt is a splendid one to beholdElefekt is a splendid one to beholdElefekt is a splendid one to beholdElefekt is a splendid one to beholdElefekt is a splendid one to behold
 



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...
Elefekt is offline  
Old 11-14-2003, 11:42 AM THREAD STARTER               #3 (permalink)
NamePros Member
Join Date: Sep 2003
Location: Lost World
Posts: 72
ICQer is on a distinguished road
 



Thnx for the advise Elefekt
Quote:
Sure it can be done.
For any types of files? Are you familiar with .exp files?
ICQer is offline  
Old 11-14-2003, 12:14 PM   #4 (permalink)
Senior Member
Join Date: Jun 2003
Location: Markham, Ontario, Canada
Posts: 3,370
jj2ii3344 is a jewel in the roughjj2ii3344 is a jewel in the roughjj2ii3344 is a jewel in the roughjj2ii3344 is a jewel in the rough
 



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]
jj2ii3344 is offline  
Old 11-14-2003, 02:12 PM   #5 (permalink)
NamePros Member
Join Date: Oct 2003
Location: Minnesota
Posts: 51
ElvinTech is on a distinguished road
 



Quote:
Originally posted by jj2ii3344
I personally embed programming code into the software to set expiration date and to check for it.
That's what I do too, but be careful how you code it.

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.
ElvinTech is offline  
Old 11-14-2003, 06:06 PM   #6 (permalink)
Senior Member
Join Date: Sep 2003
Location: Tacoma, WA
Posts: 1,212
identity_00 has a spectacular aura aboutidentity_00 has a spectacular aura about
 



Just make a full version but limit the options.
Just a thought
identity_00 is offline  
Old 11-14-2003, 07:45 PM THREAD STARTER               #7 (permalink)
NamePros Member
Join Date: Sep 2003
Location: Lost World
Posts: 72
ICQer is on a distinguished road
 



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,
Quote:
I personally embed programming code into the software to set expiration date and to check for it
Does that mean it doesn't matter what kind of files?
????: NamePros.com http://www.namepros.com/showthread.php?t=10822

Thanks in advance...
ICQer is offline  
Old 11-24-2003, 08:11 PM   #8 (permalink)
NamePros Regular
Join Date: Nov 2003
Posts: 327
GTech is a jewel in the roughGTech is a jewel in the roughGTech is a jewel in the rough
 



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.
GTech is offline  
Old 11-24-2003, 08:17 PM THREAD STARTER               #9 (permalink)
NamePros Member
Join Date: Sep 2003
Location: Lost World
Posts: 72
ICQer is on a distinguished road
 



Wade


PM sent.
ICQer is offline  
Old 11-24-2003, 08:21 PM   #10 (permalink)
NamePros Regular
Join Date: Nov 2003
Posts: 327
GTech is a jewel in the roughGTech is a jewel in the roughGTech is a jewel in the rough
 



Hmm, no love at the PM plaza. Do they take a while to receive? Seems like would be instant. I'll go into the chat room. Haven't sewn any oats in there yet See ya there, hopefully.
GTech is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 01:07 AM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger