Port - the Port on which the program is running. The default is 7010. The value can be any free port on the computer/server.
Password - Password for connecting to the program. The default value is empty.
Field PHP folder contains the path to the PHP folder that the program uses to execute scripts written in Php.
The My scripts field contains the path to the scripts folder that is displayed in the script tree My Scripts in the left panel Quick start.
Home page field for entering the page that will open when the program starts. Default value webemulator.blogspot.com.
Title - field for entering the value of the program window title text. When entering, you can use so-called pseudo-strings, instead of which the current values will be substituted in the header:
%%PORT%% - the port on which the program is running,
%%VER%% - program version numbers,
%%UNICODE%% - unicode or non-unicode version of the program
Check box Reset active browser by end of script is responsible for returning the focus to the built-in browser tab by default, if the script was stopped manually. If the check box is disabled, the last used browser tab remains active.
Check box Hide to tray at start launches the program in the tray, without interfering with the user to do other things. It is useful for complex scripts of the multithreaded version of the program, where periodic restarts are required.
The Minimize to tray check box is also useful for the multithreaded version of the program, so that the taskbar is not cluttered with many identical tabs.
Check box Notify by script Output works only for minimized copies of the program in the taskbar. When notifications are enabled, if the program finishes working, comes across a dialog that requires the user's participation, and so on, the program bar in the taskbar starts flashing, attracting the user's attention.
The check box Notify New Version as startup is responsible for checking the version of the current program and the one located on the developer server. If there is a discrepancy, you will be prompted to download the latest version. Of course, if there is no need in this case, you can uncheck the box.
The check box Reset proxy settings by end of script is responsible for returning the proxy settings AND the program to the original settings if the script was stopped. Enabled by default. If you disable the set program proxy settings may remain and cause a few minutes of bewilderment, like, “Hey, what about my Internet?”
The check box Load last opened page at start when you select this option, the program start will open the last open at the time of program exit page.
Check box Ask about port change responsible for the appearance of dialogs that prompt the user to change the port number. For example, if there are differences between the port in the script and in the program settings.
Check box Ask about script reload in external editor responsible for the appearance of dialogs that prompt the user to reload the script into the program. This usually happens if the script file opened in the program has been modified in some way outside of it.
The check box Ask about next port listen is responsible for the appearance of dialogs that prompt the user to transfer the program to work with the next port. This usually happens when the current port is occupied by some other application or another running copy of XHE.
Check box Icon Tray displays the program icon in the system tray even if the Minimize to Tray checkbox is not activated.
Check box Ask about restarting XHE after leaks displays a dialog box with a question about restarting the program due to lack of RAM for its operation.
Check box Ask about restart XHE and script after memory leaks displays a dialog box with a question about restarting the program along with the script being executed due to lack of RAM for its operation.
Check box Ask about close XHE after memory leaks displays a dialog box with a question about closing the program due to lack of RAM for its operation.
The Set All default button sets all the tab values by default.