Search results

  1. oldteacher

    Skin Editor Missing in 2024

    I think they are actually at Download HTML Executable - Try The Best HTML Compiler But if you do not have active maintenance, you will not be able to download the skin editor. “Must have active maintenance plan to download the skin editor” message.
  2. oldteacher

    ExeOutput for PHP License Activated but Still Showing Trial Version Message in .exe File"

    If you have not yet purchased the “No branding option”, you will have to do that. Look at very bottom of this page for the no branding option: https://www.exeoutput.com/store Sorry, I cannot help with command Iine, never even used the feature.
  3. oldteacher

    2024 TrackingPrevention bug

    You care to share with rest of us your solution? Be very helpfuf 🙂
  4. oldteacher

    Skin Editor Missing in 2024

    Yea, it is not working for me either. Check for updates weekly and n skin editor. Also, the update for CHM to Exe has error 525 download package aborted.
  5. oldteacher

    Laravel Sample Available And With Video Tutorial

    Very good tutorial and project files. Answers many questions and solves some issue I had. Thank you!
  6. oldteacher

    GeoLocation Notification

    You bet. Very simple script that can even run from desktop. You will have to get free API key though: Geocoding and Reverse Geocoding APIs - LocationIQ Geo Location Script - https://www.filemail.com/d/keqxgizvakybkri
  7. oldteacher

    Is there a way to check if MySQL server is connected (or not)?

    I too had requirements for checking on mySQL server status. Could not find anything in docs. Ended up using code like in text file here: https://urhost.net/gdg-files/mysql-check.txt Unfortunately, mods have this forum locked down and simple users cannot add code with php tags. This of course...
  8. oldteacher

    GeoLocation Notification

    I had tried geo some months back and never got it to work. Did not have time to deeply troubleshoot but can confirm there is issue. I tried all kinds of flags from: WebView2 browser flags - Microsoft Edge Developer documentation Side note: the geo script works perfectly in Edge, Chrome and...
  9. oldteacher

    Curl not working

    First thing that comes to my mind is you did not compile curl or openssl into your exe. under PHP Extensions: Recommend you do not change php.ini. I used your curl and added some debug steps and had to comment out: //'parse_mode' => 'MarkdownV2', For some reason telegram does not like...
  10. oldteacher

    Larval Sample Issue

    That is cool! Did not know that:) But I never got an alert from Windows Defender, there are no alerts inside Windows Defender. Oh well, not a big deal. Thanks for explaining.
  11. oldteacher

    Larval Sample Issue

    So, you are saying that EXEOut captures the anti-virus message and displays it in a EXEOut popup alert? That message format is nothing I have ever seen in all my years from Windows Defender. My Windows Defender does not have a message format like EXEOut. They are styled like my desktop...
  12. oldteacher

    Larval Sample Issue

    No changes, simply opening the app, saving .exe. Ran app one time after first compile. Did not modify or change a single file, simply compiled a second time: Not a system message, this is from EXEOut? Never saw a message like this in 2021.
  13. oldteacher

    Exeoutput still shows "Exeoutput error" even after purchase license

    Not sure total solution, but check out:
  14. oldteacher

    2024 Version - Flash with Chromium 87 Issue

    Greetings friends. I have been waiting and waiting for a solution on this. Will it be addressed soon or should I move on?
  15. oldteacher

    PHP Version updates

    Greetings! Is there a way to install the beta version of PHP ExeOut 2024 and keep the older 2021 version? Do not want to risk destroying any working projects.
  16. oldteacher

    ExeOutput + PHP + PDF

    Without seeing how you generate your PDF filename, shot in the dark here. I have had similar problems with all kinds of files over the years getting “cached” somewhere in the pipe. I use something like this to generate filenames: // Get the current Unix timestamp $timestamp = time(); // Format...
  17. oldteacher

    PHP Version updates

    Feel like I was dismissed when discussing the issue I am having, but in case you are interested… Tried to install again and got the following screen a long time: Manually cancelled after extended time of no action. Restarted install and got: I decided to manually delete anything related...
  18. oldteacher

    Where is "Build Full Publication" menu command?

    Think this is what you are looking for:
  19. oldteacher

    Creating 64-bit version apps

    Sorry, I misread the question… Delete my reply 🙂
Back
Top