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 /** * FecShop file. * * @link http://www.fecshop.com/ * @copyright Copyrigh..

Decoded Output download

<?php 
/** 
 * FecShop file. 
 * 
 * @link http://www.fecshop.com/ 
 * @copyright Copyright (c) 2016 FecShop Software LLC 
 * @license http://www.fecshop.com/license/ 
 */ 
?> 
<form method="get" name="searchFrom" class="js_topSeachForm" action="<?= Yii::$service->url->getUrl('catalogsearch/index');   ?>"> 
	<div class="top_seachBox"> 
		<div class="searchInput fl"> 
			<input type="text"  value="<?=  \Yii::$service->helper->htmlEncode(Yii::$app->request->get('q'));  ?>" maxlength="150" placeholder="<?= Yii::$service->page->translate->__('Products keyword'); ?>" class="searchArea js_k2 ac_input" name="q"> 
		</div> 
		<button class="fl js_topSearch seachBtn" type="submit"><span class="t_hidden">search</span></button> 
		<!-- <input type="hidden" class="category" value="0" name="category"> --> 
	</div><!--end .top_seachBox--> 
</form> 

Did this file decode correctly?

Original Code

<?php
/**
 * FecShop file.
 *
 * @link http://www.fecshop.com/
 * @copyright Copyright (c) 2016 FecShop Software LLC
 * @license http://www.fecshop.com/license/
 */
?>
<form method="get" name="searchFrom" class="js_topSeachForm" action="<?= Yii::$service->url->getUrl('catalogsearch/index');   ?>">
	<div class="top_seachBox">
		<div class="searchInput fl">
			<input type="text"  value="<?=  \Yii::$service->helper->htmlEncode(Yii::$app->request->get('q'));  ?>" maxlength="150" placeholder="<?= Yii::$service->page->translate->__('Products keyword'); ?>" class="searchArea js_k2 ac_input" name="q">
		</div>
		<button class="fl js_topSearch seachBtn" type="submit"><span class="t_hidden">search</span></button>
		<!-- <input type="hidden" class="category" value="0" name="category"> -->
	</div><!--end .top_seachBox-->
</form>

Function Calls

None

Variables

None

Stats

MD5 84f4a4f34cffce98ca2f63266200b04b
Eval Count 0
Decode Time 146 ms