Recent content by kpweb

  1. K

    Stuck at loading message "just a moment please..."

    please disregard the post, the error was resolved when i changed to php 8.0
  2. K

    Stuck at loading message "just a moment please..."

    My php application on start is stuck at loading message “just a moment please…” The error log only shows the following: 11-Sep-23 7:42:20 AM Scheme Request URL start: https://heserver/admin/home.php Many thanks,
  3. K

    Title bar color

    how to hide url in title bar of popup window. i have set a name for my main window and removed %doctitle% from it but when a new window pops up it shows complete url. how to hide disable that ?
  4. K

    Difference between applicationcache disable local cache and localstorage?

    “Portable version do not create file in storage folder” does not work because i am creating a print option and it throws an error when using do not store file in storage.
  5. K

    Difference between applicationcache disable local cache and localstorage?

    Hi I would like to know the difference between Difference between applicationcache disable local cache and localstorage ? My application uses and iframe to connect to php code on web server but sometimes javascript and css files are not loaded properly. whats the best way to reload fresh files...
  6. K

    Iframe access to .htapasswd protected url

    starting version 51 chrome has stopped support for embedded credentials in url unless it is brought back i dont think it will be supported by exeoutput https://medium.com/@lmakarov/say-goodbye-to-urls-with-embedded-credentials-b051f6c7b6a3
  7. K

    Removing php from generated exe

    Yes but I sometimes do need full php functionality, and other times just an iframe with all php happening on remote server. so an option to trim out php would be nice in exeout for php. I was just thinking of ways on reducing size in the final exe. upx doesnt help much , Thanks,
  8. K

    Iframe access to .htapasswd protected url

    A different format in URL works in chrome Version 102.0.5005.115 but not in the supplied version in exeoutput example.com:1234/pagename.cgi?user=username&pwd=password
  9. K

    Removing php from generated exe

    I am generating an exe which connects to a remote webserver using iframe. All the php and html processing is done on the web server so is there a way to trim php from the generated exe to reduce its size ? So the exe will only have one index.html file which is an iframe connecting to remote...
  10. K

    Iframe access to .htapasswd protected url

    Hello, I would like the exe to connect to a remote url via iframe but the url is password protected using htaccess an htpasswd, i have supplied the username password in the iframe as follows: https://username:[email protected]/folder/index.html When trying to access through the...
  11. K

    How to add google chrome extentions or plugin

    was the google chrome extension added in current version ?
  12. K

    How to extend expiration date?

    Is it possible that someone can bypass global expiration date by changing system clock or running the app in a virtual environment ?
Back
Top