Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? include 'inc/head.php'; ?> <!-- Start Pages --> <head></head> ..
Decoded Output download
<? include 'inc/head.php'; ?>
<!-- Start Pages -->
<head></head>
<title><? echo $web['Website']; ?> | [ Download ] </title>
</head>
<section class="general-setting mt-5 mb-5">
<div class="container">
<div class="row text-center">
<div class="col-md-6">
<div class="box-card serverInfo">
<div class="body">
<img src="hazem/img/download2.png" width="200px;">
<h2>FULL CLIENT</h2>
<br>
<ul>
<li class="item-td">
<center><h5><a style="color:#BBBDBD" href="#">Google Drive <span style="float:right;" class="c1">(1.8 G)</span> </h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Drieclink <span style="float:right;" class="c1"> (1.8 G)</span></h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Mediafire <span style="float:right;" class="c1"> (1.8 G)</span></h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Mage <span style="float:right;" class="c1"> (1.8 G)</span></h5></a></center></li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class="box-card serverInfo">
<div class="body">
<img src="hazem/img/download2.png" width="200px;">
<h2>FULL PATCH</h2>
<br>
<ul>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Top4top <span style="float:right;" class="c1">(30.8 M)</span> </h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Drieclink <span style="float:right;" class="c1"> (30.8 M)</span></h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Mediafire <span style="float:right;" class="c1"> (30.8 M)</span></h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Mage <span style="float:right;" class="c1"> (30.8 M)</span></h5></a></center></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Pages -->
<? include 'inc/foot.php'; ?>
Did this file decode correctly?
Original Code
<? include 'inc/head.php'; ?>
<!-- Start Pages -->
<head></head>
<title><? echo $web['Website']; ?> | [ Download ] </title>
</head>
<section class="general-setting mt-5 mb-5">
<div class="container">
<div class="row text-center">
<div class="col-md-6">
<div class="box-card serverInfo">
<div class="body">
<img src="hazem/img/download2.png" width="200px;">
<h2>FULL CLIENT</h2>
<br>
<ul>
<li class="item-td">
<center><h5><a style="color:#BBBDBD" href="#">Google Drive <span style="float:right;" class="c1">(1.8 G)</span> </h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Drieclink <span style="float:right;" class="c1"> (1.8 G)</span></h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Mediafire <span style="float:right;" class="c1"> (1.8 G)</span></h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Mage <span style="float:right;" class="c1"> (1.8 G)</span></h5></a></center></li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class="box-card serverInfo">
<div class="body">
<img src="hazem/img/download2.png" width="200px;">
<h2>FULL PATCH</h2>
<br>
<ul>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Top4top <span style="float:right;" class="c1">(30.8 M)</span> </h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Drieclink <span style="float:right;" class="c1"> (30.8 M)</span></h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Mediafire <span style="float:right;" class="c1"> (30.8 M)</span></h5></a></center></li>
<li class="item-td"><center><h5><a style="color:#BBBDBD" href="#">Mage <span style="float:right;" class="c1"> (30.8 M)</span></h5></a></center></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Pages -->
<? include 'inc/foot.php'; ?>
Function Calls
None |
Stats
MD5 | 78abf9e4ea0ba8e8c23513e9aabb8ea3 |
Eval Count | 0 |
Decode Time | 44 ms |