1924 results found
Best place to start: https://wyday.com/limelm/help/using-turboactivate-with-c-plus-plus/ https://wyday.com/limelm/help/using-turboactivate-on-mac-os-x/
Also, whitelist https communication (wyday.com over 443), as described in the FAQ: https://wyday.com/limelm/help/faq/#internet-error Probably just the crummy firewall blocking your app from outside communication.
If they're using TFS over the internet (and not just intranet) they should use TFS over HTTPS: https://wyday.com/limelm/help/turbofloat-server/#config-https And they should disable the “raw” communication by also setting the “just_scgi” config option.
Hi, I'm trying to figure out if I have a bug in my 'friendly reminder' code. Is the timed trial period based on 24 hour intervals or on calendar days?
You can put it behind load balancers (see TFS article, HTTPS: https://wyday.com/limelm/help/turbofloat-server/#config-https ).
Covered in a few FAQ articles: https://wyday.com/limelm/help/faq/#disabled-adaptershttps://wyday.com/limelm/help/faq/#dont-use-statichttps://wyday.com/limelm/help/faq/#useful-reports To sum up: Update Windows (apply all pending updates)Update all drivers.
https://wyday.com/wybuild/requirements.php
wyUpdate uses FTP, HTTP, or HTTPS. And you specify them with your update sites.
https://wyday.com/limelm/help/api/ https://wyday.com/forum/t/3549/setting-custom-field-from-fastspring-on-subscription-renewal/#post-17219
This is incorrect: https://wyday.com/limelm/api/rest? This is correct: https://wyday.com/limelm/api/rest/ Notice that the correct URL has a trailing slash (and no question mark).
Hey Michael, This is coming very soon: https://wyday.com/forum/t/3534/extract-extra-data-from-verified-trials/ Edit: this has been added: https://wyday.com/limelm/help/api/limelm.trial.advancedSearch/
https://wyday.com/limelm/help/using-turboactivate-with-csharp/ https://wyday.com/limelm/help/using-turbofloat-with-csharp/ It's generic C# than can be used with any front-end you want.
https://wyday.com/limelm/help/trials/
I have found a priblem in file paychecker.phpI have changed if ($PayPalSandbox) $request = curl_init('https://www.sandbox.paypal.com/cgi-bin/webscr'); else $request = curl_init('https://www.paypal.com/cgi-bin/webscr');with if ($PayPalSandbox) $request = curl_init('https://ipnpb.sandbox.paypal.com/cgi-bin/webscr'); else $request = curl_init('https://ipnpb.paypal.com/cgi-bin/webscr'); Sandbox mode know work perfect.
To do offline activation of verified trials follow the instructions: https://wyday.com/limelm/help/trials/#ut-veri-req https://wyday.com/limelm/help/trials/#ut-veri-resp
We have a number of examples written in a few different programming languages: https://wyday.com/limelm/help/how-to-generate-product-keys-after-order/ https://wyday.com/limelm/help/api/limelm.pkey.generate/
To activate the TFS: https://wyday.com/limelm/help/turbofloat-server/#activate To get the details (including the product key) use the "-v" option: https://wyday.com/limelm/help/turbofloat-server-commandline/