Quantcast
Channel: ExeOutput for PHP - G.D.G. Software Forum
Viewing all 1024 articles
Browse latest View live

Ajax on chrome, any alternative to Jquery?

$
0
0

@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 anything conclusive), my box2d.js code doesn't like jquery library been added and complete fails when even the jquery .js is linked in the header.

This is more geared to the older exeoutput v 1.7, but if it can be done without jquery on version 2, prepared to migrate over to that version.

Thanks for any help.

Posts: 4

Participants: 2

Read full topic


How to get system mac address

$
0
0

@sandeep wrote:

HI,
Recently I Purchase exeoutphp software in that I want to get user's system mac address,
code :


// Turn on output buffering
ob_start();
//Get the ipconfig details using system commond
system('ipconfig /all');

// Capture the output into a variable
$mycom=ob_get_contents();
// Clean (erase) the output buffer
ob_clean();

$findme = "Physical";
//Search the "Physical" | Find the position of Physical text
$pmac = strpos($mycom, $findme);

// Get Physical Address
echo $mac=substr($mycom,($pmac+36),17);
//Display Mac Address

//Note: above code working fine in wampserver


Error Message: PHP Error: PHP Warning: system(): Unable to fork [ipconfig /all].

Please help me.

Thanks !!

Posts: 2

Participants: 2

Read full topic

Exeoutput IE dlls dependencies

$
0
0

@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 run a compiled exe if these dlls are installed in the Windows environment and proper dirs?

Kind regards,

Kepler

Posts: 1

Participants: 1

Read full topic

Excluded Files / Folders

$
0
0

@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 and folders that I wish to exclude from the app during development & testing, such as design files, or config files created by my IDE. However I find it really hard to keep track of what I've excluded as there's no visual indicator in File Manager.

Would it be possible to add some way of showing which files and folders have been excluded, without having to inspect the properties of each one? Even just displaying them in red text on both file list and folder tree would be perfect - something simple like that would just make my life much easier.

Cheers :slight_smile: Kait

Posts: 1

Participants: 1

Read full topic

Dos program in silent mode

$
0
0

@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

Participants: 2

Read full topic

V2.1.0 Changelog

$
0
0

@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: 2

Read full topic

ExeOutput for PHP 2.1 available - May 25th, 2017

$
0
0

@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:

  • Updated to PHP 7.1.5 and PHP 5.6.30.
  • Chromium Embedded Framework updated: Chromium version 56.0.2924.76 - CEF 3 branch 2924.1570.
  • New feature: auto-increment version number during build process.
  • Excluded files now bear a red cross icon in File Manager.
  • New HEScript Function: PrintPdf.
  • Improved UI ribbon design with new TscToolGroupPanel component.
  • Improved behavior of heopenext:// protocol.
  • FIXED: About box and error message settings were not saved.
  • FIXED: importing system HTML page from XML resulted in a blank page.
  • FIXED: some DLLs could not be properly imported with HEScript engine.
  • Removed unnecessary Comments field from EXE version info.
  • Updated documentation.
  • Minor improvements.

Compatibility: in HEScript, removed useless parameters of PrintPages.

Description

ExeOutput for PHP creates native Windows applications and software programs from websites coded in PHP and HTML. The resulting application is a stand-alone browser app that runs PHP scripts natively without requiring any PHP distribution nor web server.

Build Windows apps, custom web browsers, database front-ends, ebooks, games, interactive catalogs, and much more by combining the power of PHP, HTML5 and JavaScript into desktop applications for Windows.

Customers who own ExeOutput for PHP 1.x can review upgrade conditions.

A fully-functional Trial is available for download on our website at:

https://www.exeoutput.com

Posts: 3

Participants: 1

Read full topic

Linux and Mac Support for creating executables

$
0
0

@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 full topic


WebUpdate doesn't seem to be working [SOLVED]

$
0
0

@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 clues?
EDIT..__________________________FIXED_______________________
Actually, fixed it now, it was that damn Sygate Firewall again.. had to completely stop it. For some reason just disabling it by putting it in "Allow All" mode isn't enough for exeoutput (or any exe's created with it). Really weird, it works fine for other apps that have to access the net, but not exeoutput. I guess it must be leaving some security elements enabled - although it never shows any notification that it's blocking anything.. hmm.. oh well, I'll be on to Win7 or 10 soon, it's about time!!

Posts: 1

Participants: 1

Read full topic

Error: Call to undefined function exo_getglobalvariable()

$
0
0

@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 why this is coming. Any Clues !

Posts: 1

Participants: 1

Read full topic

Call Global variable to external php page

$
0
0

@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 topic

Slow ajax in Single Page Js application

$
0
0

@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 the application itself is very fast in LAMP environment. I think this a threading issue. Any idea how to solve this?

Another thing I noticed, embeded fonts are not showing properly. I tried other similar solution which uses cef (like phpdesktop).as a rendering engine. But fonts, ajax speed everything is normal there.

Anyway, Thanks for great product.

Posts: 3

Participants: 2

Read full topic

Using GZip in EXEOut

$
0
0

@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 something like this:

https://www.warpconduit.net/2010/10/23/enabling-gzip-compression-of-php-css-and-js-files-without-mod_deflate/ (Step 1 - PHP Config)

Cannot use .htaccess file so think this were my confusion begins...

I have added this line to PHP script:
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start();

Getting error in PHP debug though:

PHP Notice: Undefined index: HTTP_ACCEPT_ENCODING

Have set values in php.ini for zlib.

Any ideas how in implement GZip in EXEOut?

Thanks in advance!

BTW: Seems like new 2.1 has solved many issues I was having and compiled exe's actually seems faster:)

Posts: 1

Participants: 1

Read full topic

Shell_exec(): Unable to execute

$
0
0

@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 win32_computersystemproduct get uuid'

any idea? Thanks

Posts: 1

Participants: 1

Read full topic

Best way to build project with multiple PHP programs

$
0
0

@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 load regardless of which program is called? Do I have to place all into one php file then compile? Or can I compile each program separately and call B, C, or D from A? If possible, an example project would be appreciated. Not completely sure how to handle the setup, calls, etc. Thanks.

Posts: 2

Participants: 1

Read full topic


PHP Warning: simplexml_load_file(): I/O warning :

$
0
0

@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 give me solution for this error in exeoutput

Posts: 1

Participants: 1

Read full topic

Exit Application Control Button - Caption Property Not Working

$
0
0

@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 Application" always appears on the button. I have entered just "Exit" and even blanked out the caption. But it always display "Exit Application", without the quotes. Not having this problem with any other newly created button such as Do this action "Copy".

Posts: 1

Participants: 1

Read full topic

Failed to Load PDF Files in some user environments

$
0
0

@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 documentation that says Chrome is the culprit in most cases when opening PDFs directly in a Chrome browser. It seems to be an intermittent problem.

Could there be some underlying problem in the Chrome engine in EO that is causing this in my user's environment?

I am at a loss. Only one user is having this difficulty. Any suggestions?

Thanks,

Frank Mc

Posts: 1

Participants: 1

Read full topic

Procedure to Open User's Default Email Client

$
0
0

@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", "", SW_SHOWNORMAL);
end;

I know OpenURL is not a valid method or routine. But how can I get this to work with ExeOutput?

Posts: 1

Participants: 1

Read full topic

Can you combine two standard actions into one toolbar button?

Viewing all 1024 articles
Browse latest View live