Search results

  1. gdgsupport

    Change HTTP Server Port Dynamically

    This is correct HEScript. If it is not working as expected, the problem is almost certainly somewhere else. In the PHP Settings → External HTTP Server page, you must: Check “Enable External HTTP Server”. Uncheck “Start and stop the HTTP server automatically” Please also try: procedure...
  2. gdgsupport

    php protection

    OK thanks for the sample, this time we were able to reproduce the problem. We'll study the issue now.
  3. gdgsupport

    Issue with Manual, "7.5 How to Close the Workbook After a Given Amount of Time"

    The 3-month uptime kid definitely found an unintended loophole… until the housekeeping patch was applied manually :p
  4. gdgsupport

    Code Signing Error

    In version 2025.2, the web update process has been significantly revised to prevent such scenarios from occurring, especially with Universal EXE. If you manage to restore code signing (you can now also switch to the standard Microsoft SignTool in XLS Padlock as a workaround), upgrading would be...
  5. gdgsupport

    Save during execution defaults to old directory

    Yes, SetSecureWorkbookFilename allows you to enforce the save directory currently displayed. If you provide a full path, the directory will be extracted, and if it exists, it will be used as the default save location.
  6. gdgsupport

    Sending referrer data

    Unfortunately, in WebView2 (based on Edge/Chromium), sending or overriding the Referer header is currently not fully supported for navigation requests. This is due to security and privacy restrictions, especially when dealing with HTTPS and cross-origin requests. Chromium enforces strict rules...
  7. gdgsupport

    Change HTTP Server Port Dynamically

    What you’re describing is absolutely feasible. The script mentioned demonstrates how to start and stop the external server, and you can indeed pass the desired port when starting it. In your case, the process would be as follows: Create a form input or dropdown to allow the user to select or...
  8. gdgsupport

    Excel Exe is not working generating below error as Image attched

    Please check if your workbook source file has an opening password and if yes, make sure that you entered it into XLS Padlock.
  9. gdgsupport

    php protection

    Thank you for your reply and the instructions. Followed them but in ExeOutput 2025 it's working as expected: Make sure that the PHP source file is encoded as UTF-8: in NotePad++, this command:
  10. 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
  11. gdgsupport

    Distinguish 2 publications online script

    No, it's a nice and effective way.
  12. 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?
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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.
  18. gdgsupport

    Save during execution defaults to old directory

    We added a possible fix in the incoming XLS Padlock 2025.2. Thank you!
  19. 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...
  20. gdgsupport

    Code Signing Error

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