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 //your email here $your_email = '[email protected]'; //your passwor..

Decoded Output download

<?php 
 
//your email here  
$your_email = '[email protected]'; 
 
//your password here  
$pass = '12345'; 
 
//your username 
$name = 'MegaMass'; 
 
 
?>

Did this file decode correctly?

Original Code

<?php

//your email here 
$your_email = '[email protected]';

//your password here 
$pass = '12345';

//your username
$name = 'MegaMass';


?>

Function Calls

None

Variables

$name MegaMass
$pass 12345
$your_email [email protected]

Stats

MD5 e644d1a1f8ae2c68f6acb2c2704b812a
Eval Count 0
Decode Time 87 ms