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

Signing you up...

Thank you for signing up!

PHP Decode

$allowedDomain = base64_decode('d29ya3VwLmVpdHdvcmsuY29t'); if ($_SERVER['HTTP_HO..

Decoded Output download

<?  $allowedDomain = base64_decode('d29ya3VwLmVpdHdvcmsuY29t'); 
        if ($_SERVER['HTTP_HOST'] !== $allowedDomain) { 
//            throw new CHttpException(403, 'Access denied.'); 
            Yii::app()->user->setFlash('error', base64_decode('UGxlYXNlIGJ1eSBmcm9tIEFidGhlbWUuY29t')); 
            $this->redirect(base64_decode("YWJ0aGVtZS5jb20=")); ?>

Did this file decode correctly?

Original Code

$allowedDomain = base64_decode('d29ya3VwLmVpdHdvcmsuY29t');
        if ($_SERVER['HTTP_HOST'] !== $allowedDomain) {
//            throw new CHttpException(403, 'Access denied.');
            Yii::app()->user->setFlash('error', base64_decode('UGxlYXNlIGJ1eSBmcm9tIEFidGhlbWUuY29t'));
            $this->redirect(base64_decode("YWJ0aGVtZS5jb20="));

Function Calls

None

Variables

None

Stats

MD5 3dbbcb2f916f279bbb8e27319f11eac6
Eval Count 0
Decode Time 60 ms