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

Signing you up...

Thank you for signing up!

PHP Decode

public function activate() { if ($this->checkDatabaseConnection()) { ..

Decoded Output download

<?  public function activate() 
    { 
        if ($this->checkDatabaseConnection()) { 
            goto w6leL; 
        } 
        return redirect()->back()->withErrors(["database_connection" => trans("installer_messages.environment.wizard.form.db_connection_failed")]); 
        w6leL: 
        return view("installer.activate"); 
    } ?>

Did this file decode correctly?

Original Code

public function activate()
    {
        if ($this->checkDatabaseConnection()) {
            goto w6leL;
        }
        return redirect()->back()->withErrors(["\144\141\x74\x61\142\x61\x73\145\137\x63\x6f\156\x6e\145\x63\x74\x69\157\x6e" => trans("\151\156\x73\164\x61\154\154\145\162\137\x6d\x65\x73\163\x61\147\145\x73\x2e\145\156\166\x69\x72\x6f\x6e\155\145\156\164\56\x77\151\172\141\x72\144\x2e\146\x6f\x72\155\x2e\x64\142\137\143\157\x6e\156\145\143\164\151\157\156\137\x66\141\151\x6c\145\144")]);
        w6leL:
        return view("\x69\x6e\x73\164\x61\154\x6c\145\162\56\141\x63\x74\151\x76\x61\164\x65");
    }

Function Calls

None

Variables

None

Stats

MD5 ace2fa74b2b1d796bc5bd2137b18f457
Eval Count 0
Decode Time 91 ms