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

Signing you up...

Thank you for signing up!

PHP Decode

<html> <link href="main.css" rel="stylesheet" type="text/css"/> <body> <toolbar #heade..

Decoded Output download

<html>
<link href="main.css" rel="stylesheet" type="text/css"/>
<body>
    <toolbar #header-toolbar>
        <button #red title="service"></button>
        <button #red title="password"></button>
        <button #red title="log"></button>
        <button #red title="tool"></button>
        <button #red title="language"></button>
        <button #red title="help"></button>
        <button #red title="exit"></button>

    </toolbar>

    <toolbar #button-collect>
        <button #red title="service"></button>
        <button onclick="" #red title="password"></button>
        <button #red title="log"></button>
        <button #red title="tool"></button>
        <button #red title="language"></button>
    </toolbar>

    <textarea disabled="disabled">
        php: <?php echo PHP_VERSION . "
"; ?>
        apache:
        mysql:
        amd64:
        : 2.8
        : <?php echo __DIR__; ?>
    </textarea>

    <div style="margin-top: 30px">
        <input type="checkbox"> apache
    </div>
</body>

Did this file decode correctly?

Original Code

<html>
<link href="main.css" rel="stylesheet" type="text/css"/>
<body>
    <toolbar #header-toolbar>
        <button #red title="service"></button>
        <button #red title="password"></button>
        <button #red title="log"></button>
        <button #red title="tool"></button>
        <button #red title="language"></button>
        <button #red title="help"></button>
        <button #red title="exit"></button>

    </toolbar>

    <toolbar #button-collect>
        <button #red title="service"></button>
        <button onclick="" #red title="password"></button>
        <button #red title="log"></button>
        <button #red title="tool"></button>
        <button #red title="language"></button>
    </toolbar>

    <textarea disabled="disabled">
        php: <?php echo PHP_VERSION . "\n"; ?>
        apache:
        mysql:
        amd64:
        : 2.8
        : <?php echo __DIR__; ?>
    </textarea>

    <div style="margin-top: 30px">
        <input type="checkbox"> apache
    </div>
</body>

Function Calls

None

Variables

None

Stats

MD5 40820d258d2e23fad5585f3bea775ea1
Eval Count 0
Decode Time 110 ms