Recent content by regreen

  1. regreen

    ExeOutput 2 is coming (finally)

    As I wrote, if the application has not been updated for almost three years, everyone who used it had to stop using it or made a lot of solutions, workarounds and restrictions so that it somehow functioned, and the client reconciled to it. There is a rule that better is enemy of the good, so if...
  2. regreen

    ExeOutput 2 is coming (finally)

    Comment subject of this topic. I am very happy because i am waiting more than 2 year for this version 🙂 Thank you.
  3. regreen

    ExeOutput 2 is coming (finally)

    So stay with your old 1.7 if it works for you. If somebody application works under DOS he should stay with DOS, we need EXEOUTPUT 2.0 and if needed it should break compatibility with old 1.7, and true is that it should break compatibility.
  4. regreen

    ExeOutput 2.0 - A matter of weeks?

    Looks great 😄 I am also looking for for it for a very long time but I think it will be worth. Thank you
  5. regreen

    Support forum

    This forum is really good. What software are you using?
  6. regreen

    How to find file path in exe

    HEPubStorageLocation is not equal to where is exe file.
  7. regreen

    First instance file creation later reading the parameters from that file

    Take look at this How to find file path in exe ExeOutput for PHP
  8. regreen

    How to find file path in exe

    Something like this $exe_file = exo_getglobalvariable("HEPublicationFile", "0"); $config_path_parts = explode("\\",$exe_file); $config_file_last = count($config_paht_parts)-1; $config_path_parts[$config_file_last] = "config.ini"; $config_file = implode("\\",$config_path_parts); or if you...
  9. regreen

    Link to another page not working

    if you have your file in main root /logoff.php just use Logout if you have your file in subfolder /any/logoff.php just use Logout I didn’t see any problem with filesystem
  10. regreen

    Woff fonts not loading in chrome

    gdgsupport, search for remove checking of access control allow origin because using exeoutput in chromium mode looks very ugly when it is not possible to use webfonts 😦 There is a command-line switch which does the trick: --disable-web-security const wchar_t kDisableWebSecurity] =...
  11. regreen

    Can i create exe file for my website

    Hi Nandu, It is clearly long description in documentation. It is no need to rewrite it in forum, because it could be not actual in future versions. http://www.exeoutput.com/doc.php
  12. regreen

    ExeOutput and Scriptcase [SOLVED]

    paste some source code if you need help, without source code we can’t help you
  13. regreen

    Sending mail with attachments

    PHP DOC
  14. regreen

    Disable Exposure of the PHP Code for any user

    True: in bcompiler sources you can see function names, raw text you put in script, eg $password=“MySecretPassword” you can find MySecretPassword, but you have to use PHP Settings > String Protections and ad eg variable password and value MySecretPassword and in your code you have to write...
  15. regreen

    Disable Exposure of the PHP Code for any user

    I discovered this problem about half year ago, but now it is ok, change to X:\Data and you couldn’t browse this folder
Back
Top