Search results

  1. janvier123

    [HOW TO] Pass variables to Scripting and display them

    ** Script ]** (Statistics.toppk) procedure toppk(cond: String; cond2: String); var buttonSelected : Integer; begin buttonSelected := MessageBox("TOP PK Character is: "#13#10""#13#10"" + cond + " "#13#10""#13#10"Would you like to edit this character?", "Top PK"...
  2. janvier123

    OnPHPErrorMessage DialogBox

    can i use something like if(OnPHPErrorMessage) { < show some form> }
  3. janvier123

    OnPHPErrorMessage DialogBox

    still waiting for a reply…
  4. janvier123

    OnPHPErrorMessage DialogBox

    Its seems i dont have a “CustomDialogs” folder, this folder does not exist Exeoutput is installed by default in "C:\Program Files\ExeOutput for PHP" where should this folder be located, and what extentions do i have to use ?
  5. janvier123

    OnPHPErrorMessage DialogBox

    Hi, this is what iam trying to do: when an error is returned by the PHP runtime, show a dialog box with a form inside, inside the form the error will be displayed this form will be send … bla bla bla i have tryed adding a new dialog page, but its seem im not allowed or invalid file, even when...
  6. janvier123

    Protocol HTTPS?

    when you use a complied files it uses the protocol http://hserver/… can you change this to https://hserver/… so you can use secure pages inside the application for connection to a database
  7. janvier123

    Protocol HTTPS?

    How or is this possible to enable to use %url%. ? no info can be found on this in the help files ty
  8. janvier123

    Inlcude files as it was complied

    Hi, How can i run scripts outside the EXE like they where compiled in the EXE (in the Data folder) include(‘file.php’); is not really practical this means i need to inject php files in the memory where the compiled files are stored is this even possible ? If yes, how ? greetz
  9. janvier123

    How to run "GetManualHardwareID" (SOLVED)

    dont have the code anymore, i didnt use it
  10. janvier123

    How to run "GetManualHardwareID" (SOLVED)

    nevermind, got it working 😉 ty anyway
  11. janvier123

    How to run "GetManualHardwareID" (SOLVED)

    Hi, Iam trying to run the command "GetManualHardwareID" for some reason i cant get it too work Can you please post an example on how to return this value? Iam using PHP Thx allot
Back
Top