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 $defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1; if ($user->is..

Decoded Output download

<?php
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;

if ($user->isAuthenticated()) {
  // Tempalte specifics
  $smarty->assign("CONTENT", "default.tpl");
}
 ?>

Did this file decode correctly?

Original Code

<?php
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;

if ($user->isAuthenticated()) {
  // Tempalte specifics
  $smarty->assign("CONTENT", "default.tpl");
}

Function Calls

cfip 1

Variables

None

Stats

MD5 0983eaf1b901e6dffc7e7bd38e05cd4b
Eval Count 0
Decode Time 85 ms