ACIL FM
Dark
Refresh
Current DIR:
/usr/local/cpanel/scripts/cpan_sandbox/x86_64
/
usr
local
cpanel
scripts
cpan_sandbox
x86_64
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
cc
symlink
600 B
chmod
View
DL
Edit
Rename
Delete
gcc
600 B
chmod
View
DL
Edit
Rename
Delete
mysql_config
369 B
chmod
View
DL
Edit
Rename
Delete
perl
574 B
chmod
View
DL
Edit
Rename
Delete
xml2-config
367 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/local/cpanel/scripts/cpan_sandbox/x86_64/cc
#!/usr/local/cpanel/3rdparty/bin/perl $ENV{'LANG'} = 'C'; sub sixtyfoursort { if ( $a =~ /64/ ) { return 999999; } $a cmp $b; } my @paths = grep( !/cpan_sandbox/, split( /:/, $ENV{'PATH'} ) ); foreach my $path (@paths) { if ( -x $path . '/' . 'gcc' ) { my @LDS = grep( /^\-L/, @ARGV ); my @NONLDS = grep( !/^\-L/, @ARGV ); @ARGV = sort sixtyfoursort @LDS; push( @ARGV, @NONLDS ); print STDERR "gcc-64bit-hack: enabled\n"; local $ENV{'PATH'} = join( ':', @paths ); exec( $path . '/' . 'gcc', @ARGV ); } } die;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply