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/ 
 */ 
 
use fec\helpers\CRequest; 
 
/** 
 * @author Terry Zhao <[email protected]> 
 * @since 1.0 
 */ 
?> 
<style> 
.checker{float:left;} 
.dialog .pageContent {background:none;} 
.dialog .pageContent .pageFormContent{background:none;} 
</style> 
 
<div class="pageContent"> 
	<form  method="post" action="<?= $saveUrl ?>" class="pageForm required-validate" onsubmit="return validateCallback(this, dialogAjaxDoneCloseAndReflush);"> 
		<?php echo CRequest::getCsrfInputHtml();  ?> 
		<div layouth="56" class="pageFormContent" style="height: 240px; overflow: auto;"> 
 
				<input type="hidden"  value="<?=  $product_id; ?>" size="30" name="product_id" class="textInput "> 
 
				<fieldset id="fieldset_table_qbe"> 
					<legend style="color:#009688"><?= Yii::$service->page->translate->__('Edit Info'); ?></legend> 
					<div> 
						<?= $editBar; ?> 
					</div> 
				</fieldset> 
				<?= $lang_attr ?> 
				<?= $textareas ?> 
		</div> 
 
		<div class="formBar"> 
			<ul> 
				<li> 
                    <div class="buttonActive"><div class="buttonContent"><button onclick="func('accept')"  value="accept" name="accept" type="submit"><?= Yii::$service->page->translate->__('Save'); ?></button></div></div> 
                </li> 
				<li> 
					<div class="button"><div class="buttonContent"><button type="button" class="close"><?= Yii::$service->page->translate->__('Cancel'); ?></button></div></div> 
				</li> 
			</ul> 
		</div> 
	</form> 
</div> 
 

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/
 */

use fec\helpers\CRequest;

/**
 * @author Terry Zhao <[email protected]>
 * @since 1.0
 */
?>
<style>
.checker{float:left;}
.dialog .pageContent {background:none;}
.dialog .pageContent .pageFormContent{background:none;}
</style>

<div class="pageContent">
	<form  method="post" action="<?= $saveUrl ?>" class="pageForm required-validate" onsubmit="return validateCallback(this, dialogAjaxDoneCloseAndReflush);">
		<?php echo CRequest::getCsrfInputHtml();  ?>
		<div layouth="56" class="pageFormContent" style="height: 240px; overflow: auto;">

				<input type="hidden"  value="<?=  $product_id; ?>" size="30" name="product_id" class="textInput ">

				<fieldset id="fieldset_table_qbe">
					<legend style="color:#009688"><?= Yii::$service->page->translate->__('Edit Info'); ?></legend>
					<div>
						<?= $editBar; ?>
					</div>
				</fieldset>
				<?= $lang_attr ?>
				<?= $textareas ?>
		</div>

		<div class="formBar">
			<ul>
				<li>
                    <div class="buttonActive"><div class="buttonContent"><button onclick="func('accept')"  value="accept" name="accept" type="submit"><?= Yii::$service->page->translate->__('Save'); ?></button></div></div>
                </li>
				<li>
					<div class="button"><div class="buttonContent"><button type="button" class="close"><?= Yii::$service->page->translate->__('Cancel'); ?></button></div></div>
				</li>
			</ul>
		</div>
	</form>
</div>

Function Calls

None

Variables

None

Stats

MD5 9e9604152108d00753df8b004a46565f
Eval Count 0
Decode Time 97 ms