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 if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('Yo..
Decoded Output download
<?php
if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
die('You are not allowed to call this page directly.');
}
?>
Did this file decode correctly?
Original Code
<?php
if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) {
die('You are not allowed to call this page directly.');
}
?>
Function Calls
basename | 1 |
Stats
MD5 | 9e6bc94ced792dc1026d1f428e2e202d |
Eval Count | 0 |
Decode Time | 116 ms |