Search results

  1. gdgsupport

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

    Yes, we still want to keep Windows 7 CEF files in that release. But it may be the last one to handle Windows 7, we'll see. Especially with additional 64-bit support, it becomes time-consuming to keep compatibility with CEF, WebView2 32-bit and 64-bit down to Windows 7.
  2. gdgsupport

    Web Updates Folder

    Each product should have its own INF file. Have you checked that the URL is correct?
  3. gdgsupport

    Running Artisan commands

    The solution is to create a stand-alone artisan.exe for your project, as explained in our tutorial here: https://www.exeoutput.com/blog/new-tutorial-convert-laravel-web-apps-to-windows-desktop-apps It's near the end: 10. Manage Artisan Commands.
  4. gdgsupport

    Purchased XLS Padlock But Still Showing Trial Message

    If you use the WooCommerce Integration Kit for online activation, verify that you have not enabled the trial nag screen into the workbooks.json file. That would explain why you are getting the initial trial message.
  5. gdgsupport

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

    Get ready for our incoming upgrade! We are thrilled to announce that ExeOutput for PHP 2025 is in the final stages of development and is expected to be released by the end of this month. This is one of our biggest updates yet, packed with features you've been asking for and significant...
  6. gdgsupport

    Purchased XLS Padlock But Still Showing Trial Message

    I see now, this error message is not due to XLS Padlock itself, but rather the activation options you configured for your project. You certainly made a key for testing with that option enabled: That's the option which shows the nag screen on the screenshot you sent. To remove this, try this...
  7. gdgsupport

    Purchased XLS Padlock But Still Showing Trial Message

    Please start the XLS Padlock Manager (shortcut on your desktop) and choose Activate. Then follow instructions.
  8. gdgsupport

    500 Internal Error on WooCommerce & Activation Key Format Query

    It's in "inc\app\controllers\MainController.php" Even if you don't know PHP, with an AI, you should be able to make modifications you want.
  9. gdgsupport

    php protection

    We'll try to reproduce the issue, thanks for the report!
  10. gdgsupport

    Screen resolution app

    Any screenshot for the problem please?
  11. gdgsupport

    Cannot get Deactivate to do anything

    Deactivation API works in the last 2025.1 release, with the bundle format too. IF not, please report it again.
  12. gdgsupport

    500 Internal Error on WooCommerce & Activation Key Format Query

    You probably have a third-party plugin in WordPress that also uses Monolog. Try identifying which one by searching for "monolog" in your wordpress directory. Sure, if you have enough PHP knowledge, you can customize the format of the activation token. The most important part is the order ID...
  13. gdgsupport

    The "data" folder is not being created

    The "Data" subfolder is by default virtual, so ExeOutput does not create it automatically. If you want to place real files inside it, you can indeed create it. It's also created if you have external files marked. It's explained here...
  14. gdgsupport

    Configuring save options

    This is exactly why we do offer two saving modes, explained in the guide here: https://www.xlspadlock.com/doc/topics/save-mode-full-or-cell-values.htm There is also a FAQ article here that should be helpful for choosing the better mode for your case...
  15. gdgsupport

    Conexao Oracle

    Essa mensagem não aparece na versão registrada. Apenas nos EXE do tipo console criados com a versão de teste gratuita.
  16. gdgsupport

    A suggestion about GSplit

    Thank you very much for your positive feedback and for your suggestions regarding GSplit. We appreciate your thoughtful insights. Regarding your request about optimizing performance by using available RAM as a buffer: we recommend using a RAM disk as an alternative solution. By creating a RAM...
  17. gdgsupport

    Conexao Oracle

    O captcha implica utilizar recursos de um servidor externo, não é? Se você criou um arquivo EXE, verifique se ele pode acessar a Internet e não está sendo bloqueado pelo captcha. Você pode usar as Developer Tools no ExeOutput para verificar o status dos scripts JS, inclusive do captcha, para ver...
  18. gdgsupport

    Formulas not working after protecting and Protect VBA greyed out

    They are indirectly linked to the BINARY format. Have you tried a normal workbook format? Any remaining issues?
  19. gdgsupport

    Implementing Pusher with exeoutput

    The error "Class Pusher\Pusher not found" typically indicates that the autoload file from Composer (usually vendor/autoload.php) is not being correctly included or accessible within your ExeOutput application. An application in ExeOutput has the "Data" subfolder as root for your web app. So you...
  20. gdgsupport

    Green error triangles in formulas

    The activation kit itself does not handle different workbooks. You must install it to a subfolder of your webroot and one subfolder per workbook.
Back
Top