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 /* * This file is part of Cachet. * * (c) Alt Three Services Limited * * For t..

Decoded Output download

<?php

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return [
    // Components
    'components' => [
        'last_updated' => ' :timestamp',
        'status'       => [
            0 => '',
            1 => '',
            2 => '',
            3 => '',
            4 => '',
        ],
        'group' => [
            'other' => '',
        ],
        'select_all'   => '',
        'deselect_all' => '',
    ],

    // Incidents
    'incidents' => [
        'none'         => '',
        'past'         => '',
        'stickied'     => '',
        'scheduled'    => '',
        'scheduled_at' => ',  :timestamp',
        'posted'       => 'Posted :timestamp by :username',
        'posted_at'    => ' :timestamp',
        'status'       => [
            1 => '',
            2 => '',
            3 => '',
            4 => '',
        ],
    ],

    // Schedule
    'schedules' => [
        'status' => [
            0 => '',
            1 => '',
            2 => '',
        ],
    ],

    // Service Status
    'service' => [
        'good'  => '',
        'bad'   => '',
        'major' => '',
    ],

    'api' => [
        'regenerate' => 'API',
        'revoke'     => 'API',
    ],

    // Metrics
    'metrics' => [
        'filter' => [
            'last_hour' => '1',
            'hourly'    => '12',
            'weekly'    => '',
            'monthly'   => '',
        ],
    ],

    // Subscriber
    'subscriber' => [
        'subscribe'           => 'Subscribe to status changes and incident updates',
        'unsubscribe'         => '',
        'button'              => '',
        'manage_subscription' => '',
        'manage'              => [
            'notifications'       => 'Notifications',
            'notifications_for'   => '',
            'no_subscriptions'    => '',
            'update_subscription' => '',
            'my_subscriptions'    => '',
            'manage_at_link'      => '',
        ],
        'email' => [
            'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
            'subscribe'           => '',
            'subscribed'          => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
            'updated-subscribe'   => 'You\'ve succesfully updated your subscriptions.',
            'verified'            => '',
            'manage'              => '',
            'unsubscribe'         => 'Unsubscribe from email updates.',
            'unsubscribed'        => '',
            'failure'             => '',
            'already-subscribed'  => ' :email ',
        ],
    ],

    'signup' => [
        'title'    => '',
        'username' => 'Username',
        'email'    => 'Email',
        'password' => 'Password',
        'success'  => '',
        'failure'  => '',
    ],

    'system' => [
        'update' => 'Cachet<a href="https://docs.cachethq.io/docs/updating-cachet"></a>',
    ],

    // Modal
    'modal' => [
        'close'     => '',
        'subscribe' => [
            'title'  => '',
            'body'   => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
            'button' => '',
        ],
    ],

    // Meta descriptions
    'meta' => [
        'description' => [
            'incident'  => ':date :name',
            'schedule'  => ':startDate :name ',
            'subscribe' => ':app ',
            'overview'  => 'Stay up to date with the latest service updates from :app.',
        ],
    ],

    // Other
    'home'            => '',
    'powered_by'      => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
    'timezone'        => 'Times are shown in :timezone.',
    'about_this_site' => '',
    'rss-feed'        => 'RSS',
    'atom-feed'       => 'Atom',
    'feed'            => '',

];
 ?>

Did this file decode correctly?

Original Code

<?php

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return [
    // Components
    'components' => [
        'last_updated' => ' :timestamp',
        'status'       => [
            0 => '',
            1 => '',
            2 => '',
            3 => '',
            4 => '',
        ],
        'group' => [
            'other' => '',
        ],
        'select_all'   => '',
        'deselect_all' => '',
    ],

    // Incidents
    'incidents' => [
        'none'         => '',
        'past'         => '',
        'stickied'     => '',
        'scheduled'    => '',
        'scheduled_at' => ',  :timestamp',
        'posted'       => 'Posted :timestamp by :username',
        'posted_at'    => ' :timestamp',
        'status'       => [
            1 => '',
            2 => '',
            3 => '',
            4 => '',
        ],
    ],

    // Schedule
    'schedules' => [
        'status' => [
            0 => '',
            1 => '',
            2 => '',
        ],
    ],

    // Service Status
    'service' => [
        'good'  => '',
        'bad'   => '',
        'major' => '',
    ],

    'api' => [
        'regenerate' => 'API',
        'revoke'     => 'API',
    ],

    // Metrics
    'metrics' => [
        'filter' => [
            'last_hour' => '1',
            'hourly'    => '12',
            'weekly'    => '',
            'monthly'   => '',
        ],
    ],

    // Subscriber
    'subscriber' => [
        'subscribe'           => 'Subscribe to status changes and incident updates',
        'unsubscribe'         => '',
        'button'              => '',
        'manage_subscription' => '',
        'manage'              => [
            'notifications'       => 'Notifications',
            'notifications_for'   => '',
            'no_subscriptions'    => '',
            'update_subscription' => '',
            'my_subscriptions'    => '',
            'manage_at_link'      => '',
        ],
        'email' => [
            'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
            'subscribe'           => '',
            'subscribed'          => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
            'updated-subscribe'   => 'You\'ve succesfully updated your subscriptions.',
            'verified'            => '',
            'manage'              => '',
            'unsubscribe'         => 'Unsubscribe from email updates.',
            'unsubscribed'        => '',
            'failure'             => '',
            'already-subscribed'  => ' :email ',
        ],
    ],

    'signup' => [
        'title'    => '',
        'username' => 'Username',
        'email'    => 'Email',
        'password' => 'Password',
        'success'  => '',
        'failure'  => '',
    ],

    'system' => [
        'update' => 'Cachet<a href="https://docs.cachethq.io/docs/updating-cachet"></a>',
    ],

    // Modal
    'modal' => [
        'close'     => '',
        'subscribe' => [
            'title'  => '',
            'body'   => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
            'button' => '',
        ],
    ],

    // Meta descriptions
    'meta' => [
        'description' => [
            'incident'  => ':date :name',
            'schedule'  => ':startDate :name ',
            'subscribe' => ':app ',
            'overview'  => 'Stay up to date with the latest service updates from :app.',
        ],
    ],

    // Other
    'home'            => '',
    'powered_by'      => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
    'timezone'        => 'Times are shown in :timezone.',
    'about_this_site' => '',
    'rss-feed'        => 'RSS',
    'atom-feed'       => 'Atom',
    'feed'            => '',

];

Function Calls

None

Variables

None

Stats

MD5 4da1dd86ca2b610d20b24ac8714b328f
Eval Count 0
Decode Time 118 ms