Search results

  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
  16. regreen

    Disable Exposure of the PHP Code for any user

    it would be better when you read manual and description of every option which exeoutput offer. You cant get contents of folder with nothing than exeoutput, Data is virtual folder. It is true that when you browse for file, eg for upload, you can browse Data folder too, and you can see source...
  17. regreen

    Requiring in big apps

    dotkpay, it is not real server. You can’t expect that you copy&paste from server to this application and it will be working. Server is very complicated thing which is one of main part of application. Exeoutput can handle get,post etc and put direct to your “homepage” php script to php.exe...
  18. regreen

    Compile & Full Build

    Build compile using previous precompiled pieces, full build flush caches and build from scratch everything. Unpack to virtual memory unpack compiled data to folder Data (this is virtual folder), and you can use it like any other system folder, it is only accessible by your application, you cant...
  19. regreen

    Inner file Access (SOLVED)

    yes go to php settings > main settings > General Option > Disable multithreading support
  20. regreen

    About the GUID

    I send for my user only exe file, and every settings are read from the same .userpref dependent on exe name (only when you make your application as portable) When you don’t use portable option your application sessions use GUID of your application and is saved somewhere in user windows profile
Back
Top