Demos.Purchasing.Making Registration Code work only once

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daniel aristidou
    Contributor
    • Aug 2007
    • 494

    Demos.Purchasing.Making Registration Code work only once

    Well im posting this here because im attempting it in vb. it may belong in the systems development section.

    Any way... every body nowadays uses demos.
    Well i have created code (in vb) to create a demo with a time trial, and the user can enter a purchased registration code,

    My question is, how can i make the program so a registration will only work on one trial and not on all the others, (ie...unable to pirate copy)
    I assume it must require using the net to do this,
    I predict a solution might be that a array of codes already used, and an array of new codes available, is downloaded from a server and then checked, accordingly.

    My problem is, is this the right way of tackeling the problem
    2nd problem is implementing it.

    If any one wishes to see the code. i created for a simple demo with trial period... i will be posting it in the howto section in a couple of days
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    If any one wishes to see the code. i created for a simple demo with trial period... i will be posting it in the howto section in a couple of days
    Please do submit code, good idea, I am actually just getting back so your timing is impeccable:-)...

    In a bit!

    Dököll

    Comment

    • daniel aristidou
      Contributor
      • Aug 2007
      • 494

      #3
      Originally posted by Dököll
      Please do submit code, good idea, I am actually just getting back so your timing is impeccable:-)...

      In a bit!

      Dököll
      Hey...see this link for the howto..create a simple demo with time trial:
      Demo code

      Comment

      • daniel aristidou
        Contributor
        • Aug 2007
        • 494

        #4
        Bump........... .......

        Comment

        Working...