Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php80 /
usr /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
composer
407
B
-rwxr-xr-x
2026-07-01 09:53
composer.phar
3.4
MB
-rw-r--r--
2026-07-01 09:53
lsphp
10.1
MB
-rwxr-xr-x
2026-08-23 16:10
newrelic-daemon
14.81
MB
-rwxr-xr-x
2026-08-20 13:49
pear
1.51
KB
-rwxr-xr-x
2026-08-18 23:32
peardev
432
B
-rwxr-xr-x
2026-08-18 23:32
pecl
323
B
-rwxr-xr-x
2026-08-18 23:32
phar
15.03
KB
-rwxr-xr-x
2026-08-23 16:10
phar.phar
15.03
KB
-rwxr-xr-x
2026-08-23 16:10
php
10.1
MB
-rwxr-xr-x
2026-08-23 16:10
php-cgi
10.1
MB
-rwxr-xr-x
2026-08-23 16:10
php-config
7.24
KB
-rwxr-xr-x
2026-08-23 16:10
phpdbg
10.1
MB
-rwxr-xr-x
2026-08-23 16:10
phpize
4.71
KB
-rwxr-xr-x
2026-08-23 16:10
Save
Rename
#!/usr/bin/env php <?php /* * This file is part of Composer. * * (c) Nils Adermann <naderman@naderman.de> * Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view * the license that is located at the bottom of this file. */ // Avoid APC causing random fatal errors per https://github.com/composer/composer/issues/264 if (extension_loaded('apc') && filter_var(ini_get('apc.enable_cli'), FILTER_VALIDATE_BOOLEAN) && filter_var(ini_get('apc.cache_by_default'), FILTER_VALIDATE_BOOLEAN)) { if (version_compare(phpversion('apc'), '3.0.12', '>=')) { ini_set('apc.cache_by_default', 0); } else { fwrite(STDERR, 'Warning: APC <= 3.0.12 may cause fatal errors when running composer commands.'.PHP_EOL); fwrite(STDERR, 'Update APC, or set apc.enable_cli or apc.cache_by_default to 0 in your php.ini.'.PHP_EOL); } } if (!class_exists('Phar')) { echo 'PHP\'s phar extension is missing. Composer requires it to run. Enable the extension or recompile php without --disable-phar then try again.' . PHP_EOL; exit(1); } Phar::mapPhar('composer.phar'); require 'phar://composer.phar/bin/composer'; __HALT_COMPILER(); ?> � composer.phar % src/Composer/Advisory/AuditConfig.php. �6!j. h�e� ! src/Composer/Advisory/Auditor.php�9 �6!j�9 B�X� 1 src/Composer/Advisory/IgnoredSecurityAdvisory.phpS �6!jS g0�Ť 1 src/Composer/Advisory/PartialSecurityAdvisory.php� �6!j� � c�� * src/Composer/Advisory/SecurityAdvisory.php� �6!j� �5t0� + src/Composer/Autoload/AutoloadGenerator.phpA� �6!jA� Z�%� + src/Composer/Autoload/ClassMapGenerator.php� �6!j� ��|S� src/Composer/Cache.phpy �6!jy �D�)� % src/Composer/Command/AboutCommand.phpW �6!jW �:�!� '