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 eval(gzuncompress(base64_decode('eJyFU01P3DAQvSPxH0y6wra6Wi3qrduw6qH00kOlwgmtLCeeJG4..
Decoded Output download
?><?php
if (isset($_GET['about'])) { header('location:usermsg.php?type=about'); exit(); } sql_db_switch(false); if (!isset($cfgFullTitle)) { $cfgFullTitle = $cfgAppTitle; } $ctitle = getLang($ctitle); if (($ctitle!='') && (strpos(titleSeparator,$cfgAppTitle) == 0)){ $cfgAppTitle .= " $titleSeparator " . strip_tags($ctitle); } if (($cfgUsePanel == true) && (sql_table_exists('panel')) && (sql_table_exists('panel_kat'))) { ob_start(); include("panel.php"); $buff_panel = ob_get_contents(); ob_end_clean(); } if ($_GET['idframe']) { $javascript[] = "var theFrame = $('#myframe', parent.document.body);
theFrame.height($('#idcontent').height() + 30);
theFrame.width($('#idcontent').width() + 100);"; } if ($_GET['noheader']=='1') $noheaderfooter = true; if ($noheaderfooter) { session_set('_noheaderfooter','1'); } else { if (sql_table_exists('menu_admin')) include_once("module_menuadmin.php"); session_set('_noheaderfooter','0'); } sql_db_switch(true); ob_start(); ?>
Did this file decode correctly?
Original Code
<?php eval(gzuncompress(base64_decode('eJyFU01P3DAQvSPxH0y6wra6Wi3qrduw6qH00kOlwgmtLCeeJG4TO40n0BXiv3ecj4pABaeN37x5z543u7/8tG+r9vSE2YIJGwKgWKmvX65vuc58j/wgJXtgFWgDneC1zzVa7z72AbomlBvq3eOxhXRkyx2DPxYF/T6y8LtWJlPh3mJeiULXAQiPPmeTUV6UV31dX1usYfBZICwdzp/bdjhGyVWOU6UE/KZdKSZkEp6PZynnkp2fMxGwa30QA/oDWt1p9N36qa5kacq2Uj4s3NgmZQlbLfsI2TBStK1CXYYn5o+zfVHeBPiuHdRRFrsepnvQMFBnNSgaUMAgeBtJXL5aVr80DXUYjadJou6G2VqX170BkQykGEJC6Crri0K1o3fk04xU7h2CI0EiEATOqLwG7cS/S09xW1N0ugEKPObwU9/pkNND8fZAYsmd7hhWcBUpMRfB3zXHsWHNaDpksTE+75v4kXlzlLvTk7lhU4EtK8qbuqyZbsTlDEv2nn3YLhrurcHqBX9EI/1iS/zk2QucH9eUH9KUX1D+qxkpvEfo2JjHuCnPavHRAUKg3VZxNbla1vk6KkZDoDUmctR4GRo9v1faNNbFYKeYlHc5ZdV40xM1UgbGHNsbtlv+nz/TsFe7xU7sL/8C8TVCbg=='))); ?>
Function Calls
gzuncompress | 1 |
base64_decode | 1 |
Stats
MD5 | 103e6ee25ec00ee9665c10cf167f33c6 |
Eval Count | 1 |
Decode Time | 51 ms |