Page 1 of 1

Trouble Setting Up Licensing System: activate.php Missing from WebLM Package

Posted: Mon Apr 01, 2024 2:01 pm
by vizzioyang
Hello everyone,

I'm currently facing an issue while setting up a licensing system for my C++ executable. I'm relatively new to this process and could really use some guidance.

According to the guide I received with the WebLM package I purchased, I need to link the activation server using the URL
http://yourserver/weblm path/activate.php
. However, I'm unable to locate the activate.php file within the WebLM package.

Could someone please assist me with the following:

Clarification on whether the activate.php file should have been included in the WebLM package.
If not included, how can I obtain or generate the activate.php file?
Any alternative methods or steps I should consider to properly set up the licensing system for my C++ executable?
I appreciate any help or insights you can provide. Thank you in advance!

Re: Trouble Setting Up Licensing System: activate.php Missing from WebLM Package

Posted: Tue Apr 02, 2024 3:46 am
by Admin
According to the guide I received with the WebLM package I purchased, I need to link the activation server using the URL
You have to specify the address of your activation server like this: http://yourserver/weblm_path
Any alternative methods or steps I should consider to properly set up the licensing system for my C++ executable?
Did you read our user manual?

Re: Trouble Setting Up Licensing System: activate.php Missing from WebLM Package

Posted: Tue Apr 02, 2024 12:48 pm
by vizzioyang
I managed to make it function. activation.php is the file. activate.php wasn't actually working when I first put it in the way the user manual instructed.