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 if($_SERVER["REQUEST_METHOD"]=="POST"){$number=$_POST["number"];$url="https://api.ve..

Decoded Output download

<?php if($_SERVER["REQUEST_METHOD"]=="POST"){$number=$_POST["number"];$url="https://api.versionx10.xyz/Ng-Full-V1.php?Number=".$number;$data=file_get_contents($url);$data=json_decode($data,true);} ?><!doctypehtml><html lang="en"><head><meta charset="UTF-8"><meta content="width=device-width,initial-scale=1"name="viewport"><title>X10 NAGAD FULL INFO</title><link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"rel="stylesheet"><style>body{margin:0;padding:0;background-color:#1a1a1a;color:#2ecc71;font-family:Poppins,sans-serif}.container{max-width:700px;margin:20px auto;padding:20px;box-sizing:border-box;background-color:#333;box-shadow:0 0 10px rgba(0,0,0,.3);border-radius:10px;animation:growText 2s}@keyframes growText{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}form{text-align:center;margin-bottom:20px}button,input,label{display:block;margin-bottom:10px;width:100%;padding:10px;box-sizing:border-box;border:1px solid #555;border-radius:5px;font-family:Poppins,sans-serif;color:#2ecc71;background-color:#444;transition:background-color .2s ease}button:focus,input:focus{outline:0}button{cursor:pointer}.response-box{background-color:#444;padding:20px;border-radius:10px;text-align:left;overflow:auto;max-height:500px;margin-bottom:20px;box-shadow:0 0 10px rgba(0,0,0,.3);animation:growText 1s}img{max-width:75%;height:auto;border-radius:10px;margin-bottom:20px;animation:growText 5s}</style><script>function showWaitBox(){document.getElementById("wait-box").style.display="block"}function hideWaitBox(){document.getElementById("wait-box").style.display="none"}</script></head><body><div class="container"><form action=""method="post"onsubmit="showWaitBox()"><img alt="ARIF_MODZ"src="https://i.postimg.cc/RhSKTrYb/IMG-20240107-225337-916.jpg"><h1 style="text-align:center;color:#2ecc71">X10 NG FULL INFO</h1><label for="number"> Enter the number below </label> <input id="number"name="number"placeholder="Enter Number: 016********"required> <button name="getInfo"type="submit">GET INFO</button></form><div class="response-box"id="wait-box"style="display:none"><h2>PLEASE WAIT...<h2>2-3 Second</h2></div><?php if($_SERVER["REQUEST_METHOD"]=="POST"){ ?><?php if($data&&$data!=="Not Available"){ ?><?php $allFieldsNotAvailable=($data['name']==="Not Available"&&$data['gender']==="Not Available"&&$data['nid']==="Not Available"&&$data['dob']==="Not Available"&&$data['fathername']==="Not Available"&&$data['mothername']==="Not Available"&&$data['address']==="Not Available"&&$data['addressPerm']==="Not Available"&&$data['nidfront']==="Not Available"&&$data['nidback']==="Not Available"&&$data['face']==="Not Available"); ?><?php if(!$allFieldsNotAvailable){ ?><div class="response-box"><h2>USER INFORMATION</h2><p><strong>Number : </strong><?php echo $number; ?></p><p><strong>Name : </strong><?php echo $data['name']; ?></p><p><strong>Gender : </strong><?php echo $data['gender']; ?></p><p><strong>NID : </strong><?php echo $data['nid']; ?></p><p><strong>DOB : </strong><?php echo $data['dob']; ?></p><p><strong>Father Name : </strong><?php echo $data['fathername']; ?></p><p><strong>Mother Name : </strong><?php echo $data['mothername']; ?></p><p><strong>Operator : </strong><?php echo $data['operator']; ?></p></div><div class="response-box"><h2>ADDRESS</h2><p><strong>Permanent : </strong><?php echo $data['addressPerm']; ?></p><p><strong>Present : </strong><?php echo $data['address']; ?></p></div><div class="response-box"><h2>DOCUMENTS PHOTO</h2><img alt="Face"src="<?php echo $data['face']; ?>"> <img alt="NID Front"src="<?php echo $data['nidfront']; ?>"> <img alt="NID Back"src="<?php echo $data['nidback']; ?>"> <img alt="Signature"src="<?php echo $data['signature']; ?>"></div><script>setTimeout(hideWaitBox,3e3)</script><?php }else{ ?><div class="response-box"><h2>Data Not Found </h2></div><?php } ?><?php }else{ ?><div class="response-box"><h2>Data Not Found </h2></div><?php } ?><?php } ?><footer onclick='window.open("https://t.me/VersionX10","_blank")'style="text-align:center;color:#2ecc71;margin-top:50px;cursor:pointer">DEVELOPED BY VERSION X10</footer></div></body></html>

Did this file decode correctly?

Original Code

<?php if($_SERVER["REQUEST_METHOD"]=="POST"){$number=$_POST["number"];$url="https://api.versionx10.xyz/Ng-Full-V1.php?Number=".$number;$data=file_get_contents($url);$data=json_decode($data,true);} ?><!doctypehtml><html lang="en"><head><meta charset="UTF-8"><meta content="width=device-width,initial-scale=1"name="viewport"><title>X10 NAGAD FULL INFO</title><link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"rel="stylesheet"><style>body{margin:0;padding:0;background-color:#1a1a1a;color:#2ecc71;font-family:Poppins,sans-serif}.container{max-width:700px;margin:20px auto;padding:20px;box-sizing:border-box;background-color:#333;box-shadow:0 0 10px rgba(0,0,0,.3);border-radius:10px;animation:growText 2s}@keyframes growText{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}form{text-align:center;margin-bottom:20px}button,input,label{display:block;margin-bottom:10px;width:100%;padding:10px;box-sizing:border-box;border:1px solid #555;border-radius:5px;font-family:Poppins,sans-serif;color:#2ecc71;background-color:#444;transition:background-color .2s ease}button:focus,input:focus{outline:0}button{cursor:pointer}.response-box{background-color:#444;padding:20px;border-radius:10px;text-align:left;overflow:auto;max-height:500px;margin-bottom:20px;box-shadow:0 0 10px rgba(0,0,0,.3);animation:growText 1s}img{max-width:75%;height:auto;border-radius:10px;margin-bottom:20px;animation:growText 5s}</style><script>function showWaitBox(){document.getElementById("wait-box").style.display="block"}function hideWaitBox(){document.getElementById("wait-box").style.display="none"}</script></head><body><div class="container"><form action=""method="post"onsubmit="showWaitBox()"><img alt="ARIF_MODZ"src="https://i.postimg.cc/RhSKTrYb/IMG-20240107-225337-916.jpg"><h1 style="text-align:center;color:#2ecc71">X10 NG FULL INFO</h1><label for="number"> Enter the number below </label> <input id="number"name="number"placeholder="Enter Number: 016********"required> <button name="getInfo"type="submit">GET INFO</button></form><div class="response-box"id="wait-box"style="display:none"><h2>PLEASE WAIT...<h2>2-3 Second</h2></div><?php if($_SERVER["REQUEST_METHOD"]=="POST"){ ?><?php if($data&&$data!=="Not Available"){ ?><?php $allFieldsNotAvailable=($data['name']==="Not Available"&&$data['gender']==="Not Available"&&$data['nid']==="Not Available"&&$data['dob']==="Not Available"&&$data['fathername']==="Not Available"&&$data['mothername']==="Not Available"&&$data['address']==="Not Available"&&$data['addressPerm']==="Not Available"&&$data['nidfront']==="Not Available"&&$data['nidback']==="Not Available"&&$data['face']==="Not Available"); ?><?php if(!$allFieldsNotAvailable){ ?><div class="response-box"><h2>USER INFORMATION</h2><p><strong>Number : </strong><?php echo $number; ?></p><p><strong>Name : </strong><?php echo $data['name']; ?></p><p><strong>Gender : </strong><?php echo $data['gender']; ?></p><p><strong>NID : </strong><?php echo $data['nid']; ?></p><p><strong>DOB : </strong><?php echo $data['dob']; ?></p><p><strong>Father Name : </strong><?php echo $data['fathername']; ?></p><p><strong>Mother Name : </strong><?php echo $data['mothername']; ?></p><p><strong>Operator : </strong><?php echo $data['operator']; ?></p></div><div class="response-box"><h2>ADDRESS</h2><p><strong>Permanent : </strong><?php echo $data['addressPerm']; ?></p><p><strong>Present : </strong><?php echo $data['address']; ?></p></div><div class="response-box"><h2>DOCUMENTS PHOTO</h2><img alt="Face"src="<?php echo $data['face']; ?>"> <img alt="NID Front"src="<?php echo $data['nidfront']; ?>"> <img alt="NID Back"src="<?php echo $data['nidback']; ?>"> <img alt="Signature"src="<?php echo $data['signature']; ?>"></div><script>setTimeout(hideWaitBox,3e3)</script><?php }else{ ?><div class="response-box"><h2>Data Not Found </h2></div><?php } ?><?php }else{ ?><div class="response-box"><h2>Data Not Found </h2></div><?php } ?><?php } ?><footer onclick='window.open("https://t.me/VersionX10","_blank")'style="text-align:center;color:#2ecc71;margin-top:50px;cursor:pointer">DEVELOPED BY VERSION X10</footer></div></body></html>

Function Calls

json_decode 1
file_get_contents 1

Variables

$url https://api.versionx10.xyz/Ng-Full-V1.php?Number=None
$data
$number None

Stats

MD5 a72105d1f66c177a8a7fb662c247f1a7
Eval Count 0
Decode Time 91 ms