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

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html> <html> <head> <title><?= __('Error') ?></title> <meta ..

Decoded Output download

<!DOCTYPE html>
<html>
    <head>
        <title><?= __('Error') ?></title>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="noindex,nofollow">
        <link href="<?= $view->url()->getStatic('system/theme:favicon.ico') ?>" rel="shortcut icon" type="image/x-icon">
        <link href="<?= $view->url()->getStatic('system/theme:apple_touch_icon.png') ?>" rel="apple-touch-icon-precomposed">
        <link href="<?= $view->url()->getStatic('system/theme:css/theme.css') ?>" rel="stylesheet">
    </head>
    <body>

        <div class="uk-height-viewport uk-flex uk-flex-center uk-flex-middle uk-text-center">
            <div class="tm-container">

                <img class="uk-margin-large-bottom" src="<?= $view->url()->getStatic('app/system/assets/images/pagekit-logo-large-black.svg') ?>" alt="Pagekit">

                <div class="uk-panel uk-panel-box">
                    <h1 class="uk-h2"><?= $title ?></h1>
                </div>

            </div>
        </div>

    </body>
</html>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html>
    <head>
        <title><?= __('Error') ?></title>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="noindex,nofollow">
        <link href="<?= $view->url()->getStatic('system/theme:favicon.ico') ?>" rel="shortcut icon" type="image/x-icon">
        <link href="<?= $view->url()->getStatic('system/theme:apple_touch_icon.png') ?>" rel="apple-touch-icon-precomposed">
        <link href="<?= $view->url()->getStatic('system/theme:css/theme.css') ?>" rel="stylesheet">
    </head>
    <body>

        <div class="uk-height-viewport uk-flex uk-flex-center uk-flex-middle uk-text-center">
            <div class="tm-container">

                <img class="uk-margin-large-bottom" src="<?= $view->url()->getStatic('app/system/assets/images/pagekit-logo-large-black.svg') ?>" alt="Pagekit">

                <div class="uk-panel uk-panel-box">
                    <h1 class="uk-h2"><?= $title ?></h1>
                </div>

            </div>
        </div>

    </body>
</html>

Function Calls

__ 1

Variables

None

Stats

MD5 1e19aca44725eed9f065ccb9124d6d17
Eval Count 0
Decode Time 79 ms