Hi all mates,
i developed a "License" check for my program.
It checks username, pw, starting date and duration.
Now i'm using _nowcalcdate() to get difference between buying date and "today". If difference > duration I disable acces.
(everything stored on an internet server/db)
This works fine until the user changes PC clock time...
Is there a way to get the time from an external source that can't be altered by user? (i.e. server time?)
Thanks all,
Marco