Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /* __________________________________________________ | Obfuscated by YAK P..

Decoded Output download

<?php 
/*   __________________________________________________ 
    |  Obfuscated by YAK Pro - Php Obfuscator  2.0.14  | 
    |              on 2022-09-30 06:29:58              | 
    |    GitHub: https://github.com/pk-fr/yakpro-po    | 
    |__________________________________________________| 
*/ 
/* 
* Copyright (C) Incevio Systems, Inc - All Rights Reserved 
* Unauthorized copying of this file, via any medium is strictly prohibited 
* Proprietary and confidential 
* Written by Munna Khan <[email protected]>, September 2018 
*/ 
 
namespace App\Http\Controllers\Installer; 
 
use App\Http\Controllers\Installer\Helpers\EnvironmentManager; 
use Illuminate\Http\Request; 
use Illuminate\Routing\Controller; 
use Illuminate\Routing\Redirector; 
use Validator; 
 
class EnvironmentController extends Controller 
{ 
    protected $EnvironmentManager; 
    public function __construct(EnvironmentManager $environmentManager) 
    { 
        $this->EnvironmentManager = $environmentManager; 
    } 
    public function environmentMenu() 
    { 
        return view("installer.environment"); 
    } 
    public function environmentWizard() 
    { 
    } 
    public function environmentClassic() 
    { 
        $envConfig = $this->EnvironmentManager->getEnvContent(); 
        return view("installer.environment-classic", compact("envConfig")); 
    } 
    public function saveClassic(Request $input, Redirector $redirect) 
    { 
        $message = $this->EnvironmentManager->saveFileClassic($input); 
        return $redirect->route("Installer.environmentClassic")->with(["message" => $message]); 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php
/*   __________________________________________________
    |  Obfuscated by YAK Pro - Php Obfuscator  2.0.14  |
    |              on 2022-09-30 06:29:58              |
    |    GitHub: https://github.com/pk-fr/yakpro-po    |
    |__________________________________________________|
*/
/*
* Copyright (C) Incevio Systems, Inc - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Munna Khan <[email protected]>, September 2018
*/

namespace App\Http\Controllers\Installer;

use App\Http\Controllers\Installer\Helpers\EnvironmentManager;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller;
use Illuminate\Routing\Redirector;
use Validator;

class EnvironmentController extends Controller
{
    protected $EnvironmentManager;
    public function __construct(EnvironmentManager $environmentManager)
    {
        $this->EnvironmentManager = $environmentManager;
    }
    public function environmentMenu()
    {
        return view("\x69\x6e\163\x74\141\154\x6c\x65\162\x2e\145\x6e\166\151\162\157\156\155\145\x6e\x74");
    }
    public function environmentWizard()
    {
    }
    public function environmentClassic()
    {
        $envConfig = $this->EnvironmentManager->getEnvContent();
        return view("\x69\156\163\164\141\154\154\x65\x72\x2e\145\156\166\x69\162\x6f\x6e\x6d\x65\156\164\x2d\x63\x6c\x61\x73\x73\151\x63", compact("\x65\156\x76\x43\x6f\x6e\x66\151\x67"));
    }
    public function saveClassic(Request $input, Redirector $redirect)
    {
        $message = $this->EnvironmentManager->saveFileClassic($input);
        return $redirect->route("\111\156\163\x74\141\154\154\145\162\x2e\x65\x6e\x76\x69\x72\x6f\156\x6d\x65\156\x74\103\154\141\163\x73\x69\143")->with(["\x6d\x65\163\x73\141\147\x65" => $message]);
    }
}

Function Calls

None

Variables

None

Stats

MD5 629f2945e732ae3a5609bb2d077bf9a1
Eval Count 0
Decode Time 37 ms