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 fi...