Ajax on chrome, any alternative to Jquery?
@orionmetrics wrote: Hi I was wondering if there is any other way of getting ajax to work under Chrome engine other than using Jquery $ajax - for unknown reasons (tried debugging but couldn't find...
View ArticleHow to get system mac address
@sandeep wrote: HI,Recently I Purchase exeoutphp software in that I want to get user's system mac address,code : // Turn on output bufferingob_start();//Get the ipconfig details using system...
View ArticleExeoutput IE dlls dependencies
@kepler wrote: Greetings ExeOutput for PHP depends of some specific dlls - I think - of Internet Explorer to run in this mode (Trident engine). Can you please tell which ones, and if it's possible to...
View ArticleExcluded Files / Folders
@aptlykait wrote: Hi, I just have a little feature request that would be really helpful if you could consider it for a future update. I build from my development folder, so there's a number of files...
View ArticleDos program in silent mode
@kepler wrote: Hi I'm trying to run an exe called by PHP in hidden mode. And I'm using the hidden var.Still, the dos boz appears for a second. Is this a bug? Kind regards, Kepler Posts: 2...
View ArticleV2.1.0 Changelog
@oldteacher wrote: Sorry to bother, but is there a change log for V2.1.0? Did not get email about new version, just happened to find and wondering what the changes are? Thanks! Posts: 2 Participants:...
View ArticleExeOutput for PHP 2.1 available - May 25th, 2017
@gdgsupport wrote: ExeOutput for PHP 2.1 is available Our PHP to EXE website compiler comes with new features and improvements available in this minor update. Upgrade is recommended. What's new:...
View ArticleLinux and Mac Support for creating executables
@ganeshsurfs wrote: With what I see this is very promising. Are there any plans to support Linux or Mac executable creation? I am looking at purchasing this soon. Ganesh Posts: 2 Participants: 2 Read...
View ArticleWebUpdate doesn't seem to be working [SOLVED]
@kim wrote: I've just updated to v2.1 after fully uninstalling the old version but the app can't seem to access the webupdate URL to install the XP kit etc.. here's a screenshot of the issue: Any...
View ArticleError: Call to undefined function exo_getglobalvariable()
@Achu wrote: I am getting an error PHP ERROR: PHP Fatal error: Call to undefined function exo_getglobalvariable() everything else remains the same but this i am getting for first time today. No idea...
View ArticleCall Global variable to external php page
@maced81 wrote: it's possible to call $storagelocation = exo_getglobalvariable('HEPubStorageLocation', ''); from external php page bat (not copilated in project) ? Posts: 2 Participants: 2 Read full...
View ArticleSlow ajax in Single Page Js application
@gkibria wrote: Hello, I am trying exeoutput with a single page application built with VueJs backed by Laravel 5.3 with sqlite. Application works after compile, but every ajax request is too slow. But...
View ArticleUsing GZip in EXEOut
@oldteacher wrote: Having some issues getting gzip working. Totally and fully understand how to use gzip in server environment but no so much with EXEOut. What I normally use in server environment is...
View ArticleShell_exec(): Unable to execute
@gkibria wrote: Hello, I tried to get system uuid using shell_exec() but script retured following error shell_exec(): Unable to execute 'echo | C:\WINDOWS\System32\wbem\wmic.exe path...
View ArticleBest way to build project with multiple PHP programs
@webguy22 wrote: I have four PHP programs. Program A currently calls Program B, Program C, or Program D (via html). What’s the best way to build the project so that the user only sees one exe program...
View ArticlePHP Warning: simplexml_load_file(): I/O warning :
@dibyam wrote: PHP Error: PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "xml/user_personal.xml" in C:\Users\EDUUSER2\Desktop\Data\allhead\head.php on line 2 please...
View ArticleExit Application Control Button - Caption Property Not Working
@webguy22 wrote: Cannot change Caption for a new control toolbar button. Created a Standard Action with Do this action of "Exit Application". No matter what I place in the Caption property, "Exit...
View ArticleFailed to Load PDF Files in some user environments
@fmcleod wrote: I compiled my application with EO 2.0x beta ... a user was getting "Failed to load PDF document" for all PDFs he tested. I recompiled today with 2.1 and same results. I see online...
View ArticleProcedure to Open User's Default Email Client
@webguy22 wrote: Is there a way to open the user's default mail client with a procedure? procedure AutoSendMail;begin OpenURL("mailto:theo@test.com?subject=test&body=Hello World", "",...
View ArticleCan you combine two standard actions into one toolbar button?
@webguy22 wrote: I would like to create a button that does Select All then a Copy. Is this possible? Posts: 1 Participants: 1 Read full topic
View Article