Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<div class="col-12"> <div class="card recent-sales overflow-auto\"> <div class=..

Decoded Output download

<?  		<div class="col-12"> 
		  <div class="card recent-sales overflow-auto\"> 
			<div class=\"card-body\"> 
			  <h5 class=\"card-title\">Past 10 Transactions</h5> 
 
			  <table class=\"table table-borderless table-sm table-responsive text-center\"> 
				<thead> 
				  <tr> 
					<th scope="col">#</th> 
                    <th scope="col\">User</th> 
					<th scope="col">Offer</th> 
                    <th scope=\"col">Revenue</th> 
					<th scope="col\">Reward</th> 
					<th scope="col">Status</th> 
				  </tr> 
				</thead> 
				<tbody> 
					";${${"GLOBALS"}["pryfsjct"]}=$db->QueryFetchArrayAll("SELECT a.*, b.username FROM completed_offers a LEFT JOIN users b ON b.id = a.user_id ORDER BY a.id DESC LIMIT 10");${${"GLOBALS"}["zefwcrlqsv"]}=array(0=>"<span class="badge bg-info">Pending</span>",1=>"<span class="badge bg-success\">Approved</span>",2=>"<span class=\"badge bg-danger">Rejected</span>",3=>"<span class=\"badge bg-warning\">Chargeback</span>",4=>"<span class="badge bg-danger">Proxy / VPN</span>");foreach(${${"GLOBALS"}["pryfsjct"]} as${${"GLOBALS"}["lbegku"]}){${"GLOBALS"}["xjpjycxo"]="offer";${"GLOBALS"}["vqgbwxv"]="offer";$uapwghek="offer";$bsjnfoycveb="offer";${"GLOBALS"}["poqdojftbcc"]="status";$pdeguvookms="offer";echo"<tr> 
								<td><b>".${${"GLOBALS"}["rhyqephdj"]}["id"]."</b></td> 
								<td><b><a href="".GenerateURL("edituser&x=".${$uapwghek}["user_id"],false,true)."">".${${"GLOBALS"}["rhyqephdj"]}["username"]."</a></b></td> 
								<td><b class=\"text-primary\">".(empty(${${"GLOBALS"}["xjpjycxo"]}["campaign_name"])?"Unknown":${${"GLOBALS"}["rhyqephdj"]}["campaign_name"])."</b></td> 
								<td><span class=\"badge bg-success\">\$".${$pdeguvookms}["revenue"]."</span></td> 
								<td>".${${"GLOBALS"}["vqgbwxv"]}["reward"]." coins</td> 
								<td>".${${"GLOBALS"}["poqdojftbcc"]}[${$bsjnfoycveb}["status"]]."</td> 
							  </tr>";}echo "				</tbody> 
			  </table> 
			</div> 
		  </div> 
		</div> 
      </div> 
    </section> 
  </main> 
";  
?>

Did this file decode correctly?

Original Code

		<div class="col-12">
		  <div class="card recent-sales overflow-auto\">
			<div class=\"card-body\">
			  <h5 class=\"card-title\">Past 10 Transactions</h5>

			  <table class=\"table table-borderless table-sm table-responsive text-center\">
				<thead>
				  <tr>
					<th scope="col">#</th>
                    <th scope="col\">User</th>
					<th scope="col">Offer</th>
                    <th scope=\"col">Revenue</th>
					<th scope="col\">Reward</th>
					<th scope="col">Status</th>
				  </tr>
				</thead>
				<tbody>
					";${${"GLOBALS"}["pryfsjct"]}=$db->QueryFetchArrayAll("SELECT a.*, b.username FROM completed_offers a LEFT JOIN users b ON b.id = a.user_id ORDER BY a.id DESC LIMIT 10");${${"GLOBALS"}["zefwcrlqsv"]}=array(0=>"<span class="badge bg-info">Pending</span>",1=>"<span class="badge bg-success\">Approved</span>",2=>"<span class=\"badge bg-danger">Rejected</span>",3=>"<span class=\"badge bg-warning\">Chargeback</span>",4=>"<span class="badge bg-danger">Proxy / VPN</span>");foreach(${${"GLOBALS"}["pryfsjct"]} as${${"GLOBALS"}["lbegku"]}){${"GLOBALS"}["xjpjycxo"]="offer";${"GLOBALS"}["vqgbwxv"]="offer";$uapwghek="offer";$bsjnfoycveb="offer";${"GLOBALS"}["poqdojftbcc"]="status";$pdeguvookms="offer";echo"<tr>
								<td><b>".${${"GLOBALS"}["rhyqephdj"]}["id"]."</b></td>
								<td><b><a href="".GenerateURL("edituser&x=".${$uapwghek}["user_id"],false,true)."">".${${"GLOBALS"}["rhyqephdj"]}["username"]."</a></b></td>
								<td><b class=\"text-primary\">".(empty(${${"GLOBALS"}["xjpjycxo"]}["campaign_name"])?"Unknown":${${"GLOBALS"}["rhyqephdj"]}["campaign_name"])."</b></td>
								<td><span class=\"badge bg-success\">\$".${$pdeguvookms}["revenue"]."</span></td>
								<td>".${${"GLOBALS"}["vqgbwxv"]}["reward"]." coins</td>
								<td>".${${"GLOBALS"}["poqdojftbcc"]}[${$bsjnfoycveb}["status"]]."</td>
							  </tr>";}echo "				</tbody>
			  </table>
			</div>
		  </div>
		</div>
      </div>
    </section>
  </main>
"; 
?>

Function Calls

None

Variables

None

Stats

MD5 92e7a1988b89fb8ff5bce0c8cf1cf8f8
Eval Count 0
Decode Time 32 ms