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 srand((float) microtime() * 9); $input = array("https://dreamdate4.blogspot.com|",..

Decoded Output download

<?php 
srand((float) microtime() * 9); 
$input = array("https://dreamdate4.blogspot.com|", "https://dreamdate5.blogspot.com|", "https://dreamdate6.blogspot.com|", "https://dreamdate7.blogspot.com|"); 
$rand_keys = array_rand($input); 
print $input[$rand_keys] . "
"; 
$mailfrom = '[email protected]|'; 
$date_today = date("r|"); 
$permitted_chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; 
function generate_string($input, $strength = 16) { 
    $input_length = strlen($input); 
    $random_string = ''; 
    for($i = 0; $i < $strength; $i++) { 
        $random_character = $input[mt_rand(0, $input_length - 1)]; 
        $random_string .= $random_character; 
    } 
    return $random_string; 
} 
$all = '|1.cyfrowe.smtp|redgrid8|0'; 
print $mailfrom; 
print $date_today; 
print generate_string($permitted_chars, 40); 
print $all; 
?>

Did this file decode correctly?

Original Code

<?php
srand((float) microtime() * 9);
$input = array("https://dreamdate4.blogspot.com|", "https://dreamdate5.blogspot.com|", "https://dreamdate6.blogspot.com|", "https://dreamdate7.blogspot.com|");
$rand_keys = array_rand($input);
print $input[$rand_keys] . "\n";
$mailfrom = '[email protected]|';
$date_today = date("r|");
$permitted_chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
function generate_string($input, $strength = 16) {
    $input_length = strlen($input);
    $random_string = '';
    for($i = 0; $i < $strength; $i++) {
        $random_character = $input[mt_rand(0, $input_length - 1)];
        $random_string .= $random_character;
    }
    return $random_string;
}
$all = '|1.cyfrowe.smtp|redgrid8|0';
print $mailfrom;
print $date_today;
print generate_string($permitted_chars, 40);
print $all;
?>

Function Calls

microtime 1

Variables

None

Stats

MD5 9f9649944163f650111ab098832e61eb
Eval Count 0
Decode Time 81 ms