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 /** * FecMall file. * * @link http://www.fecmall.com/ * @copyright Copyright (c)..
Decoded Output download
<?php
/**
* FecMall file.
*
* @link http://www.fecmall.com/
* @copyright Copyright (c) 2016 FecMall Software LLC
* @license http://www.fecmall.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 systemConfig">
<form method="post" action="<?= $saveUrl ?>" class="pageForm required-validate" onsubmit="return validateCallback(this, navTabAjaxDone);">
<?php echo CRequest::getCsrfInputHtml(); ?>
<div layouth="56" class="pageFormContent" style="height: 240px; overflow: auto;">
<input type="hidden" value="<?= $_id; ?>" size="30" name="editFormData[_id]" class="textInput ">
<fieldset id="fieldset_table_qbe">
<legend style="color:#cc0000"><?= Yii::$service->page->translate->__('Appserver Catalog Config') ?></legend>
<div>
<?= $editBar; ?>
</div>
</fieldset>
<?= $lang_attr ?>
<?= $textareas ?>
</div>
<div class="formBar">
<ul>
<!--<li><a class="buttonActive" href="javascript:;"><span></span></a></li>-->
<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>
<style>
.pageForm .pageFormContent .edit_p{
width:100%;
line-height:35px;
}
.pageForm .pageFormContent .edit_p .remark-text{
font-size: 11px;
color: #777;
margin-left: 20px;
}
.pageForm .pageFormContent p.edit_p label{
width: 240px;
line-height: 30px;
font-size: 13px;
font-weight: 500;
}
.pageContent .combox {
margin-left:5px;
}
</style>
Did this file decode correctly?
Original Code
<?php
/**
* FecMall file.
*
* @link http://www.fecmall.com/
* @copyright Copyright (c) 2016 FecMall Software LLC
* @license http://www.fecmall.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 systemConfig">
<form method="post" action="<?= $saveUrl ?>" class="pageForm required-validate" onsubmit="return validateCallback(this, navTabAjaxDone);">
<?php echo CRequest::getCsrfInputHtml(); ?>
<div layouth="56" class="pageFormContent" style="height: 240px; overflow: auto;">
<input type="hidden" value="<?= $_id; ?>" size="30" name="editFormData[_id]" class="textInput ">
<fieldset id="fieldset_table_qbe">
<legend style="color:#cc0000"><?= Yii::$service->page->translate->__('Appserver Catalog Config') ?></legend>
<div>
<?= $editBar; ?>
</div>
</fieldset>
<?= $lang_attr ?>
<?= $textareas ?>
</div>
<div class="formBar">
<ul>
<!--<li><a class="buttonActive" href="javascript:;"><span></span></a></li>-->
<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>
<style>
.pageForm .pageFormContent .edit_p{
width:100%;
line-height:35px;
}
.pageForm .pageFormContent .edit_p .remark-text{
font-size: 11px;
color: #777;
margin-left: 20px;
}
.pageForm .pageFormContent p.edit_p label{
width: 240px;
line-height: 30px;
font-size: 13px;
font-weight: 500;
}
.pageContent .combox {
margin-left:5px;
}
</style>
Function Calls
None |
Stats
MD5 | 5f489e578ee6f64ca5cf50e4a6e12580 |
Eval Count | 0 |
Decode Time | 84 ms |