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