Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
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 /
composer /
[ HOME SHELL ]
Name
Size
Permission
Action
ClassLoader.php
15.99
KB
-rw-r--r--
InstalledVersions.php
16.99
KB
-rw-r--r--
LICENSE
1.04
KB
-rw-r--r--
autoload_classmap.php
161.2
KB
-rw-r--r--
autoload_files.php
1.58
KB
-rw-r--r--
autoload_namespaces.php
299
B
-rw-r--r--
autoload_psr4.php
2.75
KB
-rw-r--r--
autoload_real.php
1.63
KB
-rw-r--r--
autoload_static.php
180.3
KB
-rw-r--r--
installed.json
162.25
KB
-rw-r--r--
installed.php
24.67
KB
-rw-r--r--
platform_check.php
917
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : platform_check.php
<?php // platform_check.php @generated by Composer $issues = array(); if (!(PHP_VERSION_ID >= 80100)) { $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.'; } if ($issues) { if (!headers_sent()) { header('HTTP/1.1 500 Internal Server Error'); } if (!ini_get('display_errors')) { if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); } elseif (!headers_sent()) { echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; } } throw new \RuntimeException( 'Composer detected issues in your platform: ' . implode(' ', $issues) ); }
Close