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 //<!-- SCAM PAGE PPL V5 #By Zetas Oujdi, WORK HARD DREAM B!G --> $a = rand(10,1000..

Decoded Output download

<?php 
//<!-- SCAM PAGE PPL V5 #By Zetas Oujdi, WORK HARD DREAM B!G --> 
$a = rand(10,1000000) . rand(10,100000); 
$t = 100; 
$b = substr(str_shuffle("0987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, $t); 
function tree($t = 100) { 
    return substr(str_shuffle("0987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, $t); 
} 
$r = tree() . $b . $a; 
?>

Did this file decode correctly?

Original Code

<?php
//<!-- SCAM PAGE PPL V5 #By Zetas Oujdi, WORK HARD DREAM B!G -->
$a = rand(10,1000000) . rand(10,100000);
$t = 100;
$b = substr(str_shuffle("0987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, $t);
function tree($t = 100) {
    return substr(str_shuffle("0987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, $t);
}
$r = tree() . $b . $a;
?>

Function Calls

rand 1

Variables

None

Stats

MD5 9987c14dc4846070e656e9c1db92a9c9
Eval Count 0
Decode Time 93 ms