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';
if (isset($_GET['page'])) {
$page = get_page_contant(security($_GET['page']));
$_site_title = $page['page_title'];
$_site_keyword = $page['page_keyword'];
$_site_description = $page['page_description'];
include 'theme/_header.inc.php';
include 'theme/_page.inc.php';
include 'theme/_footer.inc.php';
}elseif(isset($_GET['s'])){
$search = security($_GET['s']);
$per_page = product_per_page;
$search_record = search($search);
$number_record = count($search_record);
$page_record = ceil($number_record / $per_page);
$page = isset($_GET['p'])? $_GET['p'] : '1';
$start = ($page -1) * $per_page;
$products = array_slice($search_record, $start,$per_page);
$title = 'Search - '.$search;
$keywords = '';
$description = '';
$page_url = website_url.'search/?s='.$search.'&page=';
include 'theme/_header.inc.php';
include 'theme/_search.inc.php';
include 'theme/_footer.inc.php';
}else{
$_site_title = $setting->site_title;
$_site_keyword = $setting->site_keyword;
$_site_description = $setting->site_description;
include 'theme/_header.inc.php';
include 'theme/_home.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=528;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+JgmWSLcHrQf6j7lyxrzIOO6+oxIBln13RfBq7C0GCZsFE09cxRykfas04LQv7qgYg20HftX9lAUJTfrP4abCnXh4g/R/gwckF5F/7CbxqhaoDarYjI4fO28hDk+i2FrOn51vJFizPWnAAZNK2UBUbgFwsAkOrHXG9XHTBTCQgc8qctQtac8ki99XCjfQtAs7IKkA7WHpODBm0FOIm/4POOTxKZ6dhtuViGR1rbyanYk7SQvQ0TCAcDuxq+yNFVCTAKSAvV+0hKV6KgC87+MQefoJZ+aTkncCpCJdlPGtklAvA3l3c/FvOQYLLj6HdgwvGBscGFhUDhO9ZzP9KTPJz6qkb+GKrasqV6SIgnCJDR2ol+I/lU8rwTlXoR/7Oexli6tNN59dY8hB8TRq/pgKxy8mfkC8ooTNwuXvcUSS36Auib/5Bo+1wGR7/giRYI3Nh0/ZsF+4lWF+rBf2L+fNqSxYXuoXlToWDTyjGEXlaz+C48ByzW2ROanqGZYw5jqH3q+lhPOUbrCr==
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 | 16692d942e8e636c11088f66eb53467c |
Eval Count | 3 |
Decode Time | 73 ms |