1903 results found
Read about it here: https://wyday.com/blog/2016/ddos-mitigation-and-expanding-our-servers/
See: https://wyday.com/limelm/features/why/#wrong-id
For the same reason you should disallow VM activations (VMs can be cloned): https://wyday.com/limelm/help/vm-hypervisor-licensing/ >> "- You're planning to host TurboFloat instances" Yes, hosted TurboFloat Server instances will be available later this year.
SO article: https://stackoverflow.com/questions/25047316/ws2-32-dll-unloaded-exception-when-using-managed-c-library
Never use TA_IsGenuine() (at least not until you've read the documentation and understand the ramifications for using it): https://wyday.com/limelm/help/faq/#require-internet If you use TA_IsGenuineEx() like we describe then minor downtime (planned or unplanned) *will not* effect you.
https://wyday.com/forum/t/1775/settings-trial-days-to-zero-rental-license/ To ensure that the local clock is not tampered with, we need to implement ourselves some validations, by contacting e.g. a known ntp server.
See: https://wyday.com/limelm/help/faq/#useful-reports
>>> The FAQ boils down to this: Type https://wyday.com in Internet Explorer. Don't see the site?
I'm getting "Error: You must use the "systa" executable that comes with this version of TurboActivate." after trying to upgrade our Adobe AIR application to version 4.1.3.3 I downloaded "TurboActivate.zip" from https://wyday.com/limelm/api/#turboactivate-win, extracted the contents and replaced my old files with "Turboactivate.dll", "TurboActivate.exe" from \bin-windows\x86 as well as systa.exe from \bin-windows\x86\nodejs (Is this the correct systa.exe?)
https://wyday.com/limelm/help/using-turboactivate-with-csharp/#check-activation // If IsGenuineEx() is telling us we're not activated // but the IsActivated() function is telling us that the activation // data on the computer is valid (i.e. the crypto-signed-fingerprint matches the computer) // then that means that the customer has passed the grace period and they must re-verify // with the servers to continue to use your app.
Both articles here: https://wyday.com/wybuild/help/
I followed this Tutorial: https://wyday.com/limelm/help/using-turboactivate-with-nsis/.
I would guess, this happens, cause wyBuild opens all files within the temporary folder with the default action registered in windows https://yapp.kim/mybkexperience/. And for a .ps1 file this is open in notepad..Due to the fact, that this doesn't work out of the box, I created a .cmd file that starts powershell like mentioned in this SO answer and added both files (.cmd and .ps1) to the temporary folder within wyBuild.
Seems like the reverse problem of: https://wyday.com/forum/t/1538/incorrect-exit-code-from-wyupdate-via-command-line/ Using: ForceCheckForUpdate(true);And this.cmpAutomaticWY_Updater.UpdateAvailable += UpdateAvailable triggers, and the gui element for the AutomaticUpdater states an update is available.
Hi, with this pricing: https://wyday.com/limelm/signup/, does the floating server is hosted by wyday or we must host it by myself?
You might want to think about updating your guide for using Turboactivate with c# at (at https://wyday.com/limelm/help/using-turboactivate-with-csharp/) to at least mention the fact that this is an error that must be handled.
The same for the IsDateValid() problem (https://wyday.com/forum/t/1980/isdatevalid-not-working/).
ok, I found the version on the url when I clicked my version 1.0 https://wyday.com/limelm/version/10--/ so I changed my version to this value$version = '10--'; but even if I don't parse, I should get a return xml string from GetPKeyID() call: $pkey_id = LimeLM::GetPKeyID($version, $product_key);echo '<p>GetPKeyID: ' .
Sub doit() sURL = "https://wyday.com/limelm/api/rest/" Dim objHTTP As Object Set objHTTP = CreateObject("MSXML2.XMLHTTP") If TypeName(objHTTP) <> "IXMLHTTPRequest" Then Exit Sub objHTTP.Open "POST", sURL, False objHTTP.setRequestHeader "User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" objHTTP.setRequestHeader "ContentType", "application/x-www-form-urlencoded" objHTTP.send "api_key=blahblahblah.blahblah&method=limelm.test.echo" WebResponse = objHTTP.responseText Debug.Print WebResponseEnd Sub Inserting my actual API Key, this produces is <?
Call stack at crash time: https://postimg.org/image/vz54137h3/ The crash in question happens in the function CryptoPP::Rijndael::Enc::AdvancedProcessBlocks() function, where _freea() is called.