VB .Net License User Web Auth

Discussion in 'Programming' started by mark9510, Aug 2, 2009.

  1. #1
    Hey everyone I just have a simple question I need to know if there are any web auths where I can set a license key and based on that key the program validates itself with the web auth. i need a simple script
     
    mark9510, Aug 2, 2009 IP
  2. ricky92

    ricky92 Active Member

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    58
    #2
    It's probably better for you to write your own PHP script which connects to a database, as if you use a premade one your licensing system would be easily crackable (even though I'm not sure if your program needs so much security). You can use the System.Net namespace to connect to your script and get a license number which will be generated and stored by it.
     
    ricky92, Aug 3, 2009 IP