Search results

  1. gdgsupport

    Change HTTP Server Port Dynamically

    Sure, you can do that with HEScript. There is a code sample here about how to do it: https://www.exeoutput.com/help/external-http-server#2-toc-title
  2. gdgsupport

    Distinguish 2 publications online script

    No, it's a nice and effective way.
  3. gdgsupport

    Code Signing Error

    That's strange — nothing changed between versions 2025.1 and 2025.2 regarding code signing. Could this issue be related to something else introduced during the new version's installation?
  4. gdgsupport

    🔥 XLS Padlock 2025.2 Released - October 30, 2025

    XLS Padlock 2025.2 Released We are announcing the release of XLS Padlock 2025.2. This update is focused on compatibility for the upcoming Windows 11 25H2 update, an overhauled documentation system, and expanded language support. Key Changes in Version 2025.2 Windows 11 25H2 Compatibility...
  5. gdgsupport

    Code Signing Error

    That means the certificates are installed without their private keys — so GSignCode (or any signing tool) can’t access a key provider. Moreover, certificate 8 isn't your own certificate, it's the one of Sectigo: so you only have the public cert chain (intermediates/roots), not your actual...
  6. gdgsupport

    Code Signing Error

    That error usually means the certificate’s private key provider doesn’t match what the signing tool expects. In Windows there are two families: CSP (legacy “CryptoAPI” providers) like “Microsoft Enhanced RSA and AES Cryptographic Provider” or vendor CSPs (e.g., eToken Base Cryptographic...
  7. gdgsupport

    How to configure the splitted files to open them succesfully?

    By default, GSplit produces binary parts meant to be recombined using GSplit’s Self-Uniting feature — not opened directly. That’s why Excel can’t open the resulting files — they’re not valid standalone CSVs. Here’s how to configure GSplit so you get split CSV files that you can open...
  8. gdgsupport

    php protection

    If you have a very simple sample that would let us reproduce the issue, please provide it, as we're not able to get this problem here.
  9. gdgsupport

    Save during execution defaults to old directory

    We added a possible fix in the incoming XLS Padlock 2025.2. Thank you!
  10. gdgsupport

    USER & ADMIN passwords

    XLS Padlock does not natively support assigning two different passwords for two different expiration dates (i.e., one for a standard User and another Admin bypass password) directly within the Application Key Generator. However, here are a few workarounds or solutions to achieve a similar...
  11. gdgsupport

    Code Signing Error

    Please review the compilation log — any code-signing errors will be listed there.
  12. gdgsupport

    Request for XLS Padlock User ID

    The user ID is also now correctly displayed in the "My Account / Downloads" page on our website at https://www.xlspadlock.com
  13. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    ExeOutput for PHP 2025 being officially available, this thread is now closed.
  14. gdgsupport

    ION CUBE EXTENSION NOT WORKING on laravel app

    For IonCube loader DLLs, you must configure ExeOutput for PHP to consider them as ZEND extensions. See our documentation here: https://www.exeoutput.com/help/phpextensions Search for ioncube. You must also use the 32-bit (x86) non thread safe (NTS) version of the DLL file for ExeOutput.
  15. gdgsupport

    Add old php version to Exeoutput for php

    ExeOutput for PHP 2025 brings support for PHP 5. You can get it with the Web Update tool. For other 7.x versions, check our blog at https://www.exeoutput.com/blog
  16. gdgsupport

    Pre-release - ExeOutput for PHP 2025

    You can report the false positive in your app here: [email protected] ExeOutput 2025 is quite new, so some antivirus companies will have to fix their false positives.
  17. gdgsupport

    Pre-release - ExeOutput for PHP 2025

    Thanks for the report. We'll check that.
  18. gdgsupport

    XLS Padlock 2025.1 Is Here - July 10, 2025

    You can remove it here:
  19. gdgsupport

    Request for XLS Padlock User ID

    The user ID was sent to you, please check your support ticket.
Back
Top