1900 results found
How would I intergrate LimeLM with Paquet builder https://www.installpackbuilder.com/ in order to manage licencing of my software?
The fix is to use TF / TFS over HTTPS. See the docs.
Same answer as before: https://wyday.com/forum/t/4823/licensechest-is-coming-soon/#post-22346 We don’t give estimates.
https://wyday.com/forum/t/3333/how-to-change-the-display-order-of-the-custom-field-list/
Provide more information if you're having problems: https://wyday.com/limelm/help/faq/#useful-reports
Can I just make that call non-securely using http instead of https? Yes, just open the LimeLM.cs file (or if you're using VB.NET open the LimeLM.vb file) and change the the "post_url" constant to be "http://wyday.com/limelm/api/rest/" and not "https://wyday.com/limelm/api/rest/".
Have them whitelist "wyday.com" over port 443 (i.e. HTTPS connections to our activation servers) Just wondering, is there a technical reason (or other?)
Also, review step 8 and onward: https://wyday.com/limelm/help/using-turboactivate-with-adobe-air/
https://wyday.com/forum/t/3060/isactivated-fails-when-wi-fi-disabled-otherwise-succeeds/
See: https://wyday.com/forum/t/3235/keys-arent-being-generated/
https://wyday.com/wybuild/help/faq.php#how-it-works
Lastly, always use update signing: https://wyday.com/wybuild/help/update-signing.php
If you want to allow customers to mover the key to another computer you can choose to allow it: https://wyday.com/limelm/help/activations/#deactivate
: https://wyday.com/limelm/help/faq/#useful-reports
Covered in the walkthrough: https://wyday.com/wybuild/help/walkthrough.php
I've spent some time looking closer at some of the other threads in here, and I see that #2 is more-or-less an echo of https://wyday.com/forum/t/4191/is-it-possible-to-check-history-of-a-specific-key/ , perhaps with more detail to the request.
Still no luck, even tried it with application/json but it doesn't work.Error 101 method not found.var headers = { 'Content-Type': 'application/json' } var data={ method:'limelm.pkey.manualActivation', api_key:env.limeApiKey, version_id:env.limeVersion, act_req_xml: req.body.xmlData, format:'json' } axios.post('https://wyday.com/limelm/api/rest/',data, {headers: headers}) .then((response) => { res.json(response.data); }) .catch((error) => { res.json(error); })
More information on the crack-ability of all software: https://wyday.com/limelm/features/why/#snake-oil
Use any of the available payment platform listed here: https://wyday.com/limelm/help/how-to-generate-product-keys-after-order/
Latest versions are always here: https://wyday.com/limelm/api/