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 defined('BASEPATH') OR exit('No direct script access allowed'); echo "\nERROR: ", ..
Decoded Output download
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
echo "
ERROR: ",
$heading,
"
",
$message,
"
"; ?>
Did this file decode correctly?
Original Code
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
echo "\nERROR: ",
$heading,
"\n\n",
$message,
"\n\n";
Function Calls
defined | 1 |
Stats
MD5 | 0402695642c850eb4e5e5e12c2fd2611 |
Eval Count | 0 |
Decode Time | 97 ms |