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

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-C..

Decoded Output download

 <!DOCTYPE html>  
<html>  
<head>  
  <meta charset="utf-8">  
  <meta http-equiv="X-UA-Compatible" content="IE=edge">  
  <meta name="viewport" content="width=device-width,user-scalable=no">  
  <title>Anonymous Tek</title>  
</head>  
<style>*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } *:focus { outline: none; } :root { --main-color: #5D26C1; --shadow-color: rgba(93, 38, 193, 0.4); } body { width: 100%; min-height: 100vh; background-image: linear-gradient(45deg, var(--main-color) 45%, #ffffff 0%); background-repeat: no-repeat; } .wrapper { width: 100%; min-height: 100%; padding: 80px 20px 20px 20px; } .fadeInDown { animation-name: fadeInDown; animation-duration: 2s; animation-fill-mode: both; } @keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0, -100%, 0); } 100% { opacity: 1; transform: none; } } #formContent { border-radius: 10px; background: #fff; width: 95%; max-width: 400px; min-height: 350px; max-height: 550px; position: relative; left: 50%; transform: translateX(-50%); box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3); } #navbarId {  text-align: center; } img { width: 25%; margin: 20px auto 5px auto; padding-top: 30px; display: block; } h2 { text-align: center; font-size: 16px; font-weight: 600; text-transform: uppercase; display: inline-block; letter-spacing: 0.4px; margin: 5px 8px 20px 8px;  color: #636e72; border-bottom: 1px solid #636e72; } input[type=text],input[type=number],select { background-color: #f6f6f6; border: none; color: #0d0d0d; padding: 12px 32px; text-align: left; text-decoration: none; display: block; font-size: 14px; margin: 5px auto; width: 85%; border: 2px solid #f6f6f6; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;} input[type=text],input[type=number],:focus { background-color: #fff; border-bottom: 2px solid var(--main-color); } input[type=text],input[type=number],:placeholder { color: #cccccc; } input[type=button], input[type=submit], input[type=reset]  { background-color: var(--main-color); border: none; color: white; letter-spacing: 1px; padding: 12px 80px; text-align: center; text-decoration: none; display: block; text-transform: uppercase; font-size: 13px; -webkit-box-shadow: 0 10px 30px 0 var(--shadow-color); box-shadow: 0 10px 30px 0 var(--shadow-color); -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin: 5px auto 35px auto; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;} input[type=button]:hover, input[type=submit]:hover,input[type=reset]:hover {background-color: var(--main-color); } input[type=button]:active, input[type=submit]:active, input[type=reset]:active  { -moz-transform: scale(0.95); -webkit-transform: scale(0.95); -o-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);} @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }@keyframes fadeIn { from { opacity:0; } to { opacity:1; } } .fadeIn { opacity:0; -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s; } .fadeIn.first { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; } .fadeIn.second { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s; } .fadeIn.third { -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; animation-delay: 0.8s; } .fadeIn.fourth { -webkit-animation-delay: 1s;  -moz-animation-delay: 1s; animation-delay: 1s; } #formFooter { background-color: #f6f6f6; border-top: 1px solid #dce8f1; padding: 25px; text-align: center; border-radius: 0 0 10px 10px; } a { color: var(--main-color); display:inline-block; text-decoration: none; font-weight: 400; } .underlineHover:after { display: block; left: 0; bottom: -10px; width: 0; height: 2px; background-color: var(--main-color); content: ""; transition: width 0.2s; } .underlineHover:hover { color: #0d0d0d; } .underlineHover:hover:after{ width: 100%; } .small_text_msg { margin: 0px 0px 10px 25px; color: #636e72; font-size: 12px; display: block; text-align: left;} .BoxContent { background-color: #f6f6f6; width: 85%; min-height: 30px; padding: 15px; margin: 5px auto 20px auto; border-radius: 5px;} .BoxContent p { padding: 10px 0px; border-top: thin solid #ffffff; text-align: center; font-size: 12px; color: #636e72; font-family: 'Solway', serif; } pre { font-size: 13px; text-align: left; margin-left: 20px; } </style> 
<body>  
  <div class="wrapper fadeInDown">  
  <div id="formContent">  
  <div class="fadeIn first" id="navbarId">  
  <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ6j5zZive337sNdfIr-VGakzNlW1StO_KS_A&usqp=CAU" alt="Icon">  
  <h2 class="active"><font color='green'> Premium <font color='black'><font color='blue'>Coin <font color='green'>Adder <font color='red'>Script</h2><br> 
<?php 
if(!isset($_GET['submit'])){echo"<form mehod='GET' action='#' > 
	 
<!--Input Function For Paytm Number--> 
<input type='number' name='paytm' class='number' placeholder='Enter Paytm Number !!' required /> 
 
<!--Input Function For Enter Coins --> 
	<input type='number' name='coins' class='number' placeholder='Enter Coins' required /> 
 
<!--Submit Button --> 
<input type='submit' value='SUBMIT' name='submit' class='submit'>"; 
 
}if(isset($_GET['submit'])){ 
	 
 
//Enter Your Captured Url  
$url="Enter_Your_Url_Here"; 
  
//Enter Your Captured Data  
$data='Enter_Your_Data_Here'; 
 
 
//Enter_All_Headers_One_by_One  
$headers[]='Enter_First_Header'; 
 
$headers[]='Enter_Second_Header'; 
 
$headers[]='Enter_Third_Header'; 
 
$headers[]='Enter_Fourth_Header'; 
 
$headers[]='Enter_Fifth_Header'; 
 
$headers[]='Enter_Sixth_Header'; 
 
$headers[]='Enter_Seventh_Header'; 
 
$headers[]='Enter_Eight_Header'; 
 
$headers[]='Content-Length:'.strlen($data).''; 
 
/////////////////////////////////////// 
 
//Do Not Change Anything Here  
$ch=curl_init(); 
curl_setopt($ch,CURLOPT_URL,$url); 
curl_setopt($ch,CURLOPT_POST,1); 
curl_setopt($ch,CURLOPT_POSTFIELDS,$data); 
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); 
curl_setopt($ch,CURLOPT_HTTPHEADER,$headers); 
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false); 
$output=curl_exec($ch); 
curl_close($ch); 
$json=json_decode($output,1); 
 
/////////////////////////////////////// 
 
	 
}?> 
 
</center> 
<div id="formFooter"> 
         
      </div> 

Did this file decode correctly?

Original Code

 <!DOCTYPE html> 
<html> 
<head> 
  <meta charset="utf-8"> 
  <meta http-equiv="X-UA-Compatible" content="IE=edge"> 
  <meta name="viewport" content="width=device-width,user-scalable=no"> 
  <title>Anonymous Tek</title> 
</head> 
<style>*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } *:focus { outline: none; } :root { --main-color: #5D26C1; --shadow-color: rgba(93, 38, 193, 0.4); } body { width: 100%; min-height: 100vh; background-image: linear-gradient(45deg, var(--main-color) 45%, #ffffff 0%); background-repeat: no-repeat; } .wrapper { width: 100%; min-height: 100%; padding: 80px 20px 20px 20px; } .fadeInDown { animation-name: fadeInDown; animation-duration: 2s; animation-fill-mode: both; } @keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0, -100%, 0); } 100% { opacity: 1; transform: none; } } #formContent { border-radius: 10px; background: #fff; width: 95%; max-width: 400px; min-height: 350px; max-height: 550px; position: relative; left: 50%; transform: translateX(-50%); box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3); } #navbarId {  text-align: center; } img { width: 25%; margin: 20px auto 5px auto; padding-top: 30px; display: block; } h2 { text-align: center; font-size: 16px; font-weight: 600; text-transform: uppercase; display: inline-block; letter-spacing: 0.4px; margin: 5px 8px 20px 8px;  color: #636e72; border-bottom: 1px solid #636e72; } input[type=text],input[type=number],select { background-color: #f6f6f6; border: none; color: #0d0d0d; padding: 12px 32px; text-align: left; text-decoration: none; display: block; font-size: 14px; margin: 5px auto; width: 85%; border: 2px solid #f6f6f6; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;} input[type=text],input[type=number],:focus { background-color: #fff; border-bottom: 2px solid var(--main-color); } input[type=text],input[type=number],:placeholder { color: #cccccc; } input[type=button], input[type=submit], input[type=reset]  { background-color: var(--main-color); border: none; color: white; letter-spacing: 1px; padding: 12px 80px; text-align: center; text-decoration: none; display: block; text-transform: uppercase; font-size: 13px; -webkit-box-shadow: 0 10px 30px 0 var(--shadow-color); box-shadow: 0 10px 30px 0 var(--shadow-color); -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin: 5px auto 35px auto; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;} input[type=button]:hover, input[type=submit]:hover,input[type=reset]:hover {background-color: var(--main-color); } input[type=button]:active, input[type=submit]:active, input[type=reset]:active  { -moz-transform: scale(0.95); -webkit-transform: scale(0.95); -o-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);} @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }@keyframes fadeIn { from { opacity:0; } to { opacity:1; } } .fadeIn { opacity:0; -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s; } .fadeIn.first { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; } .fadeIn.second { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s; } .fadeIn.third { -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; animation-delay: 0.8s; } .fadeIn.fourth { -webkit-animation-delay: 1s;  -moz-animation-delay: 1s; animation-delay: 1s; } #formFooter { background-color: #f6f6f6; border-top: 1px solid #dce8f1; padding: 25px; text-align: center; border-radius: 0 0 10px 10px; } a { color: var(--main-color); display:inline-block; text-decoration: none; font-weight: 400; } .underlineHover:after { display: block; left: 0; bottom: -10px; width: 0; height: 2px; background-color: var(--main-color); content: ""; transition: width 0.2s; } .underlineHover:hover { color: #0d0d0d; } .underlineHover:hover:after{ width: 100%; } .small_text_msg { margin: 0px 0px 10px 25px; color: #636e72; font-size: 12px; display: block; text-align: left;} .BoxContent { background-color: #f6f6f6; width: 85%; min-height: 30px; padding: 15px; margin: 5px auto 20px auto; border-radius: 5px;} .BoxContent p { padding: 10px 0px; border-top: thin solid #ffffff; text-align: center; font-size: 12px; color: #636e72; font-family: 'Solway', serif; } pre { font-size: 13px; text-align: left; margin-left: 20px; } </style>
<body> 
  <div class="wrapper fadeInDown"> 
  <div id="formContent"> 
  <div class="fadeIn first" id="navbarId"> 
  <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ6j5zZive337sNdfIr-VGakzNlW1StO_KS_A&usqp=CAU" alt="Icon"> 
  <h2 class="active"><font color='green'> Premium <font color='black'><font color='blue'>Coin <font color='green'>Adder <font color='red'>Script</h2><br>
<?php
if(!isset($_GET['submit'])){echo"<form mehod='GET' action='#' >
	
<!--Input Function For Paytm Number-->
<input type='number' name='paytm' class='number' placeholder='Enter Paytm Number !!' required />

<!--Input Function For Enter Coins -->
	<input type='number' name='coins' class='number' placeholder='Enter Coins' required />

<!--Submit Button -->
<input type='submit' value='SUBMIT' name='submit' class='submit'>";

}if(isset($_GET['submit'])){
	

//Enter Your Captured Url 
$url="Enter_Your_Url_Here";
 
//Enter Your Captured Data 
$data='Enter_Your_Data_Here';


//Enter_All_Headers_One_by_One 
$headers[]='Enter_First_Header';

$headers[]='Enter_Second_Header';

$headers[]='Enter_Third_Header';

$headers[]='Enter_Fourth_Header';

$headers[]='Enter_Fifth_Header';

$headers[]='Enter_Sixth_Header';

$headers[]='Enter_Seventh_Header';

$headers[]='Enter_Eight_Header';

$headers[]='Content-Length:'.strlen($data).'';

///////////////////////////////////////

//Do Not Change Anything Here 
$ch=curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_POST,1);
curl_setopt($ch,CURLOPT_POSTFIELDS,$data);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch,CURLOPT_HTTPHEADER,$headers);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false);
$output=curl_exec($ch);
curl_close($ch);
$json=json_decode($output,1);

///////////////////////////////////////

	
}?>

</center>
<div id="formFooter">
        
      </div>

Function Calls

strlen 1
curl_init 1

Variables

$url Enter_Your_Url_Here
$data Enter_Your_Data_Here
$headers [{'key': None, 'value': 'Content-Length:20'}]

Stats

MD5 8e803ac9d40ca2497196b699bf9da329
Eval Count 0
Decode Time 95 ms