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

Issue with opening external exe file

$
0
0

@oldteacher wrote:

Yes, me again:)

Using V1.7 with trident engine (can't use chromium for this project).

I have an issue that seems simple, yet giving me issues. Want to open external EXE file in same folder as my ExeOut exe.

Have read on forum (and dcos) about using scripting or the _heopenit. No luck with scripting so focusing on _heopenit

Currently using code like this:

<a href="assets/mathtest.exe" target="_heopenit">Start Math Test</a>

So basically I have a folder names "assets" in the same folder as my compiled EXEOut exe. Just wish a simple way to open exe...

If you have good example for me, be very grateful so can get software ready for school.

Thanks!

Posts: 1

Participants: 1

Read full topic


About Box Links V2 Beta

$
0
0

@oldteacher wrote:

Little bug or the link setup is different in about box for V2 beta.

heexternal://http:// does not work a all.

using target="_heexternal" still opens link in popup window.

Another bug: clicking a link and then trying to use the close button has no effect. Must use the x.

Thought you may like to know.

Cheers!

Posts: 1

Participants: 1

Read full topic

Error on loading exe file

$
0
0

@bryan wrote:

Hi,

I have created an HEScript within EXEoutput to move the window location at startup.

My HEScript is called SetUIProp in the scripting section and includes the following:
procedure ResizeOnLoad;
begin
SetUIProp("fview","Width","150");
SetUIProp("fview","Height","50");
SetUIProp("fview","Top","0");
SetUIProp("fview","Left","800");
end

In my index php file I have included the call
<?php
echo exo_return_hescriptcom("SetUIProp.ResizeOnLoad", "Error");
?>

When the application loads it is positioned in the correct area of the screen according to the dimensions above but I have nothing displayed within it other than the following:
"Fatal Error: Could not convert variant of type (Null) into type (OleStr). Please reload the page."

What have I done wrong?

Posts: 1

Participants: 1

Read full topic

Firefox User Profile demanded over and over

$
0
0

@thunder wrote:

I've just installed the latest ExeOutput for PHP and the separate mysqlservertogo

Something is missing for me in trying to get this going.
I have used the folder containing all the php & js,css,html files of an application that needs to connect to a mysql database to retrieve all the tables needed to run this application.

The web folder is taken from the htdocs folder on my localhost using a WAMP server setup.

I have specified the .exe folder (login.exe in my case) to be loaded into the \myapps folder of Server2Go as the directions indicate

I then click on the Server2Go.exe as the directions also indicate which is supposed to then go look for my login.exe file in the servertogo\myapp\login.exe path

When the login.exe is called up the window keeps popping up from the Firefox browser to "Choose User Profile"

A default profile is shown selected -- My choices are
Create Profile
Rename Profile
Delete Profile
and then
Work Offline
Use the selected profile (the default profile I see selected already) without asking at startup.
This last checkbox is selected and I can either "Start Firefox" or Exit.

Either way I will not get beyond this whether I Create a Profile and Save, Rename the Profile, Delete it, Work offline, or Exit.

Posts: 1

Participants: 1

Read full topic

Using file_get_contents in PHP - SOLVED

$
0
0

@oldteacher wrote:

Wondering if there is another setting I am missing. Attempting to use file_get_contents and https://

Working fine with http:// but not https://. I am loading content from a server, not localhost.

I have set the following in php.ini:

allow_url_fopen = on
allow_url_include = on

I compiled the extension php_openssl.dll into my EXE.

No luck. Extensive search on net and stackoverflow and seems I have correctly setup php.ini and extension.

Any ideas?

Thanks

Posts: 3

Participants: 2

Read full topic

Command line programs

$
0
0

@davebaldwin wrote:

I have not been able to get command line programs compiled with ExeOuput V2 to run. I get an error message saying that some DLL is not a valid program. I sent a screen shot to you by email.

Posts: 3

Participants: 2

Read full topic

ADODB_Exception : Missing extension for postgres

$
0
0

@jlgazoli wrote:

Hello.
I have an application developed in PHP that works perfectly in a Centos6 environment, PHP 5.3.3, PostgreSQL 8.4.20.

I'm setting this application for ExeOutput. I'm having the following problem:


06/08/2016 18:33:21 PHP message: PHP Fatal error: Uncaught exception 'ADODB_Exception' with message 'postgres7 error: [-1: Missing extension for postgres] in CONNECT(192.168.1.254:4384, 'dbu_gertex', '****', gertexdev)
' in C:\Rede\PHPExe\includes\sys\lib\classes\ADOdb\adodb-exceptions.inc.php:78
Stack trace:
0 C:\Rede\PHPExe\includes\sys\lib\classes\ADOdb\adodb.inc.php(568): adodb_throw('postgres7', 'CONNECT', -1, 'Missing extensi...', '192.168.1.254:4...', 'gertexdev', Object(ADODB_postgres7))
1 C:\Rede\PHPExe\includes\sys\lib\classes\007-BancoDeDadosADOdb.class.php(148): ADOConnection->Connect('192.168.1.254:4...', 'dbu_gertex', 'dbu_gertex_ge37...', 'gertexdev')
2 C:\Rede\PHPExe\CustomEmp\app\webgertex_desenv\config\Config_app_db_inc.php(306): DBpgsqlADOdb->Conectar()
3 C:\Rede\PHPExe\public_html\app\webgertex\index_app_inc.php(87): require('C:\Rede\PHPExe...')
4 C:\Rede\PHPExe\public_html\app\index_fw_inc.php(706): require_once('C:\Rede\PHPExe...')
5 C:\Rede\PHPExe\Data\public_html\app\webgertex\indexExe.php(129): require('C:\Rede\PHPExe...')
in C:\Rede\PHPExe\includes\sys\lib\classes\ADOdb\adodb-exceptions.inc.php on line 78
06/08/2016 18:34:02 PHP ERROR: HTTP/1.0 500 Internal Server Error


I use ADODB Library for PHP5 version 5.18.

What would be the procedure to resolve this error?

Thank you.


Posts: 1

Participants: 1

Read full topic

Direct Print pdf


Exe Crash restart it

Ghe link after refrash

$
0
0

@Ma_Ced_di_Mastrogiov wrote:

I have a ghe : // links , the page charge ogno 10 seconds , sometimes it happens that the page after a charging becomes unreachable , you can solve this problem ?

Posts: 2

Participants: 2

Read full topic

Include exe + config.ini

Way to lock external exe files?

$
0
0

@oldteacher wrote:

Is there a way to prevent external exe files from being opened directly? In other words to only be opened by EXEOut link?

Figure not but certainly worth asking:)

Thanks.

PS: any news on V2 coming out of beta?

Posts: 1

Participants: 1

Read full topic

Show Developer Tools: jQueryserializeArray()

$
0
0

@jlgazoli wrote:

Hello.

Exeoutput 1.7
Browser Engine : Webkit Chromium
Enable "Show Developer Tools"...
jquery-2.1.0.min.js
jquery-ui-1.10.4/ui/jquery-ui.js

When the compiled program runs, the right mouse click, "Show Developer tools" freezes the program and the only alternative is to log off the Windows session.

I need to check that the following command is not working properly in javascript:

sData = $( "#"+sForm ).find("input,select,textarea,checkbox").serializeArray();

This command works perfectly when running on my original php that used in Centos6, Firefox or Chromium Linux.

Thank you.

Posts: 2

Participants: 1

Read full topic

Help with Image Upload, Please

$
0
0

@oldteacher wrote:

I have spent hours reading the docs and trying different methods with no luck. Tried info from:

http://www.exeoutput.com/help/choosingfilesupload?s[]=upload

http://www.exeoutput.com/help/savingfiles

Tried so many things over past week, have lost count...

Here is the simple PHP script I am trying to use:

`<?php
if(empty($_FILES['file']))
{
exit();
}
$errorImgFile = "./img/img_upload_error.jpg";
$destinationFilePath = '../mathtest/images/'.$_FILES['file']['name'];
if(!move_uploaded_file($FILES['file']['tmpname'], $destinationFilePath)){
echo $errorImgFile;
}
else{
echo $destinationFilePath;
}

?>`

Most basic upload script but for life of me cannot get it to work with EXEOut. Could you please give me example how to make work? Be much appreciated.

Using EXEOut V2 Beta if makes any difference.

Thank you.

Posts: 2

Participants: 2

Read full topic

POST ajax runs only once - $_POST is empty

$
0
0

@jlgazoli wrote:

Hello.

Exeoutput 1.7
Browser Engine : Webkit Chromium
jquery-2.1.0.min.js
jquery-ui-1.10.4/ui/jquery-ui.js

I have experienced problems converting my system in php to run in EXEOutput 1.7.

The entire system uses the mechanism for post as follows:


$.ajax({

type:"POST",
url:sPostURL,
cache: false,
timeout: tTimeout,
data: sData,
success: function( datareturn ) {
    var sMensagem = "OK - POST : " + sPostURL;
    ShowMessagePostOK( sMensagem );
},
...
...

This event can be executed by the click of a button or automatically by schedule,
even by the "window.setInterval (function() {".

Anyway it is executed, the POST is sent only once, I'm monitoring this through log
text file. Although not show errors and the script typically continue running,
showing messages and everything, POST really does not occur.

I also noticed that the only time the POST occurs, the variable $_POST is empty (EMPTY).

I can not progress in the conversion due to this problem. I am not registered user and
can not test version 2.

The development staff could give some guidance or alternative? I could not buy the product
only to test version 2, not sure that these needs will be met in a more stable manner
than in version 1.7.

I would like a team orientation in order to be able to test version 2 and to continue the
conversion of my system, if this situation is actually a limitation of version 1.7.

Thank you.

Posts: 1

Participants: 1

Read full topic


How to create ZIP archive from entire folder

Exeoutput version 2 beta - download for all

$
0
0

@jlgazoli wrote:

Hello.

I would like to make a suggestion.
Why not release the second beta version for download all ?
Would be more users testing and advancing their projects, so that when version 2 is released the conversion work would be advanced.

See my case:

  • Version 1.7 does not answer me.
  • If I buy the 1.7, I could upgrade to version 2?
  • Without buying version 1.7 I can not test version 2 - beta.

I need to test jQuery in Webkit (Chromium) browser. Trident does not interest me.

At the moment I can not move in the conversion of my systems.

Thank you.

Posts: 1

Participants: 1

Read full topic

Download docx file not working

$
0
0

@infinets wrote:

for now i am using trial version of once everything goes well I am going to buy license

function SaveDlgWord: String;
begin
// Asks for filename
Result := SaveFileDialog("Save File As", ".docx", ".docx", "", "");

// Returns blank string if user cancels the dialog.

end;

In my php I am using PHPWord() to create word file

$filename = exo_return_hescriptcom("UserMain.SaveDlgWord", "Error");
$document->save($file_url);

this is my php code, I am getting "call to undefined function exo_return_hescriptcom
when I click on export button

i have other file download script which is also giving same error -

$filename = exo_return_hescriptcom("UserMain.SaveDlgWTS", "Error");
$fp = fopen($filename,'wb');
fwrite($fp, $file_contents);
fclose($fp);

please help in this regards...

thanks

Posts: 6

Participants: 2

Read full topic

Request webservice via SSL

$
0
0

@Sebastien_Albrech wrote:

Hi,

I'trying to use prestashop's webservice on website protected by an SLL let's encrypt certificate, but it's not working anymore.

it's only work when i disable SSL check:

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);

it's working fine in HTTP as well.

any idea to help me ?

Regards

Posts: 5

Participants: 3

Read full topic

Unable to programmatically terminate program (ExeOutput v1.7)

$
0
0

@richhallstoke wrote:

So far I have tried using PHP code such as:

<?php
exo_runhescriptcom('ExitPublication');

and a macro/script such as:

procedure OnNavigateComplete(URL: String);
begin
ExitPublication;
end;

and a redirect header such as:

<?php
header('Location: HEScript://ExitPublication');

and a javascript code such as:

<script type="text/javascript">
exeoutput.RunHEScriptCom("hescript://ExitPublication");
</script>

But so far have not found a working way to terminate the application, and at present with all above options I'm left with the application window still running as if I hadn't even tried to terminate it with code. Any assistance would be massively appreciated. Thank you.

Posts: 3

Participants: 2

Read full topic

Viewing all 1024 articles
Browse latest View live