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