Search results

  1. catalinbombea

    Code Signing Error

    Hi, Using 2025.1, I have a problem signing the exe, GsignCode.exe just flickers and disappears immediately. Works on a second computer, can you indicate why code sign might fail? Worked on the computer that now fails for months. Tried removing and reinstalling padlock many times, added app to...
  2. catalinbombea

    Restore xlsce values

    Hi, I have a scenario where I save custom cell values in xlsce secure file. The problem is that there are some dynamic values that cannot be identified. At this moment, we only have a way to read custom values one by one: Dim Val As String Val = XLSPadlock1.ReadCustomCellValue(“MyEntireRow”...
  3. catalinbombea

    Web updates stopped working

    Hi, We are using 2024 version of padlock, but we started to have issues with web updates, users are no longer seeing the “Update available” dialog. Here is the old exe file properties: The new exe compiled: The .inf file content: Older compiled files don’t get the update, all settings are...
  4. catalinbombea

    Validation Error

    Hi, Back with an online validation error, this time in the compiler. When loading an xplp template, that has the Validate activation state option set to “Every X Times”, the additional box where we set the number of times is not displayed: If we compile the exe, users will never have to...
  5. catalinbombea

    XLS Padlock Activation Error - Key Generator Returned Error

    Hi, Looks like the key generator fails, here is the response (returns a html document as response): < html lang=“en-US” >< head>Just a moment…[…]Enable JavaScript and cookies to continue[…] private static $keygen_url in KeyGenAPI.php is: ‘https://licfactory.xlspadlock.com/xlskey/api/keyforge’...
  6. catalinbombea

    Additional Server Data

    Hi, We need to have a Company Name field in the activation process. For this, I edited the form: We are able to activate online a subscription with this form. The problem is that the server does not return this company name in VBA, the function: XLSPadlock.PLEvalVar(“ValidationAddServerData”)...
  7. catalinbombea

    Does WooCommerce activation kit work with php 8.2.9?

    If not, which is the recommended php version for the current kit version? I get this error, but subscription is there, email and order id is correct in validation token: -1155 thank you
  8. catalinbombea

    Validation token

    Hi, I do have a question: Assuming that the woocommerce subscription needs to be renewed on yearly basis, no trial period, is the first validation token they received permanent? My feeling is that the API GetValidationToken (XLSPadlock.PLEvalVar(“ValidationToken”)) will return a different...
  9. catalinbombea

    Web update errors

    Hi, We have a few problems with Web update features. First one: the url for the .cab file from .inf file does not match with the base url set for server: If you check the url, it is functional, but have to manually edit the .inf: […]/ecmversions/Ironworks.cab Second problem: Nothing happens…...
  10. catalinbombea

    Online activation fails

    Hi, Using the latest WooCommerce integration kit, we cannot complete the activation, it fails with a page not found error. Checked everything, testsetup.php returns: XLS Padlock WooCommerce Integration Kit Performing tests… Testing access to WordPress → WooCommerce was successfully found. API...
Back
Top