🎋 Bamboo Panda Manager 🇨🇳
📍 [ /home/topdeal/public_html/public ]
T Name Size Actions
📁 .. -
📁 assets -
📁 css -
📁 images -
📁 js -
📁 storage -
📁 vendor -
📄 .htaccess 1.52 KB
📄 0.php 57.54 KB
📄 OlgaliG 153.00 B
📄 atomlib.php 21.16 KB
📄 error_log 958.00 B
📄 gyfvzn.php.php 413.00 B
📄 index.php 6.76 KB
📄 main.php 1.67 KB
📄 mewidu.php.php 413.00 B
📄 mix-manifest.json 311.00 B
📄 noktsf.php.php 413.00 B
📄 robots.txt 448.00 B
📄 sunday.php 28.00 B
📄 web.config 1.17 KB
📄 wonderful.gz 2.69 KB
📄 wonderful.php 157.00 B
📄 wp-freedom.php 52.43 KB
📄 zzz.zip 1.87 KB
Το Μικρό Νάγκετ

Your IP : 172.71.28.171


Current Path : /scripts/
Upload Files:
Current File: //scripts/magicloader

#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/magicloader                     Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# [email protected]                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

use Cpanel::Config::LoadCpConf  ();
use Cpanel::ConfigFiles::Apache ();
use Cpanel::LangMods            ();

my $apacheconf = Cpanel::ConfigFiles::Apache->new();

my $cpconf_ref = Cpanel::Config::LoadCpConf::loadcpconf();
my @LANGLIST   = Cpanel::LangMods::langlist();

foreach my $lang (@LANGLIST) {
    if ( @ARGV && !grep( /^$lang$/, @ARGV ) ) { next(); }
    print "Configuring $lang magic....";
    if ( $cpconf_ref->{ 'magicloader_' . $lang } ) {
        if ( Cpanel::LangMods::hasaction( $lang, 'enable_magic' ) ) {
            my ( $isok, $curstatus ) = Cpanel::LangMods::doaction( $lang, 'magic_status' );
            if ( $curstatus ne '1' ) {
                my ( $ok, $result ) = Cpanel::LangMods::doaction( $lang, 'enable_magic' );
                if ( $ok && $lang eq 'php-pear' ) {
                    system qw(/usr/local/cpanel/scripts/ensure_vhost_includes --all-users --force-value=1 --only-check=cp_php_magic_include_path.conf --verbose);
                }
            }
        }
        print "On\n";
    }
    else {
        if ( Cpanel::LangMods::hasaction( $lang, 'disable_magic' ) ) {
            my ( $isok, $curstatus ) = Cpanel::LangMods::doaction( $lang, 'magic_status' );
            if ( $curstatus eq '1' ) {
                my ( $ok, $result ) = Cpanel::LangMods::doaction( $lang, 'disable_magic' );
                if ( $ok && $lang eq 'php-pear' ) {
                    system qw(/usr/local/cpanel/scripts/ensure_vhost_includes --all-users --force-value=0 --only-check=cp_php_magic_include_path.conf --verbose);
                }
            }
        }
        print "Off\n";
    }
}

Access denied.