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 ( function_exists( 'sg_loader_version' ) ) { $version = (int) sg_loader_vers..
Decoded Output download
<?php
if ( function_exists( 'sg_loader_version' ) ) {
$version = (int) sg_loader_version();
if ( ! in_array( $version, [ 12, 13, 14 ] ) ) {
$version = 14;
}
} else {
$version = 14;
}
$sg_version = $version;
require substr( __FILE__, 0, - 4 ) . '-v' . $sg_version . '.php'; ?>
Did this file decode correctly?
Original Code
<?php
if ( function_exists( 'sg_loader_version' ) ) {
$version = (int) sg_loader_version();
if ( ! in_array( $version, [ 12, 13, 14 ] ) ) {
$version = 14;
}
} else {
$version = 14;
}
$sg_version = $version;
require substr( __FILE__, 0, - 4 ) . '-v' . $sg_version . '.php';
Function Calls
None |
Stats
MD5 | c888612b0c61a850bdcfbfea08a67e52 |
Eval Count | 0 |
Decode Time | 35 ms |