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 $title = "Home"; $page = "index"; $return = TRUE; require( "./configuration.php"..

Decoded Output download

<?php 
$title = "Home"; 
$page = "index"; 
$return = TRUE; 
require( "./configuration.php" ); 
include( "./include.php" ); 
$rows = mysql_fetch_array(mysql_query( "SELECT * FROM `client` WHERE `clientid` = '".$_SESSION['clientid']."' LIMIT 1" ); 
$result1 = _obfuscate_DRICLykJFDZbGwslLC8IBVsIMiMYODI( "SELECT `serverid`, `ipid`, `name`, `game`, `status`, `online`, `slots`, `type`, `port` FROM `server` WHERE `clientid` = '".$_SESSION['clientid']."' ORDER BY `serverid`" ); 
$servers = array( ); 
while ( $rows1 = _obfuscate_DT0_Jjs_BCUrPxQ2IycLOCkoMRMOEAE( $result1 ) ) 
{ 
    if ( !empty( $rows1['ipid'] ) ) 
    { 
        $rows2 = mysql_fetch_array(mysql_query( "SELECT `ip` FROM `ip` WHERE `ipid` = '".$rows1['ipid']."' LIMIT 1" ); 
        $rows1 = _obfuscate_DS49IhwiBy0nOQooNhsYLx4uEioWKzI( $rows1, $rows2 ); 
    } 
    _obfuscate_DQI_CD48BCs1IigDBiURDT4NgMJLSI( $servers, $rows1 ); 
} 
$smarty->display( "header.tpl" ); 
$smarty->assign( "client", array( "first_name" => $rows['firstname'], "last_name" => $rows['lastname'], "email" => $rows['email'], "servers" => _obfuscate_DSo9LiMWOAMsITctMT8sXAQvOwo_LQE( "SELECT `serverid` FROM `server` WHERE `clientid` = '".$_SESSION['clientid']."'" ) ) ); 
$smarty->assign( "servers", $servers ); 
$smarty->display( "index.tpl" ); 
if ( BRANDING ) 
{ 
    echo "<br /><div align='center'>Powered By <a href='http://www.swiftpanel.com' style='font-weight:bold;' target='_blank'>SWIFT Panel</a></div>"; 
} 
$smarty->display( "footer.tpl" ); 
?> 

Did this file decode correctly?

Original Code

<?php
$title = "Home";
$page = "index";
$return = TRUE;
require( "./configuration.php" );
include( "./include.php" );
$rows = mysql_fetch_array(mysql_query( "SELECT * FROM `client` WHERE `clientid` = '".$_SESSION['clientid']."' LIMIT 1" );
$result1 = _obfuscate_DRICLykJFDZbGwslLC8IBVsIMiMYODI( "SELECT `serverid`, `ipid`, `name`, `game`, `status`, `online`, `slots`, `type`, `port` FROM `server` WHERE `clientid` = '".$_SESSION['clientid']."' ORDER BY `serverid`" );
$servers = array( );
while ( $rows1 = _obfuscate_DT0_Jjs_BCUrPxQ2IycLOCkoMRMOEAE( $result1 ) )
{
    if ( !empty( $rows1['ipid'] ) )
    {
        $rows2 = mysql_fetch_array(mysql_query( "SELECT `ip` FROM `ip` WHERE `ipid` = '".$rows1['ipid']."' LIMIT 1" );
        $rows1 = _obfuscate_DS49IhwiBy0nOQooNhsYLx4uEioWKzI( $rows1, $rows2 );
    }
    _obfuscate_DQI_CD48BCs1IigDBiURDT4NgMJLSI( $servers, $rows1 );
}
$smarty->display( "header.tpl" );
$smarty->assign( "client", array( "first_name" => $rows['firstname'], "last_name" => $rows['lastname'], "email" => $rows['email'], "servers" => _obfuscate_DSo9LiMWOAMsITctMT8sXAQvOwo_LQE( "SELECT `serverid` FROM `server` WHERE `clientid` = '".$_SESSION['clientid']."'" ) ) );
$smarty->assign( "servers", $servers );
$smarty->display( "index.tpl" );
if ( BRANDING )
{
    echo "<br /><div align='center'>Powered By <a href='http://www.swiftpanel.com' style='font-weight:bold;' target='_blank'>SWIFT Panel</a></div>";
}
$smarty->display( "footer.tpl" );
?>

Function Calls

None

Variables

None

Stats

MD5 f1f752f416fad928760d91084dfffc02
Eval Count 0
Decode Time 84 ms