There's no real easy way to use TurboActivate in PHP. You can use LimeLM web API in a PHP app, but that's a completely different thing.
My recommendation would be to create a PHP extension using C or C++, and protect that using TurboActivate.
I want to protect our web application, so we want to use Licensing feature in our php application.
it's possible to use Licensing feature in our php application? its possible means how to use licensing feature in phpplease help me........
thanks
There's no real easy way to use TurboActivate in PHP. You can use LimeLM web API in a PHP app, but that's a completely different thing.
My recommendation would be to create a PHP extension using C or C++, and protect that using TurboActivate.
Am use web application for PHP and HTML coding only. this code is used to integrate the Licensing feature in our application.It is Possible to integrate the our application to Licensing feature please tell.
It is Possible to integrate the our application to Licensing feature please tell.
You really need to clarify your question. If you're selling an app and you want to integrate the licensing in your PHP site, then yes this is possible using the web API.
If instead you're selling your PHP application then the only way to add protection is to create your own PHP extension in C / C++. That's the only real way to integrate TurboActivate within a PHP application.
Am already used web API function for integrate the payment option with product key generate option,but how to individually use the product key generate option or how to use php extension C++ to integrate the licensing feature.
Are you asking how to generate a product key in PHP?
See: limelm.pkey.generate
We have examples in the LimeLM web API pack showing how to use the limelm.pkey.generate function.
For example, in the PaymentSettings.php file:
LimeLM::GeneratePKeys($LimeLM_VersionID, 1, $quantity, $email)