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

    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...
  3. 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
  4. 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
  5. 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