Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
if (isset($_GET["step2"])) { echo '<div class..
Decoded Output download
<? if (isset($_GET["step2"])) {
echo '<div class="app_content">
<div class="row">
<div class="col-sm-12">
<h3 class="title text-center">Please fill your Serial Key and Order ID from <a href="https://scriptstore.xyz/index.php?route=account/download/account/download" target="_blank"><b>ScriptStore.xyz</b></a></h3>
<form method="post" class="form">
' . (!empty($token) ? '<div class="alert alert-danger"><ul>' . $message . '</ul></div>' : '') . '
<input type="hidden" name="_token" value="' . (!empty($token) ? $token : null) . '"/>
<div class="form-group">
<label for="mn_order">Order ID </label>
<input type="text" name="mn_order" class="form-control" id="mn_order" placeholder="10000" value="' . (!empty($_POST["database"]) ? $_POST["database"] : null) . '">
</div>
<div class="form-group">
<label for="mn_key">Serial Key </label>
<input type="text" name="mn_key" class="form-control" id="mn_key" placeholder="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" value="' . (!empty($_POST["username"]) ? $_POST["username"] : null) . '">
</div>
<button type="submit" class="cbtn pull-right">Next</button>
<div class="clear"></div>
</form>
</div>
</div>
</div>';
} ?>
Did this file decode correctly?
Original Code
if (isset($_GET["step2"])) {
echo '<div class="app_content">
<div class="row">
<div class="col-sm-12">
<h3 class="title text-center">Please fill your Serial Key and Order ID from <a href="https://scriptstore.xyz/index.php?route=account/download/account/download" target="_blank"><b>ScriptStore.xyz</b></a></h3>
<form method="post" class="form">
' . (!empty($token) ? '<div class="alert alert-danger"><ul>' . $message . '</ul></div>' : '') . '
<input type="hidden" name="_token" value="' . (!empty($token) ? $token : null) . '"/>
<div class="form-group">
<label for="mn_order">Order ID </label>
<input type="text" name="mn_order" class="form-control" id="mn_order" placeholder="10000" value="' . (!empty($_POST["database"]) ? $_POST["database"] : null) . '">
</div>
<div class="form-group">
<label for="mn_key">Serial Key </label>
<input type="text" name="mn_key" class="form-control" id="mn_key" placeholder="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" value="' . (!empty($_POST["username"]) ? $_POST["username"] : null) . '">
</div>
<button type="submit" class="cbtn pull-right">Next</button>
<div class="clear"></div>
</form>
</div>
</div>
</div>';
}
Function Calls
| None |
Stats
| MD5 | f2bf56aabb5200ab905b9b943738b5f7 |
| Eval Count | 0 |
| Decode Time | 52 ms |