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

Exec() not working!

$
0
0

@Inkeliz1 wrote:

I have this PHP:

$param = (...)
// The $param is correct, this is not a problem!
// -re token=123456

exec('program.php -r '.$param. $output);
var_dump($output);
// If work: this will execute the program.php with -r -re token=123456 -u "abc"

But not work!

The var_dump():
array(2) { [0]=> string(50) "'program.exe nÆo ‚ reconhecido como um comando interno" [1]=> string(56) "ou externo, um programa oper vel ou um arquivo em lotes." }

Posts: 3

Participants: 2

Read full topic


V2 Beta Reset Settings

$
0
0

@oldteacher wrote:

Not sure if worth pointing out, but the "Reset Settings" button is not working for me. Pressing it does nothing and cannot clear window sizes and such. Real pain.

Posts: 2

Participants: 2

Read full topic

Created with Unlicensed Compiler, you may not distribute the invisible exe with the free version of the compiler

$
0
0

@sequel wrote:

I have the 1.7 version with regular license and maintenance period expire on 2018. Although this the last compiled version of my application return a problem when other users (not me) launch it and appear and alert box with message as objects "Created with Unlicensed Compiler, you may not distribute the invisible exe with the free version of the compiler" What mean?
Tnx
Mauro

Posts: 4

Participants: 2

Read full topic

V2 Beta ExoVerif.dll error

$
0
0

@oldteacher wrote:

Removed the top menu bar completely from my project, compiled using down arrow.

Starting my compiled EXE, get popup error about ExoVerif.dll not designed for Windows, please reinstall software.

Had to do a "Full Build" from the build menu to stop popup error message.

Not sure if anyone cares about this error but, I agreed to test the beta and report back. Woman of my word...

Posts: 8

Participants: 3

Read full topic

Select input not move in Beta

$
0
0

@Inkeliz1 wrote:

If you move the window the "option" from "select" will stay in the old position.

If you start the exe from the center screen and move the window.
The "options" will show in the center of the screen, not change based on windows move.

Note:
"select" = HTML Select Tag = "<select></select>"
"options" = HTML Option Tag = "<option></option>" inside the "select"

Already reported: http://www.gdgsoft.info/t/exeoutput-2-beta/1487/44

Posts: 2

Participants: 2

Read full topic

Sugestion: Loading Page + Injected Javascript

$
0
0

@Inkeliz1 wrote:

I'm testing the Beta, this is better than the old version.

I have some sugestions and bugs to report.

  1. Allow create a "Loading Page"
    This page will show util the PHP load finished.
    The content of this page will load in the startup.

  2. Allow some javascript before the page load.
    This will work to create a "Loading" page and more resource.
    Before the page load this javascript is already loaded. :slight_smile:

Bugs:
"Rendering Engine" > "Background Color" only allow number?!

Posts: 2

Participants: 2

Read full topic

Fixed width/height for pop-up

$
0
0

@Inkeliz1 wrote:

How I can open one pop-up to a internal file with fixed width/height?

The Javascript to open using:
window.external.ShowPopup(Name, URL, Width, Height, Top, Left, Param);

Not working the Beta.

Using the common javascript window.open() this possible resize the window. :frowning:

Posts: 2

Participants: 2

Read full topic

CURLOPT_CAINFO and CURLOPT_CAPATH not work

$
0
0

@Inkeliz1 wrote:

Is not possible use the:

curl_setopt($ch, CURLOPT_CAINFO, $file);

The error show is not possible find the certificate.
curl_setopt($ch, CURLOPT_CAPATH, $file) with the curl_setopt($ch, CURLOPT_CAINFO, $file) get the same problem.

If local file:
-index.php (with curl)
-certificate.crt

Get error on check the certificate, 'certificate.crt' is not found.
Same error with external file.

-index.php
= c:\crt.crt

Is not possible load the crt.crt.
Extract the crt to %PATH% and load from it is not possible too.

I CAN'T DISABLE VERIFYPEER!
How can load the CAINFO and/or CAPATH), however, how can check the SSL certificate?

Posts: 3

Participants: 2

Read full topic


Can't share compiled php

$
0
0

@softtree wrote:

I've developed a web application with php and compiled it using
exeoutput. After compiling this project, it works fine and opened
without error. But sharing it with another system using LAN didn't
work. After I did the connection, I opened on primary system if opens
but on other system after launching it, it opens but showing plan
white... I mean it opens but not displaying anything.

I did some troubleshooting by creation a user in DB and gives all
privilege. Also use the main host IP as localhost. But after all the
troubles, it didn't work.

Posts: 4

Participants: 2

Read full topic

Disable backspace

$
0
0

@Inkeliz1 wrote:

In browser have some shortcut.
Press backspace is one, on pressing this go previous page.

I don't try all the shortcut.

How I can disable all shortcut?

Posts: 4

Participants: 2

Read full topic

Compiled file does not work on another computer

$
0
0

@brenno wrote:

Good afternoon,

I did a project and compiled in ExeOutput for PHP, the executable on my machine runs a good, but when I copy to a thumb drive, step to another machine, it no longer works.
I am using ajax to send the forms, and the Trident engine.

Att.

Brenno Ferreira

Posts: 8

Participants: 3

Read full topic

Enabling php_sqlsrv_56_nts DLL - SOLVED

$
0
0

@shaun_henderson wrote:

Is it possible to add additional libraries for PHP? I would like to add php_sqlsrv_56_nts.dll for accessing an Oracle server

Posts: 4

Participants: 3

Read full topic

"Kiosk Mode" enable move window

$
0
0

@Inkeliz1 wrote:

Is possible create a location to move the window in "Kiosk Mode".
Exemple:

<div class="exe-move">
</div>

If the user click and move the mouse the window will move.
The same think when you move the window next to the "X" option.

Posts: 4

Participants: 2

Read full topic

Expected Release Date

$
0
0

@ukmas78 wrote:

We precisely do we expect the final release of ExeOutput for PHP 2.0 as we have put a product launch on hold for this? We also notice that Application GUID is blank in 2.0. Can we use the current release for production. Thanks

Posts: 2

Participants: 2

Read full topic

Windows 8/10 notification

$
0
0

@Inkeliz1 wrote:

Windows 8+ have support to notification in the OS.
This is used by many software, include the Outlook for example.

A "small" "pop-up" in bottom-right.
This have a icon, title and small text.

Have a plan to support it in ExeOutput for PHP?

Posts: 5

Participants: 2

Read full topic


PHP DLL Error while starting up the EXE

$
0
0

@as.research84 wrote:

Dear Support,

I have downloaded the trial version and trying to compile and run the program me but i am constantly getting the following error:

https://drive.google.com/file/d/0B6CVVyvsXXzlMDBrWml6LVVDSC1YMXYxSzZSd2FwVDdSSm9r/view

which says; that the DLL file is not being found, while i have checked and double checked and its there. We have also tried the embedding in EXE option and it is also giving the same error. Kindly help.

Posts: 5

Participants: 3

Read full topic

Beta - Request multiples pages cause error

$
0
0

@Inkeliz1 wrote:

Imagine this:

<a href="script1.php">Button</a>
<a href="script2.php">Button2</a>

Until the script1.php is loaded the end-user can click multiples time in "Button" or in "Button2".

If you click in "Button" and after click multiples times in "Button2" or in "Button", the EXE will crash. Show a error (in french) about memory access.

Note: the two pages is loading and editing the same $_SESSION, this can be a problem since the SESSION cannot be edited by two process.

Fix: Only add a loading page that show when user click in a, this will prevent click in another link. :S

The BIG PROBLEM:
The end-user can press "backspace" this allow return to the previus page. If the user "spam" the backspace (this is: send backspace multiples times) the .exe will crash too.

Note: I don't test in 1.7 version, because this not have a PHP 7.

Fix: Use the Javascript to prevent click in the Backspace, but this not work very well!

Posts: 2

Participants: 2

Read full topic

Password Protection Options - SOLVED

$
0
0

@oldteacher wrote:

Concerning the "Global Password" protection feature...

User opens software and does not have a password. Maybe they enter incorrect password or click "Cancel". Is there a way to send user to a page where they can obtain a password by opening their default browser?

Or maybe display a single page within the EXE where they can optin to get the password?

Thanks in advance for input.

Posts: 3

Participants: 2

Read full topic

Switch window to Fullscreen using HEscript or something?

$
0
0

@liviugc wrote:

Hello,

Is there a way to toggle between normal and full-screen mode while running an exe build with ExeOutput for PHP?

For example, the user is interacting with the application in normal window, and at some point when s/he clicks a button to run a game, the app switches to full-screen, then, when the game is over, it goes back to normal window.

Is this possible? (I know that you can set the whole app to run in full-screen when building it, but that is not what I am looking for. I'm looking for a way to toggle this mode using a script.)

Thank you!

L.

Posts: 1

Participants: 1

Read full topic

PHP extensions and php.ini for V2 Beta 3

$
0
0

@oldteacher wrote:

Hi.

Was trying to get new software working and needed some PHP extensions enabled. I chose to compile them into exe. My software is failing so just checked out the php.ini.

The extensions I compiled are not showing active in php.ini. For instance the openssl extension (even though compiled into exe) still shows:

;extension=php_openssl.dll (note the ; )

My understanding is in V1 we were not to manually edit the php.ini. Is this not the case with V2 and we need to manually edit?

Thanks!

Posts: 1

Participants: 1

Read full topic

Viewing all 1024 articles
Browse latest View live