Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$i = 0;$count = count($domains); while(1) { $domain = $domains[$i % $count]; if..
Decoded Output download
<? $i = 0;$count = count($domains);
while(1) {
$domain = $domains[$i % $count];
if ( date('i')*1 % 3 ==0 && date('s')<32) {
if (RegisterDomain($domain, $cid)) { //sikerult a regisztracio?
break;
}
} else {
usleep( 10000 );
//echo ".";
}
if (date('H:i')>'22:51') break;
$i++;
} ?>
Did this file decode correctly?
Original Code
$i = 0;$count = count($domains);
while(1) {
$domain = $domains[$i % $count];
if ( date('i')*1 % 3 ==0 && date('s')<32) {
if (RegisterDomain($domain, $cid)) { //sikerult a regisztracio?
break;
}
} else {
usleep( 10000 );
//echo ".";
}
if (date('H:i')>'22:51') break;
$i++;
}
Function Calls
date | 1 |
count | 1 |
Stats
MD5 | d9410cc7ab3539a90052ec2f7b855093 |
Eval Count | 0 |
Decode Time | 100 ms |