Search results

  1. oldteacher

    Curl error: SSL certificate problem: unable to get local issuer certificate

    Did you include / compile the openssl extension into your software? Been awhile since I have messed with exeout and curl, but if I recall, this may help: $url = "https://example.com"; // Replace with the desired URL $ch = curl_init(); // Initialize cURL session // Set cURL options...
  2. oldteacher

    2024 TrackingPrevention bug

    “I found a way around the error using a different method… Sorry for the false alarm.” Okie Dokie. Not a clue what you are talking about, but I am old 🙂 Just aksing what you used as your way around it. No big deal though.
  3. oldteacher

    Program created by version 2024 does not run on every computer

    Far from fool proof, but I have used something like below for my school software. I cannot post code here; it is forbidden for me: No way for me to add code here, so I have uploaded a text file here.
  4. 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.
  5. 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.
  6. oldteacher

    2024 TrackingPrevention bug

    You care to share with rest of us your solution? Be very helpfuf 🙂
  7. 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.
  8. 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!
  9. 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
  10. 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...
  11. 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...
  12. 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...
  13. 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.
  14. 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...
  15. 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.
  16. oldteacher

    Exeoutput still shows "Exeoutput error" even after purchase license

    Not sure total solution, but check out:
  17. 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?
  18. 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.
  19. 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...
Back
Top