Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

include("cfg.php"); system("clear"); //color $res="\033[0m"; $hitam="\033[0;30m"; $..

Decoded Output download

<?  include("cfg.php"); 
system("clear"); 
 
//color 
$res="[0m"; 
$hitam="[0;30m"; 
$abu2="[1;30m"; 
$putih="[0;37m"; 
$putih2="[1;37m"; 
$red="[0;31m"; 
$red2="[1;31m"; 
$green="[0;32m"; 
$green2="[1;32m"; 
$yellow="[0;33m"; 
$yellow2="[1;33m"; 
$blue="[0;34m"; 
$blue2="[ 1;34m"; 
$purple="[0;35m"; 
$purple2="[1;35m"; 
$lblue="[0;36m"; 
$lblue2="[1;36m"; 
 
 
//color 
$hijau = "[0;32m"; 
$hijau1 = "[32;1m"; 
$hijau2 = "\e[1;32m"; 
$biru = "[0;36m"; 
$biru1 = "[36;1m"; 
$biru2 = "\e[1;34m"; 
$merah = "[31;1m"; 
$merah2 = "\e[1;31m"; 
$putih2 = "[37;1m"; 
$putih1 = "\e[1;37m"; 
$hitam = "[30;1m"; 
$kuning = "[33;1m"; 
$kuning1 = "[1;33m"; 
$kuning2 = "\e[1;33m"; 
$cyan = "\e[0;36m"; 
$cyan1 = "\e[1;36m"; 
$ungu = "\e[0;35m"; 
$ungu2 = "\e[1;35m"; 
$abu =	"\e[0;33m"; 
$abu1 = "\e[0;37m"; 
$abu2 = "\e[1;30m"; 
$res="[7m"; 
$hitam="[0;30m"; 
$abu2="[1;30m"; 
$putih="[0;37m"; 
$putih2="[1;37m"; 
$red="[0;31m"; 
$red2="[1;31m"; 
$green="[0;32m"; 
$green2="[1;32m"; 
$yellow="[0;33m"; 
$yellow2="[1;33m"; 
$blue="[0;34m"; 
$blue2="[1;34m"; 
$purple="[0;35m"; 
$purple2="[1;35m"; 
$lblue="[0;36m"; 
$lblue2="[1;36m"; 
 
$reset="[0m";       
$Black="[0;30m";       
$Red= "[0;31m";          
$Green="[0;32m";       
$Yellow="[0;33m";        
$Blue="[0;34m";          
$Purple="[0;35m";       
$Cyan="[0;36m";        
$White="[0;37m";        
$IYellow="[0;93m";       
$IRed="[0;91m";          
$BIRed="[1;91m";    
$On_Cyan="[46m"; 
$BIWhite="[1;97m";      
$BIBlue="[1;94m";       
$BICyan="[1;96m";        
$BIBlack="[1;90m";      
$BBlack="[1;30m"; 
$IBlack="[0;90m";   
$On_White="[47m";      
$BIBlue="[1;94m"; 
$On_IRed="[0;101m"; 
$On_Red="[41m";    
$On_Blue="[44m"; 
$On_Green="[42m";   
$IGreen="[0;92m";    
 
//red to yellow shade  
 
$r3="[01;38;5;196m"; 
$r2="[01;38;5;202m"; 
$r1="[01;38;5;208m"; 
$ry="[01;38;5;214m"; 
$y1="[01;38;5;220m"; 
$y2="[01;38;5;226m"; 
$y3="[01;38;5;228m"; 
/* END COLOR */ 
 
 
while(true){ 
$header = array(); 
$header[] = "user-agent:".$user; 
$header[] = "cookie:".$cookie; 
$header[] = "url".$web; 
 
$ch = curl_init(); 
curl_setopt($ch, CURLOPT_URL, "web"); 
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); 
curl_setopt($ch, CURLOPT_ENCODING, ""); 
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET"); 
curl_setopt($ch, CURLOPT_HTTPHEADER, $header); 
curl_setopt($ch, CURLOPT_TIMEOUT, $tmr); 
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); 
$d = curl_exec($ch); 
 
$has1 = explode('<div class="alert alert-success">', $d)[1]; 
$il1 = explode('/script>, $has1)[0]; 
 
    
for ($x=$tmr;$x>0;$x--){ 
echo "
                                                              
"; 
echo $lblue2."Wait ".$yellow2.$x.$red2." Second "; 
 
sleep(1); 
} 
echo "
                                                              
"; 
} ?>

Did this file decode correctly?

Original Code

include("cfg.php");
system("clear");

//color
$res="\033[0m";
$hitam="\033[0;30m";
$abu2="\033[1;30m";
$putih="\033[0;37m";
$putih2="\033[1;37m";
$red="\033[0;31m";
$red2="\033[1;31m";
$green="\033[0;32m";
$green2="\033[1;32m";
$yellow="\033[0;33m";
$yellow2="\033[1;33m";
$blue="\033[0;34m";
$blue2="\033[ 1;34m";
$purple="\033[0;35m";
$purple2="\033[1;35m";
$lblue="\033[0;36m";
$lblue2="\033[1;36m";


//color
$hijau = "\33[0;32m";
$hijau1 = "\33[32;1m";
$hijau2 = "\e[1;32m";
$biru = "\33[0;36m";
$biru1 = "\33[36;1m";
$biru2 = "\e[1;34m";
$merah = "\33[31;1m";
$merah2 = "\e[1;31m";
$putih2 = "\33[37;1m";
$putih1 = "\e[1;37m";
$hitam = "\33[30;1m";
$kuning = "\33[33;1m";
$kuning1 = "\33[1;33m";
$kuning2 = "\e[1;33m";
$cyan = "\e[0;36m";
$cyan1 = "\e[1;36m";
$ungu = "\e[0;35m";
$ungu2 = "\e[1;35m";
$abu =	"\e[0;33m";
$abu1 = "\e[0;37m";
$abu2 = "\e[1;30m";
$res="\033[7m";
$hitam="\033[0;30m";
$abu2="\033[1;30m";
$putih="\033[0;37m";
$putih2="\033[1;37m";
$red="\033[0;31m";
$red2="\033[1;31m";
$green="\033[0;32m";
$green2="\033[1;32m";
$yellow="\033[0;33m";
$yellow2="\033[1;33m";
$blue="\033[0;34m";
$blue2="\033[1;34m";
$purple="\033[0;35m";
$purple2="\033[1;35m";
$lblue="\033[0;36m";
$lblue2="\033[1;36m";

$reset="\033[0m";      
$Black="\033[0;30m";      
$Red= "\033[0;31m";         
$Green="\033[0;32m";      
$Yellow="\033[0;33m";       
$Blue="\033[0;34m";         
$Purple="\033[0;35m";      
$Cyan="\033[0;36m";       
$White="\033[0;37m";       
$IYellow="\033[0;93m";      
$IRed="\033[0;91m";         
$BIRed="\033[1;91m";   
$On_Cyan="\033[46m";
$BIWhite="\033[1;97m";     
$BIBlue="\033[1;94m";      
$BICyan="\033[1;96m";       
$BIBlack="\033[1;90m";     
$BBlack="\033[1;30m";
$IBlack="\033[0;90m";  
$On_White="\033[47m";     
$BIBlue="\033[1;94m";
$On_IRed="\033[0;101m";
$On_Red="\033[41m";   
$On_Blue="\033[44m";
$On_Green="\033[42m";  
$IGreen="\033[0;92m";   

//red to yellow shade 

$r3="\033[01;38;5;196m";
$r2="\033[01;38;5;202m";
$r1="\033[01;38;5;208m";
$ry="\033[01;38;5;214m";
$y1="\033[01;38;5;220m";
$y2="\033[01;38;5;226m";
$y3="\033[01;38;5;228m";
/* END COLOR */


while(true){
$header = array();
$header[] = "user-agent:".$user;
$header[] = "cookie:".$cookie;
$header[] = "url".$web;

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "web");
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_ENCODING, "");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
curl_setopt($ch, CURLOPT_TIMEOUT, $tmr);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
$d = curl_exec($ch);

$has1 = explode('<div class="alert alert-success">', $d)[1];
$il1 = explode('/script>, $has1)[0];

   
for ($x=$tmr;$x>0;$x--){
echo "\r                                                              \r";
echo $lblue2."Wait ".$yellow2.$x.$red2." Second ";

sleep(1);
}
echo "\r                                                              \r";
}

Function Calls

None

Variables

None

Stats

MD5 9d4384c9ee6e03f74839c4d83beab97c
Eval Count 0
Decode Time 93 ms