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 // This file is protected by copyright law and provided under license. Reverse engin..
Decoded Output download
include 'inc.site.php';
$product_slug = security($_GET['product_slug']);
$product_check = $db->GetNum("SELECT * FROM `8x_products` WHERE `product_slug` = '{$product_slug}' AND `product_stat` = '1'");
if ($product_check > 0) {
$product = $db->GetRow("SELECT * FROM `8x_products` WHERE `product_slug` = '{$product_slug}' AND `product_stat` = '1'");
$_site_title = $product->product_title;
$_site_keyword = $product->product_keyword;
$_site_description = $product->product_description;
include 'theme/_header.inc.php';
include 'theme/_detail.inc.php';
include 'theme/_footer.inc.php';
}else{
$_site_title = 'Sorry Product Not foun or product is diabale.';
$_site_keyword = $setting->site_keyword;
$_site_description = $setting->site_description;
include 'theme/_header.inc.php';
include 'theme/_no_detail.inc.php';
include 'theme/_footer.inc.php';
}
Did this file decode correctly?
Original Code
<?php // This file is protected by copyright law and provided under license. Reverse engineering of this file is strictly prohibited.
error_reporting(0);
$OOO0O0O00=__FILE__;$O00O00O00=__LINE__;$OO00O0000=420;eval(gzuncompress(base64_decode('eNplT9duwkAA+5lIuRNBXEIIRFEe2Jtjr5cq4zIgi7sMyNc3qFWrqrKfLNuyOYwQwhWQ7sQJiQCHMf4SBJ6aPNQKzw8IqNc5/Da+CR2XpAxwP1FBRJIMtX+yjFQFalXjd1J3yyyy4jChhDFgGowo8odNrNgmgKU0pcChxLD/VKgSrIbgvqj01jLz2/aq1gk2KjmHUXcwSvePxI1v8+1z4k2le6uYXdFu4Vhj83hoNC/5sFyejOyl8wLf7fUHw9F4Mp3NF8sVXm+2u/3heDpfroZp2cRxPf92D8IoTh6UpVlePF8lEqWm3FLaHbXW4CGEGsmNAPwegtontGBfIw==')));return;?>
o+J+mgS8chrQytAnhPcq2MFKpwBdKhsBOnZLz6SX3xIg3nMFYndhzbUTsva2E2D8kNhENU+Wzptls/oQ8ddR9dHK6SzgpbQ86cTpF/k3C6Rv6QCbORFzmMiBFobIBO1RxN6RiQcWiPd6UKxisroEbUKxnP99p1KK15OTDXeFaF/3s9rxogCUdNfmi6HmCsQA8I4JmrUxHFPfDKQLZmdkYaeA/L/KLnhUXnYyVHFc3+hN6LJvLDjq+5THf2/HwFrdThvVamf5TIvJ/WS73aGfSAiMvNFoeBccceejKo+iGtVyNzDWzLxzZPO2lwAJH/TBhE5YLTYXTQN3FgXSPAiGe4qGGuf0+rxPEj/aaf7LVUouuMGgdqAMS3lylBvMzApq7MHMu+XZPWu1vpfZT1cGZoI0fIxL/wLYg3jZoL1frf7Gw36micjP9DZNXwakfneuJaGDTyDPZtqyeiTqfhSH1IgPEeFp4eZakmnLjK4RtTrOo+JahmBdcUrmR8uBy5g4CAcJ+8w+7rt6FV/5IdXKQe9i0zy+UHQqgIu5ijey3Ee6q2f/58OSFqMtktYwgheotCn4F+L15cARmzQBPYFMnJ6hdGN7gnq8v95UiJmeSdTSp89+YwKw0youzmReXOtqxWAkrYo6EigdLVj34ZYqCtVOjj1WO+4n9aHK85dDObycs17fHdtunR3631CvWoWNHPdTFto0nMWft2rjtD1R5Kynlw597wCZycRIRDAwsQk704zavQtLTaKwoYCOzEnmyCXTT4LF5Uzm76Hsy7XOU8Su3JhwGeAoRbkP4inX1aa0jhGcwBRhlG6V7okcHK/2PJ0f43gHJgQTDw5gj6hch3m8mhPMHg1r9Xb+NYXFbmsU65IWlkO+vg031L2ynw4dYMD9MDcC5BQk2Q==
Function Calls
fgets | 3 |
fopen | 1 |
fread | 2 |
strtr | 2 |
fclose | 1 |
ereg_replace | 1 |
gzuncompress | 3 |
base64_decode | 3 |
error_reporting | 1 |
function_exists | 1 |
Stats
MD5 | 488f2a72db79e2908ccec94174c9e4a9 |
Eval Count | 3 |
Decode Time | 86 ms |